@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: normal;
    box-sizing: border-box;

}

.bread_crumb_list {
    padding: 10px 0px 0px 0px;
}

.form_section {
    padding: 10px 0px 40px 0px;
}

.fellow_memberhead {
    font-size: 36px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 0px 0px 20px 0px;
}

.custom_wraaper {
    padding: 20px 0px;
}



.custom-step {
    border-bottom: 4px solid #ccc;
    padding-bottom: 10px;
    transition: border-color 0.3s ease;
}

.custom-step.completed {
    border-color: #4caf50 !important;
    /* green */
}

.custom-step.active {
    border-color: #2196F3 !important;
    /* blue */
}

.personalinfo_head {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    padding: 20px 0px;
}

.imagecard {
    position: relative;
    height: 170px;
}

.upload_detail {
    display: flex;
    background: rgba(30, 65, 153, 0.1);
    border: 2px dashed #1E4199;
    position: relative;
    border-radius: 10px;
    height: 170px;
    justify-content: center;
    flex-direction: column;
}

.upload_detail h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0px auto;
}

.upload_detail h5 {
    color: grey;
    font-size: 14px;
    margin: 5px auto 0px auto;
    font-weight: 600;
}

.upload_detail h6 {
    color: #1E4199;
    font-size: 14px;
    margin: 10px auto 0px auto;
    font-weight: 600;
}

.upload_detail h6 i {
    margin-right: 5px;
}

.upload_detail img {
    width: 20px;
    display: block;
    margin: 0px auto 10px auto;
}

.upload_detail.upload_detail2 h5.wid_text {
    margin: 10px auto;
}

.upload_btn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    padding: 0;
}

.upload_btn:hover {
    background: none;
    color: #fff;
}

.upload_btn img {
    width: 25px;
    height: 25px;
}

img.img_preview {
    width: 100%;
    height: 170px;
    border-radius: 10px;

}

.personal_formdetail {
    margin-bottom: 40px;
}

.personal_formdetail h5,
.react_date_wrap h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0px 0px 10px 0px;
}

.personal_formdetail h5 span,
.react_date_wrap h5 span {
    color: red;
}

.personal_formdetail input.form_custom,
input.form_custom {
    background: #fff;
    border: 1px solid #CBCBCB;
    outline: none;
    height: 50px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

input.form_custom::placeholder {
    color: #828282;
    font-weight: 500;
}

.personal_formdetail input.form_custom:focus {
    border: 1px solid #CBCBCB;
    background: #ECECEC;
}

.custom_date {
    position: relative;
    background: none;
    border: none;
    width: 100%;

}

.react_date_wrap .react-datepicker-wrapper {
    width: 100%;
    height: 50px;
    border: 1px solid #CBCBCB;
}

img.cal_addicon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
}

.custom_date input {
    background: none;
    padding: .375rem .75rem;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 0px;
}

.custom_date input:focus,
select.select_gender:focus {
    background: #ECECEC;
}

select.select_gender {
    border: 1px solid #CBCBCB;
    outline: none;
    cursor: pointer;
    width: 100%;
    padding: .375rem .75rem;
    height: 50px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}

.phone_input input.form-control {
    background: #fff;
    border: 1px solid #CBCBCB;
    outline: none;
    height: 50px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.phone_input .react-tel-input .selected-flag .arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.rem_input {
    display: flex;
    margin-bottom: 20px;
}

.rem_input input {
    width: 20px;
    height: 20px;
    border: 1px solid #1C1B1F;
}

.rem_input label {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
}

.rem_input .form-check-input:checked {
    background: url('../images/check.svg') no-repeat, #fff;
    background-size: 100% 100%;
    border-color: #1E4199;
    /* --bs-form-check-bg-image: url('../images/check.svg') no-repeat 100% 100%; */

}

.btnform_flex {
    display: flex;
    margin-top: 30px;
}

.btnform_flex button {
    margin-right: 20px;
}

.prev_btn {
    background: #fff;
    color: #FF5C36;
    border: 1px solid #FF5C36;
    width: 90px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    transition: 0.1s;
}

.prev_btn:hover {
    background: rgba(255, 92, 54, 0.1);
}

.next_btn {
    background: #FF5C36;
    color: #fff;
    border: 1px solid #FF5C36;
    min-width: 140px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
}

.next_btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.save_form {
    background: #fff;
    color: #1E4199;
    border: 1px solid #fff;
    width: 120px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    transition: 0.1s;
}

.save_form:hover {
    background: rgba(30, 65, 153, 0.1);
}

.disabled_btn {
    opacity: 0.6;
    display: none;
}

.text_custom {
    background: #fff;
    border: 1px solid #CBCBCB;
    outline: none;
    height: 100px;
    overflow-y: auto;
    resize: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}

.text_custom::placeholder {
    color: #828282;
    font-weight: 500;
}

ul.fello_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.fello_list li {
    padding: 0px 10px 10px 0px;
    width: 19%;
}

.wid_text {
    max-width: 700px;
    margin: 20px auto;
    line-height: 28px;
}

.upload_detail2 {
    height: 200px;
}

.addnew {
    background: #fff;
    border: 1px solid #CBCBCB;
    width: 340px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    padding: 0px 10px;
    font-weight: 600;
    margin-bottom: 30px;
}

.addnew span {
    font-size: 32px;
    margin: 0px 5px 0px 0px;
}

.thankyou {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    text-align: center;
    margin: 0px auto;
    flex-direction: column;
}

.thankyou h2 {
    font-size: 36px;
    margin: 0px auto;
}

.thankyou p {
    font-size: 16px;
    line-height: 28px;
    margin: 20px auto;
}

.personalinfo_head2 {
    font-size: 42px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    padding: 20px 0px;
}

.login_btn {
    background: #FF5C36;
    border: none;
    color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login_btn-signuppage {
    background: #FF5C36;
    border: none;
    color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.formbg {
    background: #FBFBFB;
    padding: 40px;
    margin: 40px 0px;
}

.formbg h3 {
    font-weight: bold;
    font-size: 36px;
    margin: 0px;
}

.formbg p {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
}

.login_content {
    padding: 60px 0px 0px 20px;
}

.login_content h4 {
    font-size: 20px;
    font-weight: bold;
}

.login_content h5 {
    font-size: 18px;
    font-weight: bold;
}

.login_content p {
    font-size: 14px;
    margin: 0px 0px 20px 0px;
}

.login_content p span {
    font-weight: bold;
}

.custom_wraaper .active {
    color: #0043CE !important;
}

.custom_wraaper .completed {
    background: #0043CE !important;
}

.custom_wraaper .StepButton-d0-0-2-6.active,
.custom_wraaper .custom-step.active {
    background: #fff;
    border: 1px solid #0043CE !important;
}

.custom_wraaper .StepButtonContent-d1-0-2-7.active,
.custom_wraaper .StepButtonContent-d3-0-2-13.active {
    color: #0043CE;
}

.custom_wraaper .StepButton-d0-0-2-6.completed {
    background: #0043CE;
    border: 1px solid #0043CE !important;
}

/*
.custom-step {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.custom-step.completed {
    border-color: #4caf50 !important;
}
.custom-step.active {
    border-color: #2196F3 !important;
}
*/

img.preview_img {
    width: 100%;
    height: 170px;
    border-radius: 10px;
}

.input_pdf_div {
    position: relative;
    background: #fff;
    border: 1px solid #CBCBCB;
    outline: none;
    height: 50px;
}

.input_pdf_div input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.pdf_align_center {
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.pdf_align_center img {
    width: 20px;
    margin: 0px 5px 0px 0px;
}

/* .custom_wraaper .ConnectorContainer-d0-0-2-16 {
    border: 2px solid #C6C6C6;
    left: calc(-50% + 2em - 17px);
    right: calc(50% + 2em - 17px);
} */

/* Login Form Validation Styles */
.form_custom.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form_custom.is-valid {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.login_btn:disabled {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    cursor: not-allowed;
    opacity: 0.65;
}

.alert {
    border-radius: 8px;
    border: none;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 14px;
}

.alert-warning {
    background-color: #fff3cd;
    color: #856404;
    border-left: 4px solid #ffc107;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.alert i {
    margin-right: 8px;
}

/* Validation loading spinner */
.text-muted.small {
    font-size: 12px;
    color: #6c757d;
}

.text-muted.small i {
    margin-right: 4px;
}

/* Help text styling */
.bg-light {
    background-color: #f8f9fa !important;
}

.bg-light h6 {
    color: #495057;
    font-weight: 600;
    margin-bottom: 8px;
}

.bg-light ul {
    padding-left: 20px;
}

.bg-light li {
    margin-bottom: 4px;
    color: #6c757d;
}

.bg-light strong {
    color: #495057;
}

/* Form field focus states */
.form_custom:focus {
    border-color: #1E4199 !important;
    box-shadow: 0 0 0 0.2rem rgba(30, 65, 153, 0.25);
}

/* Disabled state styling */
.form_custom:disabled {
    background-color: #e9ecef;
    opacity: 0.65;
    cursor: not-allowed;
}

.blank-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: #fff;
    color: #bdbdbd;
    font-size: 1.2em;
    cursor: auto;
    font-weight: 600;
}

.current-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #0043CE;
    background: #fff;
    color: #0043CE;
    font-size: 1.2em;
    font-weight: 600;
}

.cvtemplate_pos {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    inset: 0;
    z-index: 9;
}

.cvtemplate_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    min-width: 600px;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    transform: translate(-50%, -50%);
}

.close_btn {
    background: none;
    border: none;
    outline: none;
    margin: 0px 0px 0px auto;
    display: flex;
    justify-content: flex-end;
}

.close_btn img {
    width: 12px;
}

.cvtemplate_content h3 {
    font-size: 32px;
    font-weight: 400;
}

ol.cvtemplate_list {
    margin: 0;
    padding: 0px 20px;
}

ol.cvtemplate_list li {
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0px;
}

.navbar_cust_main {
    border-bottom: 2px solid #000;
    width: 100%;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.navbar_logo img {
    width: 130px;
}

ul.custom_navbar {
    position: relative;
    top: 2px;
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 0;
}

ul.custom_navbar li {
    list-style: none;
}

ul.custom_navbar li a.active {
    font-weight: 800;
    border-bottom: 8px solid #FF5C36;
}

ul.custom_navbar li a {
    font-size: 14px;
    padding: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    position: relative;
    font-weight: 600;
    padding-bottom: 16px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

ul.custom_navbar li a:hover {
    border-bottom-color: #FF5C36;
}

ul.custom_navbar li a span {
    position: absolute;
    top: -15px;
    right: 8px;
    background: #FF5C36;
    color: #fff;
    font-size: 8px;
    padding: 2px 4px;
}

ul.custom_navbar li a.contact_grow {
    flex-grow: 1;
}

.collapse_center {
    justify-content: center;
}

.navbar-nav.ms-auto {
    margin-left: auto !important;
}

.dropdown_cust {
    margin-left: 1rem;
}

.card_cusr {
    background: none;
    border: none;
    outline: none;
    color: #000;
    font-size: 14px;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.card_cusr:hover,
.card_cusr:focus,
.card_cusr:active {
    background: none !important;
    border: none !important;
    outline: none !important;
    color: #000 !important;
}

.drop_list {
    top: -20px !important;
    box-shadow: 0px 3px 56px rgba(73, 92, 111, 0.3);
    border: none;
}

.dropcust_item {
    font-size: 14px;
    font-weight: 600;
}

.dropcust_item span {
    margin: 0px 5px 0px 0px;
}

.react_date_wrap_pos .react-datepicker-popper {
    z-index: 9 !important;
}

.bread_crumb_list .breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}

.bread_crumb_list ol li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.bread_crumb_list ol li.active {
    color: #FF5C36;
    font-weight: 600;
}

.application_minh {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.application_bg {
    background: #FBFBFB;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    max-width: 600px;
    margin: 0px auto;
    min-width: 600px;
    text-align: center;
}

img.img_check_draft {
    width: 40px;
}

.application_bg h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 10px auto;
}

.application_bg p {
    max-width: 400px;
    margin: 0px auto 10px auto;
    font-size: 16px;
    font-weight: 600;
}

ul.editbutton_list {
    list-style-type: none;
    margin: 0;
    padding: 20px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.editbutton_list li {
    margin: 0;
    padding: 0px 10px;
}

.continue_btn {
    background: #FF5C36;
    border: 1px solid #FF5C36;
    outline: none;
    color: #fff;
    min-width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.backhome {
    background: none;
    border: 1px solid #FF5C36;
    color: #FF5C36;
    min-width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.backhome:hover {
    color: #FF5C36;
}

.application_bg h3.cong_col {
    color: #00B69B;
}

.application_bg h3.not_col {
    color: #EE404C;
}

.remove_form {
    background: rgba(30, 65, 153, 0.1);
    border: none;
    outline: none;
    margin: 20px 0px 10px auto;
    display: flex;
    padding: 10px;
    border-radius: 20px;
}




.remove_form img {
    width: 15px;
}

.personal_formdetail input.form_cap.form-control,
input.form_cap.form-control {
    text-transform: none;
}

.annexure_mar {
    margin: 30px 0px;
}

.submit_document_btn {
    background: #FF5C36;
    border: none;
    outline: none;
    color: #fff;
    width: 200px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 20px 0px;
}

.annexure_head {
    margin: 0px auto;
    text-align: center;
    padding: 60px 0px 20px 0px;
}

.annexure_head h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 0px auto;
}

.annexure_head p {
    max-width: 1000px;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
}


/* Connector for active step (still in progress) */
.StepContainer-0-2-2.step-active .Connector-0-2-15 {
    border-top: 2px solid #e0e0e0 !important;
    /* keep it gray until next step */
}

/* Connector for completed steps */
.StepContainer-0-2-2.step-done .Connector-0-2-15,
.StepContainer-0-2-2.step-done #RFS-Connector,
.step-active .StepContainer-0-2-2 .Connector-0-2-15,
.step-active .StepContainer-0-2-2 #RFS-Connector,
.step-active .StepContainer-0-2-2.step-active .Connector-0-2-15,
.step-active .StepContainer-0-2-2.step-active #RFS-Connector {
    border-top: 2px solid #0043CE !important;
}

.step-active .ConnectorContainer-0-2-14 span.Connector-0-2-15 {
    border-top: 2px solid #0043CE !important;
}

/* .custom-stepper .ConnectorContainer-d0-0-2-14 {
    left: calc(-50% + 2em - 15px) !important;
    right: calc(50% + 2em - 15px) !important;
} */

.rounded-circle {
    width: 25px !important;
}

/* Preview Page Styles */
/* Preview Page Styles */
.preview-page {
    padding: 30px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Header Section */
.preview-header {
    margin-bottom: 40px;
}

.preview-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #1E4199;
    margin-bottom: 10px;
}

.preview-subtitle {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 20px;
}

.preview-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1E4199, #4169E1);
    margin: 0 auto;
    border-radius: 2px;
}

/* Section Cards */
.preview-section-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.preview-section-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}

/* Section Header */
.preview-section-header {
    background: linear-gradient(135deg, #1E4199 0%, #2952b3 100%);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-icon {
    font-size: 28px;
    color: #ffffff;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

/* Section Content */
.preview-section-content {
    padding: 30px;
}

/* Preview Fields */
.preview-field {
    margin-bottom: 0;
}

.preview-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c757d;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
}

.preview-value {
    font-size: 15px;
    color: #212529;
    line-height: 1.6;
}

.preview-value a {
    color: #1E4199;
    text-decoration: none;
    transition: color 0.2s ease;
}

.preview-value a:hover {
    color: #4169E1;
    text-decoration: underline;
}

/* Profile Image */
.profile-image-wrapper {
    display: inline-block;
    padding: 8px;
    background: linear-gradient(135deg, #1E4199, #4169E1);
    border-radius: 50%;
}

.profile-image-wrapper img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
}

/* Badges */
.badge-same-address {
    display: inline-block;
    padding: 6px 12px;
    background: #e7f3ff;
    color: #1E4199;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.badge-current {
    display: inline-block;
    padding: 4px 10px;
    background: #28a745;
    color: #ffffff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.badge-accepted {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #d4edda;
    color: #155724;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.badge-not-accepted {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #f8d7da;
    color: #721c24;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

/* File Links */
.file-link {
    display: inline-block;
    padding: 10px 16px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.file-link:hover {
    background: #e9ecef;
    border-color: #1E4199;
}

.file-link a {
    color: #1E4199;
    font-weight: 500;
}

.external-link {
    display: inline-flex;
    align-items: center;
    color: #1E4199 !important;
}

.external-link::after {
    content: "→";
    margin-left: 5px;
    font-size: 14px;
}

/* Description Text */
.description-text {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #1E4199;
}

/* Date Range */
.date-range {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.date-separator {
    color: #6c757d;
    font-weight: 500;
}

/* Highlight Value */
.highlight-value {
    font-size: 18px;
    font-weight: 600;
    color: #1E4199;
}

/* Themes Badges */
.themes-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.theme-badge {
    padding: 8px 16px;
    background: linear-gradient(135deg, #1E4199 0%, #2952b3 100%);
    color: #ffffff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(30, 65, 153, 0.2);
}

/* Recommendation Cards */
.recommendation-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    border: 2px solid #e9ecef;
}

.recommendation-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background: linear-gradient(135deg, #1E4199 0%, #2952b3 100%);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(30, 65, 153, 0.3);
}

/* Publications List */
.publications-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.publication-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #1E4199;
}

.publication-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1E4199 0%, #2952b3 100%);
    color: #ffffff;
    border-radius: 50%;
    font-weight: 600;
}

.publication-details {
    flex: 1;
}

/* Social Media List */
.social-media-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-media-item {
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-platform {
    font-weight: 600;
    color: #495057;
    min-width: 100px;
}

.social-link {
    color: #1E4199;
    word-break: break-all;
}

/* Subsection Title */
.subsection-title {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

/* Terms Section */
.terms-section {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

/* No Data Message */
.no-data-message {
    text-align: center;
    padding: 30px;
    color: #6c757d;
    font-style: italic;
}

/* Submit Section */
.preview-submit-section {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-top: 40px;
    text-align: center;
}

.submit-container {
    max-width: 600px;
    margin: 0 auto;
}

.submit-message {
    color: #6c757d;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.6;
}

.submit-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-back {
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease;
}

.btn-back:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.btn-submit {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: linear-gradient(135deg, #1E4199 0%, #2952b3 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(30, 65, 153, 0.3);
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 65, 153, 0.4);
}

/* Responsive Navbar Styles */
@media (max-width: 991px) {
    .navbar_cust_main {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav.ms-auto {
        width: 100%;
        margin-top: 1rem;
    }

    ul.custom_navbar {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }

    ul.custom_navbar li {
        width: 100%;
    }

    ul.custom_navbar li a {
        display: block;
        padding: 0.75rem 0;
    }

    .dropdown_cust {
        margin-left: 0;
        margin-top: 0.5rem;
        width: 100%;
    }
}