/* @font-face {
    font-family: 'yugothib';
    src:  url('yugothib.ttf') format('ttf'),
}

body {
    font-family: 'yugothib';
} */
.bg-home2 .sub-title {
    font-size: 1.8em;
}
.container-full {
    width: 92%;
    margin: 0 auto;
}
.dark-blue {
    color: #007981;
}
.listing-home .pagination-row, .footer-list i, .contact-confirm, .no-avatar .profile-photo-edit {
    display: none;
}
.tagify__dropdown__footer, body:not(.admin) .only-admin {
    display: none !important;
}
.job-image img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}
.position-inherit {
    position: inherit;
}
.bg-dark-blue {
    background-color: #229ba4;
}
.job-tags .badge {
    border-radius: 0;
}
.testimonial {
    background-color: #f7f5f6;
}
.testi-img img {
    width: 100%;
    max-width: 180px;
    margin-top: -60px;
    margin-right: -100px;
}
.testimonials .testimonial {
    margin-right: 40px;
}
.testimonial p {
    line-height: 1.8;
}
p {
    color: #191919;
}
.bg-light-green {
    background-color: #e7fdfb;
}
.news-item {
    border-top: 1px solid rgb(34 155 164 / 32%);
    padding: 30px 0;
}
.news-item:last-child {
    border-bottom: 1px solid rgb(34 155 164 / 32%);
}
.news-item a {
    color: inherit;
}
a {
    transition: all 0.3s;
}
a:hover {
    color: #229ba4;
}
.footer .panel {
    width: 25%;
}
.footer {
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid #5fe0e1;
}
.footer-copy p.text-white-50 {
    color: #191919 !important;
    font-size: 0.8em;
}
.footer-copy {
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 10px;
}
.f-small {
    font-size: 0.85em;
}
.footer img {
    max-width: 80px;
}
.banner-bottom .btn {
    max-width: 250px;
    width: 100%;
}
.btn-white:hover {
    background-color: #229ba4;
    color: #fff;
}
.section-title .title, .page-title-box h1 {
    color: #313131;
}
.title-img {
    max-width: 100px;
}
.title-img img {
    max-width: 100px;
}
.page-title-box .title h1, .page-title-box .title ol {
    margin-bottom: 0;
}
.page-title-box .title {
    width: auto;
    margin-left: 30px;
    max-width: calc(100% - 130px);
}
.breadcrumb .breadcrumb-item {
    padding-left: 0;
    font-size: 0.7em;
    color: #787878;
}
.breadcrumb .breadcrumb-item:before {
    font-size: 13px;
    line-height: 1;
    padding-top: 1px;
}
.page-title-box {
    padding-bottom: 60px;
    padding-top: 130px;
    position: relative;
}
.results-count {
    margin-top: 20px;
    margin-bottom: 10px;
}
.page-item.active .page-link {
    pointer-events: none;
}
.pagination .page-item .page-link:hover {
    color: #fff;
    background-color: #1b969f;
    border-color: #1b969f;
}
.pagination {
    list-style-type: none !important;
}
/* .job-detail .favorite-icon a {
    color: #1b969f;
    border: 1px solid #1b969f;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    line-height: 1;
} */
/* .job-detail .favorite-icon a:hover {
    background-color: #1b969f;
    color: #ffffff;;
} */
.jobs-listing .alert {
    width: 100%;
    text-align: center;
}
.full-bg {
    background-color: #F4F5F7;
}
.full-bg .navbar {
    background-color: transparent;
}
.auth-box .auth-form .form-control {
    border-bottom: 1px solid #a4a4a4;
    border-radius: 0;
    text-align: center;
}
.agree-bottom {
    font-size: 0.65em;
}
.custom-checkbox + label {
    position: relative;
    padding-left: 19px;
}
.custom-checkbox + label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #a2a2a2;
    border-radius: 1px;
}
.custom-checkbox + label::after {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #a2a2a2;
    transform: translate(0, -50%);
}
.custom-checkbox:checked + label::after {
    background: #1b969f;
}
.custom-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    font-size: 0;
    border: 0;
}
.agree-bottom, .agree-bottom p {
    color: #1b1b1b;
}
.full-bg nav .btn-outline {
    background-color: #fff;
}
.full-bg nav .btn-outline:hover {
    background-color: #1b969f;
}
.full-bg .footer, .full-bg .footer-copy {
    background-color: #ffffff;
}
span#agree-error {
    position: absolute;
    right: -283px;
    top: 18px;
    margin: 0;
    font-size: 1.3em;
}
.text-default {
    color: #1b1b1b;
}
.lh-3 {
    line-height: 3;
}
label[for="agree-terms-and-policy"] + .invalid-feedback {
    display: block;
    min-width: 188px;
}
.news-item .tag {
    background-color: #fff;
    padding: 3px 6px;
    margin-right: 5px;
    transition: all 0.3s ease;
}
.news-item .tag:hover {
    background-color: #05969f;
    color: #ffffff;
}
.auth-form .invalid-feedback {
    text-align: center;
}
.bg-gray {
    background-color: #e6e6e6;
}
.faq-menu.nav-pills .nav-item .nav-link.active, .faq-menu.nav-pills .nav-item .nav-link:hover {
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
    background-color: transparent;
}
.faq-menu.nav-pills .nav-item .nav-link {
    font-size: 0.9em;
    border: 1px solid #b7b5b5;
    color: #b7b5b5;
    transition: all 0.3s ease;
}
.nav-fill .nav-item {
    margin: 0 1em;
}
.question {
    width: 45px;
    height: 45px;
    background-color: #229ba4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.4em;
    margin-right: 30px;
}
.faq-box .accordion-item .accordion-button {
    background-color: transparent;
    border-top: 1px solid #b7b5b5;
    padding-top: 2.3em;
    padding-left: 5px;
}
.faq-box .accordion-item:first-child .accordion-button {
    border-top: 0;
}
.candidate-container {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
.btn-1 {
    background-color: #4FD7D7 !important;
}
.btn-2 {
    background-color: #1B969F !important;
}
.fs-small {
    font-size: 0.8em;
}
.f-gray {
    color: #9e9b9b;
}
.post-detail .container {
    max-width: 800px !important;
}
.contact-page .contact-message.contact-error-message {
    background-color: #faeaa9;
    border-color: #f3cc31;
    color: #000;
}
.contact-page .contact-message {
    border-left: 5px solid #eee;
    border-radius: 0;
    display: none;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    width: 100%;
}
.contact-form input {
    padding: 12px 10px;
}
.contact-form input, .contact-form textarea {
    color: #1b1b1b;
    border-color: #b6b8b9;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder { /* Edge */
    color: #495057;
}
  
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #495057;
}
  
.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #495057;
}
.contact-page button {
    width: 100%;
    max-width: 320px;
}
.form-error {
    border-color: #ff0000 !important;
}
.contact-confirm input, .contact-confirm textarea {
    pointer-events: none;
    border-width: 0;
    border-radius: 0;
    border-bottom: 1px solid #b6b8b9;
}
.contact-confirm textarea {
    max-height: 175px;
    overflow-y: auto;
}
#btn-back {
    background-color: #E4E4E4;
    border-color: #E4E4E4;
    color: #1b1b1b;
}
.job-detail .job-box:hover {
    transform: translateY(0px);
}
.bookmark-post .favorite-icon:hover {
    background-color: #229ba4;
    border-color: #ffffff;
}
.bookmark-post .favorite-icon:hover a {
    color: #ffffff;
}
.profile-contact ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-contact li {
    padding: 5px 20px;
    border-right: 1px solid #e0e0e0;
}
.profile-contact li:first-child {
    border-left: 1px solid #e0e0e0;
}
.profile-contact a {
    padding: 2px 25px;
    text-transform: uppercase;
}
.profile-contact li.active a {
    font-weight: 700;
    position: relative;
}
.profile-contact li.active a::before {
    content: "";
    width: 110px;
    height: 2px;
    background-color: #5fe0e1;
    position: absolute;
    top: -6px;
    left: 15%;
}
.profile-content-page {
    max-width: 800px;
    margin: 0 auto;
}
.change-password {
    max-width: 400px;
    margin: 0 auto;
}
.profile-content-page input[type="text"], .profile-content-page input[type="email"], .profile-content-page input[type="password"] {
    height: 48px;
}
.w-80 {
    width: 80%;
}
span.available {
    font-size: 86%;
    padding: 4px 0;
}
.btn-primary {
    max-width: 320px;
    width: 100%;
}
.side-bar .job-overview {
    background: #f7f7f7;
    border: 0;
}
.mw-100 {
    max-width: 100% !important;
}
.tag a:hover {
    color: inherit;
}
.custom-upload {
    border: 1px solid #dbdfe2;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.custom-upload span {
    padding: 10px 12px;
    display: inline-block;
}
.custom-upload .left {
    background-color: #f8f9fc;
    border-right: 1px solid #dbdfe2;
    transition: all 0.3s ease;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.custom-upload input, .file-upload input {
    font-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: 0 !important;
    position: absolute !important;
}
.custom-upload:hover .left {
    background-color: #f2f2f3;
}
.uploaded-icon img {
    display: none;
    width: 42px;
    position: absolute;
    top: 0;
}
.avatar-upload label.custom-upload {
    width: 61%;
    margin-left: 0px;
    clear: none;
}
.conversations ul {
    list-style-type: none;
    padding-left: 0;
}
.mw-50 {
    max-width: 50px;
}
.conversations ul li span {
    margin-left: 15px;
}
.messages p span.text {
    padding: 10px 15px;
    max-width: 460px;
    display: inline-block;
    text-align: left;
}
.messages .text-start span.text {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #dcdcdc;
}
.messages .text-end span.text {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #1B969F;
    color: #ffffff;
}
.message-bottom {
    background-color: #f7f7f7;
    padding: 10px 16px;
}
.message-bottom form {
    display: flex;
    align-items: center;
}
.message-bottom #message {
    width: 90%;
    white-space: pre-wrap;
}
.message-bottom button {
    display: none;
}
.message-bottom .file-upload, #send-message {
    margin-left: 15px;
}
#send-message {
    background-color: #229ba4;
    min-width: 50px;
    color: #fff;
    border-radius: 3px;
    font-size: 0.84em;
    padding: 4px;
}
.message-bottom .file-upload img {
    max-height: 18px;
}
.conversations .side-bar {
    background-color: #f2f2f2;
    border-radius: 0;
    border-right: 0;
    max-height: 715px;
    overflow: auto;
}
.conversations .border-bottom {
    border-color: #ccc !important;
}
.conversations li a {
    color: inherit;
}
.conversations li:last-child {
    border: 0 !important;
}
.conversations li.active {
    background-color: #ffffff;
}
.messages .time {
    position: absolute;
    width: 100%;
    bottom: -20px;
    font-size: 0.8em;
}
.messages .text-end .time {
    right: 10px;
}
.messages .text-start .time {
    left: 10px;
}
.messages p {
    margin-bottom: 40px;
}
.conversations li {
    display: flex;
}
.filename {
    margin-left: 50px;
    padding: 0 !important;
}
.attachment, img#output {
    max-width: 300px;
}
#video_preview, #output {
    display: none;
}
#output {
    margin-bottom: 10px;
}
.delete-msg img {
    width: 22px;
}
.delete-msg {
    position: absolute;
    right: 15px;
    top: 4px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 100%;
    padding: 6px 7.25px;
    display: none;
}
.messages .text-end span.text:hover + .time + .delete-msg, span.delete-msg:hover, .messages .text-end .attachment:hover + .time + .delete-msg, .messages .text-end video:hover + .time + .delete-msg {
    display: block;
}
.crop-avatar .alert-success {
    text-align: center;
}
.tooltip-al {
    position: absolute;
    width: 100%;
    min-width: 108px;
    right: -10px;
    font-size: 0.8em;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    padding: 5px 0px 4px;
    top: 40px;
    display: none;
}
.tooltip-al::before {
    content: "";
    border: 8px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #333333;
    position: absolute;
    top: -16px;
    right: 22px;
}
.job-box .favorite-icon:hover .tooltip-al {
    display: block;
}
.wide.tooltip-al {
    min-width: 154px;
}
.conversations ul li .total-messages {
    background-color: #1b969f;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 1.7;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    position: relative;
    top: -10px;
    left: -10px;
}
.btn-3 {
    background-color: #5fc6b8 !important;
}
.conversation-detail .messages {
    max-height: 500px;
    overflow: auto;
    margin-right: 0px;
}
.unread {
    color: #fff;
    background-color: #229ba4;
    height: 16px;
    display: inline-block;
    width: 16px;
    text-align: center;
    line-height: 1.8;
    border-radius: 100%;
    font-size: 0.8em;
}
#delete-modal {
    background-color: #00000054;
}
#delete-modal button {
    width: 100%;
    max-width: 200px;
    background-color: #1b969f;
    color: #fff;
}
#delete-modal .modal-body {
    padding: 30px;
}
#delete-modal .modal-dialog {
    margin-top: 8rem;
}
#delete-modal .close {
    opacity: 0.8;
}




@media only screen and (min-width: 768px) {
    .job-Categories-list {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px
    }
    #btn-back {
        margin-right: 8px;
    }
    #btn-send {
        margin-left: 8px;
    }
    .messages p span {
        max-width: 460px;
    }
}

@media only screen and (min-width: 1200px) {
    .job-Categories-list {
        --bs-gutter-x: 40px;
        --bs-gutter-y: 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .bg-home2 {
        padding: 160px 0 186px;
    }
}

@media only screen and (min-width: 1500px) {
    .bg-home2 {
        padding: 160px 0 240px;
    }
}

@media only screen and (min-width: 1600px) {
    .bg-home2 {
        padding: 160px 0 260px;
    }
}

@media only screen and (min-width: 1800px) {
    .bg-home2 {
        padding: 170px 0 320px;
    }
}

@media only screen and (min-width: 1900px) {
    .bg-home2 {
        padding: 170px 0 360px;
    }
}


@media only screen and (max-width: 1439px) {
    .job-image img {
        max-height: 180px;
    }
    .title-img img {
        max-width: 80px;
    }
    .page-title-box .title {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 1299px) {
    .bg-home2 {
        padding: 110px 0 150px;
    }
    .bg-home2 .sub-title {
        font-size: 1.6em;
    }
}
@media only screen and (max-width: 1199px) {
    .bg-home2 {
        padding: 110px 0 120px;
    }
}
@media only screen and (max-width: 1099px) {
    .bg-home2 {
        padding: 100px 0 100px;
    }
    .bg-home2 .sub-title {
        font-size: 1.4em;
    }
}
@media only screen and (max-width: 991px) {
    .testi-img img {
        margin-top: -50px;
    }
    .h1, h1 {
        font-size: calc(1.012rem + 1.3125vw);
    }
    .avatar-body .avatar-wrapper {
        height: 320px;
    }
    .avatar-body .preview-lg {
        height: 150px;
        margin-top: 15px;
        width: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonials .col-md-6:last-child {
        margin-top: 80px;
    }
    .footer .panel {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .job-Categories-box .job-Categories-list li {
        margin-bottom: 10px;
    }
    .nav-fill .nav-item {
        margin: 0 5px;
    }
    .faq-menu.nav-pills .nav-item .nav-link {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .candidate-container {
        padding-left: 20px;
        padding-right: 20px;   
    }
    .candidate-contact-details .col-sm-6:first-child {
        margin-bottom: 40px;
    }
    #navbarCollapse {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
    }
    .msp-0 {
        margin-left: 0 !important;
    }
    .page-title-box .title {
        width: 70%;
    }
    ol.breadcrumb {
        justify-content: flex-start !important;
    }
    .page-title-box .title h1 {
        font-size: 18px;
    }
    .title-img {
        max-width: 90px;
    }
    #btn-send {
        margin-top: 20px;
    }
    .profile-contact a {
        padding: 2px 15px;
    }
    .profile-contact li.active a::before {
        left: 8px;
    }
    .messages p span {
        max-width: 100%;
    }
    .messages .text-start .time {
        left: 0px;
    }
    .messages .text-end .time {
        right: 0px;
    }
    .messages .time {
        bottom: -22px;
    }
    .conversation-detail .card-top {
        padding-top: 15px !important;
        padding-bottom: 5px !important;
    }
    .conversations .side-bar {
        max-height: 500px;
    }
    #delete-modal .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    #delete-modal button {
        max-width: 150px;
    }
}
@media only screen and (max-width: 575px) {
    .testi-img img {
        margin-top: -20px;
        margin-right: -50px;
    }
    .testimonials .testimonial, .nav-fill .nav-item:last-child {
        margin-right: 0px;
    }
    .nav-fill .nav-item:first-child {
        margin-left: 0;
    }
    .faq-menu.nav-pills .nav-item .nav-link {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 0.8em;
    }
    .title-img img {
        max-width: 70px;
        margin-left: 10px;
    }
    .fs-m-14 {
        font-size: 14px;
    }
    .profile-contact a {
        font-size: 13px;
    }
    .profile-contact li {
        padding: 4px 12px;
    }
    .profile-contact li.active a::before {
        width: 100%;
        left: 0px;
    }
    .candidate-profile-overview {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row {
        --bs-gutter-x: 0px;
    }
    .psm-2 {
        padding-left: 1rem !important;
    }
    .pem-2 {
        padding-right: 1rem !important;
    }
    .footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .job-detail {
        padding-right: 0 !important;
    }
    .job-detail .card-top {
        padding-left: 15px;
        padding-right: 15px;
    }
    .avatar-body .avatar-wrapper {
        height: 320px;
    }
    .avatar-upload label.custom-upload {
        clear: left;
        width: 100%;
        margin-top: 5px;
    }
    .profile-content-page {
        margin-top: 0 !important;
    }
    .profile-contact ul {
        margin-bottom: 0 !important;
    }
    .navbar .btn-outline {
        padding: 6px 20px;
    }
    .navbar .navbar-toggler {
        line-height: 2;
    }
    .agree-bottom p {
        width: 100%;
    }
    .agree-bottom {
        flex-wrap: wrap;
    }
    .agree-bottom p.text-end {
        order: -1;
        text-align: left !important;
        margin-bottom: 15px !important;
    }
    .agree-bottom p.text-end .invalid-feedback {
        text-align: left;
    }
    .navbar .custom-container .navbar-brand {
        order: 0;
    }
    .navbar .custom-container .toggle-btn {
        order: 2;
    }
    .header-menu .user-email {
        font-size: 12px;
    }
}