/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Global css plugin */

a {
    text-decoration: none !important;
}
a:hover{
    text-decoration: none !important;
}
a:focus{
    outline: none;
}
input:focus,
textarea:focus,
select:focus,
input:focus-visible,
textarea:focus-visible,
select:focus-visible{
    outline: none !important;
}

input,
textarea,
input:focus,
textarea:focus,
select:focus{
    color: #666;
    opacity: 1;
}   
input::placeholder,
textarea::placeholder,
select {
    color: #666;
    opacity: 1;
    font-weight: 400;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-internal-autofill-selected {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 5000s ease-in-out 0s; /* prevents yellow flash */
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0 !important;
}
button [type="button"],
button [type="submit"]{
    letter-spacing: 0px !important;
    text-transform: none !important;
}
.d-flex{
	display:flex;
}
.justify-content-between{
    justify-content:space-between;
}
.align-items-center{
    align-items:center;
}
.align-items-start{
    align-items:flex-start;
}
.appliview-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Register form css start */

.register-profile-form{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 2px 1px 0px #00000040;
    margin: 60px auto;
}
.register-profile-form #register-form .register-btn{
    width: 100%;
    margin-top: 20px;
    display: block; 
    padding-top: 10px;
}
#register-form label {
    font-size: 14px;
    padding-bottom: 6px;
}
.apply-popup .register-form .register-btn{
    width: 100%;
}

/* All forms input CSS */

.login-profile-form input,
.my-profile-container .my-profile-content input,
.my-profile-content select,
.profile-details input,
.profile-details select,
#register-form input,
#otp-form input{
    border: 1px solid #E5E5E5 !important;
    padding: 13px 20px !important;
    border-radius: 8px !important;
    background-color: #fff !important;
}

#register-form input{
    margin-top: 0px !important;
}


/* Apply popup form css End */

#apply-popup #otp-form input{
    margin-top: 0px;
}
#apply-popup .form-group.confirm-password {
    margin-top: 10px;
}

.profile-content .profile-details input,
.profile-content .profile-details select{
    border: 1px solid #E5E5E5;
    padding: 13px 20px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 6px;
    width: -webkit-fill-available;
}
/* Add profile page CSS  */

.logo {
    width: 100% !important;
	max-width:40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) !important;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.similar-job-card .job-header .logo {
	width: 100% !important;
	max-width:40px !important;
    height: 40px !important;
}
.similar-job-card .job-header a.bookmark-btn{
	width:17% !important;
}
.job-header .logo img{
    object-fit: cover;
}

.login-profile-form,
.forgot-password-profile-form {
    padding: 60px 0px;
    width: 550px;
    margin: 0 auto;
}
.login-profile-form h2,
.forgot-password-profile-form h2{
	text-align:center;
	padding-bottom:30px;
    font-size: 30px;
}
.register-profile-form h2{
    font-size: 30px;
}
.register-profile-form .form-group{
    margin-top:20px;
}
.forgot-password-profile-form #otp-form .otp-send-btn{
    margin-bottom: 10px;
}
.login-form label{
	font-size:inherit;
	font-family:inherit;
}
.login-form input {
	border: 1px solid #E7EDFB !important;
	background: #ffff !important;
	padding:13px 20px !important;
	border-radius:8px !important;
	padding-bottom:20px !important;
}
.bookmark-ico{
    background: hsl(224.27deg 91.15% 55.69% / 7%);
    padding: 4px 10px;
    border-radius: 50%;
    opacity: .6;
}
.profile-menu-btn,
.profile-menu-close-btn {
    display: none;
}
/* Search Box */

#job-search-form{
	display:flex;
	align-items:center;
}
.search-box {
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0px 2px 4px 0px #00000040;
    padding: 12px 20px;
    width: 90%;
    max-width: 893px;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 56px;
    margin-top: 20px;
}
.search-box .search-inputs input,
.search-box .search-inputs select,
.search-box .search-inputs input:focus,
.search-box .search-inputs select:focus,
.location-input.location-search-container input{
	border: none !important;
    background-color: transparent !important;
    width: inherit !important;
    margin: 0 !important;
    color:#AAAAAA !important;
    font-size: 14px !important;
}
.search-field,
.experience-dropdown{
    display: flex;
    align-items: center;
    width: 100%;
}

/* Search Inputs */
.search-inputs {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 10px;
}
.search-box .search-inputs .search-field{
    border:none;
    padding-right: 0;
}
/* Input Fields */

.locationInput{
	width:auto;
}
/* Dropdown */
.experience-dropdown select {
    cursor: pointer;
    width: 100%;
}
.experience-dropdown {
    position: relative;
    display: inline-block;
    width: 100%; 
}
.experience-dropdown-select {
    width: 100%;
    padding: 10px 40px 10px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
}
.experience-dropdown-select:focus {
    border-color: #007cba;
    outline: none;
}

/* Divider */
.divider {
    width: 1px;
    height: 30px;
    background: #d6d6d6;
    margin: 0 10px;
}

/* Search Button */
.search-box .search-button {
    border: none;
    border-radius: 30px !important;
    padding: 12px 35px;
    font-size: 16px;
    cursor: pointer;
}
.search-box .search-button:hover{
    border-radius: 30px;
}
.location-input.location-search-container{
    display: flex;
    align-items: center;
}

/* location search start */
.suggestions-container {
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    background: white;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 100;
    display: none;
    top: 50px;
    font-size: 14px;
    scrollbar-width: none;
}

.suggestions-container::-webkit-scrollbar {
    display: none;
}

.suggestion-item {
    padding: 10px 16px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f5f5f5;
}
.profile-update-message.success {
    color: green;
}
/* location search end */

/* job tags start */
.tag {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.tag:hover {
    border-width: 1px;
    border-color: inherit;
    border-style: solid;
}

div#tag-container {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: unset;
}

/* job tags end */

/* job grid start */

.heading-section {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 40px;
}

.heading-section-left {
    flex: 1;
    min-width: 300px;
}
.heading-section-right {
    white-space: nowrap;
}
.heading-section .heading-section-right a.view-jobs-btn{
    text-decoration: none !important;
}
.view-jobs-btn {
    border-color: inherit;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    padding: 11px 58px;
    text-decoration: none !important;
}

.job-listings {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 30px;
}
.career-grid{
    padding-top:40px;
}

.job-header {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}
.job-header-left {
    display: flex;
    gap: 15px;
    align-items: center;
}
.applied-job-title{
    width: 30%;
}
.applied-job-view a{
    padding: 6px 30px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    font-size: 14px;
}
.applied-job-view a.btn-warning{
    color: #f8664f;
    border-color: #f8664f;
}
.applied-job-view a.btn-warning:hover{
    color: #fff;
    border-color: #f8664f;
    background-color: #f8664f;
}
.applied-job-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-info .job-title {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    margin: 0 !important;
    padding: 0;
}
.job-title a {
    text-decoration: none;
}

.similar-job-card .job-title a{
    color:#333;
}

.job-info .company-name {
    margin: 0;
    font-size: 14px;
    color:#797979
}

.job-details {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}

.job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-footer .actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.divider-vertical {
    width: 1px;
    height: 30px;
    background: #d6d6d6;
    margin: 0 10px;
}

.job-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.job-grids.grid-view .job-item {
    gap: 10px;
    width: 48%;
}
.similar-job-card .job-details,
.job-listings .job-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.job-item p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #45505f;
}

.appliview-container.job-details-container {
    padding: 60px 0px;
}

.job-item img {
    width: 18px;
    height: 18px;
}

.job-tags span {
    padding: 3px 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 4px;
}

.job-tags span.type-tag {
    background: #6A38C233;
    color: #6a38c2;
}

.job-tags span.position-tag {
    background: #275ef533;
    color: #275DF5;
}

.job-tags {
    display: flex;
    gap: 5px;
}

.job-date {
    font-size: 15px;
    color: #aaaaaa;
    margin: 0;
}

.job-meta img {
    cursor: pointer;
}

/* job grid end */

/* job categories start */
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.career-card {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.career-grid .career-card .icon-btn {
    border-radius: 3px;
    background-color: #fa4e0933;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.career-grid .career-card .career-info h6 a,
.job-card .job-header .job-title a{
    color:#333 !important;
    text-decoration: none !important;   
    margin:0 !important;
}
.icon-btn img{
    width: 24px;
    height: 24px !important;
}

.career-info h6 {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    margin: 8px 0;
}
.experience-dropdown select:focus{
  border: none;
  outline: none;
}

.career-info p {
    font-size: 15px;
    font-weight: 500;
    color: #aaaaaa;
    margin: 0;
}

/* View All Categories Button */
.button-container {
    margin-top: 30px;
    text-align: center;
}

.view-all-btn {
    display: inline-block;
    padding: 15px 35px;
    text-decoration: none;
    transition: 0.3s;
}

/* job categories end */

/* job listing start */

.listing-wrapper {
    display: flex;
    gap: 38px;
}
.listings{
    padding: 30px 0px 40px;
}
.filter-buttons {
    display: flex;
    justify-content: space-between;
    height: 35px;
    gap:15px;
}
.filter-close-mobile{
    display: none;  
}
.filter-container {
    width: 24%;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px #00000040;
    height: 100%;
    background-color: #fff;
}
.filter-header{
    padding: 20px;
}

.filter-title {
    margin-bottom: 20px !important;
}

.filter-container .filter-header .filter-buttons button {
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    width: 100%;
    padding: inherit;
    margin: 0 !important;

}
a.clear-btn {
    border-radius: 4px;
    width: 100%;
    text-align: center;
    border-color: #333;
    border-width: 1px;
    border-style: solid;
    color: #333 !important;
    padding: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.clear-btn:hover{
    background-color: #333;
    color:#fff !important;
}

.filter-section {
    margin-top: 20px;
    padding: 0px 20px 20px;
}

.filter-section h3 {
   margin-bottom: 40px;
   font-size: 16px;
}

.filter-options {
    margin-top: 10px;
    gap: 15px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.filter-options-group {
    height: 100% !important;
	max-height:160px !important;
    overflow-y: auto;
	width:100%;
}

.filter-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: normal;
	margin-bottom:10px;
}

.filter-option input {
    width: 21px;
    height: 18px; 
}
.filter-option label {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    padding-top: 0px;
}
.mobile-filter-btn {
    display: none;
}
.filter-btn-mobile {
    border: 1px solid #e5e5e5;
    background: transparent;
    color: inherit;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
}
.divider-horizontal {
    height: 1px;
    background: #e5e5e5;
    margin: 15px 0;
    width: 100%;
}

.filter-container .filter-section .filter-options .view-more {
    cursor: pointer;
    font-size: 14px;
    padding-left: 30px;
    text-decoration: underline !important;
}
button.profile-save-button {
    padding: 12px 30px !important;
}
.job-listing-container {
    width: 100%;
    gap: 1.25rem;
    flex-direction: column;
    flex: 1 1 0%;
    display: flex;
}
.pagination-nav {
    padding:40px 0px;
    text-align: center;
    border-top: 1px solid #ECECEC;
}
.job-card {
    padding: 18px;
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}
.grid-view .job-card button.apply-btn {
    padding: 0px 20px;
    font-size: 14px;
    width: 100%;
    margin:0 !important;
    border-radius: 4px;
}
.job-card .job-footer .apply-btn,
.job-card .job-footer a.view-details-btn{
    padding: 0px !important;
    height: 40px !important;
    width: 140px !important;
    border-radius: 4px !important;
}
.job-card .job-footer a.view-details-btn{
    display:flex;
    align-items: center;
    justify-content: center;
}
.saved-jobs-container .job-card:not(:last-child){
    margin-bottom: 20px;
}

.heading-section .heading-section-left .job-title {
    font-weight: bold;
    margin: 0 !important;
    padding-bottom: 10px !important;
}
.job-listings .job-header .job-title a{
    color:#333 !important;
    text-decoration: none !important;
}
.job-listings .job-header .job-title{
    padding-bottom: 0px !important;
}
a.bookmark-btn {
    background: #f2f2f2;
    border-radius: 50%;
    padding: 6px 14px;
    cursor: pointer;
    margin-left: auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail {
    display: flex;
    gap: 10px;
    align-items: center;
}

.detail p {
    font-size: 14px;
    margin: 0 !important;
}
.detail img{
    width: 18px;
}
.job-description {
    font-size: 14px;
    margin: 0;
}

p.posted-time {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #aaaaaa;
}

.job-location,
.job-salary {
    font-size: 14px;
    color: #777;
}

.job-footer .apply-btn {
    display: inline-block;
    line-height: 0;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    line-height: 0;
    border-color: inherit;
}
.job-footer .apply-btn:hover{
    border-radius: 4px;
    border-width: 1px;
    border-color: inherit;
    border-style: solid;
}

.login-form {
    padding: 30px;
}
.register-form {
    height: 500px;
    overflow-y: scroll;
    padding: 30px;
    appearance: none;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.register-form::-webkit-scrollbar {
    display: none;  
}

.job-footer .view-details-btn, .clear-btn {
    padding: 6px 25px;
    border-color: #333;
    color:#333;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
}
.job-footer .view-details-btn:hover{
    background-color: #333;
    color:#fff;
}
.grid-view .job-card a.view-details-btn {
    color: #333;
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #000;
    border-radius: 4px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-view .job-card a.view-details-btn:hover{
    background-color: #333;
    color:#fff;
}
.apply-now-btn{
    padding: 14px 25px;
}
.widget {
    margin: 0 0 0.8em 0;
}
/* job listing end */

/* pagination start */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 90px;
    margin-top: 24px;
}

.page-number {
    display: flex;
    height: 30px;
    width: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    font-size: 22px;
    font-weight: normal;
}

/* .active {
    background-color: #275df5;
    color: #ffffff;
}

.inactive {
    color: #999999;
}

.inactive:hover {
    background-color: #f5f5f5;
} */

.next-button,
.prev-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 40px;
    padding: 0 34px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: none;
    cursor: pointer;
    color: #737373;
    font-size: 16px;
    gap: 10px;
}

.next-button img {
    height: 8px;
    width: 4px;
}

/* job details start */
.job-details-container {
    display: flex;
}

.job-details-section {
    flex: 2;
    padding-right: 60px;
}

.job-details-section .job-info .job-title {
    font-size: 20px;
}

.job-details-section .apply-btn {
    margin-left: auto;
    font-size: 17px;
    padding: 15px 70px;
}

.job-details-section h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.job-details-section .job-description {
    margin-top: 40px;
}

h4.similar-jobs-title {
    margin: auto;
    font-size: 20px;
    font-weight: 600;
}

.similar-jobs {
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    height: 100%;
    width: 30%;
}

.similar-job-card {
    padding: 24px 0;
}

.similar-job-card:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
}

.job-description p{
    padding: 10px 0px 30px;
}

.company {
    color: #666;
    font-size: 14px;
}

.apply-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: 1000;
    width: 780px;
    border-radius: 10px;
    height: 445px;
    overflow-y: auto;
}
.apply-popup .apply-popup-header {
    border-bottom: 1px solid #E5E5E5;
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.resume-section.form-section {
    padding: 0px 40px 20px !important;
    border-bottom: 1px solid #E5E5E5;
}
.resume-section.form-section h5 {
    padding: 0px 0px 5px 0px;
    border:none;
}

.apply-popup .form-section {
    margin-bottom: 20px;
    padding: 24px 40px 0px 40px;
}


.apply-popup label {
    display: block;
    font-size: 14px;
    padding-top: 15px;
}

.apply-popup input[type="email"],
.apply-popup input[type="text"],
.apply-popup input[type="file"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 14px;
}

.apply-popup p {
    margin-bottom: 10px;
}
.apply-popup .form-section h6{
    font-size: 18px;
}
.apply-popup .form-section:not(:last-of-type) h6 {
    padding-bottom: 20px;
    margin:0 !important;
}
.apply-popup .submit-btn {
    font-size: 16px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 45px;
    display: block;
    text-align: right;
}

/* login form start */

#apply-popup h2 {
    font-size: 24px;
}
#login-form {
    padding-top: 20px;
}
.login-profile-form #login-form input[type="email"]{
   margin-bottom: 20px;
   border: 1px solid #E5E5E5;
    padding: 13px 20px;
    border-radius: 8px;
    background-color: #fff;
    width: -webkit-fill-available;
}
.login-profile-form #login-form input[type="password"]{
    margin-bottom: 0px;
    border: 1px solid #E5E5E5;
     padding: 13px 20px;
     border-radius: 8px;
     background-color: #fff;
     width: -webkit-fill-available;
}
.login-profile-form #login-form label,
#otp-form label{
    font-size: 14px;
   margin-bottom:6px;
}

.login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}
.change-password-container label,
.change-email-container label{
    display: block;
    font-size: 14px;
    color: #333;
	padding-bottom:6px;
}
.change-password-container input{
    margin-bottom: 20px;
}
.change-password-container .button-group{
    margin-top: 0px;
}
.change-email-container button{
    margin-top: 20px;
}
.login-form input[type="email"],
.login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.password-container {
    position: relative;
}
img.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #e5e5e5;
    padding: 5px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
}

.similar-job-card .bookmark-btn img{
    width: auto !important;
    height: auto !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.forgot-password {
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.login-profile-form .login-btn {
    width: 100%;
    padding: 15px 30px;
    border: none;
    font-size: 16px;
    cursor: pointer;
	margin-top:20px;
}
.login-form .login-btn{
    margin-top: 20px;
    width: 100%;
}
.forgot-password-form h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
#apply-popup .forgot-password-form h2{
    text-align: left;
}
#apply-popup #otp-send-btn {
    margin-bottom: 10px !important;
}

.forgot-password-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

.forgot-password-form input[type="email"],
.forgot-password-form input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

#otp-form .otp-send-btn,
#otp-form .submit-btn {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 10px;
    float: none;
    margin-left: auto;
}
.forgot-password-form{
    padding: 30px;
}
.otp-info {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    text-align: center;
}

.back-to-login {
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    padding: 15px 0px;
}
#otp-form .submit-btn {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
}
.back-to-login:hover {
    text-decoration: underline;
}

.job-details-section .job-detail {
    /* display: flex; */
    flex-direction: column;
    gap: 8px;
}

.job-details-section .icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.job-details-section .icon {
    width: 18px;
    height: 18px;
}

.job-details-section .label {
    font-size: 14px;
    font-weight: normal;
    color: #797979;
    margin: 0;
}

.job-details-section .value {
    font-size: 14px;
    margin-left: 28px;
    margin-top: 0;
    color:#111111;
}

.job-details-section .job-details {
    display: block;
}

.no-results {
    text-align: center;
    padding: 40px;
}

.no-results img {
    margin-bottom: 20px;
}

.no-results h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.no-results p {
    font-size: 14px;
    color: #666;
}

/* Edit Profile form*/
.profile-photo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.profile-photo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.radio-group {
    display: flex;
    gap: 20px;
    margin-top: 5px;
}

/* Add Profile Form Improvements */
.profile-container,
#add-profile-form,
.change-password-container,
.change-email-container,
#edit-profile-form{
    border-radius: 8px;
    padding: 32px 24px;
    max-width: 900px;
    margin: 0 auto;
    font-family: inherit;
    box-shadow: 0px 2px 1px 0px #00000040;
    border: 1px solid #E5E5E5;
	background-color:#fff;
}
.edit-profile-form h2 {
    margin-bottom: 24px;
}
.edit-profile-form h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 32px 0 16px 0 !important;
    color: #222;
}
.edit-profile-form input[type="text"],
.edit-profile-form input[type="number"],
.edit-profile-form input[type="time"],
.edit-profile-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: inherit;
    background: #fff;
    margin-bottom: 0;
    box-sizing: border-box;
    margin-top: 10px;
    /* margin-bottom: 18px; */
    transition: border 0.2s;
}
.edit-profile-form input[type="text"]:focus,
.edit-profile-form input[type="number"]:focus,
.edit-profile-form input[type="time"]:focus,
.edit-profile-form select:focus {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    outline: none;
}
.edit-profile-form .row {
    display: flex;
    gap: 18px;
    margin-bottom: 0;
	justify-content: space-between;
	align-items:center;
}
.edit-profile-form .col-50 {
    flex: 0 0 48%;
}
.edit-profile-form .qualification-row,
.edit-profile-form .experience-row {
    gap: 18px;
    margin-bottom: 12px;
}
.edit-profile-form .button-group {
    margin-top: 32px;
    display: block;
}
span.profile-update-message {
    display: block;
    width: 100%;
}
.edit-profile-form .profile-btn-view {
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.edit-profile-form .secondary {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 10px 20px !important;
    font-size: 14px !important;
}
.edit-profile-form .secondary:disabled {
    color: #bdbdbd;
    border-color: #e5e7eb;
    background: #f5f6fa;
    cursor: not-allowed;
}
.profile-photo-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
.photo-upload-message{
    display: none;
}
.profile-photo-wrapper img{
	border-radius:50%;
	margin-right:20px;
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.profile-photo-wrapper button{
	padding: 10px 20px;
    font-size: 14px;
}
.my-profile-container {
    display: flex;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
	padding:60px 0px;
    align-items: flex-start;
}
.download-btn a{
    color: inherit;
}
.profile-card .download-btn{
    padding: 8px 20px;
}

/* profile nav sidebar menu css */

.my-profile-nav{
    border-radius: 8px;
    padding: 32px 0px;
    max-width: 900px;
    margin: 0 auto;
    font-family: inherit;
    box-shadow: 0px 2px 1px 0px #00000040;
    border: 1px solid #E5E5E5;
	background-color:#fff;
}
.my-profile-nav ul{
	padding:0 !important;
	margin:0 !important;
}
.my-profile-nav ul li  {
    list-style-type: none;
    padding: 10px 24px;
	
}
.my-profile-nav ul li:not(:last-child) {
    border-bottom: 1px solid #f6f9fd;
}
.my-profile-nav ul li a{
    background: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color:inherit;
}
.my-profile-nav ul li a.active {
    background: inherit;
}
span.menu-icon{
    line-height: 0;
}

.my-profile-content {
    width: 75%;
}

.view-job-btn,
.remove-btn{
    padding: 10px 25px;
}
.remove-btn {
    background: transparent;
    color: inherit;
    border-color: inherit;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}
.saved-job-item {
    box-shadow: 0px 2px 4px 0px #00000040;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.saved-job-info{
	flex: 1 1 60%;
}
.job-cards {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 2px 4px 0px #00000040;
}
.job-cards .bookmark-btn {
    background: rgb(39 93 245 / 6%);
    height: 40px;
    width: 40px;
    z-index: 0;
    border-radius: 30px;
    padding-top: 3px;
}
.job-date {
    margin: 0;
}
.company-info {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.job-meta {
    display: flex;
    gap: 15px;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.job-grids .job-meta {
    margin-top: 5px;
}
.job-grids.grid-view .job-meta{
    margin: 5px 0px;
}
.job-meta .info-item:not(:last-child) {
    border-right: 1px solid #E5E5E5;
}
.info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.info-item i {
    color: #AAAAAA;
    font-size: 14px;
}
.info-item span {
    margin-right: 15px;
    font-size: 0.9rem;
    color: #555;
}
.job-desc {
    font-size: 0.9rem;
    margin: 10px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.job-btn {
    gap: 20px;
}
.profile-detail-header{
    border-bottom: 1px solid #f6f9fd;
    padding: 30px;
    margin: 0 !important;
}
.profile-btns{
 
    display:flex;
    gap:16px;
    align-items:center;
    padding: 30px;
}
.profile-detail-body{
    padding: 30px 30px 0px;
}
.menu-text{
	font-size:16px;
	padding-left:10px;
}

/* Profile List Table Styles */

.profile-list-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0;
    background: #fff;
}
.profile-list-table thead tr {
    background: #2763f5;
    color: #fff;
}
.profile-list-table th {
    padding: 15px 32px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.profile-list-table td {
    padding: 20px;
    vertical-align: middle;
    background: #fff;
}
.profile-list-avatar i{
	 border-radius: 50%;
    background: linear-gradient(135deg,#ff6a00,#ee0979);
    text-align: center;
    color: #fff;
    padding: 8px 10px 5px;
}
.profile-list-info {
    display: inline-block;
    vertical-align: middle;
}
.profile-list-company,
.profile-list-skills {
    color: #7a7a7a;
    font-size: 14px;
}
.profile-list-company{
  font-style:italic;
}
.profile-list-position {
    font-size: 18px;
    font-weight: 500;
}

.profile-btn-edit {
    border-color: inherit;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    padding: 5px 20px;
    cursor: pointer;
}
.edit-profile-form .profile-btn-edit{
    padding: 14px 32px;
}
.profile-list-pagination {
    text-align: center;
    margin-top: 32px;
}
.profile-pagination-btn {
    background: #f5f6fa;
    color: #bdbdbd;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    margin: 0 8px;
}
.profile-list-table tr {
    border-bottom: 1px solid #f0f0f0;
}


.remove-qualification-btn, .remove-experience-btn {
    border: none;
    background: #f5f6fa;
    color: #ff4d4f;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
	padding:12px 15px;
}
.remove-qualification-btn:hover, .remove-experience-btn:hover {
    background: #ff4d4f;
    color: #fff;
}

a.profile-forgot-password,
a.profile-register,
a.profile-back-to-login{
    font-size: 14px !important;
}
#change-password-form {
    padding-top: 30px;
}
.password-field {
    position: relative;
}

.password-field input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.change-password-container .toggle-password{
    top:40%;
}

.toggle-password img {
    width: 20px;
    height: 20px;
}

.button-group {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.update-btn, .cancel-btn {
    padding: 12px 25px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

.cancel-btn {
    border-color: inherit;
    border-width: 1px;
    border-style: solid;
}

.form-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}

.form-message.success {
    background-color: #e6f7e6;
    color: #2e7d32;
}

.form-message.error {
    background-color: #ffebee;
    color: #c62828;
}

/* Notification Bell css */

.notificationBell {
	position: relative;
	cursor: pointer;
	font-size: 24px;
	display: inline-block;
}
#notificationItems {
    padding: 10px 20px;
}
.notificationBell .count {
	position: absolute;
	top: -6px;
	right: -6px;
	background: red;
	color: white;
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 50%;
}
.notificationBox {
	display: none;
	position: absolute;
	top: 60px;
    right:100px;
	width: 380px;
	max-height: 400px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	border-radius: 8px;
	overflow-y: auto;
	z-index: 999;
}
.notificationBox h4 {
	margin: 0;
	padding: 12px 16px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.notificationBox-item {
	padding: 10px 16px;
	border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}
.notificationBox-item.unread {
	background-color: #f1f5ff;
}
.notificationBox-item strong {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}
.notificationBox-item small {
	display: block;
	color: #666;
	margin-top: 6px;
}

/* Notification Bell css end */

/* Profile card css */

.profile-card{
    background: #fff;
    border-radius: 10px;
    max-width: 900px;
    margin: auto;
    border: 1px solid #E5E5E5;
  }
  .profile-card:not(:last-child) {
    margin-bottom: 40px;
  }

  .download-icon,
  .edit-icon{
  padding-right: 6px;
  }
  
  .header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    border-bottom: 1px solid #E5E5E5;
  }
  
  .header h2 {
    margin: 0;
  }
  
  .actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
  }
  
  .edit-btn, .download-btn {
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
  }
  
  .profile-card .edit-btn {
    font-size: 16px;
    font-weight: 600;;
    background:transparent;
    border:none;
    color:#4B79F5;
  }
  .profile-card a.edit-btn{
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap:6px;
    font-size:14px !important;
  }
  
  .profile-card .section {
    padding: 30px;
  }

  .profile-card .section p {
    margin: 5px 0 0;
  }
  
  .info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0px 30px;
  }
  .last-section {
    padding: 15px 30px 0px;
}
.last-grid {
    padding: 0px 30px 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
#remove-photo-btn {
    background-color: inherit;
    color: inherit;
    border-width: 1px;
    border-color: inherit;
    border-style: solid;
    padding: 8px 25px;
}
#remove-photo-btn:hover{
    background-color: #333;
    color:#fff;
}
#upload-photo-btn{
    padding: 9px 25px;
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}
.profile-card .download-btn a{
    color:#fff;
    text-decoration: none;
    font-size:14px !important;
}
.profile-section h4{
    padding-bottom:20px;
}
.profile-card .header{
	flex-direction: row;
}
.profile-section label{
	font-size:14px;
}

/* Profile card css end */

/* login form google and linkedin icon css */

.separator {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #AAAAAA;
    font-size: 14px;
}
.separator::before, .separator::after {
    flex: 1;
    height: 1px;
    background-color: #E5E5E5;
    content: "";
}
.google-oauth-container,
.linkedin-oauth-container {
    margin: 15px 0;
}

.google-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border: 1px solid #E5E5E5;
    background-color: transparent;
    border-radius: 8px;
    text-decoration: none;
    color: #3c4043;
    font-size: 16px;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
}

.linkedin-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    background-color: transparent;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    text-decoration: none;
    color: #3c4043;
    font-size: 16px;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
}

/* Withdraw model CSS */

.withdraw-modal{
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
  .withdraw-modal .modal-box {
    background: white;
    border-radius: 10px;
    padding: 30px;
    width: 570px;
    text-align: center;
    position: relative;
  }
  
  .withdraw-modal .modal-box h2 {
    margin: 20px 0 10px;
  }
  
  .withdraw-modal .modal-box p {
    margin-bottom: 40px;
    margin-top: 10px;
  }
  
  .withdraw-modal .modal-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }
  
  .withdraw-modal .btn-cancel {
    border-color:inherit;
    border-width: 1px;
    background-color: transparent;
    color:inherit;
    cursor: pointer;
    width: 100%;
    padding: 15px;
    border-style: solid;
  }
  
  .withdraw-modal .btn-confirm {
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 15px;
    border-color:inherit;
    border-width: 1px;
    border-style: solid;
  }
  
  .withdraw-modal .exclamation-icon {
    margin-bottom: 35px;
  }
  
  .withdraw-modal .close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 20px;
    cursor: pointer;
  }
  
  /* No job found */

  .no-job-found {
    text-align: center;
    padding: 40px;
}

  .no-job-found img {
    width: 350px;
    margin-bottom: 40px;
}

/* drop or upload a file css start */

.dropzone {
    border: 2px dashed #e5e5e5;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 40px;
    text-align: center;
    color: #666;
    transition: background-color 0.3s;
    cursor: pointer;
  }

  .dropzone.dragover {
    background-color: #e6f7ff;
    border-color: #6a38c2;
    color: #6a38c2;
  }

  .dropzone input {
    display: none;
  }

  .file-list {
    margin-top: 20px;
    margin-left: 0px;
    list-style-type: none;
    padding-left: 0px;
}

.file-list img {
    width: 20px;
    height: 20px;
  }

  .file-list li {
    background: #FFFFFF;
    border: 1px solid #E5E5E5 !important;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
/* drop or upload a file input end */

  @media (min-width: 600px) {
    .info-grid {
      grid-template-columns: 1fr 1fr;
    }
    .last-grid {
        grid-template-columns: 1fr 1fr;
    }
  }

/* Bookmark button loading state */
.bookmark-btn {
    position: relative;
    display: inline-block;
}
.bookmark-icon{
    filter: brightness(0.2);
}

/* Hide the icon and show spinner when loading */
.bookmark-btn.loading .bookmark-icon {
    opacity: 0;
}

/* Spinner overlay */
.bookmark-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border: 2px solid #e3e3e3;
    border-top-color: inherit;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 10;
}

/* Prevent multiple clicks during loading */
.bookmark-btn.loading {
    pointer-events: none;
}

/* list/grid view CSS for job listing pagec*/

.view-switcher {
    margin: 20px 0;
}

.view-switcher .switcher-btns {
    margin-right: 0;
    margin-left: auto;
}
.view-switcher .view-btn {
    background: #f2f2f2;
    padding: 15px;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    line-height: 0;
}
.view-switcher .view-btn:hover {
    background: #333;
}
.view-switcher .view-btn:hover img {
    filter: brightness(0) invert(1);
}
.view-switcher .view-btn.active {
    background: #333;
}
button.view-btn.grid-view-btn img,
button.view-btn.list-view-btn img {
   filter: brightness(0.2);
}
button.view-btn.grid-view-btn.active img,
button.view-btn.list-view-btn.active img {
    filter: brightness(0) invert(1);
}
.view-switcher .view-btn i {
    margin-right: 5px;
}
.job-grids.list-view .job-item {
    margin-bottom: 20px;
}
.job-grids {
    display: none;
}
.job-grids.active {
    display: none;
}
.job-grids.grid-view.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 73.5%;
    height: fit-content;
    gap: 20px;
}
.job-listing-container .job-card:not(:last-child),
.job-grids.grid-view .job-card:not(:last-child){
    margin-bottom: 30px;
}
/* Spin animation */
@keyframes spin {
    to { 
        transform: translate(-50%, -50%) rotate(360deg); 
    }
}