/* Test style to verify CSS loading */

/* Styles for My CV page moved from resume.php */

.selected-sidebar-item {
    background: #F2F9FF;
    border-radius: 10px;
    color: #034C95;
}

.profile-wrapper {
    background: white;
    padding: 30px;
    border-radius: 15px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

p {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}

.advice-btn {
    background: #1a2238;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    margin-bottom: 30px;
    cursor: pointer;
    font-weight: 500;
}

.section {
    margin-bottom: 30px;
}

.section-header {
    background: #f2f2ff;
    padding: 10px 0;
    padding-left: 10px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cv-recommendations {
    color: #034C95;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

select {
    /* width: 100%; */
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafafa;
    font-size: 14px;
}

.cv-box input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.cv-box {
    position: relative;
    border: 1px dashed #D9D9D9;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    color: #999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 200px;
    order: 2;
    align-items: center;
    margin: 0 auto;
    background:
        linear-gradient(white, white) padding-box,
        repeating-linear-gradient(to right, #D9D9D9 0 4px, transparent 4px 8px),
        repeating-linear-gradient(to bottom, #D9D9D9 0 4px, transparent 4px 8px);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    justify-content: center;
}

.cv-box>div:first-child {
    position: absolute;
    width: 221px;
    height: 220px;
    left: calc(50% - 221px/2 + 0.5px);
    top: 71px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #9197A6;
}

.create-cv-btn {
    height: 19px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #FF6A3D;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: calc(50% - 221px/2 + 0.5px);
    top: 109px;
    text-decoration: none;
    gap: 5px;
}

.create-cv-btn span {
    font-size: 18px;
    line-height: 1;
}

.actions {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    /* margin-top: 48px; */
    order:2;
}

.btn-save {
    background: #FF6A3D;
    display: flex;
    width: 110px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border-color: transparent;
    color: #FFF;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.btn-cancel {
    background: none;
    border: 1px solid #FF6A3D;
    display: flex;
    width: 110px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    color:#1A2238;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.resume {
    display: flex;
    gap: 40px;
    flex-direction: column;
    width: 100%;
}

.resume__section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f2ff;
    padding: 10px 20px;
    border-radius: 8px;
}

.resume__section-title {
    font-weight: 600;
    color: #1a2238;
    font-size: 18px;
    padding-bottom: 2px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.resume__helper-text {
    color: #1A2238;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.resume__tabs {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background-color: #F8F8FB;
    width: 204px;
    height: 46px;


}

.resume__tab {
    background: none;
    color: #9197A6;
    border: none;
    border-radius: 20px;
    padding: 6px 24px;
    font-weight: 500;
    cursor: pointer;
}

.resume__tab--active {
    background: #1a2238;
    color: #fff;
}

.resume__primary_btn {
    height: 40px;
    padding: 8px 16px;
    background: #1A2238;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    color: white;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

.resume__primary_btn:hover,
.resume__primary_btn:focus {
    background: #232b47;
}

.account__content {
    display: flex;
    width: 100%;
    padding: 10px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px !important;
    border-radius: 20px;
    background: #FFF;
}

.no_cv_title {
    color: #9197A6;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.user_login_title {
    color: #1A2238;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px
}

.account__content-hello {
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}