h2.title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

h2.title span {
    color: #6742fb;
}

button:focus {
    outline: 0;
}

input:focus-visible {
    outline: 0;
}

input:focus {
    outline: 0;
}

select:focus-visible {
    outline: 0;
}

select:focus {
    outline: 0;
}

.banner_sec {
    width: 100%;
    background-image: linear-gradient(155deg, #f5e6cf 20%, #cfebf4 100%);
    background-size: cover;
    position: relative;
    padding: 100px 0 230px 0;
}

.banner_content {
    max-width: 805px;
    margin: auto;
}

.banner_content h1 {
    font-size: 50px;
    line-height: 78px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.banner_content h1 span {
    color: #6742fb;
    font-size: 34px;
    line-height: 44px;
    display: block;
}

.banner_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20.08px;
    text-align: center;
    margin-top: 8px;
}

.banner_button {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
}

.banner_button .btn {
    min-width: 396.5px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    padding: 7.5px 20px;
    color: #fff;
    border: 1px solid transparent;
}

.banner_button .btn.talent {
    background-color: #ff5500;
}

.banner_button .btn.talent:hover {
    background-color: transparent;
    color: #ff5500;
    border: 1px solid #ff5500;
}

.banner_button .btn.agency {
    padding: 7.5px 20px;
    background-color: #5292c3;
}

.banner_button .btn.agency:hover {
    background-color: transparent;
    color: #5292c3;
    border: 1px solid #5292c3;
}

.sliding_section .card {
    padding: 12px;
    position: relative;
    height: auto;
    border-radius: 8px !important;
}

.sliding_section .card.other_left_slide .image::after,
.sliding_section .card.other_right_slide .image::after,
.sliding_section .card.medium_card_left .image::after,
.sliding_section .card.medium_card_right .image::after {
    content: "";
    background-color: #fff;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.sliding_section .card .card_content {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    opacity: 0.7;
}

.sliding_section .card .card_content span {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 4px;
}

.sliding_section .card .card_content .left p {
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 400;
    color: #4a3aff;
}

.sliding_section .card .card_content p {
    margin-bottom: 0;
}

.sliding_section .card .card_content .right span {
    color: #ff5500;
}

.sliding_section .card .card_content .right p {
    color: #000;
    line-height: 18.2px;
}

.sliding_section .wrapper {
    margin-top: -160px;
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider
    .slick-slide[aria-hidden="true"]:not(.slick-cloned)
    ~ .slick-cloned[aria-hidden="true"] {
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-current.slick-active {
    transform: scale(1);
}

.center-slider .slick-active {
    box-shadow: 0 8px 10px 0px #ddd;
}

.center-slider .slick-list {
    padding: 20px 20px 50px !important;
    height: auto !important;
}

.center-slider .slick-current.slick-active {
    opacity: 1;
}

.center-slider .slick-active {
    transform: scale(0.6);
}

/* Slide */
.sliding_section .center-slider .slick-slide.other_slide {
    transform: scale(0.738);
}

/* .sliding_section .center-slider .slick-slide.other_slide.other_left_slide{
    margin-left: -70px;
}

.sliding_section .center-slider .slick-slide.other_slide.other_right_slide{
    margin-right: -80px;
} */

.sliding_section .center-slider .slick-active.medium_card_right,
.sliding_section .center-slider .slick-active.medium_card_left {
    transform: scale(0.872);
}

.sliding_section .center-slider .slick-active.medium_card_right {
    margin-right: -33px;
}

.sliding_section .center-slider .slick-active.medium_card_left {
    margin-left: -33px;
}

.sliding_section .center-slider .slick-active:not(.medium_card_right) {
    margin-right: 0;
}

.sliding_section .center-slider .slick-active:not(.medium_card_left) {
    margin-left: 0;
}

.center-slider .slick-active.slick-center.large_card {
    transform: scale(0.99);
    margin: 0 4px;
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

.center-slider .slick-slide img {
    width: 256px;
    border-radius: 8px;
}

.creative_talent {
    margin-top: 54px;
    margin-bottom: 70px;
}

.creative_talent .content {
    max-width: 707px;
    margin: auto;
}

.creative_talent .content p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    color: #000;
    margin: 13px 0 0;
}

.choose_creative_talent .choose_talent_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose_creative_talent .choose_talent_inner {
    background-color: #edf3ff;
}

.choose_creative_talent .choose_talent_inner .left_sec {
    width: 50%;
    max-width: 478px;
    margin: auto;
}

.choose_creative_talent .choose_talent_inner .left_sec h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #000;
    margin-bottom: 24px;
}

.choose_creative_talent .choose_talent_inner .left_sec h3 span {
    display: block;
    color: #6742fb;
}

.choose_creative_talent .choose_talent_inner .left_sec ul {
    list-style: none;
}

.choose_creative_talent .choose_talent_inner .left_sec ul li {
    margin-bottom: 12px;
}

.choose_creative_talent .choose_talent_inner .left_sec ul li .list {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.choose_creative_talent .choose_talent_inner .left_sec ul li .list p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.choose_creative_talent .choose_talent_inner .right_sec {
    width: 50%;
}

.choose_creative_talent .choose_talent_inner .right_sec img {
    width: 100%;
}

.browse_category {
    margin-top: 100px;
    margin-bottom: 140px;
}

.browse_category ul {
    list-style: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 110px;
    margin-top: 55px;
}

.browse_category ul li > div span {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}

.browse_category ul li > div span.text {
    margin-top: 18px;
}

.how_it_works .for_about {
    background: linear-gradient(
        180deg,
        rgba(253, 239, 216, 1) 0%,
        rgba(255, 255, 255, 1) 41.26%
    );
    border-radius: 10px;
    margin-top: 60px;
    padding: 41px;
    max-width: 464px;
}

.how_it_works .for_about ul {
    list-style: none;
}

.how_it_works .right_sec .for_about {
    background: linear-gradient(
        180deg,
        rgba(216, 240, 253, 1) 0%,
        rgba(255, 255, 255, 1) 41.26%
    );
    border-radius: 10px;
}

.how_it_works .works_main_inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 34px;
}

.how_it_works .for_about h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #636363;
    color: #ff5a3a;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.how_it_works .right_sec .for_about h3 {
    color: #388297;
}

.how_it_works .for_about ul li {
    margin-bottom: 24px;
}

.how_it_works .for_about ul li .for_talent_list {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
}

.how_it_works .for_about ul li .for_talent_list span.number {
    background: linear-gradient(
        0deg,
        rgba(255, 67, 58, 1) 1.85%,
        rgba(255, 148, 54, 1) 99.39%
    );
    padding: 5px 14px;
    border-radius: 100px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
}

.how_it_works .for_about ul li .for_talent_list .content h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #6742fb;
    margin-bottom: 4px;
}

.how_it_works .for_about ul li .for_talent_list .content span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    display: block;
}

.join_our_community {
    background-color: #dff6fe;
    margin-top: 76px;
}

.join_our_community .container {
    max-width: 1198px;
}

.join_our_community .main_community {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0 29px;
}

.join_our_community .main_community .left_community {
    min-width: 563px;
    margin: auto;
}

.join_our_community .main_community .left_community h2 {
    font-size: 60px;
    line-height: 78px;
    font-weight: 500;
    color: #000;
    margin-bottom: 24px;
}

.join_our_community .main_community .left_community p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    max-width: 492px;
    margin-bottom: 32px;
}

.join_our_community .main_community .left_community button {
    background-color: #6742fb;
    border: 1px solid #6742fb;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 12px;
    width: 150px;
    transition: all 0.4s ease-in-out;
}

.join_our_community .main_community .left_community button:hover {
    background-color: transparent;
    border: 1px solid #6742fb;
    color: #6742fb;
    transition: all 0.4s ease-in-out;
}

.join_our_community .main_community .right_community .profile img {
    width: 100%;
    max-width: 100%;
}

.search_sec .search_inner {
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 935px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.search_sec .search_inner h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
}

.search_sec .search_inner .select_type {
    margin-right: 12px;
}

.search_sec .search_inner .select_type select {
    min-width: 155px;
    appearance: none;
    background: url(../images/drop_down.svg) no-repeat right 20px center !important;
}

.search_sec .search_inner .search_area {
    margin-right: 12px;
}

.search_sec .search_inner .search_area input {
    width: 100%;
    min-width: 610px;
}

.search_inner button {
    padding: 0 47px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    min-height: 46px;
    transition: all 0.4s ease-in-out;
}

.search_inner button.reset {
    background-color: #6c757d;
    border: 1px solid #6c757d;
    white-space: nowrap;
}


.search_inner button.reset:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

/* SignUp Page */

.signup_page_title {
    background-image: linear-gradient(155deg, #f5e6cf 35%, #cfebf4 100%);
    background-size: cover;
    padding: 34px 0;
}

.bg_title {
    background-image: linear-gradient(155deg, #f5e6cf 20%, #cfebf4 100%);
    background-size: cover;
}

.signup_page_title h2 {
    font-size: 40px;
    line-height: 52px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.signup_page .main_form_sec {
    margin-top: 47px;
    margin-bottom: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.signup_page .left_sec_upload {
    width: 35%;
    max-width: 229px;
    position: relative;
}

.signup_page .upload_sc {
    text-align: center;
    text-align: -webkit-center;
}

.signup_page .upload_sc span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}

.signup_page .upload_sc span.text_2 {
    margin-top: 7px;
    font-weight: normal;
    color: #0066f5;
}

.signup_page .upload_sc span.circle {
    width: 193px;
    height: 193px;
    background-color: #e9e9e9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.signup_page .upload_sc span.or_text {
    margin-bottom: 12px;
    margin-top: 10px;
}

.signup_page .upload_sc span img {
    width: 100%;
}

.signup_page .upload_sc span img.camera_icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.signup_page .upload_sc input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 220px;
    height: 385px;
    opacity: 0;
}

.signup_page .upload_sc button.btn {
    background-color: #00a082;
    border: 1px solid #00a082;
    width: 150px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.signup_page .upload_sc button.btn:hover {
    background-color: transparent;
    color: #00a082;
    border: 1px solid #00a082;
    transition: all 0.4s ease-in-out;
}

.signup_page .right_sec_form {
    width: 68.2%;
    margin-top: 13px;
}

.input_sec {
    width: 100%;
    display: flex;
    align-items: start;
    column-gap: 24px;
    margin-bottom: 10px;
}

.input_sec .input_sec_inner {
    width: 100%;
}

.input_sec .input_sec_inner label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #7a7493;
    font-weight: 400;
}

.input_sec .input_sec_inner select.form_control {
    appearance: none;
    background: url(../images/drop_down.svg) no-repeat right 20px center !important;
}

.form_control {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #2f2b4399;
    font-weight: 500;
    border: 1px solid #2f2b431a;
    border-radius: 12px !important;
    box-shadow: 0px -1px 0px 0px #2f2b431a inset;
}

.form_control.relevant_input {
    margin-bottom: 16px;
}

.form_control.relevant_input:last-child {
    margin-bottom: 0;
}

.form_control::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #2f2b4399;
    font-weight: 500;
}

textarea:focus-visible {
    outline: 0;
}

.input_sec .input_sec_inner .relevant_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_sec .input_sec_inner .relevant_link .add_more {
    margin-bottom: 5px;
}

.input_sec .input_sec_inner .relevant_link .add_field {
    background-color: #615e83;
    border: 1px solid #615e83;
    width: 44px;
    height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
}

.input_sec .input_sec_inner .relevant_link span {
    font-size: 16px;
    line-height: 24px;
    color: #615e83;
    margin-right: 5px;
}

.update_detail .update_detail_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.update_detail .left_detail input[type="checkbox"] {
    min-height: auto;
    margin-right: 5px;
    border: 1px solid #2f2b431a !important;
    box-shadow: 0px -1px 0px 0px #2f2b431a inset !important;
}

.update_detail .left_detail span {
    color: #7a7493;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

/* .update_detail .right_button button {
    background-color: #6742fb;
    border: 1px solid #6742fb;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 0 16.5px;
    transition: all 0.4s ease-in-out;
}

.update_detail .right_button button:hover {
    background-color: transparent;
    border: 1px solid #6742fb;
    color: #6742fb;
    transition: all 0.4s ease-in-out;
} */

/* Search Page */
.search_page .search_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.search_page .search_filter .search_cat {
    width: 100%;
}

.search_cat
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 48px;
}

.search_cat
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    background: url(../images/drop_down.svg) no-repeat;
    border: 0;
    top: 20px;
    right: 13px;
}

.search_cat .select2-container--default .select2-selection--single {
    border-radius: 12px !important;
}

.search_cat
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: 0;
    border-color: transparent;
}

select.form_control {
    appearance: none;
    background: url(../images/drop_down.svg) no-repeat #fff right 20px center !important;
    box-shadow: 0px -1px 0px 0px #2f2b431a inset !important;
}

.search_page .search_filter .search_cat select {
    max-width: 100%;
}

.search_page .search_filter .search_area {
    position: relative;
}

.search_page .search_filter .search_area input {
    padding-left: 48px;
    min-width: 379px;
}

.search_page .search_filter .search_area svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.search_talent_title h2 {
    font-size: 60px;
    line-height: 78px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 6px;
}

.search_talent_title p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.search_page .bg_title {
    padding: 52px 0 89px;
}

.search_result_sc .search_result_inner {
    list-style: none;
    margin: -38px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 27px;
}

.search_result_sc .search_result_inner .search_result_list {
    background-color: #fff;
    box-shadow: 0px 9px 9px 0px #0000000d;
    border-radius: 8px;
    max-width: 372px;
    width: 100%;
    padding: 24px 24px 60px;
    position: relative;
}

.search_result_sc .search_result_inner .search_result_list .image img {
    width: 100%;
    height: 364px;
    object-fit: cover;
    border-radius: 8px;
}

.search_result_sc .search_result_inner .search_result_list .card_content h5 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    margin: 12px 0 5px;
}

.search_result_sc .search_result_inner .search_result_list .card_content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    word-break: break-all;
    height: 93px;
    overflow: hidden;
}

.search_result_sc
    .search_result_inner
    .search_result_list
    .card_content
    .city_name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #615e83;
}

.search_result_sc
    .search_result_inner
    .search_result_list
    .card_content
    .location {
    margin-bottom: 12px;
}

.search_result_inner .search_result_list .card_content .location_icon {
    display: inline-block;
    margin-right: 3px;
}

.search_result_inner .search_result_list .card_content .view_profile {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 332px;
    min-height: 40px;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.search_result_inner .search_result_list .card_content .view_profile:hover {
    background-color: transparent;
    border: 1px solid #3694c5;
    color: #3694c5;
    transition: all 0.4s ease-in-out;
}

.search_result_inner .search_result_list .card_content .view_profile svg {
    margin-left: 8px;
}

.search_result_inner .search_result_list .card_content .view_profile svg path {
    transition: all 0.4s ease-in-out;
}

.search_result_inner
    .search_result_list
    .card_content
    .view_profile:hover
    svg
    path {
    fill: #3694c5;
    transition: all 0.4s ease-in-out;
}

/* Details page */
.details_page .bg_title {
    background-image: linear-gradient(155deg, #f5e6cf 20%, #cfebf4 100%);
    background-size: cover;
    padding: 33px 0 34px;
}

.details_page .search_talent_title h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    color: #000;
    margin: 0;
    text-align: left;
}

.details_content_sc .search_result_inner {
    margin: 34px 0 0;
    display: block;
}

.details_content_sc .details_content_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 59px;
}

.details_content_sc .card_content .tags {
    margin-bottom: 24px;
    display: block;
    padding: unset;
}

.details_content_sc .card_content .tags.language {
    margin-top: 24px;
}

.details_content_sc .card_content .tags ul {
    list-style: none;
    padding: 0;
    margin: 3px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.details_content_sc .card_content .tags ul li {
    background-color: #3694c5;
    padding: 2px 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
}

.details_content_sc .card_content .relevant_links ul {
    list-style: none;
    margin: 3px 0 0;
    padding: 0;
}

.details_content_sc .card_content .relevant_links ul li {
    margin-bottom: 5px;
}

.details_content_sc .card_content .relevant_links ul li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.details_content_sc .card_content .relevant_links ul li a:hover {
    color: #3694c5;
    transition: all 0.3s ease-in-out;
}

.details_content_sc .right_side {
    width: calc(100% - 372px);
    padding-top: 68px;
}

.details_content_sc .right_side .header_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 34px;
}

.details_content_sc .right_side .header_title h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.details_content_sc .right_side .header_title button {
    width: 170px;
    min-height: 48px;
    background-color: #00a082;
    border: 1px solid #00a082;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.arabic .details_content_sc .right_side .header_title button{
    min-height: 62px;
}

.arabic .arabic_dashboard_edit_profile {
    min-height: 62px !important;
}


.details_content_sc .right_side .header_title .edit-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
}

.details_content_sc .right_side .header_title button:hover {
    background-color: transparent;
    border: 1px solid #00a082;
    color: #00a082;
    transition: all 0.4s ease-in-out;
}

.details_content_sc .right_side .right_content {
    max-width: 100%;
    margin-top: 34px;
    text-align: justify;
}

.details_content_sc .right_side .right_content p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
}

/* Talent Bio About Job */
.details_page.details_page_about_job {
    margin-bottom: 50px;
}

.details_page.details_page_about_job .details_about_job_sc {
    margin-top: 16px;
}

.details_page.details_page_about_job .left_side .search_result_inner {
    margin-top: 0;
}

.details_page.details_page_about_job .left_side {
    width: 100%;
    max-width: 384px;
}

.details_page.details_page_about_job .left_side .search_result_inner {
    display: block;
}

.details_page_about_job
    .search_result_sc
    .search_result_inner
    .search_result_list {
    max-width: 100%;
}

.details_page.details_page_about_job .about_job_content {
    margin-top: 29px;
}

.details_page.details_page_about_job .about_job_content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    max-width: 360px;
}

.details_page.details_page_about_job .about_job_content b {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    max-width: 350px;
    display: block;
}

.details_page.details_page_about_job .about_job_content .btn {
    background: #2f2b430d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    width: 149px;
    margin-top: 24px;
}

.details_page.details_page_about_job .form_sec form .right_button .btn {
    background-color: #00a082;
    border: 1px solid #00a082;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 0 18px !important;
    min-height: 46px;
    transition: all 0.4s ease-in-out;
}

.details_page.details_page_about_job
    .form_sec
    form
    .right_button
    .btn
    svg
    path {
    transition: all 0.4s ease-in-out;
}

.details_page.details_page_about_job .form_sec form .right_button .btn:hover {
    background-color: transparent;
    border: 1px solid #00a082;
    transition: all 0.4s ease-in-out;
    color: #00a082;
}

.details_page.details_page_about_job
    .form_sec
    form
    .right_button
    .btn:hover
    svg
    path {
    fill: #00a082;
    transition: all 0.4s ease-in-out;
}

.details_page.details_page_about_job .form_sec form .right_button .btn svg {
    margin-right: 8px;
}

.talent-change-password .btn_update_pass {
    margin: 0 0 0 auto;
}

/* Send Request Page */
.input_sec_send_req h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 21px;
}

.details_about_job_sc .send_request_inner {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
}

.details_about_job_sc .send_request_inner .form_sec {
    width: 100%;
    max-width: 796px;
    margin-top: 46px;
}

/* ThankYou Page */
.thank_you_page .container {
    max-width: 704px;
}

.thank_you_page .thank_you_inner {
    display: block;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 9px 9px 0px #0000000d;
    padding: 60px 83px;
    margin-top: 60px;
    margin-bottom: 100px;
}

.thank_you_page .thank_you_inner .bold_text {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 24px;
}

.thank_you_page .thank_you_inner svg {
    margin-bottom: 34px;
}

.thank_you_page .thank_you_inner p:first-child {
    padding-bottom: 34px;
}

.thank_you_page .thank_you_inner p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    padding: 0 0 30px;
    margin: 0;
}

.thank_you_page .thank_you_inner .bottom_text {
    border-top: 1px solid #e1e1e1;
    padding-top: 34px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-bottom: 20px;
}

.thank_you_page .thank_you_inner .bottom_text a {
    text-decoration: none;
    color: #0066f5;
}

/* Pagination */
.pagination {
    margin-top: 50px;
    margin-bottom: 50px;
}
.paging .pagination .page-item span,
.paging .pagination .page-item a {
    padding: 12px 9px;
}
.pagination .page-item.disabled .page-link {
    color: #000;
    font-weight: 500;
}
.pagination .page-link {
    color: #000;
    font-weight: 500;
}
@media screen and (max-width: 992px) {
    .pagination li:first-child .page-link, .pagination li:last-child .page-link {
        line-height: 31px !important;
    }
}

.pagination .page-link #paginate-number {
    background: 0 !important;
    border: 0 !important;
    box-shadow: none;
    min-height: auto;
    width: auto !important;
    padding: 0;
    min-width: 40px;
    max-width: 100px;
}

.pagination .page-link:hover {
    background-color: #3694c5;
    color: #fff;
    font-weight: 500;
}

.pagination .page-link:hover input {
    color: #fff;
    font-weight: 500;
}

.pagination input::-webkit-outer-spin-button,
.pagination input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pagination input[type="number"] {
    -moz-appearance: textfield;
}

.input_sec_inner .bootstrap-tagsinput .tag [data-role="remove"] {
    opacity: 1;
}

.input_sec_inner .bootstrap-tagsinput .tag [data-role="remove"]::after {
    content: "";
    background: url(../../assets/images/close_icon.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    cursor: pointer;
    right: -5px;
}

.update_detail .update_detail_inner .right_button button {
    padding: 3px 18px !important;
    min-height: auto;
}

.input_sec_inner
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    display: inline-flex;
    align-items: center;
    background-color: #0168fa;
    border-color: #0168fa;
    color: #fff;
    padding: 2px 10px;
    border-radius: 1px;
    position: relative;
}

.input_sec_inner
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li.select2-search--inline {
    background: 0;
    border: 0;
    padding: 0;
}

.input_sec_inner
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li.select2-search--inline
    input {
    border: 0 !important;
    padding: 0;
    min-height: auto !important;
    margin: 10px 0 0;
}

.input_sec_inner
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

.main_form_sec
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 46px;
    color: #2f2b4399;
}

.main_form_sec
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    background: url(../../assets/images/drop_down.svg) no-repeat right center;
    top: 11px;
    right: 10px;
}

.main_form_sec
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: 0;
}

.dataTables_length
    .dataTables_wrapper
    .dataTables_length
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 23px;
}

.image_crop_modal {
    max-width: 580px;
}

.image_crop_modal .modal-body .cropped_image_box {
    width: 100%;
}

.image_crop_modal .modal-body .cropper-wrap-box,
.image_crop_modal .modal-body .cropper-drag-box {
    width: 100%;
}

/* Mobile Responsive */

@media only screen and (max-width: 1200px) {
    h2.title {
        font-size: 30px;
        line-height: 40px;
    }

    .banner_sec {
        padding: 120px 0;
    }

    .banner_content h1 {
        font-size: 46px;
        line-height: 56px;
    }

    .banner_content h1 span {
        font-size: 30px;
        line-height: 40px;
    }

    .sliding_section .wrapper {
        margin-top: -80px;
        transition: all 0.4s ease-in-out;
    }

    .creative_talent {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .choose_creative_talent .choose_talent_inner .left_sec {
        padding: 15px;
    }

    .browse_category {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .browse_category ul {
        margin-top: 40px;
        column-gap: 70px;
        flex-wrap: wrap;
    }

    .how_it_works .for_about {
        margin-top: 40px;
        padding: 35px;
    }

    .join_our_community .main_community .left_community h2 {
        font-size: 52px;
        line-height: 70px;
    }

    .join_our_community .main_community {
        flex-wrap: wrap;
    }

    .join_our_community .main_community .left_community {
        min-width: 50%;
    }

    .join_our_community .main_community .right_community {
        width: 50%;
    }

    .signup_page .upload_sc span.circle {
        width: 170px;
        height: 170px;
    }

    .signup_page_title {
        padding: 18px 0;
    }

    .signup_page_title h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .search_talent_title h2 {
        font-size: 48px;
        line-height: 60px;
    }

    .search_talent_title p {
        font-size: 22px;
        line-height: 28px;
    }

    .search_page .bg_title {
        padding: 40px 0 70px;
    }

    .search_result_sc .search_result_inner {
        column-gap: 27px;
    }

    .search_result_sc .search_result_inner .search_result_list {
        max-width: 100%;
    }

    .search_result_sc .search_result_inner .search_result_list .image img {
        height: 310px;
    }

    .details_page .bg_title {
        padding: 22px 0;
    }

    .details_page .search_talent_title h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .details_content_sc .search_result_inner {
        margin: 26px 0 0;
    }

    .details_content_sc .right_side {
        padding-top: 42px;
    }

    .details_content_sc .right_side .header_title {
        padding-bottom: 20px;
    }

    .details_content_sc .right_side .header_title h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .details_content_sc .right_side .header_title .edit-btn {
        column-gap: 10px;
    }

    .details_content_sc .right_side .header_title button {
        width: 130px;
        font-size: 12px;
    }

    .details_content_sc .details_content_inner {
        column-gap: 40px;
    }

    .details_content_sc .right_side .right_content {
        margin-top: 20px;
    }

    .details_page.details_page_about_job .left_side {
        max-width: 330px;
    }

    .details_about_job_sc .send_request_inner .form_sec {
        max-width: 100%;
    }

    .input_sec {
        margin-bottom: 25px;
    }

    .details_about_job_sc .send_request_inner .form_sec {
        margin-top: 35px;
    }

    .thank_you_page .thank_you_inner svg {
        margin-bottom: 25px;
        width: 80px;
        height: 80px;
    }

    .thank_you_page .thank_you_inner .bold_text {
        margin-bottom: 18px;
    }

    .thank_you_page .thank_you_inner {
        padding: 40px 50px;
    }
}

@media only screen and (max-width: 992px) {
    .browse_category ul {
        row-gap: 30px;
    }

    .banner_content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .sliding_section .wrapper {
        margin-top: 40px;
    }

    .signup_page .right_sec_form {
        padding: 0 12px;
    }

    .signup_page_title {
        padding: 15px 0;
    }

    .signup_page_title h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .update_detail .update_detail_inner {
        flex-wrap: wrap;
    }

    .update_detail .update_detail_inner .left_detail {
        margin-bottom: 15px;
    }

    .search_sec .search_inner {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .search_sec .search_inner .search_area input {
        min-width: 295px;
    }

    .search_sec .search_inner h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .search_sec .search_inner .select_type select {
        min-width: 130px;
    }

    .search_inner button {
        padding: 0 40px;
    }

    .search_sec .search_inner {
        margin-bottom: 100px;
    }

    .how_it_works .for_about h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .search_page .search_filter .search_area input {
        min-width: 270px;
    }

    .search_result_sc .search_result_inner {
        column-gap: 27px;
    }

    .search_result_sc .search_result_inner .search_result_list {
        max-width: 100%;
    }

    .details_page.details_page_about_job .left_side {
        max-width: 270px;
    }

    .details_about_job_sc .send_request_inner .form_sec {
        max-width: 100%;
    }

    .details_about_job_sc .send_request_inner {
        column-gap: 25px;
    }

    .details_about_job_sc
        .send_request_inner
        .form_sec
        .input_sec_inner
        .form_control {
        padding-right: 38px;
    }

    .thank_you_page .thank_you_inner svg {
        margin-bottom: 20px;
        width: 70px;
        height: 70px;
    }

    .details_content_sc .right_side .header_title .edit-btn {
        row-gap: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .how_it_works .works_main_inner {
        flex-wrap: wrap;
    }

    .choose_creative_talent .choose_talent_inner {
        flex-wrap: wrap;
    }

    .choose_creative_talent .choose_talent_inner .left_sec {
        width: 100%;
    }

    .choose_creative_talent .choose_talent_inner .right_sec {
        width: 100%;
    }

    .choose_creative_talent .choose_talent_inner .left_sec h3 span {
        display: inline-block;
    }

    .banner_sec {
        padding: 60px 0;
    }

    .choose_creative_talent .choose_talent_inner .left_sec h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .join_our_community {
        margin-top: 25px;
    }

    .join_our_community .main_community .left_community h2 {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 12px;
    }

    .join_our_community .main_community .right_community {
        margin-top: 20px;
    }

    h2.title {
        font-size: 28px;
        line-height: 38px;
    }

    .banner_button .btn {
        padding: 7.5px 15px;
        margin: 0 5px;
    }

    .banner_button .btn.agency {
        padding: 7.5px 15px;
    }

    .signup_page .main_form_sec {
        flex-direction: column;
    }

    .signup_page .left_sec_upload {
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }

    .signup_page .right_sec_form {
        width: 100%;
    }

    .signup_page_title {
        padding: 15px 0;
    }

    .signup_page_title h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .search_sec .search_inner .select_type select {
        min-width: 140px;
    }

    .search_sec .search_inner {
        justify-content: flex-start;
        align-items: center;
        row-gap: 15px;
    }

    .search_sec .search_inner .search_area input {
        width: 100%;
        min-width: 390px;
    }

    .search_sec .search_inner {
        margin-bottom: 80px;
    }

    .search_page .search_filter {
        flex-wrap: wrap;
    }

    .search_page .search_filter .search_cat {
        margin-bottom: 15px;
    }

    .search_page .search_filter .search_cat select {
        max-width: 100%;
    }

    .search_talent_title h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .search_page .bg_title {
        padding: 30px 0 70px;
    }

    .search_talent_title p {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .search_result_sc .search_result_inner {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 27px;
    }

    .search_result_sc .search_result_inner .search_result_list {
        width: 100%;
        max-width: 100%;
    }

    .details_content_sc .details_content_inner {
        flex-direction: column;
    }

    .details_content_sc .details_content_inner .left_side {
        width: 100%;
    }

    .search_result_sc .search_result_inner .search_result_list .image img {
        height: 100%;
    }

    .details_content_sc .right_side {
        width: 100%;
    }

    .details_page .bg_title {
        padding: 20px 0;
    }

    .details_page .search_talent_title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .details_content_sc .details_content_inner .left_side .image {
        width: 50%;
    }

    .details_page.details_page_about_job .left_side {
        max-width: 100%;
    }

    .details_about_job_sc .send_request_inner {
        flex-direction: column;
    }

    .details_page_about_job
        .search_result_sc
        .search_result_inner
        .search_result_list
        .image {
        width: 50%;
    }

    .search_result_sc .search_result_inner .search_result_list .card_content p {
        max-width: 100%;
    }

    .details_page.details_page_about_job .about_job_content p {
        max-width: 100%;
    }

    .details_page.details_page_about_job .about_job_content b {
        max-width: 100%;
    }

    .details_about_job_sc .send_request_inner .form_sec {
        max-width: 100%;
    }

    .thank_you_page .thank_you_inner svg {
        width: 65px;
        height: 65px;
    }

    .thank_you_page .thank_you_inner .bold_text {
        font-size: 22px;
        line-height: 28px;
    }

    .thank_you_page .thank_you_inner p {
        padding-bottom: 25px;
    }

    .thank_you_page .thank_you_inner .bottom_text {
        padding-top: 18px;
        padding-bottom: 0;
    }
    .banner_button {
        flex-direction: column;
    }
    .banner_button a {
        width: 100%;
    }
    .banner_button .btn {
        min-width: initial;
        margin: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .banner_content {
        position: inherit;
        transform: none;
        margin: auto;
    }
    .details_content_sc .right_side .right_content{
            padding-bottom: 80px !important;
    }
    .banner_button {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    h2.title {
        font-size: 24px;
        line-height: 32px;
    }

    .choose_creative_talent .choose_talent_inner .left_sec h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .join_our_community .main_community .left_community h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 8px;
    }

    .banner_content h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .banner_content h1 span {
        font-size: 24px;
        line-height: 30px;
    }

    .how_it_works .for_about h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .how_it_works .for_about {
        padding: 20px;
    }

    .update_detail .update_detail_inner {
        flex-wrap: wrap;
    }

    .update_detail .update_detail_inner .left_detail {
        margin-bottom: 10px;
    }

    .signup_page_title {
        padding: 10px 0;
    }

    .signup_page_title h2 {
        font-size: 26px;
    }

    .search_sec .search_inner .select_type select {
        min-width: 130px;
    }

    .search_sec .search_inner .search_area input {
        min-width: 250px;
    }

    .search_sec .search_inner h3 {
        margin-right: 14px;
    }

    .search_sec .search_inner .select_type {
        width: 100%;
    }

    .search_sec .search_inner .search_area {
        width: 100%;
    }

    .how_it_works .for_about ul li .for_talent_list .content h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .search_talent_title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .search_talent_title p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .search_result_sc .search_result_inner .search_result_list .image img {
        height: 220px;
    }

    .search_result_sc .search_result_inner {
        margin: 30px 0 0;
    }

    .details_page {
        margin-bottom: 40px;
    }

    .details_page .search_talent_title h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .search_result_sc .search_result_inner .search_result_list .image img {
        height: 100%;
    }

    .details_content_sc .details_content_inner .left_side .image {
        width: 100%;
    }

    .details_page.details_page_about_job .form_sec form .right_button .btn {
        min-height: 40px;
        padding: 0 11px;
    }

    .thank_you_page .thank_you_inner .bold_text {
        font-size: 20px;
        line-height: 24px;
    }

    .thank_you_page .thank_you_inner p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .input_sec {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .input_sec .input_sec_inner {
        margin-bottom: 20px;
    }

    .search_sec .search_inner {
        margin-bottom: 60px;
    }

    .search_talent_title h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .search_result_sc .search_result_inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .search_result_sc .search_result_inner .search_result_list .image img {
        height: 100%;
    }

    .details_content_sc .right_side .header_title h3 {
        margin-bottom: 15px;
    }

    .details_page .search_talent_title h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .details_page_about_job
        .search_result_sc
        .search_result_inner
        .search_result_list
        .image {
        width: 100%;
    }

    .thank_you_page .thank_you_inner {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 375px) {
    .banner_content h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .banner_content h1 span {
        font-size: 22px;
        line-height: 28px;
    }
}

.loader,
.processing {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
}

.processing {
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.loader:before,
.processing:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    padding: 15px;
    border: 4px solid #f0572a;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader:after,
.processing:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    padding: 6px;
    margin: -9px 0 0 -10px;
    border: 4px solid #f0572a;
    border-right-color: #eee;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    top: 50%;
    left: 50%;
}

.bio-limit-talent {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
}

.register-content .content {
    position: fixed !important;
    top: 80% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #000 !important;
    z-index: 1 !important;
    font-size: 16px !important;
    border-radius: 70px !important;
    background: #fff !important;
    padding: 15px 20px !important;
    -moz-box-shadow: 0 0 5px #999 !important;
    -webkit-box-shadow: 0 2px 6px #dadada !important;
    box-shadow: 0 2px 6px #dadada !important;
}
@media (max-width:991px){
    .details_content_sc .right_side .right_content{
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 992px) {
    .register-content .content {
        text-align: center !important;
        border-radius: 10px !important;
        /* Adjusted from 70px to 10px */
    }
}

.parsley-required {
    color: red;
    list-style-type: none;
}

.search_result_list {
    list-style-type: none;
}

.parsley-equalto {
    color: red;
    list-style-type: none;
}

.parsley-pattern {
    color: red;
    list-style-type: none;
}

.bootstrap-tagsinput {
    height: auto !important;
    display: block;
    padding: 5px;
    box-shadow: none;
    border-color: #c0ccda;
    border-radius: 0.25rem;
}

.bootstrap-tagsinput .tag {
    display: inline-flex;
    align-items: center;
    background-color: #0168fa;
    color: #fff;
    padding: 2px 10px;
    border-radius: 1px;
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    display: inline-block;
    height: 16px;
    width: 10px;
    position: relative;
    opacity: 0.5;
    top: 0;
}

.arabic .bootstrap-tagsinput .tag [data-role="remove"]{
    margin-left: 0;
    margin-right: 8px;
}


.bootstrap-tagsinput .tag [data-role="remove"]::after {
    content: "\f406";
    font-family: "Ionicons";
    font-size: 18px;
    position: absolute;
    top: calc(50% + 0.5px);
    line-height: 0;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover,
.bootstrap-tagsinput .tag [data-role="remove"]:focus {
    opacity: 1;
    box-shadow: none;
}

.bootstrap-tagsinput .tt-menu {
    margin-top: 7px;
    margin-left: -10px;
}

.bootstrap-tagsinput input.tt-input {
    border: 0 !important;
}

.bootstrap-tagsinput {
    background: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    min-height: 48px;
    border-radius: 12px !important;
    padding: 12px 10px;
}

.bootstrap-tagsinput input {
    background: transparent !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    border: 0 !important;
    min-height: 26px;
    border-radius: 12px !important;
}

#imagePreview {
    height: 185px !important;
    width: 185px !important;
    border-radius: 100px;
    border: 1px solid lightgrey;
    cursor: pointer;
}

.btn-success {
    background-color: #01a081 !important;
    border-color: #01a081 !important;
}

.btn-success:hover {
    color: #01a081 !important;
    background: transparent !important;
    border: 1px solid #01a081;
}

.btn-success:hover svg path {
    fill: #01a081
}

.btn-secondary {
    color: #fff !important;
    background-color: #7987a1 !important;
    border-color: #7987a1 !important;
}

.btn-secondary:hover {
    color: #7987a1 !important;
    background: transparent !important;
    border: 1px solid #7987a1 !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #dc3545 !important;
    background: transparent !important;
    border: 1px solid #dc3545 !important;
}

.btn-danger:hover svg path {
    fill: #dc3545 !important;
}

.btn-danger:hover svg path {
    stroke: #dc3545 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #5292c3 !important;
    border-color: #5292c3 !important;
}

.btn-primary:hover {
    color: #5292c3 !important;
    background: transparent !important;
    border: 1px solid #5292c3 !important;
}
 .btn-primary:hover svg path {
    fill: #5292c3;
 }

.btn-outline-primary {
    color: #fff !important;
    background-color: #5292c3 !important;
}

.btn-outline-primary:hover {
    color: #5292c3 !important;
    background: transparent !important;
    border: 1px solid #5292c3 !important;
}

.search_talent_inner
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    position: relative !important;
    margin-top: 10px !important;
    margin-right: 4px !important;
    margin-bottom: 5px !important;
    padding: 5px 10px 5px 20px !important;
    border-color: transparent !important;
    border-radius: 4px !important;
    background-color: #0168fa !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.search_talent_inner .select2-selection__placeholder {
    font-size: 16px !important;
    color: #2f2b4399 !important;
    font-weight: 500 !important;
}

.details_about_job_sc
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    position: relative !important;
    /*margin-top: 10px !important;*/
    margin-right: 4px !important;
    margin-bottom: 10px !important;
    padding: 5px 10px 5px 20px !important;
    border-color: transparent !important;
    border-radius: 4px !important;
    background-color: #0168fa !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.details_about_job_sc .select2-selection__placeholder {
    font-size: 16px !important;
    color: #2f2b4399 !important;
    font-weight: 500 !important;
}

.details_about_job_sc
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 48px;
    color: #2f2b4399;
}

.details_about_job_sc
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    background: url(../images/drop_down.svg) no-repeat;
    border: 0;
    top: 20px;
    right: 13px;
}

.details_about_job_sc .select2-container--default .select2-selection--single {
    border-radius: 12px !important;
}

.details_about_job_sc
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: 0;
    border-color: transparent;
}

.add-more-btn {
    margin-left: 5px;
}

/* Start RTL CSS */
body.arabic .sliding_section .left {
    text-align: right;
}

body.arabic .search_sec .search_inner .search_area {
    margin-right: 0;
    margin-left: 12px;
}

body.arabic .search_sec .search_inner .select_type {
    margin-right: 0;
    margin-left: 12px;
}

body.arabic .search_sec .search_inner .select_type select {
    background: url(../images/drop_down.svg) no-repeat left 20px center !important;
}

body.arabic .search_page select.form_control {
    background: url(../images/drop_down.svg) no-repeat #fff left 20px center !important;
}

body.arabic
    .search_cat
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    left: 13px;
    right: inherit;
}

body.arabic .search_page .search_filter {
    text-align: right;
}

body.arabic .search_page .search_filter .search_area input {
    padding-right: 48px;
    padding-left: 12px;
}

body.arabic .search_page .search_filter .search_area svg {
    right: 16px;
    left: inherit;
}

body.arabic .search_result_sc .search_result_inner .search_result_list {
    text-align: right;
}

body.arabic .details_page .search_talent_title h2 {
    text-align: right !important;
}

body.arabic .details_about_job_sc .send_request_inner .form_sec {
    text-align: right;
}

body.arabic .details_page.details_page_about_job .about_job_content {
    text-align: right;
}

body.arabic
    .details_about_job_sc
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    left: 13px;
    right: inherit;
}

body.arabic .input_sec .input_sec_inner select.form_control {
    background: url(../images/drop_down.svg) no-repeat left 20px center !important;
}

body.arabic .signup_page_title h2 {
    text-align: right;
}

body.arabic .signup_page .right_sec_form {
    text-align: right;
}

body.arabic .change-talent-password {
    text-align: right;
}

body.arabic
    .main_form_sec
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: inherit;
    left: 10px;
}

body.arabic .input_sec .input_sec_inner .relevant_link span {
    margin-left: 5px;
    margin-right: 0;
}

body.arabic .add-more-btn {
    margin-left: 0 !important;
    margin-right: 5px !important;
}

body.arabic
    .input_sec_inner
    .bootstrap-tagsinput
    .tag
    [data-role="remove"]::after {
    left: -5px;
    right: 5px;
}

body.arabic
    .search_result_inner
    .search_result_list
    .card_content
    .location_icon {
    margin-left: 3px;
    margin-right: 0;
}

body.arabic select.form_control {
    appearance: none;
    background: url(../images/drop_down.svg) no-repeat #fff left 20px center !important;
    box-shadow: 0px -1px 0px 0px #2f2b431a inset !important;
}

body.arabic .title {
    text-align: right !important;
}

@media (max-width: 767px) {
    body.arabic #owl-carousel-new.owl-carousel .owl-nav.disabled button.owl-next,
    body.arabic #owl-carousel-network.owl-carousel .owl-nav.disabled button.owl-next,
    body.arabic #owl-carousel-news.owl-carousel .owl-nav.disabled button.owl-next {
        padding-right: 0 !important;
        padding-left: 10px !important;
    }
    body.arabic #owl-carousel-new.owl-carousel .owl-nav.disabled button.owl-prev,
    body.arabic #owl-carousel-network.owl-carousel .owl-nav.disabled button.owl-prev,
    body.arabic #owl-carousel-news.owl-carousel .owl-nav.disabled button.owl-prev {
        padding-right: 0px !important;
        padding-left: 10px !important;
    }
    #owl-carousel-new.owl-carousel .owl-nav.disabled button.owl-prev,
    #owl-carousel-network.owl-carousel .owl-nav.disabled button.owl-prev,
    #owl-carousel-news.owl-carousel .owl-nav.disabled button.owl-prev {
        padding-right: 0px !important;
        padding-left: 10px !important;
    }
    body.arabic #owl-carousel-new.owl-carousel .owl-nav.disabled button.owl-prev,
    body.arabic #owl-carousel-network.owl-carousel .owl-nav.disabled button.owl-prev,
    body.arabic #owl-carousel-news.owl-carousel .owl-nav.disabled button.owl-prev {
        padding-right: 10px !important;
        padding-left: 0 !important;
    }

}

/* End RTL CSS */
.details_page_about_job .select2-container {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #2f2b4399;
    font-weight: 500;
}

.main_form_sec .select2-container {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #2f2b4399;
    font-weight: 500;
}

.fr-box .fr-counter {
    font-family: "IBM Plex Sans", sans-serif !important;
}
.fr-wrapper .fr-placeholder {
    font-family: "IBM Plex Sans", sans-serif !important;
}
.search_location
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px !important;
    width: 20px !important;
}

.search_location span.select2-selection {
    min-height: 42px !important;
    height: auto;
}
.send_request_inner
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px !important;
    width: 20px !important;
}

.send_request_inner span.select2-selection {
    min-height: 42px !important;
    height: auto;
}

@media screen and (max-width: 767px) {
    .pagination .page-link {
        font-size: 14px;
        padding: 3px 6px;
        line-height: 0.85;
    }

    .pagination .page-item:nth-child(3) {
        width: auto;
        /* min-width: 118px; */
    }
}

@media screen and (max-width: 575px) {
    .pagination .page-link {
        font-size: 13px;
        padding: 3px 5px;
        line-height: 0.85;
    }

    .pagination .page-item:nth-child(3) {
        width: auto;
        /* min-width: 118px; */
    }
}

.title-box{
   height: 24px;
    margin-top: 4px;
    color: #fff;
    min-width: 100px;
    border-radius: 6px;
    padding: 0 4px;
    text-align: left;
    width: 50px;
    display: inline;


}
.title-box span{font-size:16px;}
.search_wrapper_list .image{
    position: relative;
}
.img-content{
    text-align: center;
    height: 30px;
    width: 80%;
    border-radius: 6px 6px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-content span{
  color: #fff;
  font-size:16px;
}
.clear-label {
    display: flex !important;
    justify-content: space-between;
}
.clear-all {
    display: block;
    float: initial;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #0568fa;
    margin-right: 5px;
}
.note-btn-group .note-btn {
    margin-left: 4px !important;
}
select {
    cursor: pointer;
}

.error_box {
    color: red;
    font-size: 14px;
}
