@import url("./fonts.css");
@import url("./responsive.css");

* {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

:root {
    --grn: #00ce7b;
    --grnl: #d3f6e8;
    --txt: #5e6670;
    --blue: #1c2752;
    --bg: #f1f2f4;
    --gold: #ffaa00;
    --prpl: #ea4c89;
    --border: #e4e5e8;
    --red: #d62828;
}

.link_href {
    font-size: 0.8rem !important;
    text-align: center !important;
    color: var(--txt) !important;
    margin-top: 10px;
}

.link_href a {
    color: var(--grn);
    animation: myfirst 5s linear infinite;
    text-decoration: underline;
}

@keyframes myfirst {
    0% {
        color: var(--grn);
    }

    50% {
        color: red;
    }

    100% {
        color: var(--grn);
    }
}

.bgGray {
    background-color: var(--bg);
}

.badge {
    font-size: 0.6rem !important;
    padding: 5px 8px;
    border-radius: 30px;
    font-weight: 400 !important;
}

.badge-danger {
    background-color: #fceeee !important;
    color: #dc3545;
}

.btn-success-light {
    background-color: var(--grnl);
    color: var(--grn);
    text-decoration: none;
    font-size: 0.8rem !important;
    font-weight: 600;
}

.btn-success-light:is(:hover, :focus) {
    background-color: var(--grn) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.section {
    padding: 50px 40px;
}

.btn-outline-success {
    border-radius: 3px !important;
    border-color: var(--grn) !important;
    color: var(--grn);
    font-size: 0.8rem !important;
    box-shadow: none !important;
}

.btn-outline-success:hover {
    background-color: var(--grn) !important;
    color: #fff;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    background-color: var(--grn) !important;
    color: #fff;
}

.btn-success {
    border-radius: 3px !important;
    border-color: var(--grn) !important;
    background-color: var(--grn) !important;
    text-transform: capitalize;
    box-shadow: none !important;
    font-size: 0.8rem !important;
}

.btn-success:hover {
    color: var(--grn) !important;
    border: 1px solid var(--grn) !important;
    background-color: transparent !important;
}

.top {
    width: 100%;
    background-color: var(--bg);
}

.navbar-light {
    padding: 0 !important;
    background-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    padding: 10px 15px;
    margin-left: 5px;
    font-size: 0.8rem !important;
    line-height: 1.6 !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--grn);
    border-bottom: 1px solid var(--grn);
}

.contactUl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.contactUl li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.contactUl li p, .contactUl li a {
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 0.8rem;
    color: var(--txt) !important;
    font-weight: 500;
}

.contactUl li img {
    width: 30px;
    height: 20px;
}

.flagSelect {
    width: 100px;
    padding: 0 !important;
    margin: 0 5px;
    border: 0;
    background-color: transparent;
    font-size: 0.8rem;
}

.flagSelect:focus,
.flagSelect:focus-visible {
    box-shadow: none;
}

/* searchSection */
.searchSection {
    padding: 20px 0;
}

.searchUl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 3px 10px;
    border-radius: 5px;
}

.borderGary {
    border: 1px solid var(--border);
}

.searchUl .input-group-text {
    background-color: transparent;
    border: 0;
}

.searchUl .input-group-text svg {
    color: var(--grn);
    font-size: 0.9rem;
}

.searchUl li:nth-child(2) {
    border-left: 1px solid var(--border);
}

.searchUl .form-control {
    border: 0;
    border-radius: 0;
    font-size: 0.8rem;
}

.searchUl .fulwidth {
    min-width: 410px;
}

.searchUl .halfwidth {
    min-width: 120px;
}

.searchUl .form-control:focus {
    background-color: var(--bg) !important;
    box-shadow: none !important;
}

/* Hero Section text */
.heroSectionText {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.heroSectionText h1 {
    font-size: 2.3rem;
}

.des {
    font-size: 0.8rem;
    color: var(--txt);
    font-weight: 400;
    margin: 10px 0;
}

.findDiv {
    padding: 10px;
    width: 100%;
    margin: 20px 0;
    border-radius: 3px;
}

.suggesion {
    font-size: 0.7rem;
}

.suggesion span {
    color: var(--grn);
}

.statisticCard {
    border: 0 !important;
    margin: 10px 0;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.statisticCard:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.statisticCard:hover .card-body .icon {
    background-color: var(--grn);
}

.statisticCard:hover .card-body .icon svg {
    color: #fff;
}

.statisticCard h6 {
    margin-bottom: 5px;
}

.statisticCard p {
    color: var(--txt);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 0.8rem;
}

.statisticCard .card-body {
    padding: 15px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.statisticCard .card-body .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    border-radius: 3px;
    background-color: var(--grnl);
}

.statisticCard .card-body .icon svg {
    font-size: 1.2rem;
    color: var(--grn);
    transition: all 0.3s linear;
}

.statisticCard .card-body .statistic {
    padding: 0 15px;
}

.advertise {
    width: 100%;
    margin: 50px 0;
}

.signinModal .modal-content {
    background: rgba(255, 255, 255, 1) !important;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.7px);
    border: 0 !important;
    -webkit-backdrop-filter: blur(3.7px);
    padding: 20px;
}

.signinModal .modal-content .input-group-text {
    border-right: 0 !important;
    border-color: #e0e0e0 !important;
    border-radius: 10px 0 0 10px !important;
    background-color: #fff !important;
    padding: 15px !important;
    color: var(--txt) !important;
}

.signinModal .modal-content .input-group .form-control {
    border-left: 0 !important;
    border-color: #e0e0e0 !important;
    padding: 10px !important;
    font-weight: 300 !important;
    border-radius: 0 10px 10px 0 !important;
}

.signinModal .modal-content .input-group .form-control:focus {
    box-shadow: none !important;
}

.signinModal .modal-content .input-group .form-control:placeholder {
    color: var(--txt) !important;
}

.signinModal .modal-content label {
    font-weight: 400;
}

.signinModal .modal-content .forgot,
.signinModal .modal-content .forgot:hover {
    color: var(--grn);
}

.signinModal .modal-content .form-check {
    padding: 0 !important;
}

.signinModal .modal-content .form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    padding-right: 0 !important;
}

.signinModal .modal-content .form-check-input+.form-check-label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--txt);
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: middle;
    transition:
        background-color 0.3s,
        border-color 0.3s;
}

.signinModal .modal-content .form-check-input:checked+.form-check-label::before {
    background-color: var(--grn);
    border-color: var(--grn);
}

.advertiseCard {
    width: 100%;
    min-height: 250px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    height: 100%;
}

.becomeCandidate {
    background: url("./../imgs/laptop.svg") no-repeat;
    background-position: center;
    background-size: cover;
}

.becomeCandidate h4,
.becomeCandidate .des {
    /* text-decoration: underline; */
}

.btn-light {
    color: var(--grn) !important;
    font-size: 0.8rem;
}

.becomeEmployee {
    background: url("./../imgs/person.svg") no-repeat;
    background-position: center;
    background-size: cover;
}

.becomeEmployee h4,
.becomeEmployee .des {
    color: #fff;
    /* text-decoration: underline; */
}

/* talent */
.talent {
    margin: 60px 0;
}

.title {
    font-weight: 400;
    color: #18191c;
    margin-top: 20px;
}

.talentitem {
    padding: 5px 10px;
    border-radius: 3px;
    transition: all 0.3s linear;
}

.statisticCard .talentitem:hover {
    box-shadow: none;
}

.talentitem:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.talentitem h6 {
    margin-bottom: 5px;
    font-size: 0.9rem !important;
}

.talentitem p {
    color: var(--txt);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 0.8rem;
}

/* How it workds */
.HowItWork {
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 50px 30px;
    background: url("./../imgs/howbg.svg") no-repeat;
    background-position: center;
    background-size: cover;
}

.card.howItem {
    background-color: transparent !important;
    border: 0 !important;
    transition: all linear 0.3s;
    border-radius: 10px;
    z-index: 0;
}

.card.howItem:hover {
    background-color: #fff !important;
}

.card.howItem:hover .icon {
    background-color: #54b095 !important;
}

.card.howItem:hover .icon svg {
    color: #fff !important;
}

.card.howItem .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 250px;
}

.card.howItem .card-body .icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    border-radius: 100%;
    background-color: #fff;
    transition: all linear 0.3s;
}

.card.howItem .card-body .icon svg {
    font-size: 1.4rem;
    color: #54b095;
}

.card.howItem .card-body h4 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 20px;
}

.card.howItem .card-body p {
    text-align: center;
    font-size: 0.8rem;
    color: var(--txt);
}

.card.howItem .uparrow:after {
    position: absolute;
    width: 70%;
    height: 100px;
    top: 10%;
    left: 70%;
    content: url("../imgs/downarrow.svg");
    z-index: 1;
}

.card.howItem .downarrow:after {
    position: absolute;
    width: 70%;
    height: 100px;
    top: 30%;
    left: 70%;
    content: url("../imgs/uparrow.svg");
    z-index: 1;
}

/* Jobs card */

.jobCard {
    border: 0 !important;
    margin: 10px 0;
    transition: all 0.3s linear;
    border-radius: 5px;
    padding: 15px !important;
    border: 1px solid var(--border) !important;
    height: 100%;
}

.jobCard.linear {
    background: linear-gradient(90deg, #fff6e6c8, transparent);
}

.jobCard:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.jobCard:hover .card-body .icon {
    color: #000;
}

.jobCard:hover .card-body .icon svg {
    color: #fff;
}

.jobCard h6 {
    margin-bottom: 5px;
}

.jobCard h4 {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 500;
}

.jobCard .jobD {
    font-size: 0.8rem;
}

.jobCard .jobD span {
    padding: 3px 5px;
    text-transform: uppercase;
    color: #0ba02c;
    font-weight: 500;
    font-size: 0.6rem;
    background-color: var(--bg);
}

.jobCard p {
    color: var(--txt);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 0.8rem;
}

.jobCard .card-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
}

.jobCard .card-body .subdev {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jobCard .card-body .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    border-radius: 3px;
    background-color: var(--bg);
}

.jobCard .card-body .icon svg {
    font-size: 1rem;
    width: 25px;
    color: #000;
    transition: all 0.3s linear;
}

.jobCard .talentitem {
    width: 250px;
    flex-shrink: 0;
}

.jobCard .talentitem:hover {
    box-shadow: none;
}

/* Company card */

.companyCard {
    border: 0 !important;
    margin: 10px 0;
    transition: all 0.3s linear;
    border-radius: 5px;
    padding: 15px !important;
    border: 1px solid var(--border) !important;
    height: 100%;
}

.companyCard:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.companyCard p {
    color: var(--txt);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 0.8rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}

.companyCard .card-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0 0 0px;
    flex-direction: column;
}

.companyCard .card-body .subdev {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.talentitem2 {
    padding: 0 15px;
    border-radius: 3px;
    width: 90%;
    transition: all 0.3s linear;
}

.talentitem2 h6 {
    margin-bottom: 0;
}

.companyCard .card-body .icon {
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #f2f3f4;
    padding: 3px;
}

.companyCard .card-body .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.companyCard .card-body .icon.bgpink {
    background-color: #ea4c89;
}

.companyCard .card-body .icon svg {
    font-size: 1.4rem;
    width: 25px;
    color: #fff;
    transition: all 0.3s linear;
}

.companyCard .talentitem:hover {
    box-shadow: none;
}

/* Slider  */

.banner_slider {
    padding: 20px;
    border-radius: 8px;
}

.banner_item {
    padding: 0px !important;
}

.banner_item .banner_item_sub {
    margin: 10px;
    background-color: #ffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
}

.banner_item_top {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* .icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon svg {
  color: var(--txt);
  font-size: 1.3rem;
} */

.banner_item_top .profile_img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.profile .profile_img img {
    width: 100%;
    height: 100%;
}

.profile .profileText {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.profile .profileText p {
    margin-bottom: 0;
    color: var(--txt);
    font-weight: 300;
    font-size: 0.8rem;
}

.profile .profileText h4 {
    font-size: 1rem;
    margin-bottom: 0;
}

.banner_body {
    padding: 10px 0;
}

.banner_body p {
    font-size: 0.9rem;
    font-family:
        "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 0;

    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 110px;
}

.review_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.review_list li {
    margin-right: 8px;
    font-size: 0.9rem;
    color: #ffaa00;
}

.review_list.black li {
    color: #000;
    text-transform: uppercase;
}

.slick_arrow_btns {
    border: none !important;
    position: absolute;
    margin: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    margin-top: -20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: none;
    outline: none;
}

button:focus {
    outline: 0 !important;
    background-color: var(--grn);
    box-sizing: none !important;
}

.slick_arrow_btns svg {
    font-size: 1rem !important;
    color: var(--grn);
}

.slick-next {
    right: -20px;
    margin-left: 40px;
}

.slick-prev {
    left: -20px;
}

.banner_slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-top: 20px;
}

.banner_slider .slick-dots li {
    width: 8px !important;
    height: 8px !important;
    margin: 0 3px;
    background-color: #00a79d;
    border-radius: 100px;
    transition: 0.3s;
}

.banner_slider .slick-dots .slick-active {
    width: 20px !important;
}

.banner_slider .slick-dots li button {
    display: none;
    background-color: #00ce7b;
}

/* Footer */
footer {
    width: 100%;
    padding: 80px 20px;
    background-color: #002516;
}

footer img {
    margin-bottom: 20px;
}

footer p {
    font-size: 0.8rem !important;
    color: #9199a3;
    margin-bottom: 10px;
}

footer p span {
    color: #fff;
}

footer ul {
    list-style: none;
}

footer ul .headli {
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

footer ul li a {
    color: #9199a3;
    font-size: 0.8rem;
}

footer ul li {
    margin-bottom: 5px;
}

/* checkbox list */
.bg-gray {
    background-color: #f7f7f7;
}

.checklistcard {
    border: 0;
    border-radius: 5px;
    /* padding: 20px; */
    margin-bottom: 20px;
}

.checklistcard .card-header {
    background-color: transparent;
}

.checklistcard .card-header h5 {
    font-weight: 400;
    color: #4f4f4f;
}

.checkboxlist {
    list-style: none;
}

.checkboxlist li {
    margin: 5px 0;
}

.form-check-label {
    color: #9b9a9a;
    font-size: 1rem;
    font-weight: 300 !important;
    padding-left: 10px;
    cursor: pointer;
}

.form-check-label.sm {
    font-size: 0.7rem;
}

.form-check-input {
    position: relative;
    display: none;
}

input[type="checkbox"]:checked~.form-check-label:after {
    background-color: var(--grn);
    border: 0;
}

input[type="checkbox"]~.form-check-label::after {
    content: "\2713";
    width: 16px;
    height: 16px;
    /* border: 1px solid var(--border); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.8rem;
    transition: all 0.2s linear;
}

input[type="radio"]~.form-check-label::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid var(--border);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.8rem;
    transition: all 0.2s linear;
}

input[type="radio"]:checked~.form-check-label::before {
    border: thin solid var(--border);
    background-color: var(--grn) !important;
}

input[type="radio"]~.form-check-label::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    border-radius: 100%;
    transition: all 0.3s linear;
}

.detailCard {
    padding: 0px !important;
    margin-bottom: 30px;
}

.detailCard:hover {
    border-color: var(--grn);
}

.detailCard .card-body {
    padding: 8px !important;
}

.profileDetails {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_div {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
}

.img_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profileDetailsText {
    display: flex;
    justify-content: center;
    padding: 5px;
    align-items: flex-start;
    flex-direction: column;
    width: 70%;
    margin-left: 5px;
}

.profileDetailsText h4 {
    font-size: 1rem;
    font-weight: 700;
}

.profileDetailsText .designation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.profileDetailsText .designation p {
    font-size: 11px;
    color: var(--txt);
}

.profileDetailsText .designation p:first-child {
    margin-right: 20px;
}

.profileDetailsText .designation p svg {
    vertical-align: middle;
}

.profileactionlist {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

.profileactionlist li {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    background-color: #f3f8ff;
    margin: 5px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.profileactionlist li:hover {
    background-color: var(--grn);
}

.profileactionlist li a {
    text-decoration: none;
}

.profileactionlist li:hover a svg {
    color: #fff;
}

.profileactionlist li a svg {
    color: var(--grn);
    font-size: 0.7rem;
}

.profileactionlist li.starli {
    width: 100px;
    border-radius: 5px !important;
    background: rgba(249, 231, 190, 0.42);
    display: flex;
    justify-content: center;
    align-items: center;
}

.profileactionlist li.starli span {
    font-size: 0.6rem;
    color: #000;
}

.profileactionlist li.starli svg {
    color: var(--gold);
    font-size: 0.6rem;
    margin-right: 5px;
}

.table {
    background: #f9f8ff;
    margin-top: 20px;
    margin-bottom: 0;
}

.table tr th,
.table tr td {
    font-size: 0.7rem;
    padding: 0.55rem !important;
}

.progDiv {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
}

.progDiv label {
    font-size: 0.7rem;
    text-transform: capitalize;
    font-weight: 300;
}

.progress {
    width: 100%;
    border-radius: 12px !important;
    overflow: inherit !important;
    height: 0.6rem;
}

.progress-bar {
    background: linear-gradient(90deg, #80a3ff 3.7%, #00ce7b 100%) !important;
    position: relative;
    border-radius: 12px 0 0 12px !important;
}

.progress-bar span {
    position: absolute;
    right: -10px;
    height: 22px;
    width: 22px;
    font-weight: 700;
    color: #000;
    font-size: 0.5rem;
    z-index: 90;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 3.195px 3.195px 0px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.documentCard .card-header,
.documentCard .card-footer {
    background-color: transparent;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.documentCard .card-header h5 {
    font-size: 0.7rem;
    margin-bottom: 0;
    font-weight: 400;
}

.documentCard .card-header a,
.documentCard .card-footer a {
    font-size: 0.7rem;
    margin-bottom: 0;
    color: var(--txt);
}

.text-success {
    color: var(--grn) !important;
}

.documentCard .card-footer ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

.documentCard .card-footer ul li {
    font-size: 0.7rem;
    margin: 0 15px;
    position: relative;
}

.documentCard .card-footer ul li.verify::after {
    background-color: var(--grn);
}

.documentCard .card-footer ul li.unverified::after {
    background-color: var(--red);
}

.documentCard .card-footer ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

/* FORM */

.title {
    color: var(--grn);
    font-size: 2.5rem;
    font-weight: 700;
}

.titleDes {
    color: var(--txt);
    font-size: 0.9rem;
}

.stepList {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin-top: 40px;
}

.stepList li.active {
    background-color: var(--grn);
}

.stepList li.active span {
    color: var(--grn);
}

.stepList li span {
    position: absolute;
    top: -20px;
    font-size: 0.7rem;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: var(--txt);
    letter-spacing: 1px;
    font-weight: 500;
}

.step .stepItem {
    display: none;
}

.step.active .stepItem {
    display: block;
}

.stepList.small li {
    width: 130px !important;
}

.stepList li {
    position: relative;
    width: 140px;
    height: 5px;
    margin-bottom: 10px;
    background-color: #c4c4c4;
}

.stepItem {
    margin: 40px 0;
    padding: 50px;
    background: #fff;
    box-shadow: 5px 8px 25.7px 0px rgba(0, 0, 0, 0.05);
}

.stepItem h4 {
    font-weight: 500;
    margin-bottom: 50px;
}

.stepItem h4 small {
    font-size: 50%;
    color: #76767680;
}

.stepItem h5 {
    margin: 10px 0;
    font-size: 1rem;
}

.stepItem.active {
    animation: show 2s linear;
    display: block;
}

.stepItem ul li {
    margin-bottom: 20px;
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

.form-group .form-control {
    box-shadow: 0px 12px 40px 0px rgba(0, 44, 109, 0.04) !important;
    border: thin solid var(--border) !important;
    font-size: 0.9rem;
    padding: 10px 15px;
}

.form-group .form-control::placeholder {
    color: #76767680 !important;
}

/* Resume */
.profileTop {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

.profileTop .profileImg {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}

.profileTop .profileImg img {
    width: 100%;
    height: 100%;
}

.profileTop .profileText {
    width: 50%;
}

.profileTop .profileText h3 {
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.resume_ul {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.resume_ul li {
    margin-right: 15px;
    font-weight: 300;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resume_ul li svg {
    font-size: 1rem;
    margin-right: 5px;
}

.profileTop .profileVideo {
    width: 280px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s linear;
}

.profileTop .profileVideo:hover {
    transform: scale(1.05);
}

.profileTop .profileVideo img {
    width: 100%;
    height: 100%;
}

.bio_detail {
    padding: 10px;
    width: 100%;
}

.bio_detail h4 {
    font-size: 1.6rem !important;
    text-transform: capitalize;
    font-weight: 300 !important;
}

.bio_detail p {
    font-weight: 200;
}

.card-footer {
    background-color: transparent;
}

.education {
    margin-bottom: 0;
    padding: 0;
}

.education li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.education li h5 {
    font-weight: 300;
    font-size: 1.2rem;
}

.education li p {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.education li p.topP {
    font-weight: 300 !important;
}

.education li .icon {
    margin: 0 10px 10px 10px;
}

.social_media_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    padding: 5px;
}

.social_media_icon li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.social_media_icon li a {
    color: #000;
    font-size: 0.8rem;
    transition: all 0.2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_media_icon li a svg {
    font-size: 1.3rem;
    margin-right: 5px;
}

.social_media_icon li a:hover {
    color: var(--grn);
}

.skill {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}

.skill li {
    padding: 5px 10px;
    font-size: 0.8rem;
    margin: 5px;
    border-radius: 30px;
    font-weight: 200;
    background-color: #eee;
}

.forgot_password {
    width: 100%;
    height: 60vh;
    min-height: 600px;
    padding: 30px 10px;
}

.forgot_password .input-group .form-control,
.login_section .input-group .form-control {
    border-left: 0 !important;
    border-color: #e0e0e0 !important;
    padding: 10px !important;
    font-weight: 300 !important;
    border-radius: 0 10px 10px 0 !important;
}

.forgot_password .input-group .form-control:is(:hover, :focus),
.login_section .input-group .form-control:is(:hover, :focus) {
    box-shadow: none !important;
}

.forgot_password .input-group-text,
.login_section .input-group-text {
    border-right: 0 !important;
    border-color: #e0e0e0 !important;
    border-radius: 10px 0 0 10px !important;
    background-color: #fff !important;
    padding: 15px !important;
    color: var(--txt) !important;
}

.login_section {
    padding: 30px;
}

.login_sub {
    width: 60%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.loginSide {
    width: 50%;
    min-height: 600px;
}

.form.loginSide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    background-color: var(--bg);
}

.form.loginSide h3 {
    font-weight: 600;
    color: var(--grn);
    margin-bottom: 0;
}

.form.loginSide p {
    font-size: 0.8rem;
    color: var(--txt);
}

.image_background {
    background: url("./../imgs/login_bg.webp") no-repeat;
    background-size: cover;
    background-position: left;
}

@media (min-width: 991px) and (max-width: 1024px) {
    .login_sub {
        width: 80% !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .login_sub {
        width: 100% !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .login_sub {
        width: 100% !important;
        flex-direction: column;
    }

    .loginSide {
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .login_section {
        padding: 0 !important;
    }

    .login_sub {
        width: 100% !important;
        flex-direction: column !important;
    }

    .loginSide {
        min-height: 400px;
        height: 400px !important;
        width: 100% !important;
    }
}

.forgot_password {
    width: 100%;
    height: 60vh;
    min-height: 600px;
    padding: 30px 10px;
}

.forgot_password .input-group .form-control,
.login_section .input-group .form-control,
.register_section .input-group .form-control {
    border-left: 0 !important;
    border-color: #e0e0e0 !important;
    padding: 10px !important;
    font-weight: 300 !important;
    border-radius: 0 10px 10px 0 !important;
}

.form-select {
    border-color: #e0e0e0 !important;
    padding: 10px 15px !important;
    font-weight: 300 !important;
    min-height: 48px;
    border-radius: 10px !important;
}

.form-select:is(:hover, :focus) {
    box-shadow: none !important;
}

.forgot_password .input-group .form-control:is(:hover, :focus),
.login_section .input-group .form-control:is(:hover, :focus) {
    box-shadow: none !important;
}

.forgot_password .input-group-text,
.login_section .input-group-text,
.register_section .input-group-text {
    border-right: 0 !important;
    border-color: #e0e0e0 !important;
    border-radius: 10px 0 0 10px !important;
    background-color: #fff !important;
    padding: 15px !important;
    color: var(--txt) !important;
}

.login_section,
.register_section {
    padding: 30px;
}

.login_section .login_sub {
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
}

.register_section .register_sub {
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
    background-color: #f1f2f44f;
    padding: 30px;
}

.register_section .register_sub form {
    width: 100%;
}

.login_section .loginSide {
    width: 100%;
    min-height: 400px;
}

.form.loginSide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    background-color: #f1f2f44f;
}

.register_section h3,
.login_section h3 {
    font-weight: 600;
    color: var(--grn);
    margin-bottom: 0;
}

.form.loginSide p {
    font-size: 0.8rem;
    color: var(--txt);
}

@media (min-width: 991px) and (max-width: 1024px) {
    .login_sub {
        width: 80% !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .login_sub {
        width: 100% !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .login_sub {
        width: 100% !important;
        flex-direction: column;
    }

    .loginSide {
        width: 100% !important;
    }
}

@media (max-width: 575px) {

    .login_section,
    .register_section {
        padding: 0 !important;
    }

    .login_sub {
        width: 100% !important;
        flex-direction: column !important;
    }

    .loginSide {
        min-height: 400px;
        height: auto !important;
        width: 100% !important;
    }
}

.login_section label,
.register_section label {
    margin-bottom: 0;
    color: var(--blue);
    font-weight: 500;
    font-size: 0.9rem;
}

.login_section input::placeholder,
.register_section input::placeholder {
    font-size: 0.9rem;
}