.career_page h1 {
    color: #565656;
    font-size: 58px;
    font-weight: 500;
    line-height: 69.6px;
    text-align: left;
}

.career_page h1 span {
    color: var(--secondary) !important;
}

.card_in_career {
    max-width: 216px;
    border-radius: 24px;
    box-shadow: 1px 1px 10px 0px #D3D3D3A6;
    background: linear-gradient(108.05deg, #FFECCD 22.35%, #FFFFFF 90.75%);
}

.card_in_career h6 {
    font-family: var(--font-outfit) !important;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
}

.career_page {
    background-image: url("../assets/index/Millions_User_bg_image.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 25%;
}

.visionCraft h2 {
    color: #565656;
    font-size: 54px;
    font-weight: 400;
    line-height: 64.8px;
    text-align: center;
}

.card_in_vision_craft {
    border: 1px solid #253A670D;
}

.card_in_vision_craft h6 {
    color: var(--primary);
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;

}

.card_in_vision_craft p {
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}

.positions h2 {
    color: #565656;
    font-size: 54px;
    font-weight: 400;
    line-height: 86.4px;
}

.default {
    font-family: var(--font-outfit) !important;
    color: #253A67;
    box-shadow: 0px 1px 0px 0px #A7B2CC2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
}

.career_requirements .active {
    font-family: var(--font-outfit) !important;
    box-shadow: -6px 0px 0px 0px #0040D8,
        /* First shadow */
        0px 1px 0px 0px #A7B2CC2B,
        0px 0px 0px 1px #A7B2CC2B;
    /* Second shadow */
    color: #090808;
    background-color: #FFFFFF;
    font-weight: 500;
    line-height: 32px;
}


.role h6 {
    color: var(--primary);
    font-size: 28px;
    font-weight: 500;
    line-height: 44.8px;
    text-align: left;
}

.role .new_role {
    color: var(--secondary);
    border: 1px solid var(--secondary);
    font-family: var(--font-outfit) !important;
    font-size: 14px;
    font-weight: 500;
}

.role p {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
}

.role button {
    font-weight: 500;
    border: 0px;
    background-color: var(--secondary);
    color: #FFFFFF;
    text-align: end;
}

.care_form {
    box-shadow: 4px 4px 16px 0px #00000040;
    border-radius: 24px;
    background-color: #FFFFFF;
    max-width: 468px;
    background-image: url("../assets/career/Career_Form_Bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    /* background-size: 30%; */
}

.borderForInput {
    border: 0px;
    background-color: transparent;
    border-bottom: 1px solid #494949;
}

.borderForInput .form-control {
    background-color: transparent !important;
}

.borderForInput .form-control:focus {
    box-shadow: none !important;
}

.borderForInput input::placeholder {
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    padding-bottom: 2%;
}

.your_growth {
    color: var(--secondary);
    /* font-family: Lato; */
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    /* text-align: left; */
}

.career_button {
    background-color: var(--secondary);
    color: #FFFFFF;
    font-size: 14px;
    border: 0px;
    font-weight: 500;
    line-height: 14.76px;
    padding: 10.69px 25px;
    /* text-align: left; */
}

.outer_border {
    border: 1.54px solid var(--secondary);
    border-radius: 9.23px;
    display: inline-block;
}

.career_form_position {
    position: absolute;
    left: 55%;
    /* bottom: 0px; */
}

.career_form_bg {
    background-image: url("../assets/career/Group.png");
    /* background-repeat: no-repeat; */
}

.role {
    background-color: #FFFFFF;
    border-radius: 12px;
}


.fil-img {
    cursor: pointer;
    width: 60%;
    margin-top: 10px;
}

/* loading */

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

@media screen and (max-width: 767px) {
    .visionCraft h2{
        font-size: 24px;
        line-height: 30px;
    }

    .positions h2{
        font-size: 24px;
        line-height: 30px;
    }

    .career_form_position {
        position: relative;
        left: 0%;
    }
}