/* .error {
    margin-bottom: 20px;
} */
.modal-sign_up_google .modal-content {
    background-color: var(--white);
    font-family: "Manrope", sans-serif;
    color: var(--main-text);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    padding: 54px 48px;
    border-radius: 32px;
}
.modal-sign_up_google .modal-content,
.modal-sign_up_google .modal-body {
    border: 0px;
}
.modal-close {
    top: 10px;
    right: 20px;
    position: absolute;
}
.pointer {
    cursor: pointer;
}
/* .dropdown-menu > div {
    cursor: pointer;
}
.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
    border-radius: 16px;
    border: 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
    width: 100%;
} */
.position-relative {
    position: relative;
}
.dropdown-item-empty {
    padding: 0.25rem 1rem;
}

.choozenSkills {
    max-height: 170px;
    overflow: hidden;
}

button.aux-btn {
    float: right;
}
.w100flex {
    width: 100%;
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.header-inner-container {
    width: auto;
}
.header-username {
    width: auto;
    min-width: 200px;
}
.dropdown-menu-toggle {
    cursor: pointer;
}
.gap-3 {
    gap: 1rem !important;
}
.card-input-group {
    align-items: flex-start;
}
/* .error {
    width: fit-content;
    color: #d03375;
    font-size: 14px;
    margin-left: var(--main-space);
    background-image: url(/images/warning.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 28px;
} */
.relative {
    position: relative;
}
button.disable {
    opacity: 0.3;
}
.job-search-card {
    min-width: 32.3%;
}
.bookAMeetBox .calendly-inline-widget [data-id="branding"] {
    display: none;
}
.bookAMeetBox .calendly-inline-widget {
    min-width: 320px;
    height: 85vh;
    overflow: hidden !important;
    top: -24px;
}
.bookAMeetBox .button {
    width: auto;
    min-width: 150px;
}
.bookAMeetBox .d-meet-box {
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.bookAMeetBox {
    width: 100%;
    min-height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-decoration-none {
    text-decoration: none;
    color: initial;
}
.proposedJobsModalBox {
    max-height: 524px;
    overflow-y: auto;
}
.proposedJobsModalBox::-webkit-scrollbar {
    display: none;
}
.proposedJobsModalBox .job-search-card {
    max-width: 100%;
    width: 100%;
    min-height: 248px;
    padding: 24px;
}
.notify-active {
    border-color: #6069df;
    background-color: #f6f7fd;
}
.display-none {
    display: none;
}
.disabled:hover,
.disabled {
    border-color: #eee;
}
