.btn {
    box-shadow: -3px 4px 0 0 #3F3F3F;
    padding: 0.5rem 2rem;
    font-family: Poppins;
    font-weight: 600;
}

.input-field {
    position: relative;
}

.input-field label {
    position: absolute;
    left: calc(var(--bs-gutter-x) * 1);
    top: -0.8rem;
    background-color: #ffffff;
    font-family: Gilroy Bold;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aqua-color {
    color: #5DD9F9;
}

.form-control::placeholder {
    color: #A1A1A1;
    font-size: 14px;
    font-family: Gilroy Regular;
}

.form-control {
    padding: 0.875rem 0.75rem;
    transition: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #F974A6;
}

.input-field label:has(+ input:focus) {
    color: #F974A6;
}

.pink-color {
    color: #F974A6;
}

.create-account-btn {
    min-width: 190px;
}

.wizard {
    overflow: hidden;
    max-width: 700px;
    margin: auto;
}

.wizard-wrapper {
    display: flex;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.wizard-slide {
    width: 100%;
    flex: 0 0 auto;
    opacity: 0;
    filter: blur(2px);
    pointer-events: none;
    will-change: opacity, filter;
    padding: 2rem 0;
}

.wizard-slide.is-current {
    opacity: 1;
    filter: blur(0);
    pointer-events: auto;
}

.wizard-body button[data-to-frame] {
    background-color: #ffffff;
    box-shadow: 0 0px 4px rgb(0 0 0 / 9%);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-family: inherit;
    border-radius: 5px;
    min-width: 100px;
    line-height: 1.5;
}

.packages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
}

.package {
    border-radius: 7px;
    border: 2px solid #F974A6;
    padding: 1rem;
}

.package input {
    display: none;
}

/*steps*/
.steps ul {
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*list-style: none;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.steps li, .steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative
}

.steps li .current-info {
    display: none
}

.steps li a {
    text-decoration: none;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none
}

.steps li a .title span {
    display: block
}

.steps li a .title .step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #DDD;
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #fff;
    margin: 0 auto;
    padding: 5px;
}

.steps li a .step-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.steps li .step-icon::before,
.steps li:last-child .step-icon::after {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 108px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: -1;
}

.steps li .step-icon::before {
    right: 100%
}

.steps li:last-child .step-icon::after {
    left: 100%
}

.steps li.current a .step-icon,
.steps li.current a:active .step-icon,
.steps li.active a .step-icon,
.steps li.active a:active .step-icon,
.steps li.done a .step-icon,
.steps li.done a:active .step-icon {
    background: #F974A6
}

.steps li.current .step-text {
    color: #F974A6
}

.steps .current .step-icon::before,
.steps .current:last-child .step-icon::after,
.steps .done .step-icon::before {
    background: #F974A6
}

.steps li a .step-text {
    color: #999;
    font-size: 15px;
    text-align: center;
    font-family: "Gilroy Bold";
}

.steps .current .step-text, .steps .done .step-text {
    color: #333
}

.steps li:first-child .step-icon::before,
.steps li:last-child .step-icon::after {
    width: 0
}

.select2-selection__rendered {
    display: none !important;
}

.job_titles-tags,
.industry_sectors-tags,
.country-tags,
.city-tags {
    overflow: auto;
    max-width: 400px;
    margin: auto;
}

.job_titles-tags .item,
.industry_sectors-tags .item,
.country-tags .item,
.city-tags .item {
    border-radius: 5px;
    border: 1px solid #F974A6;
    float: left;
    color: #F974A6;
    padding: 0.5rem 1.8rem 0.5rem 0.5rem;
    margin: 0 0.5rem 0.5rem 0;
    position: relative;
}

.select2 {
    min-width: 400px;
    margin: auto;
    display: block;
}

.select2 textarea {
    margin: 0 !important;
    height: 25px !important;
}

.select2 textarea::placeholder {
    color: #66666680;
    font-family: Quicksand
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border-radius: 7px;
    border: 2px solid #AFE6F4;
    padding: 0.5rem;
}

.job_titles-remove-btn,
.industry_sectors-remove-btn,
.country-remove-btn,
.city-remove-btn {
    background-color: #F974A6;
    position: absolute;
    right: 0.5rem;
    top: 54%;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #EAAF4B;
    border-color: #EAAF4B;
}

.invalid-feedback {
    font-family: Quicksand
}

.drop-zone {
    max-width: 500px;
    height: 150px;
    border-radius: 7px;
    border: 2px solid #F974A6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    font-family: Quicksand;
    cursor: pointer;
}

.drop-zone h5 {
    width: 100%;
    text-align: center;
    color: #F974A6;
    text-decoration: underline;
}

.drop-zone svg {
    margin-left: 5px;
}

.drop-zone input {
    display: none;
}

@media only screen and ( max-width: 767px ) {
    .packages {
        grid-template-columns: 1fr;
    }

    .select2 {
        min-width: 100%;
    }

    .job_titles-tags,
    .industry_sectors-tags,
    .country-tags,
    .city-tags {
        max-width: 100%;
    }

    .steps li:not(.current) {
        display: none;
    }

    .steps ul {
        grid-template-columns: 1fr;
    }

    .steps .current .step-icon::before,
    .steps .current:last-child
    .step-icon::after, .steps .done
    .step-icon::before {
        display: none;
    }
}