/*
Theme Name: HireBee Child
Template: hirebee
Text domain: hirebee-child
Theme URI: https://www.appthemes.com/themes/hirebee/
Author: AppThemes
Author URI: https://www.appthemes.com/
Description: A freelance marketplace theme for WordPress.
Version: 1.5.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Domain Path: /languages/
AppThemes ID: hirebee
*/

.iti {
    width: 100%;
    margin: 0 0 1em 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#ambassador_name_drp.select2 {
    width: 100% !important;
}


.nsl-container-buttons {
    display: flex;
    /* Enables a flexbox layout */
    flex-wrap: wrap;
    /* Allows wrapping to the next line if needed */
    gap: 10px;
    /* Adds space between the buttons */
}

.nsl-button {
    flex: 1 1 calc(100% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    /* border-bottom: solid 1px #FFF; */
    cursor: default;
    position: absolute;
    width: 35px;
    height: 33px !important;
    display: block;
    right: 0;
    top: 0;
    background-color: #564785;
}

.select2-container .select2-selection--single {
    height: 33px !important;
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
    border: solid 1px #ccc !important;

}

.edit-profile span {
    font-size: 14px !important;
}
.hide {
    display: none !important;
}

.error label, .error label.error{
        color: white;
        font-size: 12px;
        font-weight: bold;
}

.error label, .error label.error{
        color: white;
        font-size: 12px;
        font-weight: bold;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #eee !important;
    color: #000 !important;
}

.select2-dropdown .select2-results__option {
    color: #555;
    cursor: default;
    padding-top: .25em;
    padding-bottom: .25em;
    padding-left: .375em;
    padding-right: 2.375em;
    min-height: 1.5em;
    line-height: 1.5em;
    margin: 0;
    white-space: nowrap;
    list-style: none;
}

.select2-selection__arrow b {
    content: "";
    display: block;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px !important;
    border-color: #E1E4EF transparent transparent transparent !important;
    border-top-style: solid !important;
    position: absolute;
    left: .9375em;
    top: 50%;
    margin-top: -3px;
}

.select2-dropdown {
    border-radius: 0px !important;
}

.create-project .budget-currency .custom.dropdown .current {
    border: solid 1px #ccc;
    color: rgba(0, 0, 0, 0.75);
}

.budget-currency {
    margin-top: 10px;
    color: black;
}

.currency {
    font-size: .875em;
    margin-top: -19px;
    margin-bottom: -7px;
    /*	padding: 15px;*/
}

.price {
    font-size: 0.875rem;
}

.price_text {
    margin: 0px;
    color: #4d4d4d
}

.currency_text {
    padding: 15px;
    color: #4d4d4d;
}

div.hide {
    display: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1000;
}

/* Modal content */
.modal-card-login,
.modal-card-refister {
    background: #fff;
    padding: 20px;
    width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-card-head {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.modal-card-body .row {
    margin: 0px;
    padding: 0px;
}

.btn-container {
    text-align: right;
}

#login-modal {
    width: 100%;
}

.modal-actions .button {
    margin: 10px;
    padding: 10px 20px;
    background: #96D25F;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-actions .button:hover {
    background: #96D25F;
}

.modal-content-reg-login {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1000;
    width: 35%;
}

.modal-actions .button:hover {
    background: #96D25F;
}

.top-bar-section li a:not(.button) {
    background-color: #121a25;
}

.site-footer {
    height: 400px;
}

.media-router .media-menu-item {
    color: #1d2327;
}

.top-bar-section li a:not(.button) {
    background-color: #121a25;
}

.site-footer {
    height: 400px;

}

.modal-actions .button:hover {
    background: #96D25F;
}

.modal-content-reg-login {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1000;
    width: 35%;
}

h5.no-results {
    margin-top: 35px;
    text-align: center;
    font-size: 1.5em;
    padding: 1em;
    color: #565656;
}

.currency-item {
    width: calc(33.33% - 15px);
    gap: 10px;
}

#location_select {
    height: 33px;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px;
}

.progress-bar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #4caf50; /* Base color for the progress line */
    z-index: 1;
    transform: translateY(-50%);
}

.create-project .files .button {
    background-color: #E0E4EE;
    color: #333;
    margin-top: 10px;
    text-transform: uppercase;
}
.media-manager .button {
    float: right;
}

button.small, .button.small {
    padding-top: .625em;
    padding-bottom: .5625em;
    -webkit-appearance: none;
}

.doc_type{
    margin-bottom: 20px;
    
}

.flex-wrap {
    flex-wrap: wrap;
}


.items-center {
    align-items: center;
}

.mt-10 {
    margin-top: 2.5rem; /* Adjust top margin */
}

/*  */

input[type="radio"], select {
    margin: 0px 7px 0em 0;
}

.file_attachments{
    margin-top: 30px;
}

.id_proof{
    font-size: .975em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin: 1.1875em;
}

/** 
 * Pure CSS Progress Bar (http://blog.sathomas.me/post/tracking-progress-in-pure-css)
 */

 .progtrckr-wrapper {
	margin-bottom: 35px;
}

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }

ol.progtrckr li.progtrckr-done {
    margin-left: -3px;
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
    margin-left: -5px;
    color: silver; 
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}

ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}

ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}

.hidden {
    display: none;
}
.modal {
    z-index: 1000;
    /* margin-top:360px; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.kyc_text{
    margin: 4rem;
    color: black;
}

.identt_proof
{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    margin-top: 15px;
}

.file_attachments #identity_document {
    margin-bottom: 0px;
}

.file_attachments #address_files {
    margin-bottom: 0px;
}

.mb-5 #country-error.add_validations {
    margin-top: -17px;
}

/* .add_validations{
    margin-top: -17px !important;
} */

.id_proof_val{
    margin-top: 20px !important;
    color: white;
}
.identity-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 10px; /* Space between items */
}


.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#owner_field .owner_lable {
    margin-top: 10px;
}

#owner_field .lable_margin {
    margin-right: 20px;
}

.ownership_det h6 {
    margin-right: 10px;
}

.ownership_det p {
    text-transform: capitalize;
}

.ownership_det i.icon.i-completed-projects {
    color: #96d25f;
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 5px;
}

.cross-icon {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-top: 5px;
    margin-right: 5px;
}

.cross-icon::before,
.cross-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: red;
    transform-origin: center;
}

.cross-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cross-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#proj_detail .project-details {
    margin-bottom: 54px;
}

#owner_field .owner_lable {
    margin-top: 10px;
}

#owner_field .lable_margin {
    margin-right: 20px;
}

.ownership_det h6 {
    margin-right: 10px;
}

.ownership_det p {
    text-transform: capitalize;
}

.ownership_det i.icon.i-completed-projects {
    color: #96d25f;
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 5px;
}

.cross-icon {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-top: 5px;
    margin-right: 5px;
}

.cross-icon::before,
.cross-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: red;
    transform-origin: center;
}

.cross-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cross-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#proj_detail .project-details {
    margin-bottom: 54px;
}

.tutorial-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.tutorial-image {
    width: 100px;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button::before {
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent white;
    margin-left: 4px;
}

.tutorial-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

a.introjs-prevbutton,
a.introjs-prevbutton:focus,
a.introjs-prevbutton:hover {
    background-color: #F47241;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

a.introjs-nextbutton,
a.introjs-nextbutton:focus,
a.introjs-nextbutton:hover {
    background-color: #96D25F;
    color: #FFF;
    text-shadow: none;
    text-decoration: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

a.introjs-disabled,
a.introjs-disabled:focus,
a.introjs-disabled:hover {
    background-color: #eeaa92;
    color: #fff;
    text-decoration: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

div.introjs-tooltip {
    border-radius: 0px;
}

.tutorial-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.tutorial-image {
    width: 100px;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button::before {
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent white;
    margin-left: 4px;
}

.tutorial-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

a.introjs-prevbutton,
a.introjs-prevbutton:focus,
a.introjs-prevbutton:hover {
    background-color: #F47241;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

a.introjs-nextbutton,
a.introjs-nextbutton:focus,
a.introjs-nextbutton:hover {
    background-color: #96D25F;
    color: #FFF;
    text-shadow: none;
    text-decoration: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

a.introjs-disabled,
a.introjs-disabled:focus,
a.introjs-disabled:hover {
    background-color: #eeaa92;
    color: #fff;
    text-decoration: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

div.introjs-tooltip {
    border-radius: 0px;
}

.category-selection,
#sub_category_radio_group {
    width: 95%;
}

.category-selection-container {
    align-items: baseline;
}

#clear-category,
#clear-subcategory {
    color: #4d4d4d;
}

.tags-list,
.subcategory-boxes {
    width: 250px;
}

#loader-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    z-index: 9999;
}

#loader img {
    width: 90px;
    /* Adjust size of the loader gif as needed */
    height: 50px;
}

.selected-subcategory-text {
    font-size: 16px;
    font-weight: 600;
}

.category-dropdown,
.sub-category-dropdown,
.tags-container {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    padding-bottom: 5px;

}

#identity-proof-error{
    width: 100%;
}

.kyc-status {
    width: 20px;
    display: flex;
}

.kyc-pending {
    fill: #F47241;
}

.kyc-verified {
    fill: #76B951;
}

.kyc-rejected {
    fill: #ff0000;
}




.profile-picture-container {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.camera-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background: #F5F5F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.camera-button img {
    width: 20px;
    height: 20px;
    opacity: 0.8;
}

.camera-button:hover img {
    opacity: 1;
}

.profile-image-review {
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

button.deactivate-user-account,
button.close-deactivate-modal {
    background-color: #F47241;
    text-align: center;
}

button.deactivate-user-account:hover,
button.close-deactivate-modal:hover,
button.deactivate-user-account:focus,
button.close-deactivate-modal:focus,
button.deactivate-user-account:active,
button.close-deactivate-modal:active {
    background-color: #E4643A;
    transition: background-color 300ms ease-out;
}

.modal-content-deactivate,
.modal-content-delete {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1000;
    width: 35%;
}

.modal-card-deactivate,
.modal-card-delete {
    background: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dashboard-privacy .content-privacy {
    padding-top: 2em;
    border-top: solid 1px #F2F5FF;
    padding: .9375em;
}

button.delete-user-account {
    background-color: red;
}

button.delete-user-account:hover,
button.delete-user-account:focus,
button.delete-user-account:active {
    background-color: #ec4351;
    transition: background-color 300ms ease-out;
}

.modal-card-deactivate {
    background: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#deactivate-account-modal,
#delete-account-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.account-deactivation-section,
.account-deletion-section {
    border: 1px solid #ccc;
}

.account-deactivate-radio,
.account-delete-radio {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.reactivate-otp-section {
    margin-top: 15px;
    padding: 15px;
}

.reactivation-link-conainer {
    margin: 20px 0;
}

.reactivation-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    font-size: 16px;
    border-radius: 20px;
    width: auto;
}

.account-verify-container {
    border: 1px solid #554B82;
    background-color: #554B82;
    padding: 15px;
    color: #fff;
}

.verification-header {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
}

.verification-message {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: 400;
}

.send-reactivation-btn {
    padding: 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 0px;
}

.file-upload-error-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.file-upload-error-box {
    padding: 12px;
    margin-bottom: 12px;
    background: #fff;
    border-left: 4px solid #d63638;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.file-upload-error-project {
    display: block;
    padding-top: 8px;
    word-wrap: break-word;
}

#append-errors {
    position: relative;
    margin: 10px 0;
    padding-bottom: 10px;
    max-width: 400px;
    width: 270px;
}

.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.portfolio-thumbnail-container {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
}

div.media-sidebar {
    overflow-x: hidden;
}



@media screen and (max-width: 768px) {

    div.log-in,
    div.register {
        width: 100%;
    }

    div.login-box,
    div.register-box {
        padding: 0 25px;
    }
}

@media screen and (min-width: 768px) {
    div.log-in {
        width: 500px;
    }

    div.register {
        width: 500px;
    }

    div.login-box,
    div.register-box {
        padding: 0 25px;
    }

    div.login-submit-btn{
        margin-top: 30px;
    }
}

.header .common-header-login-register {
    padding: 30px 0;
    display: table;
}

/* login-and-register-button */
.login-and-register-button li a:not(.button) {
    padding: 0 15px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.login-main {
    flex-direction: column;
}

.form-field.text-center #login {
    float: none !important;
    display: inline-block;
    /* Ensures the button respects text alignment */
}

a.create-account-link {
    color: #81BA53;
    font-size: 16px;
}

.log-in fieldset {
    padding-bottom: 0px;
}

div.wp-editor-container {
    border: 1px solid #E0E4EE;
}

p{
    color: black;
}
body {
    font-family: Arial, sans-serif;
    background: #f8f9fa;
}
.onboarding-container {
    background: white;
    padding: 0px 30px 30px 30px;
    border-radius: 12px;
}
.progress-indicator {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.progress-indicator span {
    font-weight: bold;
}
button.btn-out-success {
    height: 50px;
    background-color:white;
    border: 1px solid green;
    width: 100%;
    border-radius: 30px;
    margin-top: 10px;
}
.add-skills{
    margin-top: -12px;
}

.add-languages{
    margin-top: -12px;
}
button.btn-out-edit-success{
    height: 25px;
    background-color:white;
    border: 1px solid grey;
    width: 100%;
}
.btn-nav {
    margin-top: 20px;
    display:flex;
    justify-content: space-between;
}
.btn-exit {
    background: none;
    border: none;
    color: #888;
}
.hidden {
    display: none;
}
.language-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.remove-btn {
    margin-left: 10px;
    cursor: pointer;
    color: red;
}
.fee-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fee-row label {
    margin-right: 10px;
    width: 40%;  /* Adjust the width as needed */
}

.fee-row input {
    text-align: right;
    width:30%; 
    border-radius: 15px;
    margin-left:270px; /* Adjust the width as needed */
}
button:hover{
    background: none;
}

.upload-resume{
    border: 1px solid grey;
    border-radius: 18px;
    text-align: center;
    height: 40px;
}
 
.select2-container select2-container--default{
    width: 96%;
    margin-left: 14px;
}
.progress-container {
    width: 100%;
    background-color: #e0e0e0;
    height: 5px;
    margin-bottom: 15px;
    position: relative;
}
.progress-bar {
    width: 0%;
    height: 5px;
    background-color: green;
    transition: width 0.3s ease-in-out;
}
.progress-text {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 14px;
    font-weight: bold;
}   

#progress-percentage{
    display: flex;
    justify-content: end;
    color:black;
    margin-top: 10px;    
}

.proficiency .select2-container {
    width: 330px !important;
}


#skills-container {
    display: flex;
    
}

#skills-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 5 items in one row */
    gap: 10px;
    max-width: 100%; /* Adjust width as needed */
}


.skill-input {
    flex: 1;
    padding: 5px;
    border: none;
    background: transparent;
    text-align: center;

}

#biography{
    width:1050px;
    height: 120px;
}

.language-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.language-column,
.proficiency-column {
    flex: 1;
}

.language-column h5,
.proficiency-column h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.language-column p {
    font-size: 14px;
    margin-bottom: 5px;
}

.proficiency-column select {
    width: 75%;
    padding: 4px;
    font-size: 12px;
}
.language-row{
    gap: 147px;
    margin-bottom: -25px;
}    

.proif{
    height: 20px;
    font-size: 12px;
    width: 244px;
}


.form.custom .custom.dropdown{
    display: none;
}

.birth_error{
    margin-top: -15px;
    font-size: 14px;
    color: red;
}

/* form.custom .custom.dropdown{
    width: 95%;
    margin-left: 7px;
} */

.edit-profile .custom.dropdown.country {
    width: 95% ;
    
}

.edit-profile textarea{
    min-height: 70px !important;
    width: 100%;
}
small{
    font-size: 11px;
}
.labels{
    display: flex;
    justify-content: stretch;
}



.edit-profile fieldset{
    padding-bottom: 0px ;
    margin-left: 10px;
}
.edit-profile p{
    font-size:14px;
}

.tooltip-btn {
    /* border-radius: 50%; */
    /* text-align: center; */
    /* line-height: 40px; */
    /* font-size: 24px; */
    /* position: fixed; */
    /* bottom: 20px; */
    /* right: 20px; */
    margin-top: -10px;
    background-color: white;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    
}


.tooltip-btn:hover::after {
    content: attr(title);
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    bottom: 50px;
    right: 10px;
}

.language{
    margin-left: 15px;
    width:96%

}

.proficiency{
    width: 96%;
}

.skill_error{
    color:red;
    font-size:12px;
}

#bio-error{
    color:red;
}

.add-more-language{
    color: black;
  margin-top: -2%;  

}

.step-active {
    display: block;
}

.step-inactive {
    display: none;
}

.select2-selection__clear {
    padding-right: 5px !important;
}
.select2-container {
    width: 100% !important;
    box-sizing: border-box;
}
