/*
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;
}

.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;
}

.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;
}

.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;
}

.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: 45%;
    }

    div.register {
        width: 45%;
    }

    div.login-box,
    div.register-box {
        padding: 0 25px;
    }
}

.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;
}