.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.image-modal .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.image-modal .caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.image-modal .modal-content,
.image-modal .caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.page-content {
    min-height: 90vh;
}

.image-modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10;
}

.image-modal .close:hover,
.image-modal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@media only screen and (max-width: 700px) {
    .image-modal .modal-content {
        width: 100%;
    }
}

header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    border-bottom: solid 1px transparent;

}

header .logo {
    height: 60px
}

header .f_cont {
    width: 200px
}

header nav a {
    display: inline-block;
    padding: 4px 12px;
    position: relative;
}

header nav .active::after {
    width: 8px;
    height: 8px;
    content: "";
    display: inline-block;
    background-color: #6ac443;
    border-radius: 100%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
}

.recruiter-header nav .active::after {
    background-color: #5c3a90;
}

.sticky_header {
    position: relative
}

.header2,
.sticky_header {
    background-color: #fff;
    border-bottom: solid 1px #eee;
}

.container .img_title {
    width: 200px
}

.banner,
.bg_banner {
    height: 450px;
    background-image: url('../img/bg.png');
    background-size: cover;
    background-position: bottom center;
}

.bg_banner {
    height: auto
}

.banner .container {
    height: 100%;
    overflow: hidden;
}

.banner .img1,
.banner .img2 {
    width: 180px;
    position: absolute;

}

.banner .img1 {
    bottom: 20px;
    left: 0px
}

.banner .img2 {
    bottom: -30px;
    right: 0px
}

.banner h1 {
    font-size: 5rem
}

.search_form>div {
    width: 70%
}

.pagination .active {
    background-color: #5c3a90 !important;
    border-color: #5c3a90 !important;
    color: white !important;
}

.pagination-success .active {
    background-color: #6ac443 !important;
    border-color: #6ac443 !important;

}

.jobs_container .card h2 {
    font-size: 1.5rem;
}

.jobs_container .card:hover {
    background-color: #fafafa;
}

.jobs_container .card .logo {
    display: block;
    width: 80px;
}

.jobs_container .card .logo img {
    width: 100%;
}

.index {
    height: 100vh;
    margin: 0 !important;
    padding: 0 !important
}

.index .logo {
    width: 64px
}

.index .recruiter {
    background: linear-gradient(to bottom, #fff, #d9b9f5);
    color: #7b4ab3;
}

.index .jobseeker {
    background: linear-gradient(to bottom, #fff, #a6e5a6);
    color: #6ac443;
}

.index .character {
    width: 120px;
    text-align: center;
}

.video-container .img {
    width: 70%
}

.video-container .container {
    position: relative;
    text-align: center;
}

.video-container .container::before {
    content: "";
    position: absolute;
    right: 5%;
    top: 0;
    display: block;
    width: 200px;
    height: 100px;
    background-image: url('../img/lines.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

.video-container .container::after {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
    display: block;
    width: 200px;
    height: 100px;
    background-image: url('../img/lines.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    rotate: 180deg;
}

.video-container .play {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 100%;
    padding: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 0px;
}

.video-container .play i {
    color: white;
    font-size: 2rem;
}

.features-container,
.faq-container {
    background: rgba(255, 251, 241, 1);
}

.features-container .item {}

.features-container .item .left,
.features-container .item .right {
    width: 40%
}

.features-container .item .left {
    float: left;
    margin-right: 32px;
}

.features-container .item .right {
    float: right;
    margin-left: 32px;
}

.features-container .item::after {
    content: "";
    display: block;
    clear: both;
}

.pricing-container {}

.pricing-container .item {
    background-color: rgba(255, 251, 241, 1);
    border-bottom: solid 6px rgba(106, 196, 67, 1);
    border-radius: 8px;
}

.pricing-container-recuriter .item {
    border-bottom-color: #7b4ab3;
}

.pricing-container .item img {
    height: 64px
}

/* .pricing-container .best {
    margin-top: -50px;
} */

.pricing-container .best .item {
    border-radius: 0px 0px 8px 8px;
}

.pricing-container .best .value {
    background-color: #6ac443;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 10px;
    border-radius: 8px 8px 0px 0px;
    letter-spacing: 8px;
    font-size: 0.8rem;
}

.pricing-container-recuriter .best .value {
    background-color: #7b4ab3;
}

.accordion {
    background-color: transparent;
}

.accordion-item {
    background-color: transparent;
    border-width: 0;
    ;
    border-radius: 0 !important;
}

.accordion-button,
.accordion-button2 {
    padding: 16px 0px;
    border-bottom: solid 1px #eee;
    font-weight: bold;
}

.accordion-button2 {
    display: block;
    color: rgba(30, 30, 30, 1);
}

.accordion-button,
.accordion-button:active,
.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-button,
.accordion-header {
    background-color: transparent;
    border-radius: 0 !important;
}

.accordion-body {
    color: rgba(30, 30, 30, 1);
    padding: 32px 0px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button {
    border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: rgba(30, 30, 30, 1)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: auto;
    content: "";
    transform: rotate(180deg);
    background-image: url('../img/arrow_down.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform 0.2s ease-in-out;
}



.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url('../img/arrow_up.svg');
}

.accordion-recruiter .accordion-button:not(.collapsed)::after {
    background-image: url('../img/arrow_up_rec.svg');

}

.clear-both {
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.chat_items .item:hover {
    background-color: #fafafa;
}

.chat_items .active {
    font-weight: bold !important;
    border-bottom-color: #6ac443 !important;
}

#chat_container {
    overflow-y: auto;
    overflow-x: hidden;
}

.chat_container_main {
    background-image: url('../img/bg-chat.png');
    background-position: right bottom;
    background-size: 40% auto;
}

#chat_container .chat_l,
#chat_container .chat_r {
    position: relative;
}

#chat_container .chat_l::after {
    content: "";
    position: absolute;
    top: 30%;
    left: -22px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #6ac443 transparent transparent;


}

#chat_container .chat_r::after {
    content: "";
    position: absolute;
    border-width: 12px;
    border-style: solid;
    top: 10%;
    left: inherit;
    right: -23px;
    border-color: transparent transparent transparent #ddd;

}