body {
}


.modal-footer {
    display: none;
}

.video-container {
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    margin: 0 auto;
}

.error {
    color: #d73939ad;
    margin-top: 5px;
    margin-bottom: 10px;
    font-style: italic;
}

.form-group.custom-has-success input, .form-group.custom-has-success select, .form-group.custom-has-success textarea {
    border-color: #28D094;
}

    .form-group.custom-has-success input:focus, .form-group.custom-has-success select:focus, .form-group.custom-has-success textarea:focus {
        border-color: #28D094;
        box-shadow: 0 0 6px #78DCC3;
    }

.custom-has-success .form-control {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #67b168;
}

.custom-has-error .select2-container .select2-selection--single {
    border-color: rgb(215 57 57 / 68%);
    box-shadow: unset;
}

.custom-has-success .form-control, .custom-has-success textarea {
    border-color: #5fb52f;
    box-shadow: unset;
}

.form-control:focus {
    box-shadow: none !important;
}


.custom-has-success .select2-container .select2-selection--single {
    border-color: #5fb52f;
    box-shadow: unset;
}

.hire-talent-wrapper {
    max-width: 1500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 130px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.ht-content > .flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

    .ht-content > .flex > .flex-item {
        align-self: stretch;
        padding-left: 6px;
        border: 1px solid #00000029;
        padding-right: 6px;
        margin: 10px;
        width: 165px;
        margin-bottom: 0px;
        padding-top: 45px;
        padding-bottom: 35px;
        border-radius: 15px;
        cursor: pointer;
        transition: all 0.3s;
    }

        .ht-content > .flex > .flex-item h3 {
            font-size: 14px;
        }

        .ht-content > .flex > .flex-item .font_35 {
            margin: 25px 0px 25px 0px;
        }

        .ht-content > .flex > .flex-item:hover {
            border-color: #F7941D;
            transition: all 0.3s;
        }

            .ht-content > .flex > .flex-item:hover > h3 {
                color: black
            }

        .ht-content > .flex > .flex-item > img {
            max-height: 25px;
        }

        .ht-content > .flex > .flex-item p {
            margin: 0px 25px 0px 25px;
        }

.custom-modal-close {
    position: absolute;
    right: -32px;
    top: -30px;
    background: white;
    border-radius: 30px;
    padding: 15px;
}
/*---Demandind skills --*/
.skills {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.skill {
    padding: 0px !important
}

.ht-content > .demanding {
    margin-top: 60px;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.selected-skill-item {
    background-color: #F7941D;
    padding: 8px 12px;
    border-radius: 20px;
}

    .selected-skill-item i {
        margin-left: 10px;
        cursor: pointer;
    }


.skill-item {
    border-radius: 20px;
    padding: 10px 15px;
}

    .skill-item:active, .skill-item:focus {
        border: unset !important;
        background-color: #F7941D !important;
    }

        .skill-item:active i, .skill-item:focus i {
            color: black !important;
        }

    .skill-item:hover {
        background: #F7941D
    }

    .skill-item i {
        color: #F7941D;
    }

    .skill-item:hover i, .skill-item:hover span {
        color: black;
    }

/*---input tag --*/
.form-control {
    background-color: #F2F2F2;
    border: none;
    height: 60px;
    margin-top: 10px;
    border-radius: 10px;
}

.members-wrapper {
    margin-top: 30px;
}
/*---Stepper buttons---*/
.stepper-btns {
    margin-top: 50px;
    flex-direction: column
}

.customForm::placeholder {
    color: black;
}

.stepper-btns p {
    margin-top: 40px;
}

.stepper-btns button, .explore-continue {
    border-radius: 20px;
    width: 150px;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

    .stepper-btns button.continue, .explore-continue {
        background: #f7941dc7 !important;
        border-radius: 30px;
    }

#btn_Back_Type, #btn_Back_Skill {
    border-radius: 30px;
}

.stepper-btns button.continue:hover, .explore-continue:hover {
    color: #000 !important;
    background: #f7941d !important;
    cursor: pointer !important;
}

.my-slider {
    margin-top: 0px;
    padding-left: 70px;
}

    .my-slider .item {
        margin: 5px 0px;
    }

.talent-img {
    background-color: #e6e6e6;
    height: 100px;
    width: 100px;
    border-radius: 12px;
    background-size: contain;
}

.talent-img-detail {
    background-image: url('../images/icons/resourcebg.png');
    height: 100px;
    width: 100px;
    border-radius: 50px;
    background-size: contain;
}

.talent-img img {
    height: 100%;
    width: 100%;
}

.img-section-center {
    /*margin: 4% 0 0 0;*/
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.img-center {
    display: flex;
    justify-content: center;
}

.talent-info {
    margin-left: 15px;
    text-align: left !important;
}

    .talent-info .talent-name {
        font-size: 20px;
    }

    .talent-info .talent-skill {
        font-size: 16px;
    }

.flex-items-center {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2
}

.submission {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 75px;
}

.query-title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
}

.talent-modal-body {
    padding: 3% !important;
}

.talent-modal-content {
    margin: unset !important;
}

.talent-desc-title {
    text-align: left;
}

.talent-desc-skills {
    text-align: right;
}

.info-padding div {
    text-align: left;
    padding-top: 5px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1100px !important;
    }
}


@media screen and (max-width: 991px) {
    .d_flex {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .order-1 {
        order: 2
    }

    .order-2 {
        order: 1;
    }

    .hire-talent-wrapper {
        padding-top: 126px;
        padding-bottom: 13px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .skill-item {
        border-radius: 20px;
        padding: 10px 15px;
    }

    .font_18 {
        font-size: 12px;
    }
}