* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

:root {
    --black: #2f2f31;
    --green: #37c047;
    --grey: #989898;
    --red: #ff0000;
}

a {
    color: var(--green);
}

a:hover {
    color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    min-height: 100vh;
}
img {
    max-width: 100%;
    width: 100%;
}

.color-black {
    color: var(--black) !important;
}
.color-grey {
    color: var(--grey) !important;
}
.color-green {
    color: var(--green) !important;
}
.color-BEBEBE {
    color: #bebebe !important;
}
.color-red {
    color: var(--red) !important;
}

:focus,
:focus-visible {
    outline: none;
}

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

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

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset; /*your box-shadow*/
    -webkit-text-fill-color: #333;
}

/* Completely remove autofill styling */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff !important;
    box-shadow: none;
    color: inherit;
}

/* Login-Page */
.container-mw-90 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.centering-items-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-12 {
    font-size: 12px;
}

.fa-14 {
    font-size: 14px;
}
.autocomplete-suggestion,
.fa-16 {
    font-size: 16px;
}

.fa-20 {
    font-size: 20px;
}

.fa-34 {
    font-size: 34px;
}

.mb-12 {
    margin-bottom: 12px;
}

.lh-147 {
    line-height: 147%;
}

.lh-188 {
    line-height: 188%;
}

.login-via-gfe {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 47px 0;
}

.items-login {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 550px;
}

.main-sign-up-area {
    margin: auto 0;
}

.items-login-gfe a {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #bebebe;
    font-size: 18px;
    letter-spacing: -0.3px;
    color: var(--black);
    padding: 11.5px 72px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.items-login-gfe a:hover {
    background: rgb(47 47 49/20%);
}

.logo-main img {
    max-width: 118px;
    width: 100%;
    height: auto;
}

.items-login-gfe a > span {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 28px;
}

.items-login-gfe a > span img {
    width: 100%;
    object-fit: scale-down;
    height: auto;
}

.fa-14 {
    font-size: 14px;
}

.lh-186 {
    line-height: 186%;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-38 {
    margin-top: 38px;
}

.ls-03 {
    letter-spacing: -0.3px;
}

.fa-18 {
    font-size: 18px;
}

.input-item label {
    margin-bottom: 10px;
}

.input-item input {
    width: 100%;
    height: 54px;
    border: 1px solid #bebebe;
    background: #fff;
    border-radius: 5px;
    padding: 10px 50px 10px 22px;
    font-size: 16px;
}

.password-input {
    position: relative;
}

.password-input .image-eye {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 16px;
    width: 100%;
    cursor: pointer;
    background: transparent;
    border: none;
}

.input-item {
    margin-bottom: 18px;
}

.submit-btn button {
    min-height: 54px;
    background: transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #bebebe;
    background: var(--black);
    transition: 0.3s ease-in-out;
}

.submit-btn button:disabled {
    color: #bebebe;
    background: transparent;
}
.btn-icon-inside-input,
.caution {
    position: absolute;
    top: 50%;
    right: 22px;
    background: transparent;
    border: none;
    width: 100%;
    max-width: 24px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.incorrect-text {
    display: none;
}

.incorrect .incorrect-text {
    display: block;
}

.incorrect.input-item input {
    border-color: var(--red);
}

.incorrect .caution {
    visibility: visible;
    opacity: 1;
}

.list-of-requirements {
    margin: 20px 0;
    display: none;
}

.list-of-requirements li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #37c047;
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
}

.list-of-requirements li.fulfilled {
    filter: none;
    text-decoration: line-through;
}

.list-of-requirements li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/icons/check-icon.png);
    width: 18px;
    height: 18px;
    background-size: contain;
}

/* Account Setup */
.username-input.incorrect input {
    border-color: var(--red);
}
.username-input.correct input {
    border-color: var(--green);
}

.username-input.correct .check-icon {
    opacity: 1;
    visibility: visible;
}
/* Account Setup */

/* OTP */
.mw-54 {
    max-width: 54px;
}
.gap-28 {
    gap: 28px;
}

.otp-inputs.correct input.input-single-otp {
    border-color: var(--green);
}

.incorrect .validation-text {
    display: block !important;
}
.icon-added {
    padding-left: 35px;
    position: relative;
}

.icon-added:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/icons/tick.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
}

/* OTP */

/* Sign-in */
.my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
}
/* Sign-in */
/* Login-Page */

/* Steps Forms */
.step {
    display: none;
}
.py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
}
.container-1500 {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.fa-30 {
    font-size: 30px;
}
.mw-700 {
    max-width: 700px;
    width: 100%;
}
.mw-470 {
    max-width: 470px;
    width: 100%;
}
.lh-134 {
    line-height: 134%;
}
.fa-22 {
    font-size: 22px;
}
.mb-60 {
    margin-bottom: 60px;
}

.gutter-x-60 {
    --bs-gutter-x: 60px;
}

.gutter-x-42 {
    --bs-gutter-x: 42px;
}

.row-gap-25 {
    row-gap: 25px;
}
.after-top-right-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/after-top-right-image.svg);
    background-repeat: no-repeat;
    background-size: 307px;
    background-position: calc(100% - 49px) top;
    z-index: -1;
}
.z-index-1 {
    z-index: 1;
}

.seller-buyer > label {
    border: 1px solid #bebebe;
    border-radius: 18px;
    display: block;
    padding: 29px 70px 29px 50px;
    background: #fff;
    filter: drop-shadow(0px 0px 0px rgb(0, 0, 0, 10%));
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.check-box-custom {
    display: block;
    width: 25px;
    height: 25px;
    background: transparent;
    position: relative;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
    border: 1px solid #bebebe;
}

.check-box-custom:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/tick-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(0);
    transition: 0.3s ease-in-out;
    background-size: 50%;
}

.seller-buyer input[type="radio"]:checked ~ label .check-box-custom {
    background: #ffc531;
    border-color: transparent;
}

.seller-buyer input[type="radio"]:checked ~ label .check-box-custom:after {
    transform: scale(1);
}

.seller-buyer-items-inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 30px 0 70px;
}

.seller-buyer-items-inner-content-text h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 103%;
}

.seller-buyer-items-inner-content-text {
    padding-right: 30px;
    max-width: 400px;
}

.seller-buyer-items-inner-content-image {
    border: 2px solid #ededed;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.seller-buyer > label p {
    font-size: 16px;
    color: #bebebe;
}

.seller-buyer
    input[type="radio"]:checked
    ~ label
    .seller-buyer-items-inner-content-image:after {
    transform: scale(1);
}

.seller-buyer
    input[type="radio"]:checked
    ~ label
    .seller-buyer-items-inner-content-image
    img {
    filter: brightness(0) invert(1);
}

.seller-buyer-items-inner-content-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFC531;
    z-index: -1;
    transition: 0.3s ease-in-out;
    transform: scale(0);
}

.seller-buyer-items-inner-content-image img {
    transition: 0.3s ease-in-out;
    max-width: 65%;
    height: auto;
    max-height: 75%;
    object-fit: contain;
}

.seller-buyer input[type="radio"]:checked ~ label {
    border-color: #37c047;
    filter: drop-shadow(0px 28px 87.5px rgb(0, 0, 0, 5%));
    background-color: #37C047;
}
.seller-buyer input[type="radio"]:checked ~ label h3, .seller-buyer input[type="radio"]:checked ~ label p {
    color: #fff;
}

.btns-steps {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-go-back,
.btns-steps a {
    text-decoration: none;
}

.btn-go-back {
    display: flex;
    align-items: center;
    gap: 13px;
}

.btn-go-back:hover img {
    filter: brightness(0.9) invert(1);
}

.btn-go-back:hover,
.btns-steps a:hover {
    text-decoration: underline;
    color: var(--black);
}

.btn-reg {
    padding: 12px 32px;
    border: 1px solid var(--black);
    background: #2f2f31;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.type-of-freelancer-two-steps {
    margin-top: 100px;
}
/* 2nd Step */
.seller-buyer.smaller-box > label {
    padding: 30px 30px 55px;
}

.seller-buyer.smaller-box .seller-buyer-items-inner-content {
    display: block;
    margin: 0;
}

.seller-buyer.smaller-box
    .seller-buyer-items-inner-content
    .seller-buyer-items-inner-content-image {
    margin: 50px 0;
    width: 125px;
    height: 125px;
}

.seller-buyer.smaller-box
    .seller-buyer-items-inner-content
    .seller-buyer-items-inner-content-text {
    padding: 0;
    max-width: 100%;
}

.seller-buyer.smaller-box
    .seller-buyer-items-inner-content
    .seller-buyer-items-inner-content-text
    h3 {
    font-size: 26px;
}
/* 2nd Step */
/* Steps Forms */

/* Almost There */
.fa-40 {
    font-size: 40px;
}
.fa-60 {
    font-size: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}
.fw-600 {
    font-weight: 600;
}
.container-1750 {
    max-width: 1750px;
    margin: 0 auto;
    width: 100%;
}
.gap-18 {
    gap: 18px;
}
.almost-there-text ul li {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    padding-left: 35px;
}

.almost-there-text ul li:last-child {
    margin-bottom: 0;
}

.almost-there-text ul li:before {
    content: counter(my-counter) "-";
    counter-increment: my-counter;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--green);
}

.almost-there-text ul {
    counter-reset: my-counter;
}
.btn-reg.btn-transparent,
.btn-reg:hover {
    background: transparent;
    color: var(--black);
}

.btn-reg.btn-transparent:hover {
    background: var(--black);
    color: #fff;
}

/* Almost There */

/* Seller Profile Page */
.progress-bar-parent-text {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.progress-bar-parent-text h3,
.progress-bar-parent-text p {
    font-size: 16px;
    color: var(--black);
    line-height: 188%;
}

.progress-bar-parent {
    max-width: 387px;
    margin-left: auto;
}

.header-seller-profile {
    padding: 30px 0 80px;
}
.container-1400 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.step.active {
    display: block;
}
#progress {
    width: 100%;
    background-color: rgb(190 190 190 / 50%);
    border-radius: 50px;
    overflow: hidden;
}
#bar {
    width: 0;
    height: 17px;
    background-color: #37c047;
    border-radius: 5px;
    transition: width 0.3s ease;
}
.row-gap-56 {
    row-gap: 56px;
}

.form-area-show-all {
    padding: 28px 43px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
    border: 1px solid #bebebe;
    border-radius: 18px;
}

.items-form-area-all {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 29px;
    padding-right: 82px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.items-form-area-all span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--yellow);
    border: 1px solid #bebebe;
    border-radius: 50%;
    color: #bebebe;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    font-size: 18px;
}

.items-form-area-all span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/tick-dark-green.png);
    background-color: #ffc531;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}

.items-form-area-all.active-items-area.process-completed span:after {
    transform: scale(1);
}

.items-form-area-all h3 {
    font-size: 18px;
    color: #bebebe;
    transition: 0.3s ease-in-out;
}

.items-form-area-all:after {
    content: "";
    position: absolute;
    right: 29px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 100%;
    background-image: url(../images/icons/fe-arrow-right-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease-in-out;
    background-size: 24px;
}

.items-form-area-all:last-child {
    padding: 0;
}

.items-form-area-all:last-child:after {
    display: none;
}

.items-form-area-all.active-items-area span {
    background: #ffc531;
    color: #fff;
    border-color: #ffc531;
}

.items-form-area-all.active-items-area h3 {
    color: #000;
}

.items-form-area-all.active-items-area:after {
    filter: brightness(2) invert(1);
}
.color-BEBEBE {
    color: #bebebe;
}
.mb-25 {
    margin-bottom: 25px;
}
.color-red {
    color: #ff0000;
}
.fw-500 {
    font-weight: 500;
}
.border-radius-5 {
    border-radius: 5px;
}
.border-1-bebebe {
    border: 1px solid #bebebe;
}
.mw-447 {
    max-width: 447px;
    width: 100%;
}
.mw-1162 {
    max-width: 1162px;
    width: 100%;
}
.mt-20 {
    margin-top: 20px;
}
.input-fields select,
.input-fields textarea,
.input-fields input {
    width: 100%;
    min-height: 54px;
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 14px 15px;
    font-size: 16px;
    color: black;
    transition: 0.3s ease-in-out;
}
.input-fields select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
.input-fields select {
    background-image: url(../images/icons/chev-down-grey.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 16px;
    padding-right: 40px;
}
.input-fields textarea {
    resize: none;
}
::placeholder {
    color: #bebebe;
}
.label-parent label {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 54px;
}
.gap-30 {
    gap: 30px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-20 {
    margin-bottom: 20px;
}
.lh-113p {
    line-height: 113px !important;
}
.lh-86p {
    line-height: 86px !important;
}
.input-field-profile-picture {
    display: flex;
    gap: 35px;
}

.profile-picture-image {
    width: 113px;
    height: 113px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-picture-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label-profile {
    max-width: 320px;
    margin-top: 30px;
}

.label-profile > label {
    border: 1px solid #37c047;
    color: #37c047;
    display: block;
    text-align: center;
    max-width: 133px;
    border-radius: 5px;
    padding: 8px 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.pb-100 {
    padding-bottom: 100px;
}
.mw-490 {
    max-width: 490px;
    width: 100%;
}
.p-15 {
    padding: 15px;
}
.add-more[disabled] {
    background: transparent;
    color: #bebebe;
    border-color: #bebebe;
}
.mw-172 {
    max-width: 172px;
    width: 100%;
}
.mw-119 {
    max-width: 119px;
    width: 100%;
}
.skills-checkbox label {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 14px;
}

.skills-checkbox label:before,
.skills-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #bebebe;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
}

.skills-checkbox label:after {
    background-image: url(../images/icons/tick-dark-green.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
    transform: scale(0) rotate(360deg);
    border: none;
}

.skills-checkbox {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.row-skills-checkbox {
    display: flex;
    flex-flow: wrap;
    row-gap: 18px;
    margin: 0 -10px;
}

.skills-checkbox input[type="checkbox"]:checked ~ label:after {
    transform: scale(1) rotate(0deg);
}
.row-gap-20 {
    row-gap: 20px;
}
.mw-160 {
    max-width: 160px;
    width: 100%;
}
.mw-132 {
    max-width: 132px;
    width: 100%;
}
.flex-1-1-auto {
    flex: 1 1 auto;
}
.half {
    flex-basis: calc(50% - 15px);
}

.quarter {
    flex-basis: calc(25% - 15px);
}

.full {
    flex-basis: 100%;
}
.btn-reg.btn-transparent-green:hover,
.btn-reg.btn-green {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
.btn-reg.btn-transparent-green,
.btn-reg.btn-green:hover {
    background: transparent;
    color: var(--green);
    border-color: var(--green);
}
/* Modal */
.mw-745 {
    max-width: 745px;
    width: 100%;
}
.adding-phone-number-modal-main-content {
    border: none;
    border-radius: 18px;
    padding: 65px 82px 30px 64px;
}

.adding-phone-number-modal-main {
    position: relative;
}

.btn-close-modal {
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 20px;
    background: transparent;
    border: none;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}
.btn-close-modal:hover {
    transform: rotate(180deg);
}
.mb-30 {
    margin-bottom: 30px;
}
.lh-222 {
    line-height: 222%;
}
.mt-30 {
    margin-top: 30px;
}
.mb-6 {
    margin-bottom: 6px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-50 {
    margin-bottom: 50px;
}
.btn-phone-modal-wrapper .btn-reg[disabled]:hover,
.btn-phone-modal-wrapper .btn-reg[disabled] {
    background: #bebebe;
    border-color: transparent;
    color: #fff;
}
.mh-77 {
    min-height: 77px;
}
.fa-25 {
    font-size: 25px;
}
.modal-phone-input input[type="number"] {
    padding-left: 80px;
}

.country-code {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.mw-280 {
    max-width: 280px;
    width: 100%;
}
.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}
.mh-85 {
    min-height: 85px;
}
.fa-24 {
    font-size: 24px;
}
.fa-38 {
    font-size: 38px;
}
.mw-320 {
    max-width: 320px;
    width: 100%;
}
.mb-80 {
    margin-bottom: 80px;
}
.icon-success span {
    width: 96px;
    height: 96px;
    background: #ffc531;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.icon-success span img {
    max-width: 53px;
    animation: 5s popuprotate infinite alternate-reverse;
}
@keyframes popuprotate {
    0% {
        transform: scale(0) rotate(0deg);
    }
    50% {
        transform: scale(1.3) rotate(0deg);
    }
    75% {
        transform: scale(1) rotate(0deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
    }
}

.congrats-success h3 {
    margin: 57px 0 39px;
    font-size: 86px;
    letter-spacing: -0.3px;
    color: var(--black);
    line-height: 95%;
    font-weight: 600;
}

.congrats-success {
    text-align: center;
}

.congrats-success p {
    margin-bottom: 70px;
}

.congrats-success .btn-reg {
    margin-bottom: 33px;
}

.item-active-modal-form-verify-mobile {
    display: none;
}

.item-active-modal-form-verify-mobile.active {
    display: block;
}

.autocomplete-suggestions {
    text-align: left;
    border: 1px solid #bebebe;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
    overflow: auto;
}
.autocomplete-suggestion {
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.check-box-custom:after {
    display: none;
}

.check-box-custom {
    display: none;
}
.type-of-freelancer-two-steps .btns-steps .btn-reg {
    display: none;
}
/* .autocomplete-suggestions strong { font-weight: normal; color: var(--green); } */
/* Modal */
/* Seller Profile Page */
.checkbox-btn-white label {
    gap: 10px;
}

.checkbox-btn-white span::before {
    border-color: #000;
}

.checkbox-btn-white input:checked ~ span {
    background-color: #fff;
    border: 1px solid #2F2F31;
}

.checkbox-btn-white span {
    background-color: #fff;
    border: 1px solid #2F2F31;
}
.checkbox-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    transition: 0.3s;
    border-radius: 4px;
}

.checkbox-btn span::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: scale(0) rotate(-45deg);
    position: relative;
    bottom: 2px;
    transition: 0.6s;
}

.checkbox-btn input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.checkbox-btn input:checked ~ span {
    background-color: #352f29;
}

.checkbox-btn input:checked ~ span::before {
    transform: scale(1) rotate(-45deg);
}

.checkbox-btn {
    position: relative;
}
.btn-reg.btn-join-team {
    border: 1px solid #37c047;
    background: transparent;
    color: #000;
}

.btn-reg.btn-join-team:hover {
    background: #37c047;
    color: #fff;
}
.gap-20{
    gap:20px;
}
.input-fields .error {
    border-color: red;
}
.mw-1400 {
    width: 100%;
    max-width: 1400px;
}

.mw-685 {
    max-width: 685px;
    width: 100%;
}

.mw-165 {
    max-width: 165px;
}
.hourly-rate .example {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.hourly-rate {
    position: relative;
}

#ratepkr {
    padding-left: 40px;
}
.available-hours-main sub {
    font-size: 10px;
    font-weight: 400;
}
.seller-buyer-regular .seller-buyer-items-inner-content-text h3 {
    font-size: 16px;
}

.seller-buyer.seller-buyer-regular > label {
    padding: 15px 22px 21px 20px;
}

.seller-buyer-regular .seller-buyer-items-inner-content-text {
    max-width: unset;
    padding: 0;
}

.seller-buyer-regular .seller-buyer-items-inner-content-image {
    width: 60px;
    height: 61px;
    border-radius: 8px;
}

.seller-buyer-regular .seller-buyer-items-inner-content {
    margin: 0;
}

.seller-buyer-regular.seller-buyer input[type="radio"]:checked ~ label {
    background-color: #37C047;
}

.seller-buyer-regular.seller-buyer input[type="radio"]:checked ~ label h3 {
    color: #fff;
}

.seller-buyer-regular .seller-buyer-items-inner-content-image:after {
    background: #FFC531;
}

.seller-buyer-regular.seller-buyer input[type="radio"]:checked ~ label:after {
    content: "✔";
    background-color:#fff;
    font-size:10px;
    position: absolute;
    top: 12px;
    left: 18px;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.seller-buyer-items-inner-content-image:after {
    background: #FFC531;
}

.regular-options span {
    margin-bottom: 10px;
}
.seller-buyer label:hover {
    background-color: #37c053;
}

.seller-buyer label:hover .seller-buyer-items-inner-content-image:after {
     transform: scale(1); 
}
.seller-buyer label:hover .seller-buyer-items-inner-content-image img {
     filter: brightness(0) invert(1)
}

.seller-buyer label:hover h3, .seller-buyer label:hover p {
    color: #fff;
}
#use_different_email:hover {
    cursor: pointer;
    color: #37c047;
}
input#terms_condition {
    max-width: 140px;
}
.message-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
}
.solid-spinner {
    width: 50px;
    height: 50px;
    border: 8px solid #39c149;
    border-top: 8px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: inline-block;
}
.btn-icon-inside-input.check-icon.client-check-icon {
    opacity: 1;
    visibility: visible;
}
.form-control-custom-signing-up-client #first_name, .form-control-custom-signing-up-client #last_name, .form-control-custom-signing-up-client #username {
    opacity: 0.8;
    color: #BEBEBE;
}