.profile_wrapper {
    background-color: #F3F6F8;
    display: flex;
}
.navbar_vertical {
    max-width: 280px;
    width: 100%;
    flex-shrink: 0;
    background-color: #fff;  
    padding:0 16px;
    min-height: 100vh;
}
.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:32px;
    padding-bottom: 32px;
}
.navbar-brand a {
    display: block;
}
.navbar-brand img {
    max-width: 109px;
    width:100%;
}
.navbar_vertical_content {
    height: calc(100% - 142px);
    overflow: hidden;
    overflow-y: auto;
    padding-right: 6px;
}
.navbar_nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.navbar_nav .nav_item {
    margin-bottom: 4px;
}
.navbar_nav .nav_item .nav_link {
    padding:12px 30px;
    display: block;
    text-decoration: none;
    border-radius: 8px;
    transition:background-color 0.3s ease-in;
    /* margin-bottom: 4px; */
}
.navbar_nav .nav_item:last-child {
    margin-bottom: 0px;
}
.navbar_nav .nav_item a:hover, .navbar_nav .nav_item a.active {
    background-color: rgba(243, 246, 248, 1);
}
.navbar_nav .nav_item .nav_link_icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar_nav .nav_item .nav_link_icon img {
    height: 18px;
    width: 100%;
    object-fit: contain;
}
.navbar_nav .nav_item .nav_link_text {
    color: rgba(34, 43, 71, 0.5);
    padding-left: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height:20px;
    transition: color 0.3s ease-in;
}
.navbar_nav .nav_item a:hover .nav_link_text, 
.navbar_nav .nav_item a.active .nav_link_text {
    color: rgba(34, 43, 71, 1);
}
.navbar_nav .nav_item hr.navbar-vertical-divider {
    margin: 16px 30px;
}

::-webkit-scrollbar {
    width:4px;
    height:100%;
}

::-webkit-scrollbar-track {
    background:#D6D6D6;
}

::-webkit-scrollbar-thumb {
    background:rgba(243, 246, 248, 1);
    
}

::-webkit-scrollbar-thumb:hover {
    background:#D6D6D6;
}

.context_wrap {
    width: 100%;
}
.logged-in .context_wrap {
    width: calc(100% - 280px);
}
.page_header {
    padding:28px 32px 20px;
}
.navbar_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(196, 212, 220, 1);
    padding-bottom: 18px;
}
.back_links {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: rgba(133, 165, 182, 1);
}
.back_links a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgba(133, 165, 182, 1);
    text-decoration: none;
    transition: color 0.3s ease-in;
}
.back_links a:hover {
    color: rgba(34, 43, 71, 1);
}
.back_links .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.nav_right_context {
    display: flex;
    align-items: center;
    gap: 60px;
}
.date {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(133, 165, 182, 1);
}
.profile_wrap {
    position: relative;
}
.profile_wrap .pro_row {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.profile_wrap .pro_row::after {
    content: "";
    background: url(../images/profile/angle-down-dark.svg) no-repeat;
    background-position: center center;
    background-size: 10px;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.profile_wrap .user_picture {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    overflow: hidden;
    flex-shrink: 0;
}
.profile_wrap .user_picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile_wrap .user_name {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: rgba(34, 43, 71, 1);
    margin-left: 12px;
}

.page_body {
    padding:60px 32px;
}
.page_footer {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
}

/* Profile ========== */
.profile_row {
    display: grid;
    grid-template-columns: 370px auto;
    gap: 166px;
}
.profile_card {}
.card {
    box-shadow: 0px 12px 20px 0px rgba(196, 212, 220, 0.2);
    border-radius: 20px;
    padding-top: 32px;
    padding-bottom: 28px;
    background-color: #fff;
}
.card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-left: 33px;
    padding-right: 33px;
}
.card_header .text {
    color: rgba(34, 43, 71, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}
.card_header .label_completed {
    color: rgba(255, 123, 0, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}
.card_body {
    padding-left: 33px;
    padding-right: 33px;
}
.card_footer {
    display: flex;
    align-items: right;
    justify-content: space-between;
    gap: 16px;
    padding-left: 33px;
    padding-right: 33px;
}
/* Circular Progress Bar css started here ========== */
.progress-circle {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 30px auto 20px;
}
.progress-circle .profile_picture {
    width: 98px;
    height: 98px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.progress-circle .profile_picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    border-radius: 50%;
}
.circular-progress {
    --size: 130px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 6px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * 3.14159 * 2);
    --progress: attr(data-progress percentage);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
    animation: progress-animation 5s linear 0s 1 forwards;
  }
  
  .circular-progress circle {
    cx: var(--half-size);
    cy: var(--half-size);
    r: var(--radius);
    stroke-width: var(--stroke-width);
    fill: none;
    stroke-linecap: round;
  }
  
  .circular-progress circle.bg {
    stroke:rgba(232, 238, 241, 1);
  }
  
  .circular-progress circle.fg {
    transform: rotate(-90deg);
    transform-origin: var(--half-size) var(--half-size);
    stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
    transition: stroke-dasharray 0.3s linear 0s;
    stroke: rgba(255, 123, 0, 1);
  }
  
  @property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
  }
  
  @keyframes progress-animation {
    from {
      --progress: 0;
    }
    to {
      --progress: 25;
    }
  }
  /* Circular Progress Bar css End's here ========== */
  
.profile_details {
    padding-left: 20px;
    padding-right: 20px;
}
.profile_details .row {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    padding: 12px 22px;
    border-radius: 8px;
    transition: background-color 0.3s ease-in;
    position: relative;
}
.profile_details .row a {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
}

.profile_details .row.active {
    background-color: #F3F6F8;
    padding-top: 16px;
    padding-bottom: 16px;
}
.profile_details .row .details {
    color: #222B47;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.profile_details .row .details_added {
    display: flex;
    align-items: center;
    gap: 8px;
}
.profile_details .row .details_added .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #222B47;
}
.profile_details .row.available .details_added .text {
    color: #02B47C;
}
.profile_details .row .details_added .icon {
    background: url(../images/profile/check-circle-grey.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.profile_details .row.completed .details_added .icon,
.profile_details .row.available .details_added .icon {
    background: url(../images/profile/check-circle-green.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}
.card_footer {
    padding-left: 33px;
    padding-right: 33px;
}

.profile_context {
    max-width: 638px;
    width: 100%;
}
.profile_context h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #222B47;
}

.profile_context h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #222B47;
}

.profile_context .intro {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #43548B;
    margin-bottom: 30px;
}
.profile_context .intro .icon {
    width: 58px;
    margin-bottom: 26px;
}
.profile_context .intro h3 {
    margin-bottom: 16px;
}
.personal_details hr.divider {
    margin-top: 32px;
    margin-bottom: 32px;
}
.form_group {}
.form_group h4 {
    margin-bottom: 12px;
}
.form_lebel {
    color: #222B47;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    margin-bottom: 6px;
    display: block;
}
.form_lebel span {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
}

/* Profile Picture */
img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
}

.upload_profile_picture {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom:58px;
}
.upload_profile_picture .picture {
    width: 102px;
    height: 102px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
}
.upload_profile_picture .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.upload_profile_picture .file {
    margin-bottom: 0px;
}
.upload_profile_picture .file > label {
    padding: 0px;
    border: none;
    border-radius: 0;
}

.feild_row {
    margin-bottom: 24px;
}
.input_group input {

}
.input_group input[type="text"], .input_group input[type="tel"], .input_group input[type="email"],
input[type="text"],input[type="email"], input.form_control, textarea.form_control, .form_control, input[type="tel"] {
    border: 1px solid #E8EEF1;
    border-radius: 8px;
    padding: 18px 22px;
    color: #222B47;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    background-color: #fff;
    width: 100%;
    transition: all 0.3s ease-in;
}
input[type="text"]:focus, input.form_control:focus, textarea.form_control:focus {
    background-color: #fff;
    border-color: #98A5CE;
}
textarea {
    resize: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222B47; opacity: 0.5;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #222B47; opacity: 0.5;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #222B47; opacity: 0.5;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #222B47; opacity: 0.5;
  }

  .input_group {
    position: relative;
  }
  .input_group select {
    width: 100%;
  }
  .label_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right:24px;
    top: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
  .label_icon i {
    width: 16.8px;
    height: 16.8px;
    background: url(../images/profile/check-circle-green.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
  }
  .feild_row.success .label_icon {
    opacity: 1;
    visibility: visible;
  }
  .sub_text_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2px;
    padding-bottom:8px;
  }
  .sub_text_row .text, .sub_text_row .link_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #43548B;
  }
  .sub_text_row .link_text a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub_text_row .link_text a {
    color: #43548B;
    text-decoration: none;
  }
  .sub_text_row .link_text i {
    background: url(../images/profile/open-new-tab.svg) no-repeat;
    background-position: center center;
    background-size:15px;
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }
  hr.divider {
    margin-top: 70px;
    margin-bottom: 60px;
    border-color:#C4D4DC;
  }
  .char_limit {
    color: #222B47;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    opacity: 0.5;
  }



input[type="search"] {
    background-color: #fff;
    color: #222B47;
}
input[type="search"]:focus {
    background-color: #fff;
    outline:none;
}
.select2-results__option {
    padding:11px 22px;
    font-size: 14px;
    line-height:1;
    font-weight: 500;
    color: #222B47;
}

/* Radio Group */
.radio_group {
    display: grid;
    grid-template-columns: repeat(2, 95px);
    gap: 12px;
}
.max-content {
        grid-template-columns: repeat(2, max-content);
}
.radio_group .radio label {
    border: #E8EEF1 1px solid;
    background-color: #fff;
    border-radius: 8px;
    padding:17px 24px;
    color: #222B47;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    display:block;
    text-align: center;
    cursor: pointer;
    transition:all 0.3s ease-in;
}
.radio_group .radio input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.radio_group .radio input:checked~label{
    background-color: #222B47;
    color: #fff;
}

.footer_buttons {
    display: grid;
    grid-template-columns: 236px auto;
    gap: 32px;
}

.add_education {}



.available_for_work_field .form_lebel {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px; 
}
.available_for_work_field .radio_group {
    grid-template-columns: repeat(2, 306px);
    gap: 24px;
}
.available_for_work_field .radio_group .radio label {
    font-weight: 500;
}
.available_for_work_field .radio_group .radio input:checked~label {
    background-color: #2D9F57;
}

.opportunity_advisory .footer_text {
    text-align: center;
    margin-bottom: 46px;
    font-size: 18px;
    line-height: 25px;
    color:#222B47;
}
.opportunity_advisory .delete_wrap {
    margin-top: 70px;
}
.delete_btn {
    font-size:18px;
    line-height: 28px;
    color: #C21616;
    font-weight: 600;
    border: none;
    border-bottom: #C21616 1px solid;
    display: inline-block;
    background-color: transparent;
    padding: 0px;
}
.delete_btn:hover, .delete_btn:focus {
    color: #222B47;
    background-color: transparent;
    border-color: #222B47;
    outline: none;
}


/* Dashboard CSS ========== */
.page_dark_header { 
    background-color: var(--purple);
    padding-bottom: 48px;
}
.page_dark_header .navbar_top {
    border-bottom-color: #324069;
}
.page_dark_header .back_links a {
    color: #7687BD;
}
.page_dark_header .date {
    color: #7687BD;
}
.page_dark_header .profile_wrap .user_name {
    color: #fff;
}
.page_dark_header .profile_wrap .pro_row::after {
    content: "";
    background: url(../images/angle-white.svg) no-repeat;
    background-position: center center;
}
.dropdown_wrap {
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    top:50px;
    right: 0;
    width:180px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in;
    z-index: 1;
}
.dropdown_wrap.open {
    opacity: 1;
    visibility: visible;
}
.dropdown_menu {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
}
.dropdown_menu li {} 
.dropdown_menu li a {
    padding:6px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222B47;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-in;
}
.dropdown_menu li a:hover {
    background-color:#E8EEF1;
 
}

.page_intro {
    padding-top: 48px;
    color: #98A5CE;
    /* max-width: 566px; */
    padding-bottom: 8px;
}
.page_intro p {color: #98A5CE !important;}
.page_intro h2, .page_intro h1 {
    color: #fff;
    margin-bottom: 16px;
}
.w-568 {
    max-width: 568px;
}

/* Things to do items ======== */

.things_to_do .row {
    gap: 32px;
}
.things_to_do .ttd_col {
    max-width: 1174px;
    width: 100%;
}
.things_to_do .profile_col {
    max-width: 370px;
    width: 100%;
    flex-shrink: 0;
}


.ttd_item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 32px;
}
.ttd_item .icon {
    width: 58px;
    flex-shrink: 0;
}
.ttd_item .content {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #222B47; 
    width: 100%;
}
.ttd_item .content .subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height:20px;
    color: #43548B;
}
.ttd_item .content p {
    margin-bottom: 4px;
}
.ttd_item .content p:last-child {
    margin-bottom: 0px;
}
.ttd_item .add_button {
    flex-shrink: 0;
}
.ttd_item .add_button .btn {
    box-shadow: 0px 2px 6px 0px #1018280F;
}

.page_dashboard hr.divider {
    margin-top: 60px;
    margin-bottom: 60px;
}
.c_sub_header {
    margin-bottom: 36px;
}
.link_text a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #222B47;
    display: flex;
    gap: 8px;
    align-items: center;
    text-decoration: none;
}

.tags .btn {
    display: inline-flex;
}
.tags a {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #222B47;
    text-decoration: none;
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    margin-right:18px;
    transition: all 0.3s ease-in;
}
.tags.light a:hover, .tags.light a.active {
    background-color: #F3F6F8;
}
.tags a:hover, .tags a.active {
    background-color:#DCE5EA;
}
.tags .filter-item img {
    pointer-events: none;
}

.freelancer_card {
    display: flex;
    gap: 32px;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
}
.freelancer_card_item {
    border: 1px solid #E8EEF1;
    background: #FFFFFF;
    padding: 34px 32px 39px;
    border-radius: 12px;
    max-width: 370px;
    flex-shrink: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.freelancer_card_item figure.avatar {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}
.freelancer_card_item figure.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.freelancer_card_item .content {
    margin-bottom: 28px;
    text-align: center;
}

.freelancer_card_item .content h4 {
    margin-bottom: 4px;
    line-height: 28px;
}
.freelancer_card_item .content h4 a {
    color: #222B47;
    text-decoration: none;
}
.freelancer_card_item .content .education {
font-size: 14px;
font-weight: 400;
line-height: 20px;
color: #43548B;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.freelancer_card_item .content .country_name {
    justify-content: center;
}
.country_name {
    display: flex;
    gap: 8px;
    align-items: center;
    /* justify-content: center; */
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color:#222B47;
}
.country_name .country_flag {
    width: 24px;
    margin: 0;
}
.country_name .country_flag span {
    width: 24px;
    height: 18px;
}
.pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    gap: 8px;
}
.pills a, .pills span {
    background-color: #CAF0F8;
    padding: 12px 20px;
    border-radius: 50px;
    color: #047389;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in;
    display: inline-flex;
    gap: 8px;
}
.pills.fs-14 a, .pills.fs-14 span {
    font-size: 14px;
    line-height:18px;
}
.pills.fw-500 a, .pills.fw-500 span {
    font-weight: 500;
}
.pills.pills-sm a, .pills.pills-sm span {
    padding: 8px 16px;
}
.pills.outline-dark a, .pills.outline-dark span {
    background-color: #ffffff;
    border: #222B47 1px solid;
    color: #222B47;
}
.pills.outline-dark a:hover, .pills.outline-dark span:hover {
    background-color: #222B47;
    color: #ffffff;
}
.pills.outline-purple a, .pills.outline-purple span {
    background-color: #fff;
    border:#7687BD 1px solid;
    color: #111933;
}
.pills.outline-purple a:hover, .pills.outline-purple span:hover {
    background-color: #7687BD;
    color: #fff;
}
.pills a.light, .pills span.light {
    background-color: #ffffff;
    color: #222B47;
}

/* Swiper === */
.new_to_indicro-slider {
    padding-bottom:68px;
}
.swiper-scrollbar {
    background:#E8EEF1;
}
.swiper-scrollbar-drag {
    background-color:#C4D4DC;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 20px;
    left: 32px;
    height: 8px;
    width: calc(100% - 64px - 136px);
}
.swiper-button-prev {
    right: 92px;
    left: auto;
    top: auto;
    bottom: 0;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background:#222B47 url(../images/arrow-left-white.svg) no-repeat;
    background-position: center center;
    background-size: 16px;
}

.swiper-button-next {
    background:#222B47 url(../images/arrow-right-white.svg) no-repeat;
    background-position: center center;
    background-size: 16px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    bottom: 0;
    right:32px;
    top: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

/* Blogs ======== */
.blogs_card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.blogs_card_item {
    /* max-width: 370px; */
    width: 100%;
    flex-shrink: 0;
    position: relative;
}
.blogs_card_item .pills {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.blogs_card_item figure {
    /* height: 248px; */
    border-radius: 12px;
    overflow: hidden;
    padding-top: 67%;
    position: relative;
}
.blogs_card_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.blogs_card_item .content {
    color: #43548B;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blogs_card_item .content h4 {
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 28px;
}
.blogs_card_item .content h4 a {
    color: #43548B;
    text-decoration: none;
}
.blogs_card_item .content p:last-child {
    margin-bottom: 0;
}


/* Loggedin Blog css ========== */

.page_loggedin_blog {}
.page_loggedin_blog .context_header {
    margin-bottom: 60px;
}
.filter_wrap {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.categories {}
.categories ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.categories ul li {}
.categories ul li a {
    display:inline-block;
    border-radius: 50px;
}
.categories ul li .btn {
    padding: 14px 38px;
}
.sort_by .feild_row {
    gap: 12px;
    margin-bottom: 0; 
}
.sort_by label {
    flex-shrink: 0;
    color: #7687BD;
    margin-bottom: 0;
}
.sort_by select {
    min-width: 160px;
}
.select2.select2-container--sortBy_options {
    border: 1px solid #222B47;
    border-radius: 50px;
    flex-shrink: 0;
}
.select2-container--sortBy_options .select2-selection--single .select2-selection__rendered {
    padding: 15px 40px;
}
.select2-container--sortBy_options .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 1px;
    right:6px;
}
.select2-container--sortBy_options .select2-selection--single .select2-selection__arrow b {
    background: url(../images/profile/angle-down-dark.svg) no-repeat;
    background-position: center center;
    /* background-size: 10px; */
    width: 20px;
    height: 20px;
    margin: 0px;
    border: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    left: auto;
    right: 0;
    position: absolute;
    top: 50%;
}
.select2-container--sortBy_options.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    border: none;
}
.select2-container--sortBy_options.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #E8EEF1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.select2-container--sortBy_options .select2-results__option {
    padding: 10px 22px;
}
.select2-container--sortBy_options .select2-dropdown {
    /* padding-top: 7px;
    padding-bottom: 7px; */
}
.select2-container--sortBy_options .select2-results__option--selected {
    background-color:#222B47;
    color: #fff;
}
.select2-container--sortBy_options .select2-results__option--highlighted {
    background-color:#C4D4DC;
    color:#222B47;
}


.page_loggedin_blog .blogs_card {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 120px;
    margin-bottom: 100px;
}
.page_loggedin_blog .blogs_card_item {
    /* max-width: 533px; */
}
.page_loggedin_blog .blogs_card_item figure {
    /* height: 358px; */
}
.page_loggedin_blog .blogs_card_item .content h3 {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* Search Directory */

.page_loggedin_search .context_wrapper {
    max-width: 1373px;
}
.search_row {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 17px;
    display: flex;
    gap: 12px;
    margin-bottom:44px;
}
.search_dropdown {
    background-color:#F8F9FF;
    border:#DCE5EA 1px solid;
    border-radius: 12px;
    padding: 20px 0;
    gap: 6px;
    flex-direction: column;
    justify-content: space-between;
    max-width: 271px;
    width: 100%;
}
.search_row .search_dropdown label {
    color: #43548B;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    margin-bottom: 6px;
}
.search_row .search_dropdown input {
    border: none;
    background-color: transparent;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.search_row .search_dropdown input:focus-visible {
    outline: none;
}
.search_dropdown select {
    /* max-width: 260px; */
    width: 100%;
}
.search_submit {
    max-width: 205px;
    width: 100%;
}
.search_submit button {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color:#222B47;
    border-radius: 12px;
    border:#222B47 1px solid;
    color: #fff;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.search_submit button i {
    background: url(../images/zoom-white.svg) no-repeat;
    background-position: center center;
    /* background-size: 14px; */
    width: 20px;
    height: 20px;
}
.search_submit button span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.search_dropdown .select2.select2-container--sortBy_options {
    border: none;
    border-radius: 0;
}
.search_dropdown .select2-container--sortBy_options .select2-selection--single .select2-selection__rendered {
    padding: 0px 22px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.results_heading {
    margin-bottom: 45px;
}

.free_counslt_wrap {
    display:flex;
    gap: 23px; 
}
.free_counslt_wrap .user_profile_wrap {
    max-width: 1099px;
    width: 100%;
}
.user_profile_card {
    border-radius: 12px;
    border: 1px solid #E8EEF1;
    background-color: #fff;
    padding: 32px;
    display: flex;
    gap: 42px;
    margin-bottom: 20px;
    position: relative;
}
.user_profile_card figure.user_picture {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user_profile_card .user_context {
    width: 100%;
}
.user_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
    flex-wrap: wrap;
    gap: 16px;
}
.user_header .user_personal .country_name {
    margin-top: 0;
    margin-bottom: 8px;
}
.user_header .user_personal h4 {
    margin-bottom: 8px;
}
.user_history {}
.user_history ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display:flex;
    align-items: center;
    gap: 16px;
}
.user_history ul li {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #43548B;
}
.user_history ul li figure {
    margin-right: 4px;
    width: 20px;
    display: inline-block;
}
.user_rated {
    display: flex;
    align-items: self-start;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
}
.profile_detail_card .user_rated {
    display: inline-block;
    max-width: 250px;
}
.profile_detail_card .user_rated .higly_rated + .higly_rated {
    margin-top: 8px;
}
.profile_detail_card .user_rated .like {
    text-align: right;
}
.user_rated .like i {
    padding: 22px;
    background: url(../images/heart-outline.svg) no-repeat;
    background-position: center center;
    background-size: 22px;
    display:inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.user_rated .like:hover i, .user_rated .like.liked i {
    padding: 22px;
    background: url(../images/heart-fill.svg) no-repeat;
    background-position: center center;
    background-size: 22px;
}
.higly_rated {}
.higly_rated .btn i {
    background: url(../images/star-outline.svg) no-repeat;
    background-position: center center;
    background-size: 18px;
    display: block;
    cursor: pointer;
}
.higly_rated .btn:hover i, .higly_rated.rated .btn i {
    background: url(../images/star-fill.svg) no-repeat;
    background-position: center center;
    background-size: 18px;
}
.higly_rated .btn-secondary {
    background-color: #F8F9FF;
    border-color:#E8EEF1;
    color: #7687BD;
}
.higly_rated .btn + .btn {
    margin-top: 8px;
}
.user_roles {}
.user_roles .user_item {
    display: grid;
    grid-template-columns: 150px auto;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 23px;
    border-top: 1px dashed #DCE5EA;
    padding-top: 12px;
    padding-bottom: 12px;
}
.user_roles .user_item:last-child {
    border-bottom: 1px dashed #DCE5EA;
}
.user_roles .user_item .more, .user_roles .user_item .less {
    cursor: pointer;
}
.user_roles .user_item .role_cagtegory {
    line-height: 32px !important;
}
.user_profile_card .user_footer {
    margin-top: 24px;
    text-align: right;
}
.user_profile_card .user_footer .btn {
    display: inline-flex;
    padding: 16px 52px;
}
.free_counslt_wrap .sidebar {
    max-width: 251px;
    width: 100%;
}
.need_help {
    padding: 48px 25px;
    border: 1px solid #E8EEF1;
    background-color: #fff;
    border-radius: 12px;
}
.need_help h4 {
    margin-bottom: 24px;
    line-height: 28px;
}
.need_help .btn {
    padding: 18px 32px;
}
.free_counslt_wrap .user_profile_wrap .pagination_wrap {
    display: flex;
    justify-content: flex-end;
}
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination li {
    margin: 0 4px;
}
.pagination a {
    display: block;
    background-color: #fff;
    padding: 12px 10px;
    text-decoration: none;
    border: 1px solid #DCE5EA;
    border-radius: 6px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222B47;
    width: 48px;
    height: 48px;
    text-align: center;
}
.pagination .prev {
    margin-right: 20px;
}
.pagination .next {
    margin-left: 20px;
    margin-right: 0;
}
.pagination .prev a, .pagination .next a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .prev i {
    background: url(../images/angle-left-grey.svg) no-repeat;
    background-position: center center;
    background-size:8px;
    width: 20px;
    height: 20px;
    display: block;
}
.pagination .next i {
    background: url(../images/angle-right-grey.svg) no-repeat;
    background-position: center center;
    background-size:8px;
    width: 20px;
    height: 20px;
    display: block;
}
.pagination a:hover {
    background-color:#F8F9FF;
}
.pagination a.active {
    background-color:#222B47;
    color: white;
    border: 1px solid #222B47;
}


/* Freelancer Profile page ======= */
.page_freelancer_profile {

}
.page_freelancer_profile .navbar_top {
    border-bottom: none;
}
.page_freelancer_profile .back_links a { 
    color: #7687BD;
}
.page_freelancer_profile .page_body {
    /* padding-top: 0px; */
}
.page_freelancer_profile .page_body > .row {
    gap: 32px;
}
.freelancer_profile_wrap {
    max-width: 1174px;
    width: 100%;
}
.box {
    background-color: #fff;
    border-radius: 12px;
    padding: 32px 32px;
}
.freelancer_profile_wrap .box:not(.freelancer_profile_wrap .box:last-child) {  
    margin-bottom: 22px;
}
.freelancer_profile_wrap .profile_detail_card {
    position: relative;
}
.freelancer_profile_wrap h4, .connect_wrap h4 {
    font-size: 18px;
    margin: 0 0 20px ;
}
.profile_detail_card .row {
    justify-content: space-between;
    margin-bottom: 50px;
}
.profile_detail_card .profile_description {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 740px;
    width: 100%;
}
.profile_detail_card .profile_description figure.avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}
.profile_detail_card .profile_description figure.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile_detail_card .profile_description h4 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
}
.profile_detail_card .profile_description .context p:last-child {
    margin-bottom: 0px;
}
.profile_detail_card .higly_rated {
    /* flex-shrink: 0; */
}
.profile_detail_card .box_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.free_pro_context_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.free_pro_context_wrap .fp_tabs_context {
    grid-column-start: 1;
    grid-row-start: row;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in;
}
.free_pro_context_wrap .fp_tabs_context.show {
    opacity: 1;
    visibility: visible;
}
.fp_tabs_context {

}
.disc_list {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.disc_list .dot {
    background-color: #98A5CE;
    width: 4px;
    height: 4px;
    border-radius: 4px;
}
.freelancer_profile_wrap .box .user_roles:not(.freelancer_profile_wrap .box .user_roles:last-child) {
    border-bottom: #DCE5EA 1px solid;
    padding-bottom: 16px;
    margin-bottom: 26px;
}
.freelancer_profile_wrap .box .user_roles .user_item {
    padding-top: 10px;
    padding-bottom: 10px;
}
hr.line-5ea {
    border-color: #DCE5EA;
    margin-top: 20px;
    margin-bottom: 20px;
}
.connect_wrap {
    max-width: 370px;
    width: 100%;
    flex-shrink: 0;
}
.connect_links .btn {
    min-height: 48px;
}
.connect_links .added-favourite-btn img {
    display: none;
}
.connect_links .added-favourite-btn {
    background-color:#E8EEF1;
}

.validation_input.validation_input_error input, .validation_input.validation_input_error textarea, .validation_input.validation_input_error .select2-selection {
    border: red 1px solid;
}
.validation_input.validation_radio.validation_input_error{
    border: none;
}
.validation_input.validation_radio.validation_input_error .radio{
    border: red 1px solid;
    border-radius: 8px;
}
span.error-text {
    font-size: 14px;
    line-height: 20px;
    color: red;
    margin-top: 8px;
    display: none;
}
.validation_input_error + span.error-text, .validation_input_error span.error-text {
    display: inline-block;
}


/* Multiple slections */
.select2-container--checkbox_options .select2-results>.select2-results__options {
    padding-top: 12px;
    padding-bottom: 12px;
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--checkbox_options .select2-results__option--highlighted.select2-results__option--selectable {
    background-color:transparent;
} 
.select2-container--checkbox_options .select2-results__option--selectable {
    background: url(../images/checkbox-outline.svg) no-repeat;
    background-position: 20px center;
    background-size: 20px;
    padding-left: 48px;

}
.select2-container--checkbox_options .select2-results__option--selected {
    background: url(../images/checkbox-tick.svg) no-repeat;
    background-position: 20px center;
    background-size: 20px;
    padding-left: 48px;
}
.select2-container .select2-search--inline .select2-search__field {
    background-color: transparent;
    margin-top: 12px;
    height: 28px;
}
.select2-container--checkbox_options span.dropdown-wrapper {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/profile/angle-down-dark.svg) no-repeat;
    background-position: center center;
    pointer-events: none;
}
.select2-container--checkbox_options.select2-container--open span.dropdown-wrapper {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

/* Documents Page CSS ===== */
.page_documents {}
.page_documents .context_wrapper {
    max-width: 1250px;
    width: 100%;
}
.page_documents .context_wrapper .context_header {
    margin-bottom: 60px;
}
.page_documents .filter_wrap .upload_btn {
    max-width: 340px;
    width: 100%;
}
.page_documents .filter_wrap .upload_btn .btn {
    padding: 14px 16px;
}
.documents_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 19px;
}
.documents_items {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: inherit;
    background-color: #fff;
}
.documents_items .actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.documents_items.certificate_items {
    margin-bottom: 0;
}
.documents_items .remove span {
    opacity: 0.5;
}
.documents_items .remove:hover span {
    opacity: 1;
}
.documents_items .download {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #222B47;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}
.certificate_items.alert_warning {
    border-color: #D97706;
}
.certificate_items.alert_warning .warning {
    color: #D97706;
}

/* Training single Page --- */
.page_training_single {}
.page_training_single .context_wrapper {
    max-width: 1382px;
    width: 100%;
}
.page_training_single .post_context .figure {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 70px;
    background-color: #222B47;
}
.page_training_single .post_context .figure img {
    width: 100%;
}
.page_training_single .post_context .context {
    padding-left: 142px;
    padding-right: 142px;
    padding-bottom: 142px;
}
.page_training_single .post_context .context a {
    color: #43548B;
    text-decoration: none;
}
.page_training_single .post_context .context h3 {
    margin-bottom: 32px;
    color: #1A2035;
}
.page_training_single .post_context .context .btn {
    max-width: 325px;
    padding: 14px 16px;
    margin-top: 32px;
}

.related_post_wrap {
    margin-bottom: 80px;
}
.related_post_wrap h2 {
    margin-bottom: 32px;
    color: #222B47;
}
.related_post_wrap .blogs_card {
    display: flex;
    flex-wrap: wrap;
}
.related_post_wrap .blogs_card .blogs_card_item {
    max-width: 530px;
}
.related_post_wrap .blogs_card .blogs_card_item .content h3 {
    margin-bottom: 12px;
}

/* Dashboard Profile page */
.page_dashboard_profile {}
.dashboard_profile_card {
    margin-bottom: 58px;
}
.dashboard_profile_card + hr.divider {
    display: none;
}
.page_dashboard_profile .page_dark_header {
    padding-bottom:calc(131px + 48px);
}
.page_dashboard_profile .dashboard_profile_card {
    margin-top: -186px;
}
.dashboard_profile_card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative;
    margin-top: -60px;
}
.dashboard_profile_card::before {
    content: "";
    background-color:var(--purple);
    min-height: 132px;
    position: absolute;
    left: -32px;
    right: -32px;
    top: 0px;
    z-index: 0;
}

.dp_card_item {
    border: 1px solid #E8EEF1;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.dp_card_item .dp_card_details {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 44px 32px 16px;
}

.dp_card_item .dp_card_details.orange {
        background-color: #FFDCBC;
}
.dp_card_item .dp_card_details.purple {
    background-color: #F0D5FF;
}
.dp_card_item .dp_card_details.purple .icon {
    border-color: #DCC2F2;
}
.dp_card_item .dp_card_details.blue {
    background-color:#CAF0F8;
}
.dp_card_item .dp_card_details.blue .icon {
    border-color: #89E0F2;
}
.dp_card_item .dp_card_details.green {
    background-color:#BBF9D2;
}
.dp_card_item .dp_card_details.green .icon {
    border-color: #85D9A4;
}
.dp_card_item .dp_card_details .label {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #222B47;
    margin-bottom: 9px;
}
.dp_card_item .dp_card_details .number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #222B47;
}
.dp_card_item .dp_card_details .icon {
    width: 58px;
    height: 58px;
    border:1px solid #FFC895;
    border-radius: 8px;
    background-color: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dp_card_actions {
    padding: 20px 32px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222B47;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.dp_card_actions i {
    width: 32px;
    height: 32px;
    background: url(../images/right-arrow-circle.svg) no-repeat;
    background-position: center center;
    flex-shrink: 0;
    background-size: contain;
}

.certification_form span.select2.select2-container {
    width: 100% !important;
}

/* Page Outsourcers ============ */
.page-id-1377914 .page_dark_header,
.page-id-1377907 .page_dark_header,
.page-id-1377876 .page_dark_header {
    padding-bottom:calc(131px + 48px);
}
.page-id-1377914 .dashboard_profile_card,
.page-id-1377907 .dashboard_profile_card,
.page-id-1377876 .dashboard_profile_card { 
    margin-top: -186px;
    margin-bottom: 32px;
}

.manage_profile_card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 32px;
    /* border-bottom: 1px solid #C4D4DC;
    padding-bottom: 70px;
    margin-bottom: 60px; */
}
.manage_profile_card .mp_card_item {
    border: 1px solid #E8EEF1;
    background-color: #fff;
    padding: 39px 36px 54px;
    border-radius: 12px;
    line-height: 22px;
    font-weight: 500;
    
}
.manage_profile_card .mp_card_item p {
    color: #222B47;
}
.manage_profile_card .mp_card_item p:last-child {
    margin-bottom: 0;
}

.manage_profile_card .mp_card_item h4 {
    margin-bottom: 48px;
}
.text_btn_inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 16px;
    margin-bottom: 32px;
}
.text_btn_inline:last-child {
    margin-bottom: 0px;
}


/* ===== */
.manage_profile_view_card { 
    display: grid;
     gap: 32px;
    margin-bottom: 32px;
}
.manage_profile_view_card:not(.manage_profile_view_card.mpvc_favourites) { 
    grid-template-columns: repeat(3, calc(33.33% - 22px));
}
.indicro_swiper_slider {
    padding-bottom: 68px;
}
.manage_profile_view_card .mp_card_item {
    border: 1px solid #E8EEF1;
    background-color: #fff;
    padding: 38px 36px;
    border-radius: 12px;
    line-height: 22px;
    font-weight: 500;
    /* max-width: 504px;
    width: 100%; */
    flex-shrink: 0;
    box-sizing: border-box;
}
.mpvc_favourites {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
}
.mpvc_favourites .mp_card_item {
    max-width: 504px;
    width: 100%;
}
.manage_profile_view_card .mp_card_item .profile_view_head {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.manage_profile_view_card .mp_card_item .profile_view_head h4 {
    margin-bottom: 0px;
}
.manage_profile_view_card .mp_card_item .profile_view_body {
    
}
.y_scroll {
    height: 288px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 25px;
}
.manage_profile_view_card .profile_detail_card .profile_description {
    gap: 8px;
}
.manage_profile_view_card .btn.btn-sm {
    /* padding: 7px 16px;
    border-radius: 4px; */
}
.manage_profile_view_card .profile_detail_card .row {
    margin-bottom:32px;
    align-items: center;
}
.manage_profile_view_card .profile_detail_card .row .btn {
    flex-shrink: 0;
}
.manage_profile_view_card .profile_detail_card .row:last-child {
    margin-bottom:0px;
}
.manage_profile_view_card .profile_detail_card .profile_description figure.avatar {
    width: 48px;
    height: 48px;
}
.manage_profile_view_card .profile_detail_card .profile_description .context {
    max-width: 270px;
}
.manage_profile_view_card .profile_detail_card .profile_description .country {
    width: 20px;
    display: inline-block;
}

.manage_profile_view_card .profile_detail_card .profile_description h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.manage_profile_view_card .profile_detail_card .profile_description .excerpt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #43548B;
}

/* Services Providers Business */
.page_servce_pro_bussines {}
.page_servce_pro_bussines.context_wrapper {
    max-width:1576px ;
}
.page_servce_pro_bussines .user_profile_card {
    padding:17px 24px;
    gap: 36px;
    align-items: center;
}
.page_servce_pro_bussines .user_profile_card .user_header {
    margin-bottom: 0;
    /* align-items: self-start; */
}
.page_servce_pro_bussines .free_counslt_wrap .user_profile_wrap {
    max-width: 1174px;
}

.services_functions {
    display: flex;
    gap: 17px;
}
.services_functions .box {
    max-width: 380px;
    width: 100%;
}

/* Hire Experts page */
.hire_experts_wrap {
    padding:57px 30px 94px;
}
.hire_experts_wrap .intro_header { 
    margin-bottom: 46px;
}
.hire_experts_wrap .intro_header h1 {
    text-align: center;
    color: #222B47;
}
.hiring_steps {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 57px;
}
.hiring_steps .step_col {
    max-width: 321px;
    width: 100%;
    padding: 41px 37px;
    margin-bottom: 0px;
    border-radius: 12px;
}
.hiring_steps .step_col .icon {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hiring_steps .step_col .icon img {
    width: 24px;
}
.hiring_steps .step_col h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #222B47;
}
.hire_experts_wrap .intro_footer {
    max-width: 750px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.hire_experts_wrap .intro_footer .btn {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 39px;
}

.outsource_business_profile .user_profile_wrap {
    max-width: 1174px;
}
.outsource_bp {
    margin-bottom: 20px;
}
.outsource_bp .user_rated {
    align-items: flex-start;
    flex-shrink: 0;
}

/* Applicants */
.co_applicants_wrap {
    max-width: 820px;
}
.co_applicants_wrap .filter_wrap {
    margin-top: 40px;
    margin-bottom: 48px;
}
.applicants_item_wrapper {
    max-width: 678px;
}

.applicants_item_wrapper .user_profile_card {
    gap: 32px;
}
.applicants_item_wrapper .user_profile_card figure.user_picture {
    width: 84px;
    height: 84px;
}
.applicants_item_wrapper .user_header {
    align-items: flex-start;
}
.applicants_item_wrapper .user_header .user_rated {
    margin-top: -12px;
}
.applicants_item_wrapper .user_header .user_personal h4 {
    margin-bottom: 0;
}



@media screen and (min-width:1920px){
    .dashboard_profile_card {
        grid-template-columns: repeat(4, 370px);
    }
    .manage_profile_card, .manage_profile_view_card {
        grid-template-columns: repeat(3, 504px);
    }
}
@media screen and (max-width:1599px){
    .page_dashboard_profile .page_dark_header {
        padding-bottom: calc(118px + 48px);
    }
    .page_dashboard_profile .dashboard_profile_card {
        margin-top: -178px;
    }
    .dashboard_profile_card {
        gap: 16px;
    }
    .dp_card_item .dp_card_details {
        padding: 32px 20px 16px;
    }
    .dp_card_actions {
        padding: 16px 20px;
    }
}