.dashboard-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.custom-box {
  flex: 1 1 48%;
  background: var(--secondary-background-color);
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.box-header {
  background-color: var(--primary-color);
  color: var(--text-white-color);
  padding: 12px 16px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #3d6b0f;
}

.box-body {
  padding: 15px;
  font-family: "Karla", sans-serif;
}

.box-body ul {
  list-style: none;
  padding-left: 0;
}

.box-body ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.box-body ul li a {
  color: var(--primary-color);
  text-decoration: none;
}

.box-body ul li a:hover {
  text-decoration: underline;
}
.profile-home h5 {
   background: #f2f2f2;
    padding: 2%;
    color: #2F3B40;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.title-proj-tech {
    padding: 3%;
}

.profile-memdetail-listing ul.tech-proj-list {
    margin-top: 10px;
}

.profile-memdetail-listing .profile-home h5 {
    padding: 10px;
}

.profile-memdetail-listing .title-proj-tech {
    padding: 20px 10px 10px;
}

.profile-memdetail-listing .tech-proj-list li {
    margin-bottom: 0px;
    text-transform: capitalize;
}

.profile-memdetail-listing .tech-proj-list li a:hover {
    text-decoration: none;
}

.highlighted-table thead {
    background-color: #f2f2f2;
    color: #2F3B40;
}

.highlighted-table th {
    padding: 10px;
}

.highlighted-table td {
    padding: 8px;
}
.proj-tech-outer {
    max-height: 200px;
    overflow-y: auto;
    color: var(--primary-color);
    border: 1px solid #4d841373;
}
.tech-proj-list li {
  display: flex;
  align-items: center;
  gap: 8px; /* space between icon and text */
  margin-bottom: 10px;
  font-size: 16px;
}

.tech-proj-list li i.fa {
  color: var(--primary-color); 
  font-size: 18px;
  flex-shrink: 0; 
}
ul.tech-proj-list {
    margin: 2%;
}
/*.dashboard-section.super-coins {*/
/*    margin-bottom: 3%;*/
/*}*/
.invite-colleagues-section .know-your-rewards a {
    color: var(--text-color);
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 25px;
    padding: 12px 25px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    margin: 5px;
}
.invite-colleagues-section .know-your-rewards a.know-your-rewards-btn {
    background: transparent;
    border: 2px solid var(--secondary-color);
}
div#menu-toggle-options label {
    font-size: 16px;
    line-height: 2;
}
.wrap.doi-nominate h5 {
    margin-bottom: 2%;
}
/* label.gfield_label.gform-field-label, label.gform-field-label.gform-field-label--type-sub {
    font-size: 16px;
    color:#112337;
    font-weight: 600;
} */

.invite-colleagues-section {
  text-align: center;
  padding: 0px !important;
}

.my-profile-form_wrapper.gform_wrapper .gfield_label {
    display: inline-block;
    vertical-align: top;
    /* white-space: nowrap; */
}

.my-profile-form_wrapper.gform_wrapper .gfield_label .gfield_required {
    display: inline;
    margin-left: 4px;
}

body .gf-readonly-field .ginput_container_email input {
    pointer-events: none;
    background-color: #f5f5f5;
    color: #666;
}

.create-technology-form .me-edit-profile-page .gform_wrapper {
      margin-top: 0px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      box-shadow: none;
      border: none;
      margin-bottom: 0px;
}

.tos-registration-page .gform-inner.upgrade-premium-form {
    padding: 2em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    background: var(--primary-background-color);
}

.create-technology-form .me-edit-profile-page h5.edit-profile-title-h5 {
  background-color: var(--primary-color);
  color: var(--text-white-color);
  padding: 12px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px;
  font-weight: 500;
}

.me-edit-profile-page .dashboard-section.super-coins .custom-box .customize-your-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.me-edit-profile-page .dashboard-section.super-coins .custom-box .customize-your-menu input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px;
    height: 18px;
    width: 18px;
    border-radius: 0;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    vertical-align: middle;
}

.me-edit-profile-page .dashboard-section.super-coins .custom-box .customize-your-menu input:checked::after {
    content: '✔';
    color: white;
    font-size: 14px;
    position: relative;
    top: -5px;
    left: 3px;
    transform: translate(-50%, -55%);
}

.create-technology-form .me-edit-profile-page form .gform-body {
    background: var(--primary-background-color);
    padding: 0px;
}

body .me-edit-profile-page .gform_wrapper.gform-theme form {
    background: var(--primary-background-color);
}

body .gform_validation_error .gform_validation_errors {
  margin-bottom: 0px;
}


.upgrade-shimmer-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-white-color);
  background: linear-gradient(135deg, #a64ca6, #6a0dad);
  border: none;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.2s ease;
  font-family: "Karla", sans-serif;
}

.upgrade-shimmer-button:hover {
  transform: translateY(-2px);
  color: var(--text-white-color);
}

/* Shimmer Effect */
/*.upgrade-shimmer-button::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -75%;*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  background: linear-gradient(120deg, rgba(255,255,255,0.2), rgba(255,255,255,0.6), rgba(255,255,255,0.2));*/
/*  transform: skewX(-20deg);*/
/*  z-index: 0;*/
/*  animation: shimmer 1.5s infinite;*/
/*}*/

@keyframes shimmer {
  100% {
    left: 125%;
  }
}

.upgrade-shimmer-button i {
  z-index: 1;
}
.upgrade-shimmer-button span,
.upgrade-shimmer-button i {
  position: relative;
  z-index: 1;
  font-size: 12px;
}

.premium-member-badge-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-white-color);
  background: linear-gradient(0deg, #b8860b, #fcd34d);
  font-family: "Karla", sans-serif;
  border: none;
  border-radius: 50px;
  overflow: hidden;
  cursor: auto;
  z-index: 1;
}

.invite-success-message {
    background: #e7f5e6;
    padding: 20px;
    border: 1px solid #b2d8b2;
    margin: 30px 0 10px 0;
}

.invite-collegue-title-h5 {
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    font-weight: 500;
}

.create-technology-form .invite-tos-form_wrapper {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}


/* Search view profile CSS starts here */

.view-profile-details .box-body {
    padding: 32px;
}

.view-profile-details {
    margin: 20px 0;
    border-radius: 20px;
}

.view-profile-details .profile-header {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 1rem;
}

.view-profile-details .cover-section {
    height: 235px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.15) 0%, transparent 40%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="0.3" fill="%23ffffff" opacity="0.08"/><circle cx="50" cy="10" r="0.4" fill="%23ffffff" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    overflow: hidden;
}

.view-profile-details .cover-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(54, 94, 14, 0.95) 0%, rgba(204, 170, 47, 0.85) 100%);
    backdrop-filter: blur(0.5px);
}

/*.view-profile-details .cover-section::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -50%;*/
/*    left: -50%;*/
/*    width: 200%;*/
/*    height: 200%;*/
/*    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);*/
/*    animation: float 6s ease-in-out infinite;*/
/*    pointer-events: none;*/
/*}*/

/*@keyframes float {*/
/*    0%, 100% { transform: translate(0, 0) rotate(0deg); }*/
/*    33% { transform: translate(30px, -30px) rotate(120deg); }*/
/*    66% { transform: translate(-20px, 20px) rotate(240deg); }*/
/*}*/

.view-profile-details .profile-info {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    position: relative;
    z-index: 2;
    width: 100%;
}

.view-profile-details .avatar-container {
    position: relative;
}

.view-profile-details .avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #7FC242 50%, #A0E418 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 700;
    color: white;
    border: 6px solid white;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.15),
        0 4px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all 0.3s ease;
    margin-top: 5px;
    text-transform: uppercase;
}

.view-profile-details .avatar::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3f6f10 0%, #6dbb36 50%, #8ed315 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.view-profile-details .avatar:hover {
    transform: scale(1.05);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.2),
        0 6px 20px rgba(0, 0, 0, 0.15);
}

.view-profile-details .avatar:hover::before {
    opacity: 1;
}

.view-profile-details .profile-text {
    color: white;
    margin-bottom: 1rem;
    flex: 1;
}

.view-profile-details .profile-name {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.025em;
    line-height: 1.1;
    color: #fff;
    text-transform: capitalize;
}

.view-profile-details .profile-title {
    font-size: 18px;
    opacity: 0.95;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
}

.view-profile-details .profile-meta {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.view-profile-details .meta-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-profile-details .meta-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.view-profile-details .meta-icon {
    width: 16px;
    height: 16px;
    opacity: 0.8;
    padding-top: 1px;
}

.view-profile-details .profile-content {
    padding: 2rem;
}

.view-profile-details .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.view-profile-details .info-section {
    background: #F3FAF6;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #4d841342;
}

.view-profile-details .section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.view-profile-details .section-title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: linear-gradient(to bottom, var(--primary-color), #ccaa2fd9);
    border-radius: 2px;
}

.view-profile-details .info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.view-profile-details .info-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.view-profile-details .info-label {
    font-size: 16px;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.view-profile-details .info-value {
    font-size: 18px;
    font-weight: 500;
    color: #1e293b;
}

.view-profile-details .status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
}

.view-profile-details .status-active {
    background: #dcfce7;
    color: #166534;
    text-transform: capitalize;
    font-size: 16px;
}

.view-profile-details .membership-premium {
    background: #fef3c7;
    color: #92400e;
    text-transform: capitalize;
    font-size: 16px;
}

.view-profile-details .publications-count {
    background: #dbeafe;
    color: #1e40af;
    padding: 5px 10px;
    border-radius: 0.5rem;
    font-weight: 600;
    display: inline-block;
}

@media (max-width: 768px) {
    .view-profile-details .content-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .view-profile-details .btn {
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
    }

    .view-profile-details .cover-section {
        height: 220px;
        padding: 2rem 1rem 1.5rem;
    }

    .view-profile-details .profile-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }

    .view-profile-details .avatar {
        width: 120px;
        height: 120px;
        font-size: 2.5rem;
    }

    .view-profile-details .profile-name {
        font-size: 2rem;
    }

    .view-profile-details .profile-title {
        font-size: 1.1rem;
    }

    .view-profile-details .profile-meta {
        justify-content: center;
        gap: 1rem;
    }

    .view-profile-details .meta-item {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .view-profile-details .profile-content {
        padding: 1rem;
    }

    .view-profile-details .info-section {
        padding: 1rem;
    }
}

body .view-profile-details.main-profile-page-details #gform_6 .gform_footer {
        margin-top: 30px;
        padding-bottom: 10px;
}

.view-profile-details.main-profile-page-details {
    margin: 20px 0 30px 0;
}

.view-profile-details.main-profile-page-details .meta-item {
    background: rgb(95 105 6 / 55%);
    border: 1px solid #ffffff9e;
    color: #fff;
}

.view-profile-details.main-profile-page-details .meta-item:hover {
    background: rgba(255, 255, 255, 0.25);
}

.view-profile-details.main-profile-page-details .tab-link.active .meta-item {
    background: rgb(71 78 4);
}

.view-profile-details.main-profile-page-details .content-grid {
    margin-bottom: 1rem;
}

.profile-memdetail-listing .box-header {
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(54, 94, 14, 0.95) 0%, rgba(204, 170, 47, 0.85) 100%);
    backdrop-filter: blur(0.5px);
    color: var(--text-white-color);
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
}

.technology-membership-listing .box-body {
    padding: 32px;
}

.technology-membership-listing {
    border-radius: 20px;
    margin-top: -15px;
    margin-bottom: 35px;
}

.technology-membership-listing .box-header {
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(54, 94, 14, 0.95) 0%, rgba(204, 170, 47, 0.85) 100%);
    backdrop-filter: blur(0.5px);
    color: var(--text-white-color);
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
}

.technology-membership-listing .title-proj-tech {
    padding: 20px 10px;
    font-size: 18px;
    text-align: center;
}

.technology-membership-listing .title-proj-tech a {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.technology-membership-listing .proj-tech-outer a:hover {
    text-decoration: none;
}

.technology-membership-listing .proj-tech-outer .profile-home h5 {
    background: #F3FAF6;
    padding: 12px;
}

.technology-membership-listing .proj-tech-outer {
    max-height: 200px;
}

.technology-membership-listing .proj-tech-outer .profile-home ul.tech-proj-list {
    margin: 12px;
}

.technology-membership-listing .proj-tech-outer .profile-home ul.tech-proj-list li {
    border-bottom: none;
}

.search-profile-tech-membership {
    margin: 0px;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 0;
    margin-top: 1rem;
}

.search-profile-tech-membership .title-proj-tech {
    padding: 20px 10px 10px;
    font-size: 16px;
    text-align: left;
}

.search-profile-tech-membership .title-proj-tech a {
    font-weight: normal;
    text-decoration: none; 
    text-transform: capitalize;
}

.search-profile-tech-membership .proj-tech-outer .profile-home h5 {
    background: #f2f2f2;
    padding: 10px;
}

.search-profile-tech-membership .proj-tech-outer .profile-home ul.tech-proj-list li {
    margin-bottom: 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
}

.search-profile-tech-membership .proj-tech-outer .profile-home ul.tech-proj-list {
    margin: 2%;
    margin-top: 10px;
}
        
/* Search view profile CSS ends here */


/* Jobs CSS starts here */

.biotech-outer-grid.tos-job-listing-page #technology-search-form input {
    width: 100%;
}

.tos-job-listing-page .job-listing-details .job-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tos-job-listing-page .technology-grid.technology-grid-original .card-inner .card-content {
    width: 100%;
}

.tos-job-listing-page .job-listing-details .job-location-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    font-style: italic;
}

.tos-job-listing-page .job-listing-details .job-location-date p {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tos-job-listing-page .job-listing-details .job-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.tos-job-listing-page .job-listing-details .job-title h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4d8413;
    width: 70%;
    display: inline-block;
}

.tos-job-listing-page .job-listing-details .job-view-details-btn {
    background: #fff;
    border: 2px solid #4d8413;
    color: #4d8413;
    padding: 5px 12px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.3em;
}

.individual-job-detail-page .tech-summary-tab-content.preprint-summary-tab-content {
    grid-template-columns: none;
}

.individual-job-detail-page .individual-job-location-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    font-style: italic;
}

.individual-job-detail-page .individual-job-location-date p {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.individual-job-detail-page .tos-apply-job-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center; 
}

.tos-job-listing-page .job-listing-details button.job-apply-btn.btn-apply {
    background: #4d8413;
    color: white;
    padding: 5px 12px;
    border: 2px solid #4d8413;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.individual-job-detail-page .tos-apply-job-btn button.job-apply-btn.btn-apply {
    background: #4d8413;
    color: white;
    padding: 8px 18px;
    border: 2px solid #4d8413;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tos-job-listing-page .job-listing-details button.job-apply-btn.btn-apply:hover,
.individual-job-detail-page .tos-apply-job-btn button.job-apply-btn.btn-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px #4d841333;
}

.tos-job-listing-page .job-listing-details button.job-apply-btn.btn-expired {
    background: #fed7d7;
    color: #c53030;
    padding: 5px 22px;
    border: 2px solid #fed7d7;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: not-allowed;
}

.individual-job-detail-page .tos-apply-job-btn button.job-apply-btn.btn-expired {
    background: #fed7d7;
    color: #c53030;
    padding: 8px 18px;
    border: 2px solid #fed7d7;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: not-allowed;
}

.tos-job-listing-page .job-listing-details button.job-apply-btn.btn-applied {
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: white;
    padding: 5px 12px;
    border: 2px solid #48bb78;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: not-allowed;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.individual-job-detail-page .tos-apply-job-btn button.job-apply-btn.btn-applied {
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: white;
    padding: 8px 18px;
    border: 2px solid #48bb78;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: not-allowed;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tos-job-listing-page .technology-grid.technology-grid-original .card-inner {
    margin-bottom: 10px;
}

.individual-job-detail-page .job-application-tab-content {
    margin: -20px;
    background: var(--primary-background-color);
    padding: 30px;
}

.individual-job-detail-page .job-applications-wrapper .job-application-table th {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid #aaaaaa;
    text-align: left;
    text-transform: uppercase !important;
}

.individual-job-detail-page .job-applications-wrapper .job-application-table td {
    background-color: #fff;
}

.job-applications-wrapper .job-application-table th:nth-child(1),
.job-applications-wrapper .job-application-table td:nth-child(1) {
    width: 35%;
    text-transform: capitalize;
}

.job-applications-wrapper .job-application-table th:nth-child(2),
.job-applications-wrapper .job-application-table td:nth-child(2) {
    width: 45%;
}

.job-applications-wrapper .job-application-table th:nth-child(3),
.job-applications-wrapper .job-application-table td:nth-child(3) {
    width: 20%;
}

.job-confirmation-popup {
    display: none; 
    position: fixed; 
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    padding: 40px 30px; 
    border-radius: 10px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.3); 
    z-index: 10001; 
    width: 35%; 
    text-align: center;
    border: 1px solid var(--primary-color);
    background: var(--primary-background-color);
}

.job-confirmation-popup i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #4d8413;
}

.job-confirmation-popup #job-confirm-ok {
    margin-right: 5px;
    padding: 7px 25px;
    background: #4d8413;
    border: 1px solid #4d8413;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.job-confirmation-popup #job-confirm-cancel {
    margin-left: 5px;
    padding: 7px 25px;
    background: #fff;
    border: 1px solid #4d8413;
    color: #4d8413;
    border-radius: 5px;
    font-size: 16px;
}

.job-success-error-popup {
    display:none; 
    position: fixed; 
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    padding: 40px 30px; 
    border-radius: 10px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.3); 
    z-index: 10001; 
    width: 35%; 
    text-align: center;
    border: 1px solid var(--primary-color);
    background: #fff;
}

.job-success-error-popup #job-popup-close {
    padding: 7px 25px;
    background: #4d8413;
    border: 1px solid #4d8413;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

#job-popup-overlay {
    display: none; 
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: rgba(0,0,0,0.5); 
    z-index: 10000;
}

.tos-view-applied-jobs-page .job-applied-list-table th {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid #aaaaaa;
    text-align: left;
    text-transform: uppercase !important;
}

.tos-view-applied-jobs-page .job-applied-list-table td {
    background-color: #fff;
}

.tos-view-applied-jobs-page .job-applied-list-table th:nth-child(1),
.tos-view-applied-jobs-page .job-applied-list-table td:nth-child(1) {
    width: 30%;
    text-transform: capitalize;
}

.tos-view-applied-jobs-page .job-applied-list-table th:nth-child(2),
.tos-view-applied-jobs-page .job-applied-list-table td:nth-child(2) {
    width: 25%;
    text-transform: capitalize;
}

.tos-view-applied-jobs-page .job-applied-list-table th:nth-child(3),
.tos-view-applied-jobs-page .job-applied-list-table td:nth-child(3) {
    width: 25%;
}

.tos-view-applied-jobs-page .job-applied-list-table th:nth-child(4),
.tos-view-applied-jobs-page .job-applied-list-table td:nth-child(4) {
    width: 20%;
}

.tos-view-applied-jobs-page .job-applied-list-title-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.tos-view-applied-jobs-page .search-applied-jobs,
.tos-view-applied-jobs-page .search-applied-jobs:focus {
    padding: 12px 16px;
    max-width: 400px;
    border-radius: 5px;
    border-color: rgba(77, 132, 19, 0.44);
    height: 46px;
}

#gform_25 .job-end-date-field input {
    width: 100%;
}

/* Jobs CSS ends here */


/* Profile page - Upload section CSS starts here */

.view-profile-details .section-title-uploadbtn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.view-profile-details .profile-cv-upload-btn,
.view-profile-details .dissertation-upload-btn {
    background: #fff;
    color: #4d8413;
    padding: 5px 12px;
    border: 1px solid #4d8413;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: -5px;
}

.view-profile-details .profile-cv-upload-btn:hover,
.view-profile-details .dissertation-upload-btn:hover {
    background: #4d8413;
    color: #fff;
}

.view-profile-details p.no-files-uploaded {
    color: #2f3b40;
    font-size: 1rem;
    font-weight: 400;
    margin: 15px 0;
}

.cv-upload-popup,
.dissertation-upload-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.dissertation-popup-content,
.cv-popup-content {
    background: #f3faf6;
    padding: 30px;
    border-radius: 10px;
    max-width: 720px;
    width: 100%;
    position: relative;
    padding-bottom: 0;
    border: 1px solid #4d8413;
}

.dissertation-popup-content h6#form-success-27 i,
.dissertation-popup-content h6#form-success i,
.cv-popup-content h6#form-success-27 i,
.cv-popup-content h6#form-success i {
    font-size: 60px;
    margin-bottom: 20px;
    color: #4d8413;
}

.cv-upload-popup-close,
.dissertation-upload-popup-close{
    background: var(--primary-color);
    box-shadow: none;
    border: none;
    position: absolute;
    top: -15px;
    padding: 5px 10px;
    right: -15px;
    font-size: 16px;
    cursor: pointer;
    color: var(--text-white-color);
}

ul.dissertation-uploaded-files {
    margin: 0;
    column-count: 1;
    column-gap: 20px;
    text-transform: capitalize;
}

ul.dissertation-uploaded-files li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/06/TOS-WW-favicon.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: sub;
}

ul.dissertation-uploaded-files li {
    border: none;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    font-size: 16px;
    color: #2f3b40;
    padding: 4px;
    border-bottom: 1px solid #eee;
}

ul.dissertation-uploaded-files li a {
    color: #4d8413;
    font-size: 18px;
    margin-left: 5px;
}

.cv-upload-popup .cv-upload-input-field #input_26_1 {
    padding: 0px;
}

.view-profile-details .cv-info-value {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: capitalize;
}

.view-profile-details span.cv-uploaded-files {
    font-size: 16px;
    color: #2f3b40;
}

.view-profile-details span.cv-uploaded-files a {
    color: #4d8413;
    font-size: 18px;
    margin-left: 5px;
}

.dissertation-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.dissertation-modal-content.dissertation-delete-popup {
    position: fixed; 
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    padding: 40px 30px; 
    border-radius: 10px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.3); 
    z-index: 10001; 
    width: 35%; 
    text-align: center;
    border: 1px solid var(--primary-color);
    background: var(--primary-background-color);
}

.dissertation-delete-popup i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #c02b0a;
}

.dissertation-delete-popup .btn-danger {
    margin-right: 5px;
    padding: 7px 25px;
    background: #4d8413;
    border: 1px solid #4d8413;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.dissertation-delete-popup .btn-secondary {
    margin-left: 5px;
    padding: 7px 25px;
    background: #fff;
    border: 1px solid #4d8413;
    color: #4d8413;
    border-radius: 5px;
    font-size: 16px;
}

.cv-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex; justify-content: center; align-items: center;
  z-index: 9999;
}

.cv-modal-content.cv-delete-popup {
    position: fixed; 
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    padding: 40px 30px; 
    border-radius: 10px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.3); 
    z-index: 10001; 
    width: 35%; 
    text-align: center;
    border: 1px solid var(--primary-color);
    background: var(--primary-background-color);
}

.cv-delete-popup i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #c02b0a;
}

.cv-delete-popup .btn-danger {
    margin-right: 5px;
    padding: 7px 25px;
    background: #4d8413;
    border: 1px solid #4d8413;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.cv-delete-popup .btn-secondary {
    margin-left: 5px;
    padding: 7px 25px;
    background: #fff;
    border: 1px solid #4d8413;
    color: #4d8413;
    border-radius: 5px;
    font-size: 16px;
}

/* Profile page - Upload section CSS ends here */