.lds-ellipsis {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 13px;
    background-color: transparent;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999999;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.lds-ellipsis div {
    position: absolute;
    background-position: center;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(150, 141, 141);
    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;
}


/***/

.lds-ellipsis-sm {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    margin: auto;
    width: 44px;
    height: 7px;
    background-color: transparent;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999999;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.lds-ellipsis-sm div {
    position: absolute;
    background-position: center;
    top: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(150, 141, 141);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis-sm div:nth-child(1) {
    left: 3px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis-sm div:nth-child(2) {
    left: 3px;
    animation: lds-ellipsis-sm2 0.6s infinite;
}

.lds-ellipsis-sm div:nth-child(3) {
    left: 12px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis-sm div:nth-child(4) {
    left: 33px;
    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);
    }
}

@keyframes lds-ellipsis-sm2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(18px, 0);
    }
}

.img-sk-ani {
    animation: img-sk-ani 1s infinite;
}

@keyframes img-sk-ani {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes img-sk-ani {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}


/* Begin similar */

.temp-sk {
    -webkit-animation: temp-sk-ld 1s linear infinite alternate;
    animation: temp-sk-ld 1s linear infinite alternate;
}

@-webkit-keyframes temp-sk-ld {
    0% {
        background-color: #c2cfd6;
    }
    100% {
        background-color: #f0f3f5;
    }
}

@keyframes temp-sk-ld {
    0% {
        background-color: #c2cfd6;
    }
    100% {
        background-color: #f0f3f5;
    }
}

.f-job-company-name-sk-ld {
    width: 95%;
    height: 1.25rem;
    padding: 0;
    border-radius: 0.25rem;
    margin-bottom: 3px;
}

.f-job-company-name-sk-ld-50 {
    width: 50%;
    height: 1.25rem;
    padding: 0;
    border-radius: 0.25rem;
}

.f-job-sk-ld-text {
    width: 100%;
    min-width: 45px;
    height: 1.25rem;
    padding: 0;
    border-radius: 0.25rem;
}

.f-job-sk-ld-text-1 {
    width: 100%;
    min-width: 45px;
    height: 1.25rem;
    padding: 0;
    border-radius: 0.25rem;
}

.f-job-sk-ld-text-2 {
    width: 100%;
    min-width: 70px;
    height: 1.25rem;
    padding: 0;
    border-radius: 0.25rem;
    margin-left: 3px;
}

.f-job-sk-ld-text-date {
    width: 100%;
    min-width: 145px;
    height: 1.25rem;
    padding: 0;
    border-radius: 0.25rem;
}

.f-job-sk-ld-text-date-2 {
    width: 100%;
    min-width: 65px;
    height: 1.25rem;
    padding: 0;
    border-radius: 0.25rem;
}

.f-job-sk-ld-fav {
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    border-radius: 0.25rem;
}

.f-job-sk-ld-title {
    width: 100%;
    height: 4.5rem;
    padding: 0;
    border-radius: 0.25rem;
}

.f-r-list-content .card {
    margin-bottom: 1rem !important;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16) !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.similar-number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9eaeb;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    left: 0
}

.similar-number h2 {
    color: #a9adb1;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.similar-border-b {
    border-bottom: 1px solid #ebeff1 !important;
}

.similar-link-box {
    width: 100%;
}

.similar-title-link:hover {
    color: var(--bs-primary)
}

.similar-r-space-15 {
    height: 15px
}


/* End similar */


/*Begin pop email*/

.email-form-popup {
    color: #ffffff;
    vertical-align: middle;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 0.42rem;
    bottom: 30px;
    position: fixed;
    right: 80px;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.42);
    display: none;
    max-width: 450px;
    height: 130px;
    z-index: 998;
    padding: 1.125rem !important;
}

.email-form-popup .close-pop {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ffffff
}

.email-form-popup p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}

.email-form-popup .email-form-popup-title {
    font-size: 1.125rem;
    margin-bottom: 1.125rem !important;
    line-height: 1.2
}

.email-form-popup .btn-submit-pop-email,
.btn-submit-pop-edit-email,
.btn-cancel-pop-email {
    border-color: #a59797;
}

.email-form-popup .btn-submit-pop-edit-email i {
    color: #a59797 !important;
}

.email-form-popup .btn-submit-pop-email:hover,
.btn-submit-pop-edit-email:hover,
.btn-cancel-pop-email:hover {
    border-color: #ffffff;
}

.email-form-popup .btn-submit-pop-email:hover i,
.btn-submit-pop-edit-email:hover i,
.btn-cancel-pop-email:hover i {
    border-color: #ffffff;
}

.email-form-popup .btn-submit-pop-email-cont {
    --bs-bg-opacity: 1;
    background-color: rgb(17, 129, 17);
    border-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important;
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}

.email-form-popup .btn-submit-pop-email-cont:hover {
    --bs-bg-opacity: 1;
    background-color: rgb(7, 146, 7);
    border-color: #ffffff;
}

.email-form-popup .btn-cancel-pop-email i {
    padding: 2px;
}

.email-form-popup .t-pop-email:disabled {
    background-color: #d1bdbd;
    cursor: not-allowed !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5;
    color: #000000
}

.email-form-popup .pop-email-policy {
    text-decoration: underline !important;
    color: #ffffff;
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .email-form-popup {
        right: 20px;
        bottom: 80px;
        width: 90%;
        padding: 1rem !important;
        height: 145px;
    }
    .email-form-popup .email-form-popup-title {
        font-size: 1.125rem;
        margin-bottom: 1.125rem !important;
        line-height: 1
    }
    .email-form-popup .small {
        font-size: 14px !important;
    }
}

@media (max-width:767px) {
    .email-form-popup {
        right: 20px;
        bottom: 80px;
        width: 90%;
        padding: 1rem !important;
        height: 145px;
    }
    .email-form-popup .email-form-popup-title {
        font-size: 1.125rem;
        margin-bottom: 1.125rem !important;
        line-height: 1
    }
    .email-form-popup .small {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 120px) and (max-width: 1024px) {
    .email-form-popup {
        right: 20px;
        bottom: 80px;
        width: 90%;
        padding: 1rem !important;
    }
    .email-form-popup .email-form-popup-title {
        font-size: 1.125rem;
        margin-bottom: 1.125rem !important;
        line-height: 1
    }
    .email-form-popup .small {
        font-size: 14px !important;
    }
}


/*End pop email*/


/*Begin pop email fav*/

.modal .modal-content-shadow {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 0.42rem;
}

.email-form-popup-fav .email-form-popup-title-fav {
    color: #000000 !important;
}

.email-form-popup-fav .btn-submit-pop-email-fav,
.btn-submit-pop-edit-email-fav {
    border-color: #a59797;
    background-color: var(--bs-primary);
}

.email-form-popup-fav .btn-cancel-pop-email-fav {
    border-color: #a59797;
}

.email-form-popup-fav .btn-submit-pop-edit-email-fav i {
    color: #a59797 !important;
}

.email-form-popup-fav .btn-submit-pop-email-fav:hover,
.email-form-popup-fav .btn-submit-pop-edit-email-fav:hover,
.email-form-popup-fav .btn-cancel-pop-email-fav:hover {
    border-color: var(--bs-primary);
}

.email-form-popup-fav .btn-submit-pop-email-fav:hover i,
.email-form-popup-fav .btn-submit-pop-edit-email-fav:hover i,
.email-form-popup-fav .btn-cancel-pop-email-fav:hover i {
    border-color: var(--bs-primary);
}

.email-form-popup-fav .btn-submit-pop-email-cont-fav {
    --bs-bg-opacity: 1;
    background-color: rgb(17, 129, 17);
    border-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important;
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}

.email-form-popup-fav .btn-submit-pop-email-cont-fav:hover {
    --bs-bg-opacity: 1;
    background-color: rgb(7, 146, 7);
    border-color: #ffffff;
}

.email-form-popup-fav .btn-cancel-pop-email-fav i {
    padding: 2px;
}

.email-form-popup-fav .t-pop-email-fav:disabled {
    background-color: #d1bdbd;
    cursor: not-allowed !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5;
    color: #000000
}

.email-form-popup-fav p {
    color: #212529;
}

.email-form-popup-fav .pop-email-policy {
    text-decoration: underline !important;
    color: var(--bs-primary);
}

.email-form-popup-fav .mb-1,
.email-form-popup .mb-1,
.email-form-popup-fav .my-1,
.email-form-popup .my-1 {
    margin-bottom: 0.25rem !important;
}

.email-form-popup-fav .ml-1,
.email-form-popup .mx-1 {
    margin-left: 0.25rem !important;
}

.email-form-popup-fav .mr-2,
.email-form-popup .mx-2 {
    margin-right: 0.5rem !important;
}

.email-form-popup-fav .mb-2,
.email-form-popup .my-2 {
    margin-bottom: 0.5rem !important;
}

.email-form-popup-fav .ml-2,
.email-form-popup .mx-2 {
    margin-left: 0.5rem !important;
}


/*End pop email fav*/


/*BEGIN::PIN OBJ*/

.usrpin .btn-pin,
.usrpin .btn-unpin {
    position: absolute;
    top: 5px;
    right: 5px;
}

.usrpin .btn-pin svg,
.usrpin .btn-unpin svg {
    opacity: 0.8;
}

.usrpin .btn-pin:hover svg,
.usrpin .btn-unpin:hover svg {
    opacity: 1;
}

.usrpin .btn-pin:hover .pin-icon {
    fill: var(--bs-primary);
}

.usrpin .btn-unpin:hover .unpin-icon {
    fill: #dc3545;
}

.usrpin .pin-section-social .pin-social {
    border: solid 1px #c2cfd6;
}

.usrpin .pin-section-social .pin-social:hover {
    border: solid 1px #c2cfd6;
    box-shadow: 0 0 0 .25rem rgba(194, 200, 206, 0.5);
}

.usrpin .pin-section-social .pin-social-youtube {
    color: rgb(237, 48, 47);
    border: solid 1px #c2cfd6;
}

.usrpin .pin-section-social .pin-social-youtube i {
    margin-top: 2px;
}

.usrpin .pin-section-social .pin-social-facebook {
    color: #3b5998;
    border: solid 1px #c2cfd6;
}

.usrpin .pin-section-social .pin-social-facebook i {
    margin-top: 2px;
}

.usrpin .pin-section-social .pin-social-twitter {
    color: #55acee;
    border: solid 1px #c2cfd6;
}

.usrpin .pin-section-social .pin-social-twitter i {
    margin-top: 2px;
}

.usrpin .pin-section-social .pin-social-linkedin {
    color: rgb(0, 130, 202);
    border: solid 1px #c2cfd6;
}

.usrpin .pin-section-social .pin-social-linkedin i {
    margin-top: 2px;
}

.usrpin .btn-pin-ld .pin-icon-ld {
    fill: #f0f3f5;
}

.btn-temp-sk .pin-icon-ld {
    -webkit-animation: btn-temp-sk-ld 1s linear infinite alternate;
    animation: btn-temp-sk-ld 1s linear infinite alternate;
}

@-webkit-keyframes btn-temp-sk-ld {
    0% {
        fill: #c2cfd6;
    }
    100% {
        fill: #f0f3f5;
    }
}

@keyframes btn-temp-sk-ld {
    0% {
        fill: #c2cfd6;
    }
    100% {
        fill: #f0f3f5;
    }
}


/*END::PIN OBJ*/