*{
    box-sizing: border-box;
}
:root{
    --primary-clr: #292e43;
    --secondary-clr: #408af5;
    --success-secondary: #1ec785;
    --warning-secondary: #ffae61;
    --bd-light: #f5f5f8;
}
img{
    max-width: 100%;
    height: auto;
}
body{
    font-family: 'Slate', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    background-color: var(--bd-light);
}
a{
    color: inherit;
    font: inherit;
}
body .container {
    padding: 0 4.5%;
}
.elementor-location-header .header-main {
    background: var(--e-global-color-ade7d1e) !important;
}
.elementor-location-header .header-main.elementor-sticky--effects {
    background: #fff !important;
}

@media(max-width: 1549px){
    body .container {
    max-width: 100%;
}
}
@media(min-width: 1550px){
    body .container {
    max-width: 1550px;
}
}
.clr-scndry{
    color: #408af5;
}
.clr-success{
    color: var(--success-secondary) !important;
}
h3 {
    font-size: 34px;
}
h4 {
    font-size: 30px;
    font-weight: 500;
}

h5 {
    font-size: 24px;
    line-height: 1.3;
}

h6 {
    font-size: 20px;
    line-height: 1.3;
}

header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-wrapper .nav-menu {
    margin-left: auto;
}
header.header {
    background: var(--primary-clr);
    padding: 10px 0;
    position: relative;
    z-index: 9;
}

header .header-wrapper .logo-wrapper img {
    width: 210px;
}

header .header-wrapper .nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    margin-left: auto;
    margin-bottom: 0;
    list-style: none;
}
.new-job-wrapper button {
    white-space: nowrap;
}
header .header-wrapper .nav-menu ul a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 18px;
    display: inline-block;
    border-radius: 50px;
    transition: all 0.3s ease;
}

header .header-wrapper .nav-menu ul li {
    margin: 0 13px;
}

header .header-wrapper .nav-menu ul a.active,header .header-wrapper .nav-menu ul a:hover  {
    background: var(--secondary-clr);
}
a.menu-bar {
    display: inline-block;
    line-height: 1;
    font-size: 0;
    height: 20px;
    width: 26px;
    vertical-align: top;
    transition: .3s;
    margin-left: 25px;
}
a.menu-bar span.bars {
    display: inline-block;
    height: 3px;
    background: #fff;
    width: 100%;
    line-height: 1;
    margin: 0 0 5px;
    transition: .2s;
    border-radius: 5px;
}
a.menu-bar span.bar3 {
    margin-top: -10px;
}
.menubar-show .bar1, .menubar-show .bar4 {
    opacity: 0;
    visibility: hidden;
}
.menubar-show .bar2 {
    transform: rotate(45deg);
    height: 3px!important;
}
.menubar-show .bar3 {
    transform: rotate(-45deg);
    height: 3px!important;
}
.menubar-show .bar1, .menubar-show .bar4 {
    opacity: 0;
    visibility: hidden;
}
/* header .header-wrapper .header-cta-wrapper .btn img {width: auto;height: 21px;object-fit: contain;} */

button.btn-none {
    padding: 0;
    border: none;
    margin: 0;
}

header .header-wrapper .header-cta-wrapper .btn {
    margin-left: 20px;
}

header .header-wrapper .header-cta-wrapper .btn.user-avatar {
    border: 2px solid #5c6070;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
header .header-wrapper .header-cta-wrapper .btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
header .header-wrapper .header-cta-wrapper {
    display: flex;
    align-items: center;
}
.notify-icon {
    position: relative;
}

.notify-icon.notify-active:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    background: var(--success-secondary);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #292e43;
}
header .header-wrapper button:focus{
    box-shadow: none;
    outline: none;
}
/**homepage*/
div#main {
    padding: 4rem 0;
}
aside.sidebar {
    margin-right: 12px;
}
body .card {
    background: #fff;
    border: 0;
    border-radius: 25px;
    box-shadow: 0 0 14px 0px rgb(0 0 0 / 6%);
    padding: 20px;
}

.sidebar .text-end button {
    font-size: 18px;
    font-weight: 400;
}

.sidebar .sidebar-bio {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 2rem;
}

.sidebar .sidebar-bio .sidebar-thumb-wrapper {
    width: 100%;
    max-width: 170px;
    padding-bottom: 120px;
    border-radius: 18px;
    margin: 0 auto 25px;
    position: relative;
    border: 1px solid rgb(0 0 0 / 16%);
    overflow: hidden;
}
.sidebar .sidebar-bio .sidebar-thumb-wrapper img {
    width: 100%;
    max-width: inherit;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.material-symbols {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.sidebar .sidebar-bio .sidebar-desc {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}

.sidebar-info .info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    text-align: left;
}

.sidebar-info .info-row .info-label {
    display: flex;
    align-items: center;
    color: rgb(0 0 0 / 55%);
    font-size: 18px;
    font-weight: 400;
    margin-right: 6px;
}
.sidebar-info .info-row .info-value {
    font-size: 18px;
    font-weight: 500;
}

aside.sidebar span.material-symbols-outlined {
    font-size: 24px;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.sidebar-info .info-row .info-label svg, .sidebar-bottom .earned-label svg {
    margin-right: 12px;
    width: 25px;
}
.sidebar-info {
    text-align: center;
    padding-bottom: 2em;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 2rem;
}

.btn-outline-light {
    border: 1px solid rgb(0 0 0 / 10%);
    color: var(--secondary-clr);
    font-weight: 500;
    padding: 10px 24px;
}
.btn-outline-light:hover {
    background: var(--secondary-clr);
    color: #fff;
    border-color: var(--secondary-clr);
}
.sidebar-info button.btn-outline-light {
    padding: 10px 24px;
    margin-top: 20px;
}

button.btn-outline-light:hover, button.btn-outline-light.active {
    color: #fff;
    background: var(--secondary-clr);
    border-color: var(--secondary-clr);
}button.btn-outline-light:hover svg path, button.btn-outline-light.active svg path {
    fill: #fff;
}

.sidebar-info .info-row:last-child {
    margin: 0;
}

.sidebar-bottom .earned-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-bottom .earned-in .earned-label {
    display: flex;
    align-items: center;
    color: rgb(0 0 0 / 45%);
    font-size: 17px;
}

.sidebar-bottom .earned-in .earned-value {
    color: var(--secondary-clr);
    font-weight: 500;
    font-size: 18px;
}

.sidebar-bottom {
    margin-bottom: 8px;
}
.selected-filter-wrapper {
    background: #363b50;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 35px;
}

.selected-filters {
    display: flex;
    align-items: center;
}

.selected-filters button, .selected-filters a.btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 33px !important;
    height: 50px;
    margin-left: 15px;
    white-space: nowrap;
    margin-bottom: 0 !important;
}

.selected-filters button:first-child {
    margin: 0;
}
.top-filter-wrapper.ms-15 {
    margin-left: -15px;
}

.top-filter-wrapper.ms-15 button:first-child {
    margin-left: 15px;
}
.selected-filters button span, .selected-filters a.btn span {
    display: inline-block;
    margin-left: 8px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.selected-filters button.btn-outline-light {
    border: 1px solid #ffffff59;
    color: #fff;
}
.selected-filters button.btn-outline-light:hover {
    border-color: var(--secondary-clr);
}
.selected-filter-wrapper .top-filter-wrapper {
    margin: 0;
}

span.rating-label {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgb(0 0 0 / 16%);
    border-radius: 25px;
    padding: 2px 8px;
}

span.rating-label span.material-symbols {
    font-size: 20px;
    color: #f6cc3c;
    fill: #f6cc3c;
    margin-right: 2px;
}

.review-wrapper {
    text-align: left;
}

.review-wrapper > p {font-weight: 500;font-size: 17px;}

.review-item {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 22px;
    padding-bottom: 15px;
}
.review-item .review-desc  a.clr-scndry {
    font-weight: 400;
}

.review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.review-bio {
    display: flex;
    align-items: center;
}

.review-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 16%);
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

.review-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

p.review-title {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

p.review-date {margin: 0;color: rgb(0 0 0 / 45%);font-size: 14px;}

.review-rating span.rating-label span.material-symbols-outlined {
    font-size: 16px;
    width: auto;
    height: auto;
}

.review-rating span.rating-label {
    padding: 4px 12px 5px;
}

.review-desc p {
    font-weight: 300;
    margin: 0;
}

.new-job-wrapper {
    background: var(--secondary-clr);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 30px 7px;
    border-radius: 25px;
    box-shadow: 0 0 14px 0px rgb(0 0 0 / 6%);
    margin-bottom: 40px;
}

.new-job-wrapper .new-job-info {
    display: flex;
    align-items: center;
    color: #fff;
}

.new-job-wrapper .new-job-info .job-thumb {
    margin-right: 10px;
}

.new-job-wrapper .job-thumb img {
    width: 100%;
    max-width: 100px;
}


.new-job-wrapper .new-job-info .new-job-text {
    max-width: 52%;
}

.btn-primary {
    background: var(--primary-clr) !important;
    color: #fff !important;
    padding: 10px 20px;
    box-shadow: none;
    outline: none;
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

button.btn {
    transition: all 0.3s ease;
}

.project-detail-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.project-detail-head .project-title {
    font-size: 34px;
    font-weight: 600;
}
.project-detail-head a.btn-scndry, .btn-scndry-arrow {
    padding: 10px 12px !important;
    border-radius: 10px !important;
}
.btn-scndry {
    background: var(--secondary-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding: 5px 6px;
    border-radius: 12px;
    border: 2px solid rgb(0 0 0 / 10%) !important;  

}

.btn-scndry .material-symbols-outlined, a.btn-scndry .material-symbols-outlined {font-size: 24px !important;}

.project-card {
    margin-bottom: 12px;
}

.project-card .project-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.project-card .project-card-head p {
    font-size: 20px;
    font-weight: 400;
}
.project-detail-wrapper:not(:last-child) {
    margin-bottom: 60px;
}
.status {
    padding: 5px 15px;
    display: inline-block;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
}
.seller-gallery .project-card-head {
    align-items: flex-start;
}
.status.status-active, .status.status-success {
    background: var(--success-secondary);
    color: #fff;
}

.project-card .project-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 12px;
}
.project-detail-wrapper .project-detail {
    align-items: flex-end;
}
.project-card .project-detail-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.project-end-date {
    margin: 0;
    white-space: nowrap;
}

.project-thumb {
    margin-right: 14px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 18px;
    width: 120px;
    flex: 0 0 130px;
    padding-bottom: 70px;
    position: relative;
}
.seller-gallery .project-thumb {
    flex: 0 0 120px;
}
.awaiting.seller-awaitng .project-thumb {
    flex: 0 0 120px;
}
.seller-gallery {
    margin-bottom: 3rem;
}
.seller-gallery .project-card {
    margin-bottom: 30px;
}

.seller-gallery .col-12 {
    padding: 0 15px;
}

.seller-gallery .row {
    margin: -15px;
}
.project-thumb img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    border-radius: 18px;
}
.project-thumb.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-card .project-info-wrapper {
    display: flex;
    align-items: center;
}
.seller-awaitng .project-card-head {
    margin-bottom: 14px !important;
}
.project-card .project-info-wrapper .project-bio {
    color: #000;
    margin: 0;
}
.project-detail-main.seller-ongoing .project-detail {
    align-items: flex-end;
}
.project-card .project-info-wrapper .project-text p {
    font-size: 18px;
}
.project-text {
    color: rgb(0 0 0 / 50%);
    font-weight: 400;
    font-size: 18px;
}

.project-text p.project-title {
    margin-bottom: 7px;
}

p.project-end-date .clr-scndry {
    font-weight: 500;
}

.status.status-pending {
    background: var(--warning-secondary);
    color: #fff;
}
.status-feature {
    background: #7058c1;
    color: #fff;
}
.project-detail-main.awaiting .project-card .project-card-head {
    margin-bottom: 30px;
}
.project-detail-main.awaiting .project-card .project-card-head span.status {
    padding: 5px 12px;
}
.project-data {
    background: #f7f7fa;
    margin-right: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    color: rgb(0 0 0 / 50%);
    font-weight: 400;
    font-size: 17px;
}

.project-data .clr-scndry {
    font-weight: 500;
}
/***/
span.rating-label svg {
    margin-right: 6px;
}
.sidebar-info.br-bt-none {
    border: none;
    padding: 0;
}
.f-18 {
    font-size: 18px;
}
.nav-mobile-toggle .header-search {
    display: none;
}
/*selected**/
.top-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.filter-list {
    display: flex;
    align-items: center;
    width: auto;
    flex-wrap: wrap;
}

.top-filter-wrapper a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 15px;
    margin-left: 15px;
}
.top-filter-wrapper.ms-15 a {
    margin-bottom: 0;
}
.top-filter-wrapper a span.material-symbols-outlined {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.filter-search {
    position: relative;
}
.top-filter-wrapper .filter-search {
    margin-bottom: 15px;
    margin-left: 15px;
}
.filter-search input[type="search"] {
    background: transparent;
    border: 1px solid rgb(0 0 0 / 18%);
    outline: none;
    box-shadow: none;
    font-size: 16px;
    padding: 11px 35px 11px 10px;
    max-width: 220px;
    border-radius: 14px;
}

.filter-search input[type="search"]:focus {
    background: #fff;
}

.filter-search img {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 18px;
}

input[type="search"]::placeholder {
    color: rgb(0 0 0 / 45%);
}

.filter-list .dropdown {
    margin-left: 15px;
    margin-bottom: 15px;
}
.top-filter-wrapper .filter-list > * {
    margin-bottom: 15px;
}
.dropdown button {
    border: 1px solid rgb(0 0 0 / 18%);
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 10px;
    color: rgb(0 0 0 / 50%);
    box-shadow: none !important;
    font-size: 15px;
}
.explore-seller {
    flex-wrap: nowrap;
    align-items: flex-start;
}
.explore-seller > button.btn.btn-none {
    white-space: nowrap;
    margin-left: 15px;
    margin-top: 10px;
}
.explore-seller.top-filter-wrapper .filter-list > * {
    margin-left: 8px;
}

.explore-seller.top-filter-wrapper .filter-list {
    margin: 0 -8px;
    width: 100%;
}

.explore-seller .filter-search input[type="search"] {
    max-width: 200px;
}

.explore-seller .dropdown button {
    font-size: 15px;
    padding: 9px 12px;
}
.dropdown button::after {
    content: none;
}

.dropdown button .material-symbols-outlined {
    width: 17px;
    height: 24px;
    overflow: hidden;
    margin-left: 6px;
}
.dropdown button svg {
    width: 9px;
    height: 8px;
    overflow: hidden;
    margin-left: 21px;
}
.filter-list .btn-outline-light {
    border: 1px solid rgb(0 0 0 / 18%);
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 20px;
    color: rgb(0 0 0 / 43%);
    font-weight: 400;
    margin-left: 16px;
    white-space: nowrap;
}

.filter-list .btn-none {
    margin-left: 22px;
    white-space: nowrap;
}
aside.sidebar h4.sidebar-main-title {
    padding-bottom: 1.2rem;
    padding-top: 0.5rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
}

aside.sidebar-selected .sidebar-bio {
    text-align: left;
    line-height: 1.2;
}

aside.sidebar-selected .sidebar-bio .sidebar-desc {
    line-height: 1.4;
}

aside.sidebar-selected .sidebar-bio .sidebar-desc span.clr-scndry {
    font-weight: 500;
}

.sidebar-info .info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    color: var(--secondary-clr);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

aside.sidebar-selected .sidebar-bottom {
    display: flex;
    justify-content: space-between;
}

aside.sidebar-selected .sidebar-bottom button {
    width: calc(50% - 8px);
    border-radius: 60px;
    padding: 12px;
}

/* aside.sidebar-selected .sidebar-info:nth-last-child(2) {
    border: none;
    padding-bottom: 1rem;
} */

.sort-compare {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.sort-compare .sort-wrapper {
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-grow: 1;
    color: #0000004d;
}

.sort-compare .sort-wrapper .dropdown {
    width: 100%;
    max-width: 180px;
    margin-left: 12px;
}

.sort-compare .sort-wrapper .dropdown button {
    width: 100%;
    color: #000;
    font-weight: 500;
}
.project-thumb .add-favourite {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-10px, -10px);
    background: #fff;
    color: var(--secondary-clr);
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
}
.project-thumb .add-favourite input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.project-thumb .add-favourite input[type="checkbox"]:checked + svg path {fill: var(--secondary-clr);}
.project-detail-main.proposals .project-thumb {
    padding-bottom: 110px;
    width: 140px;
    margin-right: 20px;
}

.project-detail-main.proposals  .project-text {
    flex-grow: 1;
}

.project-detail-main.proposals  .project-card-head p {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}

.project-detail-main.proposals .project-card-head .material-symbols-outlined {
    font-size: 18px;
    margin-right: 6px;
}

.project-detail-main.proposals .status, .status-bold.status {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 4px 16px;
}

.project-detail-main.proposals .project-text > .project-title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.project-detail-main.proposals .project-detail-info > .btn-outline-light {
    padding: 8px 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    color: rgb(0 0 0 / 50%) !important;
    font-weight: 400;
    background: #fff;
    margin-bottom: 1px;
    font-size: 18px;
}
.project-detail-main.proposals .project-detail-info > .btn-outline-light .clr-scndry {
    font-weight: 500;
    margin-left: 8px;
    transition: all 0.3s ease;
}
.see-detail-analytics .btn-outline-light.rounded-circle {
    width: 45px;
    height: 45px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    position: relative;
}
.project-detail-main.proposals .project-detail-info > .btn-outline-light.active {border-color: var(--secondary-clr);}
.see-detail-analytics .label {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #292e43;
    width: 24px;
    height: 24px;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 50%;
    line-height: 22px;
}

.project-detail-main.proposals .project-detail-info > .btn-outline-light.active span.clr-scndry.material-symbols-outlined {
    transform: rotate(180deg);
}
.see-detail-analytics .btn-outline-light.rounded-pill span.material-symbols-outlined {
    margin-left: 3px;
    font-size: 29px;
}

.project-detail-main.proposals .project-detail {align-items: stretch;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* .project-detail-main.proposals .project-detail-info > .btn-outline-light:hover {
    color: #000 !important;
} */
.dropdown button:hover, .dropdown button.show {
    border-color: var(--secondary-clr);
}
.filter-list .btn-outline-light:hover {
    color: #fff;
}
.clr-light{
    color: rgb(0 0 0 / 50%);
}
.btn-light{
    color: #000;
    background-color: #f7f7fa;
    border-color: #f7f7fa;
    border-radius: 10px;
}
.candidate-card {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-bottom: 12px;
}

.candidate-card .candidate-bio {
    display: flex;
    align-items: center;
}

.candidate-card .candidate-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.candidate-thumb {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
}

.candidate-thumb img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}

.candidate-bio-text p.clr-light {
    margin-bottom: 3px;
    font-size: 18px;
}

span.dot-light {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-left: 6px;
}

span.dot-light:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: currentColor;
    border-radius: 50%;
}

.candidate-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.candidate-data {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 8px;
}

.condidate-bottom {
    padding: 17px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.candidate-list {
    margin-bottom: 50px;
    padding: 0 22px;
    display: none;
}

.data-wrapper {
    display: flex;
    align-items: center;
    font-size: 17px;
    flex-wrap: wrap;
}

.candidate-data .data-label {
    color: rgb(0 0 0 / 50%);
    font-weight: 300;
}

.data-wrapper .data-value {
    margin-left: 6px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
span.no-wrap {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    flex: 0 0 auto;
    width: auto;
    margin-right: 0px;
}

h2 {
    font-size: 36px;
}

.proposal-detail.card {
    padding: 34px;
}

.proposal-detail.card > p {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 17px;
}

.candidate-wrapper {
    background: #f7f7fa;
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 30px;
    position: relative;
}

.candidate-wrapper .candidate-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 1.5rem;
}

.candidate-wrapper .candidate-bio {
    display: flex;
    align-items: center;
}

.candidate-wrapper .candidate-thumb {width: 80px;height: 80px;flex: 0 0 80px;}

.candidate-wrapper .candidate-bio-text .name {
    font-size: 24px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-bottom: 9px !important;
}

.candidate-wrapper .candidate-bio-text .name .status {
    padding: 3px 15px;
    font-size: 17px;
    margin-left: 10px;
}

.candidate-wrapper .candidate-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.candidate-wrapper .candidate-info ul li:not(:first-child) {
    position: relative;
    padding-left: 18px;
    font-size: 17px;
}

.candidate-wrapper .candidate-info ul li:not(:first-child):before {
    content: "";
    position: absolute;
    top: 8px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
}

.candidate-wrapper .candidate-head .pricing {
    font-size: 25px;
    color: var(--secondary-clr);
    font-weight: 900;
}

.candidate-desc {}

.candidate-desc > p.clr-scndry {
    font-weight: 600;
    margin-bottom: 8px;
}

.candidate-desc .video-wrapper {
    border-radius: 25px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px;
}

.candidate-desc ul.skills-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 30px;
}

.candidate-desc ul.skills-list li.skill-item {
    margin: 5px;
    padding: 10px 12px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 14px;
}

.candidate-desc ul.skills-list li.skill-item p:first-child {
    font-size: 16px;
    font-weight: 500;
}

.candidate-desc ul.skills-list li.skill-item p {
    margin: 0;
    line-height: 1.3;
}

.candidate-desc .see-more {
    margin: auto;
    padding: 13px 40px;
    border-radius: 60px;
    margin-bottom: 20px;
}

.past-project-wrapper {}

.past-project-wrapper > h2 {
    margin-bottom: 20px;
}

.past-project-wrapper .past-project {
    background: #f7f7fa;
    padding: 25px;
    border-radius: 30px;
}

.past-project-wrapper .past-project .past-date {
    background: #efeff5;
    padding: 14px 18px;
    border-radius: 60px;
    margin-bottom: 20px;
    display: inline-block;
    color: rgb(0 0 0 / 45%);
    font-size: 18px;
}

.past-project-wrapper .past-project .past-date span.clr-scndry {
    font-weight: 600;
}

.past-project-wrapper .past-project .past-title {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 8px;
}

.past-project-wrapper .past-project .past-desc {
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 8px;
}
.past-project-wrapper .past-project:not(:last-child) {
    margin-bottom: 20px;
}
/***/
/*statement of work */

.statement-work h1 {
    text-align: center;
    color: var(--secondary-clr);
    margin-bottom: 40px;
}

body .statement-work.card {
    padding: 0;
    overflow: hidden;
}

.statement-work .desc-wrapper p {
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 17px;
}
body .statement-work .content-wrapper {
    padding: 3rem 5rem;
    max-height: 950px;
    overflow: auto;
    margin: 8px;
}
body .statement-work .content-wrapper::-webkit-scrollbar {
    width: 9px;
    border-radius: 8px;
}
body .statement-work .content-wrapper {
scrollbar-width: thin;
scrollbar-color: var(--secondary-clr) #e8e9ec;
}
body .statement-work .content-wrapper::-webkit-scrollbar-track {background: #e8e9ec;border-radius: 6px;}
body .statement-work .content-wrapper::-webkit-scrollbar-thumb {background-color: var(--secondary-clr);border-radius: 6px;border: 2px solid #e8e9ec;}

body .statement-work .cta-wrapper {
    padding: 1rem 5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 90px 90px #fff;
    margin: 0 10px;
}

body .statement-work .cta-wrapper .btn-none {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
}

.btn.btn-lg {
    padding: 14px 40px;
}
.font-medium {
    font-weight: 500;
}
/********/
/**pay deposit*/
.sidebar.payment {
    padding: 40px 30px 60px;
}

.type-label {
    font-size: 18px;
    font-weight: 500;
}

.payment-info {
    border: 1px solid rgb(0 0 0 / 14%);
    border-radius: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.payment-info .payment-thumb {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 13px;
    position: relative;
    margin-right: 10px;
}

.payment-info .payment-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.payment-info .payment-title {
    font-weight: 500;
}

.payment-method {
    border: 1px solid rgb(0 0 0 / 14%);
    border-radius: 14px;
    padding: 17px 12px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
}

.payment-method .type-label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.payment-method .payment-method-data {
    display: flex;
    align-items: center;
}

.payment-method .payment-logo img {
    width: 40px;
}

.payment-method .payment-num {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin: 0 8px;
}

.payment-method .payment-method-data .material-symbols-outlined {
    color: #00000063;
    margin: 0;
    width: 19px;
    height: 24px;
    overflow: hidden;
}

.pay-deposit.card {
    padding: 2rem 2rem;
}

.pay-deposit.card h2 {
    margin-bottom: 1.5rem;
}

.payment-options button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    border: 1px solid rgb(0 0 0 / 14%);
    border-radius: 14px;
    margin-bottom: 10px;
    padding: 18px;
}

.payment-options button .payment-price {
    font-size: 30px;
    font-weight: 600;
}

.payment-options button.active .payment-price:after {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10' stroke='%231EC785' stroke-width='2'/%3E%3Cpath d='M7 10.5L9.5 13.5L15.5 8' stroke='%231EC785' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/**********/
/*comparing**/
.analyst-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.analyst-head h4 {
    margin: 0;
}

.duration-proposal {
    text-align: left;
}

.duration-proposal span.btn.btn-light {
    display: inline-block;
    margin-left: 12px;
    font-size: 17px;
    color: rgb(0 0 0 / 50%) !important;
    cursor: default;
}

.analyst-content {
    padding: 2rem 0 0.7rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.analyst-content .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.3rem;
    font-size: 18px;
}

.analyst-content .list-item p {
    margin: 0;
}

.analyst-content .list-item img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.analyst-content .list-wrapper {
    padding: 0 1rem;
}

.analyst-content .col-12:not(:last-child) {
    border-right: 2px dotted #00000026;
    margin-bottom: 1.3rem;
}

.analyst-content .list-item:last-child {
    margin: 0;
}

.analyst-content .list-item .label {
    color: rgb(0 0 0 / 50%);
    display: inline-flex;
    align-items: center;
    font-size: 17px;
}

.analyst-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0 0.5rem;
}

.analyst-footer .skills-wrapper {
    display: flex;
    align-items: center;
}
.analyst-footer .skills-wrapper span.btn {
    font-weight: 400;
    font-size: 17px;
    padding: 8px 15px;
    border-radius: 12px;
    cursor: default;
}

.analyst-footer .skills-wrapper span.btn {
    margin-right: 12px;
    margin-bottom: 12px;
}

.analyst-footer .skills-wrapper span.btn span.font-medium {
    display: inline-block;
    margin-left: 5px;
}

.analyst-footer .not-mandatory-skills {
    margin: 0 auto;
}

.analyst-footer .mandatory-skills {
    margin-right: 30px;
}

.analyst-footer .skills-wrapper span.btn.btn-outline-light {
    color: rgb(0 0 0 / 50%) !important;
    background: transparent;
    border: 1px solid rgb(0 0 0 / 10%);
}
.analyst-footer .skills-wrapper span.btn.btn-scndry {
    font-weight: 300;
}
.comparing-candidate tbody td {
    padding: 0 0 15px;
    height: 1px;
}
.comparing-candidate tbody td .td-wrapper {
    background: #fff;
    padding: 15px 20px;
    text-align: center;
    font-size: 17px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comparing-candidate tbody td:first-child .td-wrapper {
    border-radius: 20px 0 0 20px;
}
.comparing-candidate tbody td:last-child .td-wrapper {
    border-radius: 0 20px 20px 0;
    padding: 10px 10px;
}
.comparing-option.dropdown svg {
    width: 42px;
    height: 42px;
    margin-left: 0px;
}
.comparing-candidate tbody td:not(:last-child) .td-wrapper {
    position: relative;
}

.comparing-candidate tbody td:not(:last-child) .td-wrapper:after {
    content: "";
    border-right: 2px dotted #00000026;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: auto;
    height: 80%;
}
.comparing-candidate > h4 {margin-bottom: 25px;}

.comparing-candidate table {
    width: 100%;
    min-width: 1110px;
}
/* .comparing-candidate {
    overflow: auto;
} */
.comparing-candidate table th:nth-child(1) {
    width: 13%;
}
.comparing-candidate table th:nth-child(2) {
    width: 12%;
}
.comparing-candidate table th:nth-child(3) {
    width: 10%;
}
.comparing-candidate table th:nth-child(4) {
    width: 10%;
}
.comparing-candidate table th:nth-child(5) {
    width: 10%;
}
.comparing-candidate table th:nth-child(6) {
    width: 10%;
}
.comparing-candidate table th:nth-child(7) {
    width: 20%;
    text-align: left;
    padding-left: 10px;
}
.comparing-candidate table th:nth-child(8) {
    width: 4%;
}

.comparing-candidate table th {
    text-align: center;
    color: var(--secondary-clr);
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding-bottom: 12px;
}

.comparing-candidate table th img {
    vertical-align: initial;
}

.key-skills-wrapper {
    text-align: left;
}

.comparing-candidate tbody td .company-thumb {
    width: 100%;
    max-width: 120px;
    padding-bottom: 68%;
    margin: 0 auto;
    border-radius: 18px;
    position: relative;
    border: 1px solid rgb(0 0 0 / 16%);
    overflow: hidden;
}

.comparing-candidate tbody td .company-thumb img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: contain;
    object-position: center;
}

.key-skills-wrapper .btn-outline {
    background: transparent;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 1px 10px;
    border-radius: 10px;
    margin-bottom: 6px;
    margin-right: 3px;
    cursor: default;
    font-size: 15px;
}

.key-skills-wrapper .btn-outline.active {
    background: var(--secondary-clr);
    color: #fff;
    border-color: var(--secondary-clr);
}


.comparing-option.dropdown button.btn {
    border: none !important;
    padding: 0;
}

.candidate-info > p {
    margin: 0;
}

.candidate-info img {
    margin-bottom: 12px;
    width: 40px;
}

.comparing-candidate tbody td .td-wrapper > p {
    margin: 0;
}

.comparing-option.dropdown .dropdown-menu {
    background: var(--primary-clr);
    color: #fff;
    padding-top: 14px;
    padding-bottom: 0;
    min-width: 260px;
    border-radius: 18px;
    overflow: hidden;
}

.comparing-option.dropdown .dropdown-menu button.btn.btn-none {
    position: absolute;
    top: 8px;
    right: 10px;
    background: var(--primary-clr);
}

.comparing-option.dropdown  ul.option-list {list-style-type: none;padding: 0;margin: 0;}

.comparing-option.dropdown ul.option-list .dropdown-item {
    color: #fff;
    padding: 20px 25px;
    border-bottom: 1px solid #ffffff29;
}

.comparing-option.dropdown ul.option-list .dropdown-item:hover {background-color: var(--secondary-clr);}

.comparing-option.dropdown ul.option-list li:last-child a {
    border: none !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--secondary-clr);
}
.dropdown-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
/*CREATE NEW JOB*/
.top-search .sort-wrapper {
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #ffffff91;
}

.top-search .sort-wrapper span.label {
    margin-right: 15px;
}

.top-search .sort-wrapper .dropdown button {
    border-color: #ffffff54;
    min-width: 210px;
}
.top-search {
    display: flex;
    justify-content: space-between;
}

form.search {
    position: relative;
}
.selected-filter-wrapper form.search {
    margin: 0;
}
form.search .input-search {
    padding: 12px 40px 12px 45px;
    border: none;
    outline: none;
    border-radius: 50px;
    background: #464a5e;
    color: #fff;
    width: 100%;
    min-width: 500px;
}

form.search .input-search::placeholder {
    color: #fff;
}

.sort-compare .sort-wrapper.flex-grow-auto {
    flex: 0 0 auto !important;
    width: auto;
}

form.search button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    width: 37px;
    height: 37px;
}

form.search > svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    width: 20px;
    height: 20px;
}

.top-search > .btn-scndry {
    padding: 8px 30px;
    border-radius: 50px;
}

.top-search > .btn-scndry IMG {
    margin-right: 10px;
}

aside.sidebar.create-job > a {
    display: block;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
}

.project-filter {
    position: relative;
    padding: 0 !important;
}

.project-filter > .btn-none {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--bd-light);
    border-radius: 50%;
    padding: 6px;
}

.list-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-filter ul li button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: rgb(0 0 0 / 50%);
    font-weight: 500;
    font-size: 22px;
    padding: 21px 25px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    border-radius: 0;
    text-align: left;
}

.project-filter ul li:last-child button {
    border: none !important;
}

.project-filter ul {
    padding: 10px 0;
}

.project-filter ul li button.active, .project-filter ul li button:hover {
    color: #000;
}
.tooltip.show{
    opacity: 1 !important;
}
.bs-tooltip-top .tooltip-arrow:before{
    border-top-color:var(--primary-clr);
}
.bs-tooltip-bottom .tooltip-arrow:before{
    border-bottom-color:var(--primary-clr);
}
.tooltip-inner{
    background-color: var(--primary-clr);
}
/***/
/*Post A job*/
aside.sidebar.card.create-job-option {
    padding-top: 20px;
    padding-bottom: 30px;
}

.create-job-option > button.btn {
    margin-bottom: 15px;
    border-radius: 20px;
    border-color: #00000029;
    text-align: left;
    padding: 16px 14px;
    color: #00000080;
    font-size: 15px;
    background: #fff;
}

.create-job-option > button.btn.active, .create-job-option > button.btn:hover {
    color: #000;
}

.create-job-option > button.btn img {
    margin-right: 12px;
}
/**/
/*Explore*/
.work-smart-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e9eef8;
    padding: 2rem 7rem 2rem 5rem;
    border-radius: 30px;
    background-image: url(../images/team-building-bg.png);
    background-repeat: repeat;
    margin-bottom: 2rem;
}
.work-smart-banner.seller-banner {
    padding: 1rem 6rem 1rem 4rem;
    background-position: 34% 8%;
}
.work-smart-banner .content {
    max-width: 68%;
    width: 100%;
}
.project-gallery .project-card{
    height: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 2rem 1rem;
    padding-bottom: 80px;
    text-align: center;
    box-shadow: 0 0 15px 1px #00000007;
    margin: 0;
    position: relative;
}

.project-gallery .col-12 {
    margin-bottom: 32px;
    padding: 0 15px;
}

.project-gallery.row {
    margin: 0 -15px;
}

.project-gallery .project-card .thumb {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 15px;
    display: inline-block;
    width: 120px;
    padding-bottom: 28%;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.project-gallery .project-card .thumb img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.project-gallery .project-card  h6 {
    font-weight: 500;
}

.project-gallery .project-card > a.btn {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: max-content;
}
/**/

/*seller selected proposal*/
.batch-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 5px -5px 30px;
}

.batch-wrapper .batch {
    background: #e9eef8;
    margin: 5px;
    border-radius: 22px;
    padding: 25px 15px;
    text-align: center;
}

.batch-wrapper .batch .label {
    color: rgb(0 0 0 / 50%);
    margin-bottom: 6px;
    font-size: 17px;
}

.batch-wrapper .batch .value {
    color: var(--secondary-clr);
    font-weight: 700;
    font-size: 18px;
}

.scndry-group {
    margin-bottom: 20px;
    overflow: auto;
}

.scndry-group .label {
    color: var(--secondary-clr);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
}
.proposal-detail.card p.desc {
    font-size: 18px;
    line-height: 1.5;
}
.resources-batch {
    display: flex;
    flex-wrap: wrap;
}

.resources-batch .batch {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 10px 20px;
    margin-right: 14px;
    margin-bottom: 14px;
}

.scndry-group table {
    width: calc(100% + 7px);
    min-width: 700px;
    margin: 0 -8px 20px;
}

.scndry-group table th {
    color: rgb(0 0 0 / 45%);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.scndry-group table th:first-child {
    width: 68%;
}

.scndry-group table .skill-title, .scndry-group table .skill-experience {
    background: #f7f7fa;
    border-radius: 12px;
    padding: 14px 21px;
    margin: 0;
    font-weight: 500;
    font-size: 17px;
}

.scndry-group table td, .scndry-group table th {
    padding: 8px;
}

.on-off-wrapper {
    position: relative;
    display: flex;
}

.on-off-wrapper .span-label {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 50px;
    height: 40px;
    width: 80px;
    position: relative;
}

.on-off-wrapper .span-label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(50% - 5px);
    height: calc(100% - 4px);
    border-radius: 50px;
    background: #000000c7;
}

.on-off-wrapper.active .span-label::after {
    background: var(--secondary-clr);
    left: auto;
    right: 2px;
}
/*************/
/**offer composer seller**/
.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.form-group textarea {
    width: 100%;
    height: 140px;
    border: none;
    background: #F4F4F4;
    border-radius: 16px;
    resize: none;
    padding: 18px;
    outline: none;
    box-shadow: none;
}

.textarea-wrapper {
    position: relative;
    background: #F4F4F4;
    border-radius: 16px;
    padding-bottom: 40px;
}

.textarea-wrapper .text-limit {
    position: absolute;
    width: max-content;
    right: 25px;
    bottom: 20px;
    font-size: 15px;
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}
.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"], .form-group input[type="number"], .form-group input[type="address"], .form-group input[type="date"], .select2.select2-container .select2-selection__rendered {
    width: 100%;
    height: auto;
    border: none;
    background: #F4F4F4;
    border-radius: 14px;
    resize: none;
    padding: 20px;
    outline: none;
    box-shadow: none;
    font-size: 17px;
    line-height: 1.2 !important;
    color: #212529;
}
input#Resource {
    background-image: url("data:image/svg+xml,%3Csvg id='plus-outline' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle' width='24' height='24' rx='12' transform='translate(24 24) rotate(180)' opacity='0'/%3E%3Cpath id='Path' d='M15,7H9V1A1,1,0,0,0,7,1V7H1A1,1,0,0,0,1,9H7v6a1,1,0,0,0,2,0V9h6a1,1,0,0,0,0-2Z' transform='translate(4 4)' fill='%23408af5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: calc(100% - 28px) 50%;
}
.select2.select2-container {
    width: 100% !important;
}

input.clr-scndry::placeholder {
    color: var(--secondary-clr);
    font-weight: 500;
}

input.clr-scndry {
    color: var(--secondary-clr) !important;
    font-weight: 500;
}
.select2.select2-container span.select2-selection {
    height: auto;
    border: 0;
    background: transparent;
}

.select2.select2-container .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5.333' viewBox='0 0 8 5.333'%3E%3Cg id='Group' transform='translate(0)'%3E%3Cg id='Group-2' data-name='Group'%3E%3Cpath id='Path' d='M7.433,0c.57,0,.738.358.375.8L4.2,5.188a.354.354,0,0,1-.577-.006L.183.813C-.171.364,0,0,.574,0Z' transform='translate(0)' fill='%23408af5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 9px;
    background-size: contain;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.select2.select2-container .select2-selection__arrow b {
    display: none;
}

span.select2-container.select2-container--default:not(.select2) {
    z-index: 99;
}

span.select2-container span.select2-dropdown {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DBE2EA;
    border-radius: 10px !important;
    overflow: hidden;
}
.select2-container .select2-search--dropdown {
    padding: 8px 8px;
}
.select2-container .select2-search--dropdown input.select2-search__field {
    border: 1px solid #DBE2EA;
    border-radius: 5px;
    outline: none;
    transition: all 0.2s ease;
}
body .select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}
body .select2-container .select2-results__option {
    padding: 10px 14px;
    outline: none;
    text-transform: capitalize;
}
body .select2-container--default .select2-results__option--selected {
    background: #292e4314;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--secondary-clr);
}

.input-team-member {
    position: relative;
    margin-bottom: 20px;
}

.input-team-member .btn {
    position: absolute;
    top: 17px;
    right: 25px;
    box-shadow: none;
}

.member-added {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
}

.member-added .member {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 10px 12px;
    display: flex;
    position: relative;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
}

.member-added .member img {
    margin-right: 10px;
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
}

.member-added .member button {
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 1px 6px 0;
    width: 25px;
    height: 25px;
    border: 2px solid var(--secondary-clr);
    outline: none;
    box-shadow: none;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-added .member p {
    margin-right: 10px;
}

.member-added .member button:hover {
    background: var(--secondary-clr);
}

.member-added .member button:hover path {
    stroke: #fff;
}

.candidate-wrapper > button {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}

.candidate-wrapper > button:hover {
    background: var(--secondary-clr);
}

.candidate-wrapper > button:hover path {
    stroke: #fff;
}

.past-project-wrapper .add-project {
    background: #f7f7fa;
    padding: 20px 22px;
    border-radius: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-size: 17px;
    font-weight: 500;
}
/**********/
/*modal**/
.modal .modal-content {
    padding: 20px;
    border: none;
    border-radius: 30px;
}

.modal .modal-dialog {
    max-width: 800px;
    margin: 2rem auto;
    padding: 30px 20px;
}

.modal .modal-content button.btn-modal-cls {
    display: block;
    max-width: fit-content;
    margin-left: auto;
    box-shadow: none;
}
.modal .modal-content button.btn-modal-cls:hover circle {
    fill: var(--secondary-clr);
    stroke: var(--secondary-clr);
}

.modal .modal-content button.btn-modal-cls:hover path {
    fill: #fff;
    opacity: 1;
    fill-opacity: 1;
}
.modal .modal-content .modal-body {
    padding: 14px;
    text-align: center;
}

.modal .modal-content .member {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #00000018;
}

.modal .modal-content .member .member-info {
    display: flex;
    align-items: center;
}

.modal .modal-content .member .member-info img {
    margin-right: 10px;
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
}

.modal .modal-content .member input[type="checkbox"] {
    width: 26px;
    height: 26px;
    border: 2px solid #00000050;
    appearance: none;
    border-radius: 7px;
    background: no-repeat center;
    background-size: 12px;
}

.modal .modal-content .member input[type="checkbox"]:checked {
    border-color: var(--secondary-clr);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.91' height='9.258' viewBox='0 0 12.91 9.258'%3E%3Cpath id='Vector' d='M3.936,8.974.281,5.318A.968.968,0,0,1,1.65,3.949L4.621,6.92,11.26.281A.968.968,0,1,1,12.629,1.65L5.306,8.974a.967.967,0,0,1-1.369,0Z' fill='%23408af5'/%3E%3C/svg%3E%0A");
}
.modal .modal-dialog.modal-md {
    max-width: 600px;
}
.modal .modal-dialog.modal-md {
    max-width: 600px;
}

.modal .modal-dialog.modal-md h2 {
    padding: 12px 50px;
    margin: 20px 0;
}

.modal-offer-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    background: #f7f7fa;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
}

.modal-offer-item img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 15px;
}

.modal-offer-item p.clr-light {
    margin-bottom: 10px;
}

.modal .modal-content .modal-body > a.btn-scndry {
    max-width: fit-content;
    margin: auto;
    font-size: 18px;
    font-weight: 500;
    border-radius: 60px;
}
.modal-backdrop.show {
    background: #212841;
    opacity: 0.6;
}
/***/
.payment-data-wrapper {
    text-align: left;
    background: #f7f7fa;
    border-radius: 35px;
    padding: 30px;
    margin-bottom: 30px;
}

.payment-data-wrapper .modal-offer-item {
    padding: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*MY-CSS*/
.payment-data-wrapper .payment-info {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
}
.payment-data-wrapper .payment-detail-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    border: 1px solid;
    border-radius: 20px;
    background-color: #fff;
    border-color: #fff;
    padding: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.payment-data-wrapper .payment-info p {
    font-size: 16px;
    font-family: 'Slate';
    color: #000;
    font-weight: 500;
}
.payment-data-wrapper .payment-price {
    font-size: 26px;
    font-family: 'Slate';
    font-weight: 700;
    color: #626779;
}
.payment-data-wrapper .payment-info p.clr-light {
    color: #B2B4BE;
}
.payment-data-wrapper .number {
    color: #1EC785;
}
.payment-data-wrapper .payment-info p.style {
    color: #212841;
}
.payment-data-wrapper .payment-due {
    margin-top: 30px;
}
.payment-data-wrapper .payment-due p.clr-scndry {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Slate';
    margin: 0;
}
.payment-data-wrapper .offer-info p.clr-light {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px;
}
.payment-data-wrapper .offer-info
 p.mb-0 {
    font-size: 18px;
    font-weight: 500;
}
/*MY-CSS*/
/*Post-Job-Css-Start*/
.create-job-application h2.clr-scndry {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Slate';
    padding-bottom: 16px;
}
.create-job-application .form-group select {
    width: 100%;
    height: auto;
    border: none;
    background: #f7f7fa;
    border-radius: 14px;
    resize: none;
    padding: 20px;
    outline: none;
    box-shadow: none;
    font-size: 17px;
    color: #9194A0;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5.333' viewBox='0 0 8 5.333'%3E%3Cg id='Group' transform='translate(0)'%3E%3Cg id='Group-2' data-name='Group'%3E%3Cpath id='Path' d='M7.433,0c.57,0,.738.358.375.8L4.2,5.188a.354.354,0,0,1-.577-.006L.183.813C-.171.364,0,0,.574,0Z' transform='translate(0)' fill='%23408af5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 30px) 50%;
}
select::-ms-expand {
    display: none;
}
.create-job-application .resources-suggestion {
    margin-top: 24px;
}
.create-job-application.card {
    padding: 30px 50px 60px;
}
.create-job-application .resources-suggestion button.btn {
    border: 1px solid #D1D4D7;
    border-radius: 12px;
    color: #232A43;
    margin: 0 10px 10px 0;
    transition: all 0.1s ease;
}
.create-job-application .resources-suggestion button:hover {
    color: #fff;
    border-color: var(--secondary-clr);
}

.create-job-application .resources-suggestion button:hover path {
    stroke: #fff;
}
.create-job-application .resources-suggestion button.btn span.remove {
    padding-left: 10px;
}
.create-job-application .form-group p.form-group-desc {
    font-size: 16px;
    color: #93959D;
}
.create-job-application .form-group select#vacancies, .create-job-application .form-group select#vacancies + .select2 .select2-selection__rendered {
    color: #408AF5;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Slate';
}
.create-job-application .form-group .remote-work span.clr-scndry {
    font-size: 1px;
    font-weight: 500;
    font-family: 'Slate';
    color: #408AF5;
    margin-right: 10px;
}
.create-job-application .form-group table {
    width: 100%;
    min-width: 580px;
}
.create-job-application .style-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.create-job-application .style-table .mandatory {
    margin-right: 96px;
}
.create-job-application .style-table h4 {
    font-size: 14px;
    font-weight: 500;
    color: #9699A5;
}
.create-job-application .style-table span {
     font-size: 14px;
    font-weight: 500;
    color: #9699A5;
    text-transform: uppercase;
}
.create-job-application .form-group table p.skill-title {
    border: 1px solid #D6D7DC;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    font-size: 17px;
    padding: 22px;
    font-weight: 500;
    color: #408AF5;
    font-family: 'Slate';
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}
.create-job-application .form-group table p.skill-experience {
   border: 1px solid #D6D7DC;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    font-size: 17px;
    padding: 22px;
    font-weight: 500;
    color: #408AF5;
    font-family: 'Slate';
}
.create-job-application .form-group table button.remove {
    border: 1px solid #D6D7DC;
    border-radius: 16px;
    height: 60px;
}
.create-job-application .form-group table button.remove svg {
    width: 16px;
    height: 14px;
}
.create-job-application .form-group table button.btn-scndry svg {
    width: 16px;
    height: 14px;
}
.create-job-application .form-group table  button.btn-scndry {
   border-radius: 16px;
   height: 60px;
   padding: 10px 24px;
   margin-left: auto;
}
.create-job-application .form-group .input-icon {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: 1px solid #f7f7fa;
    background: #F4F4F4;
    border-radius: 10px;
    padding: 0 18px;
}
.create-job-application .form-group .input-rate-wrapper span.text-divider {
    font-size: 18px;
    font-family: 'Slate';
    font-weight: 500;
    color: #408AF5;
}
.create-job-application .form-group .input-icon input#location {
    border: none;
    background: none;
}
.create-job-application .form-group .input-rate-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.create-job-application .form-group .input-rate-wrapper input {
    width: 45% !important;
    text-align: center;
}
.create-job-application .form-group .dating {
    margin: 16px 0 16px;
}
.create-job-application .form-group .dating span.clr-scndry {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Slate';
}
.create-job-application .form-group .select-three-wrapper {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    overflow: hidden;
}
.create-job-application .form-group .select-three-wrapper select, .create-job-application .form-group .select-three-wrapper .select2 {
    margin: 0 15PX;
}
.create-job-application .chechbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.create-job-application .chechbox .on-off-label {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Slate';
    color: #408AF5;
}
.create-job-application .chechbox .on-off-label span.label {
    padding-right: 12px;
}
.create-job-application .form-group-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
}
.create-job-application .form-group-btn button.btn-lg {
    margin: 0 14px;
    border-radius: 5px;
    font-family: 'Slate', sans-serif;
}
.create-job-application .form-group table th:first-child {
    width: 55%;
}
.create-job-application .form-group table th {
    color: #00000060;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 16px;
    white-space: nowrap;
}
.create-job-application .form-group-btn button.btn-scndry {
    padding: 6px 35px;
    font-size: 17px;
}
.create-job-application .form-group table .check-style {
    text-align: center;
}
.create-job-application .form-group table .num-style, .create-job-application .form-group table .check-style, .create-job-application .form-group table th:last-child, .create-job-application .form-group table td:last-child {
    padding-left: 20px;
}
.create-job-application .form-group table td.num-style select#experience, .create-job-application .form-group table td.num-style .select2 {
    margin-bottom: 14px;
}
.create-job-application .form-group table input#key-skills {
    margin-bottom: 14px;
}
.create-job-application .form-group .location label {
    margin: 0;
}
.create-job-application .form-group .working-style {
    margin-bottom: 10px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.on-off-wrapper {
    position: relative;
    display: inline-block;
}
.on-off-wrapper input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}
.on-off-wrapper .span-label {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 50px;
    height: 40px;
    width: 80px;
    position: relative;
}

.on-off-wrapper .span-label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(50% - 5px);
    height: calc(100% - 4px);
    border-radius: 50px;
    background: #000000c7;
}
.on-off-wrapper.active .span-label::after {
    background: var(--secondary-clr);
    left: auto;
    right: 2px;
}
.on-off-wrapper input[type="checkbox"]:checked + .span-label:after {
    left: auto;
    right: 2px;
    background-color: var(--secondary-clr);
}
.create-job-application .form-group table td:last-child {
    vertical-align: text-top;
}

.create-job-application .form-group table button.remove:hover {
    background: var(--secondary-clr);
    border-color: var(--secondary-clr);
}

.create-job-application .form-group table button.remove:hover path {
    stroke: #fff;
}
/*Post-Job-Css-End*/
.search-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 30px 0;
    background: rgb(33 40 65 / 70%);
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.search-fixed form.search {
    max-width: 100%;
    margin: 20px auto 0;
    width: 100%;
}
.search-fixed-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 4% auto 0;
    width: 100%;
    max-width: 600px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    padding: 20px;
    border: none;
    border-radius: 30px;
}
.search-fixed form.search input.input-search {
    padding: 18px 60px 18px 60px;
    box-shadow: 0 0 8px 8px #ffffff30;
    background: #f5f5f8;
    color: #000;
}
.search-fixed-inner button.btn.btn-none {
    display: block;
    max-width: fit-content;
    margin-left: auto;
    box-shadow: none;
}
.search-fixed form.search button {
    right: 9px;
}

.search-fixed form.search svg {
    left: 18px;
}

.search-fixed form.search input.input-search::placeholder {
    color: #000;
}

.search-fixed form.search > svg * {
    stroke: #000;
}
.search-fixed > button.btn.btn-none {
    position: absolute;
    top: 120px;
    right: 15%;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
}
body.search-active .search-fixed {
    opacity: 1;
    visibility: visible;
}
@media(max-width:1199px){
    .analyst-footer {
        flex-wrap: wrap;
    }

    .analyst-footer .not-mandatory-skills {
        margin-right: auto;
        margin-left: 0;
        margin-top: 30px;
    }
    .analyst-footer .skills-wrapper {
        flex-wrap: wrap;
    }
    header .header-wrapper .nav-menu ul a {
        font-size: 18px;
    }
    header .header-wrapper .nav-menu .menu-wrappper {
        position: fixed;
        top: 0;
        padding-top: 90px !important;
        left: 0;
        height: 100%;
        width: 350px;
        display: block;
        z-index: 99;
        background: var(--primary-clr);
        padding: 30px 3.5%;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
    }
    header .header-wrapper .nav-menu ul{
        display: block;
        padding: 0;
        max-height: 100%;
        overflow: auto;
    }
    header .header-wrapper .logo-wrapper {
        z-index: 999;
        position: relative;
    }

    header .header-wrapper .nav-menu ul li {
        margin: 0px 0 25px;
    }
    body.menubar-show {
    overflow: hidden;
}

.nav-mobile-toggle {
    position: relative;
    z-index: 1000;
}
    .menubar-show .header-wrapper .nav-menu .menu-wrappper {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    header .header-wrapper .nav-menu .nav-mobile-toggle {
        display: block !important;
    }
    .menu-cta-wrapper {
        max-height: 100%;
        overflow: auto;
    }
}
@media(max-width:991px){
    aside.sidebar{
        margin: 0 0 3rem!important;
    }
    .analyst-head {
        flex-wrap: wrap;
    }

    .analyst-head h4 {
        text-align: left;
        margin-bottom: 14px;
    }

    .duration-proposal span.btn.btn-light:first-child {
        margin: 0;
    }

    .analyst-content .col-12:not(:last-child) .list-wrapper {
        border-bottom: 2px dotted #00000026;
        padding-bottom: 1.3rem;
    }

    .analyst-content .col-12:not(:last-child) {
        border-right: 0;
    }

    .analyst-content {
        padding: 2rem 0;
    }

    .analyst-content .list-wrapper {
        padding: 0;
    }
        .top-search {
    flex-wrap: wrap;
}

.top-search form.search {
    margin-bottom: 15px;
}
.selected-filter-wrapper form.search {
    margin: 0;
}

.sort-compare {
    flex-wrap: wrap;
}

.sort-compare .sort-wrapper.justify-content-end {
    justify-content: flex-start !important;
    width: 100%;
}

.sort-compare h4 {
    margin-bottom: 14px;
}
    .project-data {
    padding: 12px 14px;
}
    body .statement-work .content-wrapper {
    padding: 2rem 1rem;
}
    .selected-filter-wrapper .top-filter-wrapper .selected-filters {
    flex-wrap: wrap;
        row-gap:15px;
}
    .create-job-application .form-group table p.skill-title{
        max-width:100%;
    }
    .project-card .project-info-wrapper {
    flex-wrap: wrap;
    row-gap: 10px;
}
}
@media(max-width:767px){

    .nav-mobile-toggle .header-search {
        display: block;
    }
    .project-card .project-detail-info {
    flex-wrap: wrap;
    row-gap: 10px;
}
    header.header {
        padding: 16px 0;
    }
    .menubar-show .header-wrapper .nav-menu .menu-wrappper button:first-child {
        margin: 0;
    }
    .new-job-wrapper {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .new-job-wrapper .new-job-info {
        margin-bottom: 10px;
    }

    .project-card .project-detail {
        flex-wrap: wrap;
    }

    .project-card .project-detail-info {
        margin-bottom: 14px;
    }

    .project-card .project-card-head {
        margin-bottom: 15px;
    }

    .project-detail-head .project-title {
        font-size: 28px;
    }

    .project-card .status {
        margin-left: 10px;
    }
    .duration-proposal span.btn.btn-light {
        margin-left: 0 !important;
        margin-bottom: 14px !important;
    }
    .top-search form.search .input-search {
    min-width: 1px;
}
    .top-search {
    flex-wrap: wrap;
}
    .top-search form.search {
    width: 100%;
    margin-bottom: 15px;
}

.sort-compare .sort-wrapper {
    justify-content: flex-start !important;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.work-smart-banner {
    padding: 30px !important;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.work-smart-banner .thumb {
    max-width: 80%;
    margin: 0 auto 1rem;
}

.work-smart-banner .content {
    max-width: 100%;
}
    .seller-gallery h2 {
    font-size: 28px;
    margin-right: 10px;
}

.seller-gallery > .d-flex {
    flex-wrap: wrap;
    align-items: flex-start !important;
    margin-bottom: 40px !important;
    row-gap: 20px;
}

.project-card .project-info-wrapper {
    flex-wrap: wrap;
}

.project-card .project-info-wrapper .project-thumb {
    margin-bottom: 10px;
}
    .selected-filter-wrapper .top-filter-wrapper {
    flex-wrap: wrap;
}

.selected-filter-wrapper .top-filter-wrapper .selected-filters {
    margin-top: 14px;
}


.proposal-detail.card {
    padding: 30px 20px;
}

.candidate-wrapper {
    padding: 15px;
}

.candidate-wrapper .candidate-head {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.candidate-wrapper .candidate-head .candidate-bio {flex-direction: column;margin-bottom: 12px;align-items: flex-start;}

.candidate-wrapper .candidate-thumb {
    margin-bottom: 12px;
}

.candidate-wrapper .candidate-info ul {
    flex-wrap: wrap;
}

.candidate-wrapper .candidate-info ul li {
    margin-bottom: 4px;
    margin-right: 4px;
}

form.create-offer .btn-cta-wrapper button {
    max-width: 70%;
    width: 100%;
}
    .sidebar.payment {
    padding: 30px 20px 50px;
}

.pay-deposit.card {padding: 30px 20px;}

h2 {
    font-size: 28px;
}

.payment-options button .payment-price {
    font-size: 28px;
}

.btn.btn-lg {
    padding: 12px 35px;
}
    .candidate-list {
    padding: 0;
}

span.no-wrap {
    max-width: 150px;
}
    body .statement-work .content-wrapper {
    padding: 2rem 1rem;
}
    body .statement-work .cta-wrapper {
    padding: 1rem 1rem 2.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

body .statement-work .cta-wrapper button:not(:last-child) {
    margin-bottom: 25px;
}
    body .statement-work .cta-wrapper .btn {
    margin: auto;
}
    .selected-filter-wrapper.selected-common button:first-child {
    margin-left: 15px;
}

.selected-filter-wrapper.selected-common .top-filter-wrapper {
    margin-left: -15px;
}
    .selected-filter-wrapper {
    padding: 20px 0;
}
    .sidebar .sidebar-bio .sidebar-thumb-wrapper {
    padding-bottom: 140px;
}
    .batch-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
    .create-job-application h2.clr-scndry {
    font-size: 34px;
}

.create-job-application .form-group-btn {
    margin-top: 50px;
}

.create-job-application .chechbox {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}
    .create-job-application .form-group .select-three-wrapper {
    flex-wrap: wrap;
    row-gap: 10px;
}
    .search-fixed form.search input.input-search {
    min-width: 1px;
}
    .modal .modal-content .modal-body {
    padding: 0 0 20px;
}

.modal .modal-dialog.modal-md h2 {
    padding: 10px;
    font-size: 24px;
}

.payment-data-wrapper {
    padding: 25px 18px;
}
}
@media(max-width:320px){
    .modal-offer-item{
        flex-wrap:wrap;
        row-gap:15px;
    }
}
.notify-wrapper {
    position: relative;
    display: inline-block;
}

.notification-wrapper {
    position: absolute;
    top: 42px;
    right: -20px;
    background: #fff;
    width: auto;
    min-width: 400px;
    border-radius: 15px;
    box-shadow: 0 0 10px 2px #292e4347;
    overflow: hidden;
    display: none;
}

.notification-wrapper .notify-head {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    border-bottom: 1px solid #00000038;
}

.notification-wrapper .notify-head h6 {
    margin: 0;
}

.notification-wrapper .notify-main {
    max-height: 58vh;
    overflow: auto;
}

.notification-wrapper .notify-item > a {
    display: flex;
    text-decoration: none;
    color: #000;
    align-items: flex-start;
}

.notification-wrapper .notify-thumb {
    width: 40px;
    flex: 0 0 40px;
    margin-right: 12px;
    position: relative;
}

.notification-wrapper .notify-thumb img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

.notification-wrapper .notify-content .title {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
}

.notification-wrapper .notify-content .desc {
    font-size: 12px;
    color: #000;
    opacity: 0.5;
    margin-bottom: 10px;
}

.notification-wrapper .notify-content .meta {
    font-size: 14px;
    color: #000;
    opacity: 0.4;
    margin-bottom: 6px;
}

.notification-wrapper .notify-main .notify-item {padding: 20px 22px 0;}
.notify-item.active .notify-thumb:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e13535;
}
.notification-wrapper .notify-main .notify-item:not(:last-child) > a {
    border-bottom: 1px solid #00000020;
    padding-bottom: 16px;
}

.notification-wrapper .notify-main .notify-item:last-child {
    padding-bottom: 20px;
}

.notification-wrapper .notify-main .notify-item:hover {
    background: #f5f5f8;
}

.menu-wrappper .header-cta-wrapper {
    border-top: 1px solid #ffffff78;
    padding-top: 30px;
    margin-top: 30px;
    margin-left: 18px;
    margin-right: 18px;
}

.menu-wrappper .header-cta-wrapper button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px!important;
    color: #fff;
    font-size: 18px !important;
    border-radius: 0 !important;
    border: none !important;
}

.menu-wrappper .header-cta-wrapper button span.user-img {
    border: 2px solid #5c6070;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.menu-wrappper .header-cta-wrapper button svg {
    margin-right: 14px;
}

.menu-wrappper .header-cta-wrapper button.notify-icon.notify-active:after {
    right: 15px;
}


*{
    box-sizing: border-box;
}
:root{
    --primary-clr: #292e43;
    --secondary-clr: #408af5;
    --success-secondary: #1ec785;
    --warning-secondary: #ffae61;
    --bd-light: #f5f5f8;
}
img{
    max-width: 100%;
    height: auto;
}
body{
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    background-color: var(--bd-light);
    overflow-x: hidden;
}
a{
    color: inherit;
    font: inherit;
}
body .container {
    padding: 0 4.5%;
}
.elementor-location-header .header-main {
    background: var(--e-global-color-ade7d1e) !important;
}
.elementor-location-header .header-main.elementor-sticky--effects {
    background: #fff !important;
}

@media(max-width: 1549px){
    body .container {
    max-width: 100%;
}
}
@media(min-width: 1550px){
    body .container {
    max-width: 1550px;
}
}
.clr-scndry{
    color: #408af5;
}
.clr-success{
    color: var(--success-secondary) !important;
}
h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
}
h2 {
    font-size: 33px;
    font-weight: 700;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 26px;
    font-weight: 700;
}

h5 {
    font-size: 21px;
    line-height: 1.4;
}

h6 {
    font-size: 18px;
    line-height: 1.4;
}
.btn {
    font-size: 14px;
    box-shadow: none !important;
}
header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-wrapper .nav-menu {
    margin-left: auto;
}
header.header {
    background: var(--primary-clr);
    padding: 10px 0;
    position: relative;
    z-index: 9;
}

header .header-wrapper .logo-wrapper img {
    width: 210px;
}

header .header-wrapper .nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    margin-left: auto;
    margin-bottom: 0;
    list-style: none;
}
.new-job-wrapper button {
    white-space: nowrap;
}
header .header-wrapper .nav-menu ul a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 18px;
    display: inline-block;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 600;
}

header .header-wrapper .nav-menu ul li {
    margin: 0 13px;
}

header .header-wrapper .nav-menu ul a.active,header .header-wrapper .nav-menu ul a:hover  {
    background: var(--secondary-clr);
}
a.menu-bar {
    display: inline-block;
    line-height: 1;
    font-size: 0;
    height: 20px;
    width: 26px;
    vertical-align: top;
    transition: .3s;
    margin-left: 25px;
}
a.menu-bar span.bars {
    display: inline-block;
    height: 3px;
    background: #fff;
    width: 100%;
    line-height: 1;
    margin: 0 0 5px;
    transition: .2s;
    border-radius: 5px;
}
a.menu-bar span.bar3 {
    margin-top: -10px;
}
.menubar-show .bar1, .menubar-show .bar4 {
    opacity: 0;
    visibility: hidden;
}
.menubar-show .bar2 {
    transform: rotate(45deg);
    height: 3px!important;
}
.menubar-show .bar3 {
    transform: rotate(-45deg);
    height: 3px!important;
}
.menubar-show .bar1, .menubar-show .bar4 {
    opacity: 0;
    visibility: hidden;
}
/* header .header-wrapper .header-cta-wrapper .btn img {width: auto;height: 21px;object-fit: contain;} */

button.btn-none {
    padding: 0;
    border: none;
    margin: 0;
}

header .header-wrapper .header-cta-wrapper .btn {
    margin-left: 20px;
    font-size: 16px;
}

header .header-wrapper .header-cta-wrapper .btn.user-avatar {
    border: 2px solid #5c6070;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
header .header-wrapper .header-cta-wrapper .btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
header .header-wrapper .header-cta-wrapper {
    display: flex;
    align-items: center;
}
.notify-icon {
    position: relative;
}

.notify-icon.notify-active:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    background: var(--success-secondary);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #292e43;
}
header .header-wrapper button:focus{
    box-shadow: none;
    outline: none;
}

.menu-cta-wrapper > ul > li {
    position: relative;
    /* padding: 8px 18px; */
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.menu-cta-wrapper > ul > li ul.sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    color: #000;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: max-content;
    max-width: 250px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 14px 0px rgb(0 0 0 / 10%);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.menu-cta-wrapper > ul > li ul.sub-menu a {
    color: #000;
    display: block;
    width: 100%;
    border-radius: 12px;
}

.menu-cta-wrapper > ul > li ul.sub-menu li {
    display: block;
    width: 100%;
    margin: 0 !important;
}

.menu-cta-wrapper > ul > li ul.sub-menu a:hover {
    color: #fff;
}

.menu-cta-wrapper > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu-cta-wrapper > ul > li:hover > a {
    background: var(--secondary-clr);
}
header .header-wrapper .header-cta-wrapper .dropdown {
    display: inline-block;
}

header .header-wrapper .header-cta-wrapper .dropdown ul.dropdown-menu {
    margin-top: 8px !important;
    width: 180px;
    background: #fff;
    color: #000;
    border-radius: 15px;
    box-shadow: 0 0 14px 0px rgb(0 0 0 / 10%);
    padding: 10px;
    border: none;
}

.header-cta-wrapper ul.dropdown-menu a.dropdown-item {
    color: #000;
    width: 100%;
    border-radius: 12px;
    padding: 7px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.header-cta-wrapper ul.dropdown-menu a.dropdown-item svg {
    margin-right: 6px;
}

.header-cta-wrapper ul.dropdown-menu a.dropdown-item:hover, .header-cta-wrapper ul.dropdown-menu a.dropdown-item.active {
    color: #fff;
    background-color: var(--secondary-clr);
}

.header-cta-wrapper ul.dropdown-menu a.dropdown-item:hover path, .header-cta-wrapper ul.dropdown-menu a.dropdown-item.active path {
    fill: #fff;
}
.header-cta-wrapper ul.dropdown-menu li:nth-child(2) a.dropdown-item:hover path, .header-cta-wrapper ul.dropdown-menu li:nth-child(2) a.dropdown-item.active path {
    stroke: #fff;
    fill: unset;
}

.header-cta-wrapper ul.dropdown-menu li:not(:last-child) {
    margin-bottom: 4px;
}
/**homepage*/
div#main {
    padding: 4rem 0;
}
aside.sidebar {
    margin-right: 12px;
}
body .card {
    background: #fff;
    border: 0;
    border-radius: 25px;
    box-shadow: 0 0 14px 0px rgb(0 0 0 / 6%);
    padding: 20px;
}

.sidebar .text-end button {
    font-size: 16px;
    font-weight: 700;
}

.sidebar .sidebar-bio {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 2rem;
}

.sidebar .sidebar-bio .sidebar-thumb-wrapper {
    width: 100%;
    max-width: 170px;
    padding-bottom: 120px;
    border-radius: 18px;
    margin: 0 auto 25px;
    position: relative;
    border: 1px solid rgb(0 0 0 / 16%);
    overflow: hidden;
}
.sidebar .sidebar-bio .sidebar-thumb-wrapper img {
    width: 100%;
    max-width: inherit;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.material-symbols {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.sidebar .sidebar-bio .sidebar-desc {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}

.sidebar-info .info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    text-align: left;
}

.sidebar-info .info-row .info-label {
    display: flex;
    align-items: center;
    color: rgb(0 0 0 / 55%);
    font-size: 15px;
    font-weight: 600;
    margin-right: 6px;
}
.sidebar-info .info-row .info-value {
  font-size: 14px;
    font-weight: 600;
}

aside.sidebar span.material-symbols-outlined {
    font-size: 24px;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.sidebar-info .info-row .info-label svg, .sidebar-bottom .earned-label svg {
    margin-right: 12px;
    width: 25px;
}
.sidebar-info {
    text-align: center;
    padding-bottom: 2em;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 2rem;
}

.btn-outline-light {
    border: 1px solid rgb(0 0 0 / 10%);
    color: var(--secondary-clr);
    font-weight: 700;
    padding: 10px 24px;
}
.btn-outline-light:hover {
    background: var(--secondary-clr);
    color: #fff;
    border-color: var(--secondary-clr);
}
.sidebar-info button.btn-outline-light {
    padding: 10px 24px;
    margin-top: 20px;
}

button.btn-outline-light:hover, button.btn-outline-light.active {
    color: #fff;
    background: var(--secondary-clr);
    border-color: var(--secondary-clr);
}button.btn-outline-light:hover svg path, button.btn-outline-light.active svg path {
    fill: #fff;
}

.sidebar-info .info-row:last-child {
    margin: 0;
}

.sidebar-bottom .earned-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-bottom .earned-in .earned-label {
    display: flex;
    align-items: center;
    color: rgb(0 0 0 / 45%);
    font-size: 15px;
}

.sidebar-bottom .earned-in .earned-value {
    color: var(--secondary-clr);
    font-weight: 700;
    font-size: 16px;
}

.sidebar-bottom {
    margin-bottom: 8px;
}
.selected-filter-wrapper {
    background: #363b50;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 35px;
}

.selected-filters {
    display: flex;
    align-items: center;
}

.selected-filters button, .selected-filters a.btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 33px !important;
    height: 50px;
    margin-left: 15px;
    white-space: nowrap;
    margin-bottom: 0 !important;
}

.selected-filters button:first-child {
    margin: 0;
}
.top-filter-wrapper.ms-15 {
    margin-left: -15px;
}

.top-filter-wrapper.ms-15 button:first-child {
    margin-left: 15px;
}
.selected-filters button span, .selected-filters a.btn span {
    display: inline-block;
    margin-left: 8px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.selected-filters button.btn-outline-light {
    border: 1px solid #ffffff59;
    color: #fff;
}
.selected-filters button.btn-outline-light:hover {
    border-color: var(--secondary-clr);
}
.selected-filter-wrapper .top-filter-wrapper {
    margin: 0;
}

span.rating-label {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgb(0 0 0 / 16%);
    border-radius: 25px;
    padding: 2px 8px;
}

span.rating-label span.material-symbols {
    font-size: 17px;
    color: #f6cc3c;
    fill: #f6cc3c;
    margin-right: 2px;
}

.review-wrapper {
    text-align: left;
}

.review-wrapper > p {font-weight: 700;font-size: 15px;}

.review-item {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 22px;
    padding-bottom: 15px;
}
.review-item .review-desc  a.clr-scndry {
    font-weight: 700;
}

.review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.review-bio {
    display: flex;
    align-items: center;
}

.review-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 16%);
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

.review-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

p.review-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

p.review-date {margin: 0;color: rgb(0 0 0 / 45%);font-size: 14px;}

.review-rating span.rating-label span.material-symbols-outlined {
    font-size: 16px;
    width: auto;
    height: auto;
}

.review-rating span.rating-label {
    padding: 4px 12px 5px;
}

.review-desc p {
    font-weight: 300;
    margin: 0;
}

.new-job-wrapper {
    background: var(--secondary-clr);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 30px 7px;
    border-radius: 25px;
    box-shadow: 0 0 14px 0px rgb(0 0 0 / 6%);
    margin-bottom: 40px;
}

.new-job-wrapper .new-job-info {
    display: flex;
    align-items: center;
    color: #fff;
}

.new-job-wrapper .new-job-info .job-thumb {
    margin-right: 10px;
}

.new-job-wrapper .job-thumb img {
    width: 100%;
    max-width: 100px;
}


.new-job-wrapper .new-job-info .new-job-text {
    max-width: 52%;
}

.btn-primary {
    background: var(--primary-clr) !important;
    color: #fff !important;
    padding: 10px 20px;
    box-shadow: none;
    outline: none;
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

button.btn {
    transition: all 0.3s ease;
}

.project-detail-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.project-detail-head .project-title {
    font-size: 26px;
    font-weight: 700;
}
.project-detail-head a.btn-scndry, .btn-scndry-arrow {
    padding: 14px 12px !important;
    border-radius: 10px !important;
}
.btn-scndry {
    background: var(--secondary-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding: 5px 6px;
    font-weight: 600;
    border-radius: 12px;
}

.btn-scndry:hover {
    background:#fff !important ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-clr) !important;
    padding: 5px 6px;
    border-radius: 12px;
    font-weight: 600;
    border: 2px solid rgb(0 0 0 / 10%);
}

.btn-scndry .material-symbols-outlined, a.btn-scndry .material-symbols-outlined {font-size: 24px !important;}

.project-card {
    margin-bottom: 12px;
}

.project-card .project-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.project-card .project-card-head p {
    font-size: 17px;
    font-weight: 700;
}
.project-detail-wrapper:not(:last-child) {
    margin-bottom: 60px;
}
.status {
    padding: 5px 15px;
    display: inline-block;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 11px;
}
.seller-gallery .project-card-head {
    align-items: flex-start;
}
.status.status-active, .status.status-success {
    background: var(--success-secondary);
    color: #fff;
}

.project-card .project-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 12px;
}
.project-detail-wrapper .project-detail {
    align-items: flex-end;
}
.project-card .project-detail-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.project-end-date {
    margin: 0;
    white-space: nowrap;
}

.project-thumb {
    margin-right: 14px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 18px;
    width: 120px;
    flex: 0 0 130px;
    padding-bottom: 70px;
    position: relative;
}
.seller-gallery .project-thumb {
    flex: 0 0 120px;
}
.awaiting.seller-awaitng .project-thumb {
    flex: 0 0 120px;
}
.seller-gallery {
    margin-bottom: 3rem;
}
.seller-gallery .project-card {
    margin-bottom: 30px;
}

.seller-gallery .col-12 {
    padding: 0 15px;
}

.seller-gallery .row {
    margin: -15px;
}
.project-thumb img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    border-radius: 18px;
}
.project-thumb.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-card .project-info-wrapper {
    display: flex;
    align-items: center;
}
.seller-awaitng .project-card-head {
    margin-bottom: 14px !important;
}
.project-card .project-info-wrapper .project-bio {
    color: #000;
    margin: 0;
}
.project-detail-main.seller-ongoing .project-detail {
    align-items: flex-end;
}
.project-card .project-info-wrapper .project-text p {
    font-size: 16px;
}
.project-text {
    color: rgb(0 0 0 / 50%);
    font-weight: 700;
    font-size: 16px;
}

.project-text p.project-title {
    margin-bottom: 7px;
}

p.project-end-date .clr-scndry {
    font-weight: 700;
}

.status.status-pending {
    background: var(--warning-secondary);
    color: #fff;
}
.status-feature {
    background: #7058c1;
    color: #fff;
}
.project-detail-main.awaiting .project-card .project-card-head {
    margin-bottom: 30px;
}
.project-detail-main.awaiting .project-card .project-card-head span.status {
    padding: 5px 12px;
}
.project-data {
    background: #f7f7fa;
    margin-right: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    color: rgb(0 0 0 / 50%);
    font-weight: 700;
    font-size: 15px;
}

.project-data .clr-scndry {
    font-weight: 700;
}
/***/
span.rating-label svg {
    margin-right: 6px;
}
.sidebar-info.br-bt-none {
    border: none;
    padding: 0;
}
.f-18 {
    font-size: 16px;
}
.nav-mobile-toggle .header-search {
    display: none;
}
/*selected**/
.top-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.filter-list {
    display: flex;
    align-items: center;
    width: auto;
    flex-wrap: wrap;
}

.top-filter-wrapper a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 15px;
    margin-left: 15px;
}
.top-filter-wrapper.ms-15 a {
    margin-bottom: 0;
}
.top-filter-wrapper a span.material-symbols-outlined {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.filter-search {
    position: relative;
}
.top-filter-wrapper .filter-search {
    margin-bottom: 15px;
    margin-left: 15px;
}
.filter-search input[type="search"] {
    background: transparent;
    border: 1px solid rgb(0 0 0 / 18%);
    outline: none;
    box-shadow: none;
    font-size: 16px;
    padding: 11px 35px 11px 10px;
    max-width: 220px;
    border-radius: 14px;
}

.filter-search input[type="search"]:focus {
    background: #fff;
}

.filter-search img {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 18px;
}

input[type="search"]::placeholder {
    color: rgb(0 0 0 / 45%);
}

.filter-list .dropdown {
    margin-left: 15px;
    margin-bottom: 15px;
}
.top-filter-wrapper .filter-list > * {
    margin-bottom: 15px;
}
.dropdown button {
    border: 1px solid rgb(0 0 0 / 18%);
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 10px;
    color: rgb(0 0 0 / 50%);
    box-shadow: none !important;
    font-size: 15px;
}
.explore-seller {
    flex-wrap: nowrap;
    align-items: flex-start;
}
.explore-seller > button.btn.btn-none {
    white-space: nowrap;
    margin-left: 15px;
    margin-top: 10px;
}
.explore-seller.top-filter-wrapper .filter-list > * {
    margin-left: 8px;
}

.explore-seller.top-filter-wrapper .filter-list {
    margin: 0 -8px;
    width: 100%;
}

.explore-seller .filter-search input[type="search"] {
    max-width: 200px;
}

.explore-seller .dropdown button {
    font-size: 15px;
    padding: 9px 12px;
}
.dropdown button::after {
    content: none;
}

.dropdown button .material-symbols-outlined {
    width: 17px;
    height: 24px;
    overflow: hidden;
    margin-left: 6px;
}
.dropdown button svg {
    width: 9px;
    height: 8px;
    overflow: hidden;
    margin-left: 21px;
}
.filter-list .btn-outline-light {
    border: 1px solid rgb(0 0 0 / 18%);
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 20px;
    color: rgb(0 0 0 / 43%);
    font-weight: 700;
    margin-left: 16px;
    white-space: nowrap;
}

.filter-list .btn-none {
    margin-left: 22px;
    white-space: nowrap;
}
aside.sidebar h4.sidebar-main-title {
    padding-bottom: 1.2rem;
    padding-top: 0.5rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
}

aside.sidebar-selected .sidebar-bio {
    text-align: left;
    line-height: 1.2;
}

aside.sidebar-selected .sidebar-bio .sidebar-desc {
    line-height: 1.4;
}

aside.sidebar-selected .sidebar-bio .sidebar-desc span.clr-scndry {
    font-weight: 700;
}

.sidebar-info .info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    color: var(--secondary-clr);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

aside.sidebar-selected .sidebar-bottom {
    display: flex;
    justify-content: space-between;
}

aside.sidebar-selected .sidebar-bottom button {
    width: calc(50% - 8px);
    border-radius: 60px;
    padding: 12px;
}

/* aside.sidebar-selected .sidebar-info:nth-last-child(2) {
    border: none;
    padding-bottom: 1rem;
} */

.sort-compare {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.sort-compare .sort-wrapper {
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-grow: 1;
    color: #0000004d;
}

.sort-compare .sort-wrapper .dropdown {
    width: 100%;
    max-width: 180px;
    margin-left: 12px;
}

.sort-compare .sort-wrapper .dropdown button {
    width: 100%;
    color: #000;
    font-weight: 700;
}
.project-thumb .add-favourite {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-10px, -10px);
    background: #fff;
    color: var(--secondary-clr);
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
}
.project-thumb .add-favourite input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.project-thumb .add-favourite input[type="checkbox"]:checked + svg path {fill: var(--secondary-clr);}
.project-detail-main.proposals .project-thumb {
    padding-bottom: 110px;
    width: 140px;
    margin-right: 20px;
}

.project-detail-main.proposals  .project-text {
    flex-grow: 1;
}

.project-detail-main.proposals  .project-card-head p {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}

.project-detail-main.proposals .project-card-head .material-symbols-outlined {
    font-size: 16px;
    margin-right: 6px;
}

.project-detail-main.proposals .status, .status-bold.status {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 4px 16px;
}

.project-detail-main.proposals .project-text > .project-title {
    font-size: 17px;
    color: #000;
    font-weight: 700;
}

.project-detail-main.proposals .project-detail-info > .btn-outline-light {
    padding: 8px 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    color: rgb(0 0 0 / 50%) !important;
    font-weight: 700;
    background: #fff;
    margin-bottom: 1px;
    font-size: 16px;
}
.project-detail-main.proposals .project-detail-info > .btn-outline-light .clr-scndry {
    font-weight: 700;
    margin-left: 8px;
    transition: all 0.3s ease;
}
.see-detail-analytics .btn-outline-light.rounded-circle {
    width: 45px;
    height: 45px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    position: relative;
}
.project-detail-main.proposals .project-detail-info > .btn-outline-light.active {border-color: var(--secondary-clr);}
.see-detail-analytics .label {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #292e43;
    width: 24px;
    height: 24px;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 50%;
    line-height: 22px;
}

.project-detail-main.proposals .project-detail-info > .btn-outline-light.active span.clr-scndry.material-symbols-outlined {
    transform: rotate(180deg);
}
.see-detail-analytics .btn-outline-light.rounded-pill span.material-symbols-outlined {
    margin-left: 3px;
    font-size: 29px;
}

.project-detail-main.proposals .project-detail {align-items: stretch;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* .project-detail-main.proposals .project-detail-info > .btn-outline-light:hover {
    color: #000 !important;
} */
.dropdown button:hover, .dropdown button.show {
    border-color: var(--secondary-clr);
}
.filter-list .btn-outline-light:hover {
    color: #fff;
}
.clr-light{
    color: rgb(0 0 0 / 50%);
}
.btn-light{
    color: #000;
    background-color: #f7f7fa;
    border-color: #f7f7fa;
    border-radius: 10px;
}
.candidate-card {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-bottom: 12px;
}
.candidate-list .candidate-card.card:last-child {
    margin-bottom: 0 !important;
}
.candidate-card .candidate-bio {
    display: flex;
    align-items: center;
}

.candidate-card .candidate-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.candidate-thumb {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
}

.candidate-thumb img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}

.candidate-bio-text p.clr-light {
    margin-bottom: 3px;
    font-size: 16px;
}

span.dot-light {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-left: 6px;
}

span.dot-light:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: currentColor;
    border-radius: 50%;
}

.candidate-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.candidate-data {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 8px;
}

.condidate-bottom {
    padding: 17px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.candidate-list {
    margin-bottom: 50px;
    padding: 0 22px;
    display: none;
}

.data-wrapper {
    display: flex;
    align-items: center;
    font-size: 15px;
    flex-wrap: wrap;
}

.candidate-data .data-label {
    color: rgb(0 0 0 / 50%);
    font-weight: 300;
}

.data-wrapper .data-value {
    margin-left: 6px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
span.no-wrap {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    flex: 0 0 auto;
    width: auto;
    margin-right: 0px;
}

.proposal-detail.card {
    padding: 34px;
}

.proposal-detail.card > p {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 15px;
}

.candidate-wrapper {
    background: #f7f7fa;
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 30px;
    position: relative;
}

.candidate-wrapper .candidate-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 1.5rem;
}

.candidate-wrapper .candidate-bio {
    display: flex;
    align-items: center;
}

.candidate-wrapper .candidate-thumb {width: 80px;height: 80px;flex: 0 0 80px;}

.candidate-wrapper .candidate-bio-text .name {
    font-size: 21px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    margin-bottom: 9px !important;
}

.candidate-wrapper .candidate-bio-text .name .status {
    padding: 3px 15px;
    font-size: 15px;
    margin-left: 10px;
}

.candidate-wrapper .candidate-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.candidate-wrapper .candidate-info ul li:not(:first-child) {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
}

.candidate-wrapper .candidate-info ul li:not(:first-child):before {
    content: "";
    position: absolute;
    top: 8px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
}

.candidate-wrapper .candidate-head .pricing {
    font-size: 22px;
    color: var(--secondary-clr);
    font-weight: 900;
}

.candidate-desc {}

.candidate-desc > p.clr-scndry {
    font-weight: 700;
    margin-bottom: 8px;
}

.candidate-desc .video-wrapper {
    border-radius: 25px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px;
}

.candidate-desc ul.skills-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 30px;
}

.candidate-desc ul.skills-list li.skill-item {
    margin: 5px;
    padding: 10px 12px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 14px;
}

.candidate-desc ul.skills-list li.skill-item p:first-child {
    font-size: 14px;
    font-weight: 600;
}

.candidate-desc ul.skills-list li.skill-item p {
    margin: 0;
    line-height: 1.3;
    font-size: 13px;
}

.candidate-desc .see-more {
    margin: auto;
    padding: 13px 40px;
    border-radius: 60px;
    margin-bottom: 20px;
}

.past-project-wrapper > h2 {
    margin-bottom: 20px;
}

.past-project-wrapper .past-project {
    background: #f7f7fa;
    padding: 25px;
    border-radius: 30px;
}

.past-project-wrapper .past-project .past-date {
    background: #efeff5;
    padding: 14px 18px;
    border-radius: 60px;
    margin-bottom: 20px;
    display: inline-block;
    color: rgb(0 0 0 / 45%);
    font-size: 14px;
}

.past-project-wrapper .past-project .past-date span.clr-scndry {
    font-weight: 700;
}

.past-project-wrapper .past-project .past-title {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 8px;
}

.past-project-wrapper .past-project .past-desc {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 8px;
}
.past-project-wrapper .past-project:not(:last-child) {
    margin-bottom: 20px;
}
/***/
/*statement of work */

.statement-work h1 {
    text-align: center;
    color: var(--secondary-clr);
    margin-bottom: 40px;
}

body .statement-work.card {
    padding: 0;
    overflow: hidden;
}

.statement-work .desc-wrapper p {
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 15px;
}
body .statement-work .content-wrapper {
    padding: 3rem 5rem;
    max-height: 950px;
    overflow: auto;
    margin: 8px;
}
body .statement-work .content-wrapper::-webkit-scrollbar {
    width: 9px;
    border-radius: 8px;
}
body .statement-work .content-wrapper {
scrollbar-width: thin;
scrollbar-color: var(--secondary-clr) #e8e9ec;
}
body .statement-work .content-wrapper::-webkit-scrollbar-track {background: #e8e9ec;border-radius: 6px;}
body .statement-work .content-wrapper::-webkit-scrollbar-thumb {background-color: var(--secondary-clr);border-radius: 6px;border: 2px solid #e8e9ec;}

body .statement-work .cta-wrapper {
    padding: 1rem 5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 90px 90px #fff;
    margin: 0 10px;
}

body .statement-work .cta-wrapper .btn-none {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
}

.btn.btn-lg {
    padding: 14px 40px;
}
.font-medium {
    font-weight: 700;
}
/********/
/**pay deposit*/
.sidebar.payment {
    padding: 40px 30px 60px;
}

.type-label {
    font-size: 16px;
    font-weight: 700;
}

.payment-info {
    border: 1px solid rgb(0 0 0 / 14%);
    border-radius: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.payment-info .payment-thumb {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 13px;
    position: relative;
    margin-right: 10px;
}

.payment-info .payment-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.payment-info .payment-title {
    font-weight: 700;
}

.payment-method {
    border: 1px solid rgb(0 0 0 / 14%);
    border-radius: 14px;
    padding: 17px 12px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
}

.payment-method .type-label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.payment-method .payment-method-data {
    display: flex;
    align-items: center;
}

.payment-method .payment-logo img {
    width: 40px;
}

.payment-method .payment-num {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin: 0 8px;
}

.payment-method .payment-method-data .material-symbols-outlined {
    color: #00000063;
    margin: 0;
    width: 19px;
    height: 24px;
    overflow: hidden;
}

.pay-deposit.card {
    padding: 2rem 2rem;
}

.pay-deposit.card h2 {
    margin-bottom: 1.5rem;
}

.payment-options button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    border: 1px solid rgb(0 0 0 / 14%);
    border-radius: 14px;
    margin-bottom: 10px;
    padding: 18px;
}

.payment-options button .payment-price {
    font-size: 24px;
    font-weight: 700;
}

.payment-options button.active .payment-price:after {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10' stroke='%231EC785' stroke-width='2'/%3E%3Cpath d='M7 10.5L9.5 13.5L15.5 8' stroke='%231EC785' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/**********/
/*comparing**/
.analyst-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.analyst-head h4 {
    margin: 0;
}

.duration-proposal {
    text-align: left;
}

.duration-proposal span.btn.btn-light {
    display: inline-block;
    margin-left: 12px;
    font-size: 15px;
    color: rgb(0 0 0 / 50%) !important;
    cursor: default;
}

.analyst-content {
    padding: 2rem 0 0.7rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.analyst-content .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.3rem;
    font-size: 16px;
    font-weight: 600;
}

.analyst-content .list-item p {
    margin: 0;
}

.analyst-content .list-item img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.analyst-content .list-wrapper {
    padding: 0 1rem;
}

.analyst-content .col-12:not(:last-child) {
    border-right: 2px dotted #00000026;
    margin-bottom: 1.3rem;
}

.analyst-content .list-item:last-child {
    margin: 0;
}

.analyst-content .list-item .label {
    color: rgb(0 0 0 / 50%);
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}

.analyst-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0 0.5rem;
}

.analyst-footer .skills-wrapper {
    display: flex;
    align-items: center;
}
.analyst-footer .skills-wrapper span.btn {
    font-weight: 600;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 12px;
    cursor: default;
}

.analyst-footer .skills-wrapper span.btn {
    margin-right: 12px;
    margin-bottom: 12px;
}

.analyst-footer .skills-wrapper span.btn span.font-medium {
    display: inline-block;
    margin-left: 5px;
}

.analyst-footer .not-mandatory-skills {
    margin: 0 auto;
}

.analyst-footer .mandatory-skills {
    margin-right: 30px;
}

.analyst-footer .skills-wrapper span.btn.btn-outline-light {
    color: rgb(0 0 0 / 50%) !important;
    background: transparent;
    border: 1px solid rgb(0 0 0 / 10%);
}
.analyst-footer .skills-wrapper span.btn.btn-scndry {
    font-weight: 300;
}
.comparing-candidate tbody td {
    padding: 0 0 15px;
    height: 1px;
}
.comparing-candidate tbody td .td-wrapper {
    background: #fff;
    padding: 15px 20px;
    text-align: center;
    font-size: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comparing-candidate tbody td:first-child .td-wrapper {
    border-radius: 20px 0 0 20px;
}
.comparing-candidate tbody td:last-child .td-wrapper {
    border-radius: 0 20px 20px 0;
    padding: 10px 10px;
}
.comparing-option.dropdown svg {
    width: 42px;
    height: 42px;
    margin-left: 0px;
}
.comparing-candidate tbody td:not(:last-child) .td-wrapper {
    position: relative;
}

.comparing-candidate tbody td:not(:last-child) .td-wrapper:after {
    content: "";
    border-right: 2px dotted #00000026;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: auto;
    height: 80%;
}
.comparing-candidate > h4 {margin-bottom: 25px;}

.comparing-candidate table {
    width: 100%;
    min-width: 1110px;
}
/* .comparing-candidate {
    overflow: auto;
} */
.comparing-candidate table th:nth-child(1) {
    width: 13%;
}
.comparing-candidate table th:nth-child(2) {
    width: 12%;
}
.comparing-candidate table th:nth-child(3) {
    width: 10%;
}
.comparing-candidate table th:nth-child(4) {
    width: 10%;
}
.comparing-candidate table th:nth-child(5) {
    width: 10%;
}
.comparing-candidate table th:nth-child(6) {
    width: 10%;
}
.comparing-candidate table th:nth-child(7) {
    width: 20%;
    text-align: left;
    padding-left: 10px;
}
.comparing-candidate table th:nth-child(8) {
    width: 4%;
}

.comparing-candidate table th {
    text-align: center;
    color: var(--secondary-clr);
    vertical-align: middle;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-bottom: 12px;
}

.comparing-candidate table th img {
    vertical-align: initial;
}

.key-skills-wrapper {
    text-align: left;
}

.comparing-candidate tbody td .company-thumb {
    width: 100%;
    max-width: 120px;
    padding-bottom: 68%;
    margin: 0 auto;
    border-radius: 18px;
    position: relative;
    border: 1px solid rgb(0 0 0 / 16%);
    overflow: hidden;
}

.comparing-candidate tbody td .company-thumb img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: contain;
    object-position: center;
}

.key-skills-wrapper .btn-outline {
    background: transparent;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 1px 10px;
    border-radius: 10px;
    margin-bottom: 6px;
    margin-right: 3px;
    cursor: default;
    font-size: 14px;
}

.key-skills-wrapper .btn-outline.active {
    background: var(--secondary-clr);
    color: #fff;
    border-color: var(--secondary-clr);
}


.comparing-option.dropdown button.btn {
    border: none !important;
    padding: 0;
}

.candidate-info > p {
    margin: 0;
}

.candidate-info img {
    margin-bottom: 12px;
    width: 40px;
}

.comparing-candidate tbody td .td-wrapper > p {
    margin: 0;
}

.comparing-option.dropdown .dropdown-menu {
    background: var(--primary-clr);
    color: #fff;
    padding-top: 14px;
    padding-bottom: 0;
    min-width: 260px;
    border-radius: 18px;
    overflow: hidden;
}

.comparing-option.dropdown .dropdown-menu button.btn.btn-none {
    position: absolute;
    top: 8px;
    right: 10px;
    background: var(--primary-clr);
}

.comparing-option.dropdown  ul.option-list {list-style-type: none;padding: 0;margin: 0;}

.comparing-option.dropdown ul.option-list .dropdown-item {
    color: #fff;
    padding: 20px 25px;
    border-bottom: 1px solid #ffffff29;
}

.comparing-option.dropdown ul.option-list .dropdown-item:hover {background-color: var(--secondary-clr);}

.comparing-option.dropdown ul.option-list li:last-child a {
    border: none !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--secondary-clr);
}
.dropdown-item {
    font-size: 15px;
}
.dropdown-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
/*CREATE NEW JOB*/
.top-search .sort-wrapper {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #ffffff91;
}

.top-search .sort-wrapper span.label {
    margin-right: 15px;
}

.top-search .sort-wrapper .dropdown button {
    border-color: #ffffff54;
    min-width: 210px;
}
.top-search {
    display: flex;
    justify-content: space-between;
}

form.search {
    position: relative;
}
.selected-filter-wrapper form.search {
    margin: 0;
}
form.search .input-search {
    padding: 12px 40px 12px 45px;
    border: none;
    outline: none;
    border-radius: 50px;
    background: #464a5e;
    color: #fff;
    width: 100%;
    min-width: 500px;
}

form.search .input-search::placeholder {
    color: #fff;
}

.sort-compare .sort-wrapper.flex-grow-auto {
    flex: 0 0 auto !important;
    width: auto;
}

form.search button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    width: 37px;
    height: 37px;
}

form.search > svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    width: 20px;
    height: 20px;
}

.top-search > .btn-scndry {
    padding: 8px 30px;
    border-radius: 50px;
}

.top-search > .btn-scndry IMG {
    margin-right: 10px;
}

aside.sidebar.create-job > a {
    display: block;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
}

.project-filter {
    position: relative;
    padding: 0 !important;
}

.project-filter > .btn-none {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--bd-light);
    border-radius: 50%;
    padding: 6px;
}

.list-none {
    list-style: none;
    padding: 0;
    margin: 0;
}
.project-filter > ul > li:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.project-filter ul li button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: rgb(0 0 0 / 50%);
    font-weight: 700;
    font-size: 16px;
    padding: 21px 25px;
    border-radius: 0;
    text-align: left;
}

/* .project-filter ul li:last-child button {
    border: none !important;
} */

.project-filter ul {
    padding: 10px 0;
}

.project-filter ul li button.active, .project-filter ul li button:hover {
    color: #000;
}
.project-filter .collapse-wrapper {
    padding: 0px 25px 20px;
}

.project-filter .collapse-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.project-filter .collapse-wrapper ul li {
    margin-bottom: 10px;
}

.project-filter .collapse-wrapper ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-left: 10px;
    display: inline-block;
    line-height: 1.3;
}

.project-filter .collapse-wrapper ul li a:hover {
    color: var(--secondary-clr);
}

.project-filter .collapse-wrapper ul li a:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -12px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath d='M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z' fill='%23408af5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.project-filter .collapse-wrapper ul li a:hover::after {
    left: -5px;
    opacity: 1;
    visibility: visible;
}
.project-filter > ul > li > button svg {
    transition: all 0.3s;
}
.project-filter > ul > li > button[aria-expanded="true"] svg {
    transform: rotate(90deg);
}
.project-filter > ul > li > button[aria-expanded="true"] {
    color: #000;
}
.input-team-member .name-suggestion-wrapper {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 0;
    margin: 0;
    /*background: #FFFFFF;*/
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;

}
.input-team-member .name-suggestion-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #FFFFFF;
    border: 1px solid #DBE2EA;
    border-radius: 10px !important;
    overflow: hidden;
    transition: all 0.3s;

}
.input-team-member .name-suggestion-wrapper.active {
    top: calc(100% + 1px);
    opacity: 1;
    visibility: visible;

}

.input-team-member .name-suggestion-list li a {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s;
}

.input-team-member .name-suggestion-list li a img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.input-team-member .name-suggestion-list li a:hover {
    background: var(--secondary-clr);
    color: #fff;
}
.input-team-member .name-suggestion-list li.no-result {
    padding: 16px;
    text-align: left;
}
.tooltip.show{
    opacity: 1 !important;
}
.bs-tooltip-top .tooltip-arrow:before{
    border-top-color:var(--secondary-clr);
}
.bs-tooltip-bottom .tooltip-arrow:before{
    border-bottom-color:var(--secondary-clr);
}
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--secondary-clr);
}
.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--secondary-clr);
}
.tooltip-inner{
    background-color: var(--secondary-clr);
}
/***/
/*Post A job*/
aside.sidebar.card.create-job-option {
    padding-top: 20px;
    padding-bottom: 30px;
}

.create-job-option > button.btn {
    margin-bottom: 15px;
    border-radius: 20px;
    border-color: #00000029;
    text-align: left;
    padding: 16px 14px;
    color: #00000080;
    font-size: 15px;
    background: #fff;
}

.create-job-option > button.btn.active, .create-job-option > button.btn:hover {
    color: #000;
}

.create-job-option > button.btn img {
    margin-right: 12px;
}
/**/
/*Explore*/
.work-smart-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e9eef8;
    padding: 2rem 7rem 2rem 5rem;
    border-radius: 30px;
    background-image: url(../images/team-building-bg.png);
    background-repeat: repeat;
    margin-bottom: 2rem;
}
.work-smart-banner.seller-banner {
    padding: 1rem 6rem 1rem 4rem;
    background-position: 34% 8%;
}
.work-smart-banner .content {
    max-width: 68%;
    width: 100%;
}
.project-gallery .project-card{
    height: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 2rem 1rem;
    padding-bottom: 80px;
    text-align: center;
    box-shadow: 0 0 15px 1px #00000007;
    margin: 0;
    position: relative;
}

.project-gallery .col-12 {
    margin-bottom: 32px;
    padding: 0 15px;
}

.project-gallery.row {
    margin: 0 -15px;
}

.project-gallery .project-card .thumb {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 15px;
    display: inline-block;
    width: 120px;
    padding-bottom: 28%;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.project-gallery .project-card .thumb img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.project-gallery .project-card  h6 {
    font-weight: 700;
}

.project-gallery .project-card > a.btn {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: max-content;
}
/**/
/*member suggestion**/

#app-cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: 42px;
    margin: 100px auto 0 auto;
    z-index: 1;
  }

  #select-button {
    position: relative;
    height: 16px;
    padding: 12px 14px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
  }

  #options-view-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
  }

  #selected-value {
    font-size: 16px;
    line-height: 1;
    margin-right: 26px;
  }

  .option i {
    width: 16px;
    height: 16px;
  }

  .option,
  .label {
    color: #2d3667;
    font-size: 16px;
  }

  #chevrons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    padding: 9px 14px;
  }

  #chevrons i {
    display: block;
    height: 50%;
    color: #d1dede;
    font-size: 12px;
    text-align: right;
  }

  #options-view-button:checked + #select-button #chevrons i {
    color: #2d3667;
  }

  .options {
    position: absolute;
    left: 0;
    width: 250px;
  }

  #options {
    position: absolute;
    top: 42px;
    right: 0;
    left: 0;
    width: 298px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
  }

  #options-view-button:checked ~ #options {
    border: 1px solid #e2eded;
    border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
  }

  .option {
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
  }

  .option i {
    position: absolute;
    left: 14px;
    padding: 0;
    display: none;
  }

  #options-view-button:checked ~ #options .option i {
    display: block;
    padding: 12px 0;
  }

  .label {
    display: none;
    padding: 0;
    margin-left: 27px;
  }

  #options-view-button:checked ~ #options .label {
    display: block;
    padding: 12px 14px;
  }

  .s-c {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
  }

  .s-c.top {
    top: 0;
  }

  .s-c.bottom {
    bottom: 0;
  }

  input[type="radio"] {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 50%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
  }

  .s-c:hover ~ i {
    color: #fff;
    opacity: 0;
  }

  .s-c:hover {
    height: 100%;
    z-index: 1;
  }

  .s-c.bottom:hover + i {
    bottom: -25px;
    animation: moveup 0.3s ease 0.1s forwards;
  }

  .s-c.top:hover ~ i {
    top: -25px;
    animation: movedown 0.3s ease 0.1s forwards;
  }

  @keyframes moveup {
    0% {
      bottom: -25px;
      opacity: 0;
    }
    100% {
      bottom: 0;
      opacity: 1;
    }
  }

  @keyframes movedown {
    0% {
      top: -25px;
      opacity: 0;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }

  .label {
    transition: 0.3s ease all;
  }

  .opt-val {
    position: absolute;
    left: 14px;
    width: 217px;
    height: 21px;
    opacity: 0;
    background-color: #fff;
    transform: scale(0);
  }

  .option input[type="radio"]:checked ~ .opt-val {
    opacity: 1;
    transform: scale(1);
  }

  .option input[type="radio"]:checked ~ i {
    top: 0;
    bottom: auto;
    opacity: 1;
    animation: unset;
  }

  .option input[type="radio"]:checked ~ i,
  .option input[type="radio"]:checked ~ .label {
    color: #fff;
  }

  .option input[type="radio"]:checked ~ .label:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

/****/
/*seller selected proposal*/
.batch-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 5px -5px 30px;
}

.batch-wrapper .batch {
    background: #e9eef8;
    margin: 5px;
    border-radius: 22px;
    padding: 25px 15px;
    text-align: center;
}

.batch-wrapper .batch .label {
    color: rgb(0 0 0 / 50%);
    margin-bottom: 6px;
    font-size: 15px;
}

.batch-wrapper .batch .value {
    color: var(--secondary-clr);
    font-weight: 700;
    font-size: 16px;
}

.scndry-group {
    margin-bottom: 20px;
    overflow: auto;
}

.scndry-group .label {
    color: var(--secondary-clr);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
}
.proposal-detail.card p.desc {
    font-size: 16px;
    line-height: 1.5;
}
.resources-batch {
    display: flex;
    flex-wrap: wrap;
}

.resources-batch .batch {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 10px 20px;
    margin-right: 14px;
    margin-bottom: 14px;
}

.scndry-group table {
    width: calc(100% + 7px);
    min-width: 700px;
    margin: 0 -8px 20px;
}

.scndry-group table th {
    color: rgb(0 0 0 / 45%);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}

.scndry-group table th:first-child {
    width: 68%;
}

.scndry-group table .skill-title, .scndry-group table .skill-experience {
    background: #f7f7fa;
    border-radius: 12px;
    padding: 14px 21px;
    margin: 0;
    font-weight: 700;
    font-size: 15px;
}

.scndry-group table td, .scndry-group table th {
    padding: 8px;
}

.on-off-wrapper {
    position: relative;
    display: flex;
}

.on-off-wrapper .span-label {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 50px;
    height: 40px;
    width: 80px;
    position: relative;
}

.on-off-wrapper .span-label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(50% - 5px);
    height: calc(100% - 4px);
    border-radius: 50px;
    background: #000000c7;
}

.on-off-wrapper.active .span-label::after {
    background: var(--secondary-clr);
    left: auto;
    right: 2px;
}
/*************/
/**offer composer seller**/
.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.form-group textarea {
    width: 100%;
    height: 140px;
    border: none;
    background: #F4F4F4;
    border-radius: 16px;
    resize: none;
    padding: 18px;
    outline: none;
    box-shadow: none;
}

.textarea-wrapper {
    position: relative;
    background: #F4F4F4;
    border-radius: 16px;
    padding-bottom: 40px;
}

.textarea-wrapper .text-limit {
    position: absolute;
    width: max-content;
    right: 25px;
    bottom: 20px;
    font-size: 15px;
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}
.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"], .form-group input[type="number"], .form-group input[type="address"], .form-group input[type="date"], .select2.select2-container .select2-selection__rendered, .select2-container {
    width: 100%;
    height: auto;
    border: none;
    background: #F4F4F4;
    border-radius: 14px;
    resize: none;
    padding: 20px;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 1.2 !important;
    color: #212529;
}

.create-offer .select2.select2-container {
    padding: 15px;
    background: #F4F4F4;
}

.select2-container--open {
    padding: 0;
    background: none;
}

.create-offer .select2-selection:after {
    content: '\ ';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    /* background: url(../images/plus-outline.svg) !important; */
    top: 5px !important;
    right: 0px !important;
}

input#Resource {
    background-image: url("data:image/svg+xml,%3Csvg id='plus-outline' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle' width='24' height='24' rx='12' transform='translate(24 24) rotate(180)' opacity='0'/%3E%3Cpath id='Path' d='M15,7H9V1A1,1,0,0,0,7,1V7H1A1,1,0,0,0,1,9H7v6a1,1,0,0,0,2,0V9h6a1,1,0,0,0,0-2Z' transform='translate(4 4)' fill='%23408af5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: calc(100% - 28px) 50%;
}
.select2.select2-container {
    width: 100% !important;
}

input.clr-scndry::placeholder {
    color: var(--secondary-clr);
    font-weight: 700;
}

input.clr-scndry {
    color: var(--secondary-clr) !important;
    font-weight: 700;
}
.select2.select2-container span.select2-selection {
    height: auto;
    border: 0;
    background: transparent;
}

.select2.select2-container .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5.333' viewBox='0 0 8 5.333'%3E%3Cg id='Group' transform='translate(0)'%3E%3Cg id='Group-2' data-name='Group'%3E%3Cpath id='Path' d='M7.433,0c.57,0,.738.358.375.8L4.2,5.188a.354.354,0,0,1-.577-.006L.183.813C-.171.364,0,0,.574,0Z' transform='translate(0)' fill='%23408af5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 9px;
    background-size: contain;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.select2.select2-container .select2-selection__arrow b {
    display: none;
}

span.select2-container.select2-container--default:not(.select2) {
    z-index: 99;
}

span.select2-container span.select2-dropdown {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DBE2EA;
    border-radius: 10px !important;
    overflow: hidden;
}
.select2-container .select2-search--dropdown {
    padding: 8px 8px;
}
.select2-container .select2-search--dropdown input.select2-search__field {
    border: 1px solid #DBE2EA;
    border-radius: 5px;
    outline: none;
    transition: all 0.2s ease;
}
body .select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}
body .select2-container .select2-results__option {
    padding: 10px 14px;
    outline: none;
    text-transform: capitalize;
}
body .select2-container--default .select2-results__option--selected {
    background: #292e4314;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--secondary-clr);
}

.input-team-member {
    position: relative;
    margin-bottom: 20px;
}

.input-team-member .btn {
    position: absolute;
    top: 17px;
    right: 25px;
    box-shadow: none;
}

.member-added {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
}

.member-added .member {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 10px 12px;
    display: flex;
    position: relative;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
}

.member-added .member img {
    margin-right: 10px;
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
}

.member-added .member button {
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 1px 6px 0;
    width: 25px;
    height: 25px;
    border: 2px solid var(--secondary-clr);
    outline: none;
    box-shadow: none;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-added .member p {
    margin-right: 10px;
}

.member-added .member button:hover {
    background: var(--secondary-clr);
}

.member-added .member button:hover path {
    stroke: #fff;
}

.candidate-wrapper > button {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}

.candidate-wrapper > button:hover {
    background: var(--secondary-clr);
}

.candidate-wrapper > button:hover path {
    stroke: #fff;
}

.past-project-wrapper .add-project {
    background: #f7f7fa;
    padding: 20px 22px;
    border-radius: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-size: 15px;
    font-weight: 700;
}
/**********/
/*modal**/
.modal .modal-content {
    padding: 20px;
    border: none;
    border-radius: 30px;
}

.modal .modal-dialog {
    max-width: 800px;
    margin: 2rem auto;
    padding: 30px 20px;
}

.modal .modal-content button.btn-modal-cls {
    display: block;
    max-width: fit-content;
    margin-left: auto;
    box-shadow: none;
}
.modal .modal-content button.btn-modal-cls:hover circle {
    fill: var(--secondary-clr);
    stroke: var(--secondary-clr);
}

.modal .modal-content button.btn-modal-cls:hover path {
    fill: #fff;
    opacity: 1;
    fill-opacity: 1;
}
.modal .modal-content .modal-body {
    padding: 14px;
    text-align: center;
}

.modal .modal-content .member {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #00000018;
}

.modal .modal-content .member .member-info {
    display: flex;
    align-items: center;
}

.modal .modal-content .member .member-info img {
    margin-right: 10px;
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
}

.modal .modal-content .member input[type="checkbox"] {
    width: 26px;
    height: 26px;
    border: 2px solid #00000050;
    appearance: none;
    border-radius: 7px;
    background: no-repeat center;
    background-size: 12px;
}

.modal .modal-content .member input[type="checkbox"]:checked {
    border-color: var(--secondary-clr);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.91' height='9.258' viewBox='0 0 12.91 9.258'%3E%3Cpath id='Vector' d='M3.936,8.974.281,5.318A.968.968,0,0,1,1.65,3.949L4.621,6.92,11.26.281A.968.968,0,1,1,12.629,1.65L5.306,8.974a.967.967,0,0,1-1.369,0Z' fill='%23408af5'/%3E%3C/svg%3E%0A");
}
.modal .modal-dialog.modal-md {
    max-width: 600px;
}
.modal .modal-dialog.modal-md {
    max-width: 600px;
}

.modal .modal-dialog.modal-md h2 {
    padding: 12px 50px;
    margin: 20px 0;
}

.modal-offer-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    background: #f7f7fa;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
}

.modal-offer-item img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 15px;
}

.modal-offer-item p.clr-light {
    margin-bottom: 10px;
}

.modal .modal-content .modal-body > a.btn-scndry {
    max-width: fit-content;
    margin: auto;
    font-size: 16px;
    font-weight: 700;
    border-radius: 60px;
}
.modal-backdrop.show {
    background: #212841;
    opacity: 0.6;
}
/***/
.payment-data-wrapper {
    text-align: left;
    background: #f7f7fa;
    border-radius: 35px;
    padding: 30px;
    margin-bottom: 30px;
}

.payment-data-wrapper .modal-offer-item {
    padding: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*MY-CSS*/
.payment-data-wrapper .payment-info {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
}
.payment-data-wrapper .payment-detail-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    border: 1px solid;
    border-radius: 20px;
    background-color: #fff;
    border-color: #fff;
    padding: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.payment-data-wrapper .payment-info p {
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
    color: #000;
    font-weight: 700;
}
.payment-data-wrapper .payment-price {
    font-size: 22px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #626779;
}
.payment-data-wrapper .payment-info p.clr-light {
    color: #B2B4BE;
}
.payment-data-wrapper .number {
    color: #1EC785;
}
.payment-data-wrapper .payment-info p.style {
    color: #212841;
}
.payment-data-wrapper .payment-due {
    margin-top: 30px;
}
.payment-data-wrapper .payment-due p.clr-scndry {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    margin: 0;
}
.payment-data-wrapper .offer-info p.clr-light {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}
.payment-data-wrapper .offer-info
 p.mb-0 {
    font-size: 16px;
    font-weight: 700;
}
/*MY-CSS*/
/*Post-Job-Css-Start*/
.create-job-application h2.clr-scndry {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    padding-bottom: 16px;
}
.create-job-application .form-group select {
    width: 100%;
    height: auto;
    border: none;
    background: #f7f7fa;
    border-radius: 14px;
    resize: none;
    padding: 20px;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    color: #9194A0;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5.333' viewBox='0 0 8 5.333'%3E%3Cg id='Group' transform='translate(0)'%3E%3Cg id='Group-2' data-name='Group'%3E%3Cpath id='Path' d='M7.433,0c.57,0,.738.358.375.8L4.2,5.188a.354.354,0,0,1-.577-.006L.183.813C-.171.364,0,0,.574,0Z' transform='translate(0)' fill='%23408af5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 30px) 50%;
}
select::-ms-expand {
    display: none;
}
.create-job-application .resources-suggestion {
    margin-top: 24px;
}
.create-job-application.card {
    padding: 30px 25px 60px;
}
.create-job-application .resources-suggestion button.btn {
    border: 1px solid #D1D4D7;
    border-radius: 12px;
    color: #232A43;
    margin: 0 10px 10px 0;
    transition: all 0.1s ease;
}
.create-job-application .resources-suggestion button:hover {
    color: #fff;
    border-color: var(--secondary-clr);
}

.create-job-application .resources-suggestion button:hover path {
    stroke: #fff;
}
.create-job-application .resources-suggestion button.btn span.remove {
    padding-left: 10px;
}
.create-job-application .form-group p.form-group-desc {
    font-size: 16px;
    color: #93959D;
}
.create-job-application .form-group select#vacancies, .create-job-application .form-group select#vacancies + .select2 .select2-selection__rendered {
    color: #408AF5;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
}
.create-job-application .form-group .remote-work span.clr-scndry {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    color: #408AF5;
    margin-right: 10px;
}
.create-job-application .form-group table {
    width: 100%;
    min-width: 580px;
}
.create-job-application .style-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.create-job-application .style-table .mandatory {
    margin-right: 96px;
}
.create-job-application .style-table h4 {
    font-size: 14px;
    font-weight: 700;
    color: #9699A5;
}
.create-job-application .style-table span {
     font-size: 14px;
    font-weight: 700;
    color: #9699A5;
    text-transform: uppercase;
}
.create-job-application .form-group table p.skill-title {
    border: 1px solid #D6D7DC;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    padding: 22px;
    font-weight: 700;
    color: #408AF5;
    font-family: 'Mulish', sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}
.create-job-application .form-group table p.skill-experience {
   border: 1px solid #D6D7DC;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    padding: 22px;
    font-weight: 700;
    color: #408AF5;
    font-family: 'Mulish', sans-serif;
}
.create-job-application .form-group table button.remove {
    border: 1px solid #D6D7DC;
    border-radius: 16px;
    height: 60px;
}
.create-job-application .form-group table button.remove svg {
    width: 16px;
    height: 14px;
}
.create-job-application .form-group table button.btn-scndry svg {
    width: 16px;
    height: 14px;
}
.create-job-application .form-group table  button.btn-scndry {
   border-radius: 16px;
   height: 60px;
   padding: 10px 24px;
   margin-left: auto;
}
.create-job-application .form-group .input-icon {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: 1px solid #f7f7fa;
    background: #F4F4F4;
    border-radius: 10px;
    padding: 0 18px;
}
.create-job-application .form-group .input-rate-wrapper span.text-divider {
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #408AF5;
}
.create-job-application .form-group .input-icon input#location {
    border: none;
    background: none;
}
.create-job-application .form-group .input-rate-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.create-job-application .form-group .input-rate-wrapper input {
    width: 45% !important;
    text-align: center;
}
.create-job-application .form-group .dating {
    margin: 16px 0 16px;
}
.create-job-application .form-group .dating span.clr-scndry {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
}
.create-job-application .form-group .select-three-wrapper {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    overflow: hidden;
}
.create-job-application .form-group .select-three-wrapper select, .create-job-application .form-group .select-three-wrapper .select2 {
    margin: 0 15PX;
}
.create-job-application .chechbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.create-job-application .chechbox .on-off-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    color: #408AF5;
}
.create-job-application .chechbox .on-off-label span.label {
    padding-right: 12px;
}
.create-job-application .form-group-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
}
.create-job-application .form-group-btn button.btn-lg {
    margin: 0 14px;
    border-radius: 50px;
}
.create-job-application .form-group table th:first-child {
    width: 55%;
}
.create-job-application .form-group table th {
    color: #00000060;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 16px;
    white-space: nowrap;
}
.create-job-application .form-group-btn button.btn-scndry {
    padding: 14px 60px;
}
.create-job-application .form-group table .check-style {
    text-align: center;
}
.create-job-application .form-group table .num-style, .create-job-application .form-group table .check-style, .create-job-application .form-group table th:last-child, .create-job-application .form-group table td:last-child {
    padding-left: 20px;
}
.create-job-application .form-group table td.num-style select#experience, .create-job-application .form-group table td.num-style .select2 {
    margin-bottom: 14px;
}
.create-job-application .form-group table input#key-skills {
    margin-bottom: 14px;
}
.create-job-application .form-group .location label {
    margin: 0;
}
.create-job-application .form-group .working-style {
    margin-bottom: 10px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.on-off-wrapper {
    position: relative;
    display: inline-block;
}
.on-off-wrapper input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}
.on-off-wrapper .span-label {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 50px;
    height: 40px;
    width: 80px;
    position: relative;
}

.on-off-wrapper .span-label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(50% - 5px);
    height: calc(100% - 4px);
    border-radius: 50px;
    background: #000000c7;
}
.on-off-wrapper.active .span-label::after {
    background: var(--secondary-clr);
    left: auto;
    right: 2px;
}
.on-off-wrapper input[type="checkbox"]:checked + .span-label:after {
    left: auto;
    right: 2px;
    background-color: var(--secondary-clr);
}
.create-job-application .form-group table td:last-child {
    vertical-align: text-top;
}

.create-job-application .form-group table button.remove:hover {
    background: var(--secondary-clr);
    border-color: var(--secondary-clr);
}

.create-job-application .form-group table button.remove:hover path {
    stroke: #fff;
}
/*Post-Job-Css-End*/
.search-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 30px 0;
    background: rgb(33 40 65 / 70%);
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.search-fixed form.search {
    max-width: 100%;
    margin: 20px auto 0;
    width: 100%;
}
.search-fixed-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 4% auto 0;
    width: 100%;
    max-width: 600px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    padding: 20px;
    border: none;
    border-radius: 30px;
}
.search-fixed form.search input.input-search {
    padding: 18px 60px 18px 60px;
    box-shadow: 0 0 8px 8px #ffffff30;
    background: #f5f5f8;
    color: #000;
}
.search-fixed-inner button.btn.btn-none {
    display: block;
    max-width: fit-content;
    margin-left: auto;
    box-shadow: none;
}
.search-fixed form.search button {
    right: 9px;
}

.search-fixed form.search svg {
    left: 18px;
}

.search-fixed form.search input.input-search::placeholder {
    color: #000;
}

.search-fixed form.search > svg * {
    stroke: #000;
}
.search-fixed > button.btn.btn-none {
    position: absolute;
    top: 120px;
    right: 15%;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
}
body.search-active .search-fixed {
    opacity: 1;
    visibility: visible;
}
/*chat page*/
.flex-stack {
    justify-content: space-between;
    align-items: center;
}

.chat-wrapper > .card {
    padding: 0;
    overflow: hidden;
}

.chat-wrapper > .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 1.5rem 2.25rem;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: 1px solid #f4f4f4;
}

.chat-wrapper > .card .card-header .card-title {
    margin: 0;
}

.me-n3 {
    margin-right: -0.75rem !important;
}


.chat-wrapper .card-body {
    padding: 2rem 2.25rem;
    flex: 1 1 auto;
}

.scroll-y {
    overflow-y: scroll;
    position: relative;
}
.pe-5 {
    padding-right: 1.25rem !important;
}
.me-n5 {
    margin-right: -1.25rem !important;
}
.chat-wrapper .h-300px {
    height: 380px !important;
}
@media(min-width:992px){
    .h-lg-auto {
    height: auto !important;
}
}
.mb-10 {
    margin-bottom: 2.5rem !important;
}
.symbol.symbol-circle, .symbol.symbol-circle > img, .symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}
.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}
.symbol.symbol-35px > img {
    width: 35px;
    height: 35px;
}
.text-hover-primary {
    transition: color 0.2s ease;
}

.chat-wrapper .card-body a.fs-5 {
    font-size: 16px !important;
    text-decoration: none;
}

.chat-wrapper .card-body .ms-3 {
    margin-left: 12px !important;
}

.chat-wrapper .card-body .p-5 {
    padding: 15px !important;
}

.chat-wrapper .card-body .bg-light-info {
    background: rgb(30 199 133 / 10%);
    font-size: 13px;
}

.chat-wrapper .card-body .fs-7 {
    font-size: 12px;
}
@media(
    min-width: 992px){
.mw-lg-400px {
    max-width: 400px !important;
}
}

.chat-wrapper .card-body  .bg-light-primary {
    background: rgb(64 138 245 / 10%);
}
.chat-wrapper {
    --bs-text-muted: #A1A5B7;
    --bs-gray-100: #F9F9F9;
    --bs-gray-100-rgb: 249, 249, 249;
    --bs-gray-200: #F4F4F4;
    --bs-gray-200-rgb: 244, 244, 244;
    --bs-gray-300: #E1E3EA;
    --bs-gray-300-rgb: 225, 227, 234;
    --bs-gray-400: #B5B5C3;
    --bs-gray-400-rgb: 181, 181, 195;
    --bs-gray-500: #A1A5B7;
    --bs-gray-500-rgb: 161, 165, 183;
    --bs-gray-600: #7E8299;
    --bs-gray-600-rgb: 126, 130, 153;
    --bs-gray-700: #5E6278;
    --bs-gray-700-rgb: 94, 98, 120;
    --bs-gray-800: #3F4254;
    --bs-gray-800-rgb: 63, 66, 84;
    --bs-gray-900: #181C32;
    --bs-gray-900-rgb: 24, 28, 50;
    --bs-light: #F9F9F9;
    --bs-primary: #009ef7;
    --bs-secondary: #E1E3EA;
    --bs-success: #50cd89;
    --bs-info: #7239ea;
    --bs-warning: #ffc700;
    --bs-danger: #f1416c;
    --bs-dark: #181C32;
    --bs-primary-active: #0095e8;
    --bs-secondary-active: #B5B5C3;
    --bs-light-active: #F4F4F4;
    --bs-success-active: #47be7d;
    --bs-info-active: #5014d0;
    --bs-warning-active: #f1bc00;
    --bs-danger-active: #d9214e;
    --bs-dark-active: #131628;
    --bs-primary-light: #f1faff;
    --bs-secondary-light: #F9F9F9;
    --bs-success-light: #e8fff3;
    --bs-info-light: #f8f5ff;
    --bs-warning-light: #fff8dd;
    --bs-danger-light: #fff5f8;
    --bs-dark-light: #F4F4F4;
    --bs-primary-inverse: #ffffff;
    --bs-secondary-inverse: #3F4254;
    --bs-light-inverse: #7E8299;
    --bs-success-inverse: #ffffff;
    --bs-info-inverse: #ffffff;
    --bs-warning-inverse: #ffffff;
    --bs-danger-inverse: #ffffff;
    --bs-dark-inverse: #ffffff;
    --bs-light-rgb: 249, 249, 249;
    --bs-primary-rgb: 0, 158, 247;
    --bs-secondary-rgb: 225, 227, 234;
    --bs-success-rgb: 80, 205, 137;
    --bs-info-rgb: 114, 57, 234;
    --bs-warning-rgb: 255, 199, 0;
    --bs-danger-rgb: 241, 65, 108;
    --bs-dark-rgb: 24, 28, 50;
    --bs-text-white: #ffffff;
    --bs-text-primary: #009ef7;
    --bs-text-secondary: #E1E3EA;
    --bs-text-light: #F9F9F9;
    --bs-text-success: #50cd89;
    --bs-text-info: #7239ea;
    --bs-text-warning: #ffc700;
    --bs-text-danger: #f1416c;
    --bs-text-dark: #181C32;
    --bs-text-muted: #A1A5B7;
    --bs-text-gray-100: #F9F9F9;
    --bs-text-gray-200: #F4F4F4;
    --bs-text-gray-300: #E1E3EA;
    --bs-text-gray-400: #B5B5C3;
    --bs-text-gray-500: #A1A5B7;
    --bs-text-gray-600: #7E8299;
    --bs-text-gray-700: #5E6278;
    --bs-text-gray-800: #3F4254;
    --bs-text-gray-900: #181C32;
    --bs-border-color: #F4F4F4;
    --bs-border-dashed-color: #E1E3EA;
    --bs-component-active-color: #ffffff;
    --bs-component-active-bg: #009ef7;
    --bs-component-hover-color: #009ef7;
    --bs-component-hover-bg: #F9F9F9;
    --bs-component-checked-color: #ffffff;
    --bs-component-checked-bg: #009ef7;
    --bs-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
    --bs-input-bg: var(
    --bs-body-bg);
    --bs-input-color: var(
    --bs-gray-700);
    --bs-input-solid-color: var(
    --bs-gray-700);
    --bs-input-solid-bg: var(
    --bs-gray-100);
    --bs-input-solid-bg-focus: var(
    --bs-gray-200);
    --bs-input-solid-placeholder-color: var(
    --bs-gray-500);
    --bs-tooltip-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    --bs-table-striped-bg: rgba(var(
    --bs-gray-100-rgb), 0.75);
    --bs-table-loading-message-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --bs-dropdown-bg: var(
    --bs-body-bg);
    --bs-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --bs-code-bg: #F1F3F8;
    --bs-code-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
    --bs-code-color: #b93993;
    --bs-symbol-label-color: var(
    --bs-gray-800);
    --bs-symbol-label-bg: var(
    --bs-gray-100);
    --bs-symbol-border-color: rgba(var(
    --bs-body-bg), 0.5);
    --bs-bullet-bg-color: var(
    --bs-gray-400);
    --bs-scrolltop-opacity: 0;
    --bs-scrolltop-opacity-on: 0.3;
    --bs-scrolltop-opacity-hover: 1;
    --bs-scrolltop-box-shadow: var(
    --bs-box-shadow);
    --bs-scrolltop-bg-color: var(
    --bs-primary);
    --bs-scrolltop-bg-color-hover: var(
    --bs-primary);
    --bs-scrolltop-icon-color: var(
    --bs-primary-inverse);
    --bs-scrolltop-icon-color-hover: var(
    --bs-primary-inverse);
    --bs-drawer-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.05);
    --bs-drawer-bg-color: #ffffff;
    --bs-drawer-overlay-bg-color: rgba(0, 0, 0, 0.2);
    --bs-menu-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --bs-menu-dropdown-bg-color: var(
    --bs-body-bg);
    --bs-menu-heading-color: #A1A5B7;
    --bs-menu-link-color-hover: #009ef7;
    --bs-menu-link-color-show: #009ef7;
    --bs-menu-link-color-here: #009ef7;
    --bs-menu-link-color-active: #009ef7;
    --bs-menu-link-bg-color-hover: #F9F9F9;
    --bs-menu-link-bg-color-show: #F9F9F9;
    --bs-menu-link-bg-color-here: #F9F9F9;
    --bs-menu-link-bg-color-active: #F9F9F9;
    --bs-scrollbar-color: rgb(64 138 245 / 18%);
    --bs-scrollbar-hover-color: #efefef;
    --bs-scrollbar-size: 5px;
    --bs-scrollbar-overlay-size: 19px;
    --bs-scrollbar-overlay-space: 7px;
    --bs-overlay-bg: rgba(0, 0, 0, 0.05);
    --bs-blockui-overlay-bg: rgba(0, 0, 0, 0.05);
    --bs-rating-color-default: #B5B5C3;
    --bs-rating-color-active: #FFAD0F;
    --bs-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(24, 28, 50, 0.1);
    --bs-ribbon-label-bg: #009ef7;
    --bs-ribbon-label-border-color: #005d91;
    --bs-ribbon-clip-bg: #181C32;
    --bs-engage-btn-bg: #ffffff;
    --bs-engage-btn-box-shadow: 0px 0px 22px #E0E0E0;
    --bs-engage-btn-border-color: #E8E8E8;
    --bs-engage-btn-color: #3F4254;
    --bs-engage-btn-icon-color: #7E8299;
    --bs-engage-btn-color-active: #3F4254;
}

@media (min-width: 992px) {
.chat-wrapper .scroll-y, .chat-wrapper .card-footer textarea {
    scrollbar-width: thin;
    scrollbar-color: var(--bs-scrollbar-hover-color) transparent;
  }
  .chat-wrapper .scroll-y::-webkit-scrollbar, .chat-wrapper .card-footer textarea::-webkit-scrollbar {
    width: var(--bs-scrollbar-size);
    height: var(--bs-scrollbar-size);
  }
  .chat-wrapper .scroll-y::-webkit-scrollbar-track, .chat-wrapper .card-footer textarea::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .chat-wrapper .scroll-y::-webkit-scrollbar-thumb, .chat-wrapper .card-footer textarea::-webkit-scrollbar-thumb {
    border-radius: var(--bs-scrollbar-size);
  }
  .chat-wrapper .scroll-y::-webkit-scrollbar-thumb, .chat-wrapper .card-footer textarea::-webkit-scrollbar-thumb {
    background-color: var(--bs-scrollbar-hover-color);
  }
  .chat-wrapper .scroll-y::-webkit-scrollbar-corner, .chat-wrapper .card-footer textarea::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  .chat-wrapper .scroll-y:hover,.chat-wrapper .card-footer textarea:hover {
    scrollbar-color: var(--bs-scrollbar-color) transparent;
  }
  .chat-wrapper .scroll-y:hover::-webkit-scrollbar-thumb, .chat-wrapper .card-footer textarea:hover::-webkit-scrollbar-thumb {
    background-color: var(--bs-scrollbar-color) ;
  }
  .chat-wrapper .scroll-y:hover::-webkit-scrollbar-corner, .chat-wrapper .card-footer textarea:hover::-webkit-scrollbar-corner {
    background-color: transparent;
  }
}
.scroll {
  overflow: scroll;
  position: relative;
}
@media (max-width: 991.98px) {
  .scroll {
    overflow: auto;
  }
}

.scroll-x {
  overflow-x: scroll;
  position: relative;
}
@media (max-width: 991.98px) {
  .scroll-x {
    overflow-x: auto;
  }
}

.scroll-y {
  overflow-y: scroll;
  position: relative;
}
@media (max-width: 991.98px) {
  .scroll-y {
    overflow-y: auto;
  }
}

.chat-wrapper .card-footer {
    padding: 2rem 2.25rem;
    background-color: transparent;
    border-top: 1px solid #f4f4f4;
}

.chat-wrapper .card-footer textarea {
	border: 0;
	background-color: transparent;
	outline: none !important;
	box-shadow: none;
	border-radius: 0;
	font-size: 14px;
	color: #000;
	resize: none;
	margin: 0 !important;
	min-height: 40px;
	margin-right: 15px !important;
}

.chat-wrapper .card-footer textarea::placeholder {
    color: #000;
    display: block !important;
    font-size: 14px;
}

.chat-wrapper .card-footer button.btn-primary {
    background: var(--secondary-clr) !important;
    font-size: 14px;
    font-weight: 600;
    transform: none !important;
    transition: all 0.3s;
}

.chat-wrapper .card-footer button.btn-primary:hover {
    background: var(--primary-clr) !important;
}
ul.chat-member-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

ul.chat-member-list li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

ul.chat-member-list li {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
}
ul.chat-member-list li:hover, ul.chat-member-list li.active {
    border-color: var(--secondary-clr);
    z-index: 2;
}
ul.chat-member-list li:not(:first-child) {
    margin-left: -5px;
}
/*end chat page*/
@media(max-width:1199px){
    .analyst-footer {
        flex-wrap: wrap;
    }

    .analyst-footer .not-mandatory-skills {
        margin-right: auto;
        margin-left: 0;
        margin-top: 30px;
    }
    .analyst-footer .skills-wrapper {
        flex-wrap: wrap;
    }
    header .header-wrapper .nav-menu ul a {
        font-size: 16px;
    }
    header .header-wrapper .nav-menu .menu-wrappper {
        position: fixed;
        top: 0;
        padding-top: 90px !important;
        left: 0;
        height: 102%;
        width: 350px;
        display: block;
        z-index: 99;
        background: var(--primary-clr);
        padding: 30px 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        display: flex;
    }
    header .header-wrapper .nav-menu .menu-wrappper .menu-cta-wrapper {
        width: 100%;
        overflow: auto;
        padding: 0 3.5%;
    }
    header .header-wrapper .nav-menu ul{
        display: block;
        padding: 0;
        /* max-height: 100%;
        overflow: auto; */
    }
    header .header-wrapper .logo-wrapper {
        z-index: 999;
        position: relative;
    }

    header .header-wrapper .nav-menu ul li {
        margin: 0px 0 25px;
    }
    body.menubar-show {
    overflow: hidden;
}

.nav-mobile-toggle {
    position: relative;
    z-index: 1000;
}
    .menubar-show .header-wrapper .nav-menu .menu-wrappper {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    header .header-wrapper .nav-menu .nav-mobile-toggle {
        display: block !important;
    }
    /* .menu-cta-wrapper {
        max-height: 100%;
        overflow: auto;
    } */
    .menu-cta-wrapper > ul > li ul.sub-menu {
        position: relative;
        top: auto;
        opacity: 1;
        visibility: visible;
        background: transparent;
        color: #fff;
        display: none;
        width: 100%;
        max-width: 100%;
        transition: unset;
        box-shadow: none;
    }
    .menu-cta-wrapper > ul > li:hover > a {
        background: transparent;
    }
    .menu-cta-wrapper > ul > li ul.sub-menu a {
        color: #fff;
    }
    header .header-wrapper .menu-cta-wrapper > ul > li .sub-toggle {
        position: absolute;
        top: 10px;
        right: 0;
        width: 60px;
        height: 40px;
    }
    header .header-wrapper .menu-cta-wrapper > ul > li .sub-toggle:after {
        content: "";
        position: absolute;
        top: 9px;
        right: 9px;
        width: 22px;
        height: 22px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z' fill='%23fff'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: all 0.3s;
    }
    header .header-wrapper .menu-cta-wrapper > ul > li .sub-toggle.active:after {transform: rotate(180deg);}

.mobile-user-slide ul.user-profile-menu {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible;
    background: transparent;
    color: #fff;
    width: 100%;
    max-width: 100%;
    transition: unset;
    box-shadow: none;
}
header .nav-menu .mobile-user-slide ul.user-profile-menu {
    display: none;
}
.mobile-user-slide ul.user-profile-menu a {
    padding: 10px 20px !important;
    border-radius: 10px !important;
}

.mobile-user-slide ul.user-profile-menu a path {
    fill: #fff;
}

.mobile-user-slide ul.user-profile-menu a svg {
    margin-right: 8px;
}

.mobile-user-slide ul.user-profile-menu li:nth-child(2) a path {
    stroke: #fff;
    fill: none;
}
}
@media(max-width:991px){
    aside.sidebar{
        margin: 0 0 3rem!important;
    }
    .analyst-head {
        flex-wrap: wrap;
    }

    .analyst-head h4 {
        text-align: left;
        margin-bottom: 14px;
    }

    .duration-proposal span.btn.btn-light:first-child {
        margin: 0;
    }

    .analyst-content .col-12:not(:last-child) .list-wrapper {
        border-bottom: 2px dotted #00000026;
        padding-bottom: 1.3rem;
    }

    .analyst-content .col-12:not(:last-child) {
        border-right: 0;
    }

    .analyst-content {
        padding: 2rem 0;
    }

    .analyst-content .list-wrapper {
        padding: 0;
    }
        .top-search {
    flex-wrap: wrap;
}

.top-search form.search {
    margin-bottom: 15px;
}
.selected-filter-wrapper form.search {
    margin: 0;
}

.sort-compare {
    flex-wrap: wrap;
}

.sort-compare .sort-wrapper.justify-content-end {
    justify-content: flex-start !important;
    width: 100%;
}

.sort-compare h4 {
    margin-bottom: 14px;
}
    .project-data {
    padding: 12px 14px;
}
    body .statement-work .content-wrapper {
    padding: 2rem 1rem;
}
    .selected-filter-wrapper .top-filter-wrapper .selected-filters {
    flex-wrap: wrap;
        row-gap:15px;
}
    .create-job-application .form-group table p.skill-title{
        max-width:100%;
    }
    .project-card .project-info-wrapper {
    flex-wrap: wrap;
    row-gap: 10px;
}
}
@media(max-width:767px){

    .nav-mobile-toggle .header-search {
        display: block;
    }
    .project-card .project-detail-info {
    flex-wrap: wrap;
    row-gap: 10px;
}
    header.header {
        padding: 16px 0;
    }
    .menubar-show .header-wrapper .nav-menu .menu-wrappper button:first-child {
        margin: 0;
    }
    .new-job-wrapper {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .new-job-wrapper .new-job-info {
        margin-bottom: 10px;
    }

    .project-card .project-detail {
        flex-wrap: wrap;
    }

    .project-card .project-detail-info {
        margin-bottom: 14px;
    }

    .project-card .project-card-head {
        margin-bottom: 15px;
    }

    .project-detail-head .project-title {
        font-size: 22px;
    }

    .project-card .status {
        margin-left: 10px;
    }
    .duration-proposal span.btn.btn-light {
        margin-left: 0 !important;
        margin-bottom: 14px !important;
    }
    .top-search form.search .input-search {
    min-width: 1px;
}
    .top-search {
    flex-wrap: wrap;
}
    .top-search form.search {
    width: 100%;
    margin-bottom: 15px;
}

.sort-compare .sort-wrapper {
    justify-content: flex-start !important;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.work-smart-banner {
    padding: 30px !important;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.work-smart-banner .thumb {
    max-width: 80%;
    margin: 0 auto 1rem;
}

.work-smart-banner .content {
    max-width: 100%;
}
    .seller-gallery h2 {
    font-size: 20px;
    margin-right: 10px;
}

.seller-gallery > .d-flex {
    flex-wrap: wrap;
    align-items: flex-start !important;
    margin-bottom: 40px !important;
    row-gap: 20px;
}

.project-card .project-info-wrapper {
    flex-wrap: wrap;
}

.project-card .project-info-wrapper .project-thumb {
    margin-bottom: 10px;
}
    .selected-filter-wrapper .top-filter-wrapper {
    flex-wrap: wrap;
}

.selected-filter-wrapper .top-filter-wrapper .selected-filters {
    margin-top: 14px;
}


.proposal-detail.card {
    padding: 30px 20px;
}

.candidate-wrapper {
    padding: 15px;
}

.candidate-wrapper .candidate-head {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.candidate-wrapper .candidate-head .candidate-bio {flex-direction: column;margin-bottom: 12px;align-items: flex-start;}

.candidate-wrapper .candidate-thumb {
    margin-bottom: 12px;
}

.candidate-wrapper .candidate-info ul {
    flex-wrap: wrap;
}

.candidate-wrapper .candidate-info ul li {
    margin-bottom: 4px;
    margin-right: 4px;
}

form.create-offer .btn-cta-wrapper button {
    max-width: 70%;
    width: 100%;
}
    .sidebar.payment {
    padding: 30px 20px 50px;
}

.pay-deposit.card {padding: 30px 20px;}

h2 {
    font-size: 20px;
}

.payment-options button .payment-price {
    font-size: 20px;
}

.btn.btn-lg {
    padding: 12px 35px;
}
    .candidate-list {
    padding: 0;
}

span.no-wrap {
    max-width: 150px;
}
    body .statement-work .content-wrapper {
    padding: 2rem 1rem;
}
    body .statement-work .cta-wrapper {
    padding: 1rem 1rem 2.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

body .statement-work .cta-wrapper button:not(:last-child) {
    margin-bottom: 25px;
}
    body .statement-work .cta-wrapper .btn {
    margin: auto;
}
    .selected-filter-wrapper.selected-common button:first-child {
    margin-left: 15px;
}

.selected-filter-wrapper.selected-common .top-filter-wrapper {
    margin-left: -15px;
}
    .selected-filter-wrapper {
    padding: 20px 0;
}
    .sidebar .sidebar-bio .sidebar-thumb-wrapper {
    padding-bottom: 140px;
}
    .batch-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
    .create-job-application h2.clr-scndry {
    font-size: 28px;
}

.create-job-application .form-group-btn {
    margin-top: 50px;
}

.create-job-application .chechbox {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}
    .create-job-application .form-group .select-three-wrapper {
    flex-wrap: wrap;
    row-gap: 10px;
}
    .search-fixed form.search input.input-search {
    min-width: 1px;
}
    .modal .modal-content .modal-body {
    padding: 0 0 20px;
}

.modal .modal-dialog.modal-md h2 {
    padding: 10px;
    font-size: 20px;
}

.payment-data-wrapper {
    padding: 25px 18px;
}


.chat-wrapper > .card .card-header {
    padding: 1.5rem 1.25rem;
}
.chat-wrapper .card-body, .chat-wrapper .card-footer {
    padding: 2rem 1.25rem;
}
}
@media(max-width:320px){
    .modal-offer-item{
        flex-wrap:wrap;
        row-gap:15px;
    }
}
.notify-wrapper {
    position: relative;
    display: inline-block;
}

.notification-wrapper {
    position: absolute;
    top: 42px;
    right: -20px;
    background: #fff;
    width: auto;
    min-width: 400px;
    border-radius: 15px;
    box-shadow: 0 0 10px 2px #292e4347;
    overflow: hidden;
    display: none;
}

.notification-wrapper .notify-head {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    border-bottom: 1px solid #00000038;
}

.notification-wrapper .notify-head h6 {
    margin: 0;
}

.notification-wrapper .notify-main {
    max-height: 58vh;
    overflow: auto;
}

.notification-wrapper .notify-item > a {
    display: flex;
    text-decoration: none;
    color: #000;
    align-items: flex-start;
}

.notification-wrapper .notify-thumb {
    width: 40px;
    flex: 0 0 40px;
    margin-right: 12px;
    position: relative;
}

.notification-wrapper .notify-thumb img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

.notification-wrapper .notify-content .title {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
}

.notification-wrapper .notify-content .desc {
    font-size: 10px;
    color: #000;
    opacity: 0.5;
    margin-bottom: 10px;
}

.notification-wrapper .notify-content .meta {
    font-size: 14px;
    color: #000;
    opacity: 0.4;
    margin-bottom: 6px;
}

.notification-wrapper .notify-main .notify-item {padding: 20px 22px 0;}
.notify-item.active .notify-thumb:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e13535;
}
.notification-wrapper .notify-main .notify-item:not(:last-child) > a {
    border-bottom: 1px solid #00000020;
    padding-bottom: 16px;
}

.notification-wrapper .notify-main .notify-item:last-child {
    padding-bottom: 20px;
}

.notification-wrapper .notify-main .notify-item:hover {
    background: #f5f5f8;
}

.menu-wrappper .header-cta-wrapper {
    border-top: 1px solid #ffffff78;
    padding-top: 30px;
    margin-top: 30px;
    margin-left: 18px;
    margin-right: 18px;
}

.menu-wrappper .header-cta-wrapper button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px!important;
    color: #fff;
    font-size: 18px !important;
    border-radius: 0 !important;
    border: none !important;
}

.menu-wrappper .header-cta-wrapper button span.user-img {
    border: 2px solid #5c6070;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.menu-wrappper .header-cta-wrapper button svg {
    margin-right: 14px;
}

.menu-wrappper .header-cta-wrapper button.notify-icon.notify-active:after {
    right: 15px;
}

.create-offer span.select2-selection__arrow {
    /* background: url(../images/plus-outline.svg) !important; */
    top: 30px !important;
    right: 15px !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9093A1 !important;
    padding-left: 15px !important;
}

.invalid-feedback{
    font-weight:500;
}