.template_sec {
    width: 100%;
    height: 100%;
    /* margin: 0 auto; */
    /* box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18); */
    /* border-radius: 4px; */
    overflow: hidden;
    /* background-color: #fff; */
}

/* Header */

.name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: capitalize;
    line-break: anywhere;
}

.template_sec .contact {
    font-size: 9px;
    color: #fff;
    line-height: 12px;
}

/* Section styles */
.template_sec .content {
    padding: 10px;
}

/* .template_sec .border-div {
  border-top: 2px solid #ddd;
  margin: 6px 0;
} */

.all_headtext {
    font-size: 7px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 8px 0 5px;
    line-height: 9px;
}

.resume-container_content.resume_outer_sucess .divider_box {
    font-size: 12px !important;
}

h3.exp_details {
    font-size: 6px;
    margin: 0;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    line-height: 9px;
}

.template_sec h4.designation {
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.resume_bluider_sec .theme-button {
    font-size: 14px;
    padding: 12px 22px 10px;
}

.filter_sec {
    background-color: #fafaff;
    padding: 100px 0;
}

.template_sec ul {
    margin: 0;
    padding-left: 16px;
    list-style-type: disc;
}

.skill_list li,
.exp_list li {
    font-size: 6px;
    margin-bottom: 2px;
    color: #000;
}

.filter_box .color-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: transparent;
    box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.05);
    padding: 3px;
    position: relative;
    cursor: pointer;
}

.filter_box .color-btn.active-color::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

.hero-section.resume_head .searchJob {
    max-width: 100%;
    padding: 10px 5px;
}


#templateModal .modal-header,
#downloadFormatModal .modal-header {
    border-bottom: 2px solid #7939cd;
}

.modal-header {
    padding: 16px 24px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.template_sec .skills-container {
    display: flex;
    gap: 10px;
}

.use_tempbtn {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg,
            rgba(79, 70, 229, 1) 0%,
            rgba(147, 51, 234, 1) 100%);
    border-radius: 30px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2509803922);
}

.template_sec .skills-container ul {
    flex: 1;
    list-style-type: disc;
}

.template_sec .experience-item,
.template_sec .education-item,
.template_sec .award-item,
.template_sec .certification-item,
.template_sec .language-item,
.template_sec .links-item {
    margin-bottom: 6px;
}

.summary_text,
.contact_web,
.contact_address,
.contact_email,
.contact_number {
    font-size: 6px;
    color: #000;
}

.exp_date {
    font-size: 5px;
    color: #000;
}

.template_sec a {
    color: #000;
    text-decoration: none;

}

.template_sec p {
    margin-bottom: 4px;
}

.resume_outer {
    height: 450px;
    width: 100%;
    margin: 0px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-bottom: 20px;
}

.exp_dateout {
    width: 65px;
    font-size: 8px;
    color: var(--muted);
    font-weight: 600;
}

.resume-side {
    width: 170px;
    color: #fff;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.exp_details span {
    font-weight: 400;
    color: #000;
}

.all_headtext.colored_box {
    background: var(--orange);
    color: #fff !important;
    padding: 5px 6px 3px;
    margin-top: 5px;
    letter-spacing: 1px;
    width: 60%;
    font-size: 10px;
}

.extra_hide {
    overflow: hidden;
}

.progress_bar label {
    font-size: 7px;
}

/* other file start */

.resume-container_content.resume_outer_sucess .resume_temp1.template_sec .avatar {
    width: 80px;
    height: 80px;
    font-size: 35px;
}

.resume_temp1 .avatar {
    border: 1px solid #fff;
    width: 67px;
    height: 64px;
    font-size: 31px;
    min-width: 67px;
}

.resume-container_content.resume_outer_sucess tr.header td:first-child {
    width: 120px;
}

.resume-container_content.resume_outer_sucess .name {
    font-size: 22px;
}

.resume-container_content.resume_outer_sucess .resume_temp1 .name {
    margin-bottom: 5px !important;
}

.resume-container_content.resume_outer_sucess h4.designation {
    font-size: 13px;
    margin-bottom: 5px !important;
}

.resume-container_content.resume_outer_sucess .summary_text,
.resume-container_content.resume_outer_sucess .contact_web,
.resume-container_content.resume_outer_sucess .contact_address,
.resume-container_content.resume_outer_sucess .contact_email,
.resume-container_content.resume_outer_sucess .contact_number {
    font-size: 12px;
}

.resume-container_content.resume_outer_sucess .exp_date {
    font-size: 10px;
}

.resume-container_content.resume_outer_sucess .resume_temp2 .contact_email,
.resume-container_content.resume_outer_sucess .resume_temp2 .contact_number,
.resume-container_content.resume_outer_sucess .resume_temp2 .contact_address {
    line-height: unset;
}

.resume-container_content.resume_outer_sucess .resume_temp2 .profile-img {
    margin-right: 20px;
    height: auto !important;
}

.resume-container_content.resume_outer_sucess .all_headtext {
    font-size: 14px;
    margin: 15px 0 5px;
    line-height: unset;
}

.convert_para {
    font-size: 6px;
    line-height: 10px;
    color: #000 !important;
}

.resume-container_content.resume_outer_sucess .convert_para {
    line-height: 22px;
    font-size: 13px;
}

.expconvert_para {
    width: 80%;
}

.resume-container_content.resume_outer_sucess .skill_list li,
.resume-container_content.resume_outer_sucess .exp_list li {
    font-size: 12px;
    margin-bottom: 2px;
}

.resume-container_content.resume_outer_sucess .experience-item {
    padding-bottom: 2px;
}

.resume-container_content.resume_outer_sucess .resume_temp1 ul.sucess_para {
    padding-left: 29px !important;
}

.resume-container_content.resume_outer_sucess h3.exp_details {
    font-size: 12px !important;
    line-height: 21px !important;
}

.resume-container_content.resume_outer_sucess .exp_dateout .bullet {
    transform: translateY(4px);
}

.resume-container_content.resume_outer_sucess .experience-item:last-child {
    padding-bottom: 0;
}

.template_sec {
    display: block;
    overflow: hidden;
    border-radius: 0px;
}
.template_sec p, 
.template_sec,
.template_sec ul {
   font-family: "Poppins", sans-serif !important;
}

.resume-container_content.resume_outer_sucess .resume-template-1 .skill .label {
    font-size: 13px;
}

.resume-container_content.resume_outer_sucess .resume-template-1 .contact-item small {
    font-size: 14px;
}

.resume-container_content.resume_outer_sucess .exp_dateout small {
    font-size: 12px;
}

.resume-container_content.resume_outer_sucess td.right_boxcontent {
    padding-left: 12px;
    padding-right: 12px;
}

.links-item a {
    color: #fff;
}

.resume-container_content.resume_outer_sucess .exp_dateout p.time,
.resume-container_content.resume_outer_sucess .resume-template-1 .contact-item i {
    font-size: 14px !important;
}

.resume-container_content.resume_outer_sucess .contact-box tr:last-child .contact-item i,
.resume-container_content.resume_outer_sucess .contact-box tr:first-child .contact-item i {
    margin-top: 5px !important;
}

.resume-container_content.resume_outer_sucess .contact-box tr:nth-child(2) .contact-item i {
    margin-top: 0px !important;
}

.resume-container_content.resume_outer_sucess table {
    border-radius: 0 !important;
}

.language_opendrop span.select2-search.select2-search--dropdown {
    display: none;
}

.language_opendrop {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 25%);
    border-radius: 10px !important;
    border: none !important;
}

.language_opendrop .select2-results__option--highlighted {
    background-color: #9034ea !important;
}

.language_opendrop ul li {
    font-size: 13px;
}

.custom_card .card p {
    font-size: 16px;
    color: #212529;
}

.language_outerbox button.select2-selection__clear {
    margin-right: 0 !important;
}

.flatpickr-calendar.calender_outdrop {
    width: calc(100% - 0%) !important;
    z-index: 9999 !important;
    top: 100px !important;
    left: 0 !important;
}

.resume_bluider_sec .accordion-button:not(.collapsed) {
    background: linear-gradient(to right, #dde3fd, #fee2f1);
    color: #111827;
    font-weight: 600;
}

.resume_skillsstep,
.skillsContainer .skill-btn {
    margin: 5px;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    padding: 10px 18px;
    border: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.skill_scrolls {
    max-height: 300px;
    overflow-y: scroll;
    position: relative;
}

.remove-language,
.resume_skillsstep .remove-skill {
    opacity: 1;
    font-size: 10px;
    margin-left: 5px;
}

.language_outerbox .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: unset;
}

.language_outerbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.flatpickr-calendar.calender_outdrop:before,
.flatpickr-calendar.calender_outdrop:after {
    content: unset !important;
}

.calender_outdrop .flatpickr-monthSelect-month {
    width: 24% !important;
    font-size: 13px;
    padding: 6px !important;
}

.final_sec .sidebar_left .nearbyJobCard,
.final_sec .sidebar_rigth .nearbyJobCard {
    padding: 30px 20px;
}

.calender_outdrop .flatpickr-monthSelect-month.selected {
    background-color: #9034ea !important;
    border-color: #9034ea !important;
}

.final_sec .sidebar_rigth .btn-icon {
    border: 1px solid #9333e8;
    border-radius: 6px;
    background-color: transparent;
    cursor: pointer;
    padding: 6px 12px;
    width: 32%;
}

.final_sec .sidebar_rigth .btn-icon i {
    color: #7939cd;
}

.final_sec .sidebar_rigth .btn-icon span,
.final_sec .sidebar_rigth .spell-check a {
    font-size: 12px;
    color: #7939cd;
    font-weight: 500;
}

.save-btn {
    background-color: #2e58ff;
    color: white;
    font-weight: bold;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    padding: 12px 0;
    margin-top: 15px;
    border: none;
    transition: 0.3s;
}

.final_sec .nav-tabs {
    border-bottom: none;
    gap: 14px;
}

.final_sec .nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(90deg,
            rgba(79, 70, 229, 1) 0%,
            rgba(147, 51, 234, 1) 100%);
}

.final_sec .nav-tabs .nav-link {
    border-radius: 12px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    border: none;
    margin: 0;
    padding: 13px 24px;
    box-shadow: rgb(149 157 165 / 8%) 0px 8px 24px;
}

.final_sec .sidebar_left .form-label {
    color: #111827;
    font-size: 15px;
    font-weight: 500;
}

.calender_outdrop .flatpickr-current-month .numInputWrapper input.numInput.cur-year {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.calender_outdrop .flatpickr-current-month {
    padding-top: 12px;
}

.calender_outdrop .numInputWrapper:hover {
    background: transparent !important;
}

.layout-custom .card.custom_card .progress-bar {
    background-color: #4f46e5;
}

.layout-custom {
    padding: 120px 0px;
    background-color: #fafaff;
}

.resume_bluider_sec .nearbyJobCard {
    padding: 0px;
}

.resume_bluider_sec .nearbyJobCard .card-header {
    padding: 30px 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #7939cd;
}

.resume_bluider_sec .nearbyJobCard h6,
.final_sec .sidebar_left h6,
.final_sec .sidebar_rigth h6 {
    color: #111827;
    font-weight: 600;
    font-size: 20px;
}

.final_sec .sidebar_left .nearbyJobCard select.form-select {
    border: 1px solid;
}

.custom_card .card-header {
    background-color: rgb(244, 245, 251);
}

.resume_bluider_sec .nearbyJobCard .card-body {
    padding: 0px 20px 30px;
    min-height: 600px;
}

.final_sec .sidebar_left input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(147, 51, 234, 1) 100%);
    outline: none;
    cursor: pointer;
    border: none;
    margin-top: 10px;
}

.account_hed,
.resume_bluider_sec .nearbyJobCard .form-label {
    color: #111827;
    font-size: 15px;
    /* padding-bottom: 10px; */
    font-weight: 500;
}

.resume_bluider_sec .btn_modal {
    border: 1px solid #7939cd;
    padding: 6px 10px;
    font-size: 16px;
    color: #7939cd;
    background: transparent;
    border-radius: 10px;
}

.resume_head .searchJob .form-select {
    border: 0;
}

.resume_head .searchJob .form-select,
.language_outerbox .select2-container--default .select2-selection--single,
.nearby_input,
.resume_bluider_sec .nearbyJobCard .form-control,
.resume_bluider_sec .nearbyJobCard .form-control:focus {
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 6%) !important;
    color: #9ca3af;
    font-size: 16px;
}

#templateModal .resume_temp1 .award_part ul.exp_list.sucess_para {
    padding-left: 16px !important;
}



.language_outerbox .select2-container--default .select2-selection--single {
    height: auto;
    border-color: #dee2e6;
    border-radius: 12px !important;
}

.resume_bluider_sec .nearbyJobCard h5,
#templateModal .modal-header h5,
#downloadFormatModal .modal-header h5 {
    color: #111827;
    font-size: 25px;
    font-weight: bold;
}

/* other file end */

/* register-form page icon css */
.btn-social-login {
    transition: all 0.3s ease;
    border: 1px solid #9333e8;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
}

.btn-social-login .social-icon {
    max-width: 40px;
}

.btn-social-login:hover {
    transform: translateY(-2px);
}

/* register-form page icon css end */
.new_resume a.btn-purple.theme-button {
    max-width: 160px;
    width: 100%;
}

div#template-preview-container table.resume_height {
    min-height: 485px;
}

div#template-preview-container table.resume_height {
    min-height: 570px;
}

.inside_calender {
    position: relative;
}

/* exprence section css */
.fresher_cards {
    background: white;
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.fresher_cards:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.fresher_cards .icon-container {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    margin: 0 auto 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    transform: rotate(-5deg);
    transition: transform 0.3s ease;
}

.fresher_cards .icon-container:hover {
    transform: rotate(0deg) scale(1.05);
}

.fresher_cards .icon-container::before {
    content: "💼";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
}

.fresher_cards .step-number {
    color: #9133e8;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 15px;
}

.fresher_cards .step-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a202c;
    text-align: center;
    margin-bottom: 5px;
}

.fresher_cards .message-box {
    background: linear-gradient(135deg, #e0f2fe 0%, #ddd6fe 100%);
    border-left: 4px solid #667eea;
    border-radius: 16px;
    padding: 20px;
    margin: 30px 0 0;
    position: relative;
}

.fresher_cards .message-box::before {
    content: "ℹ️";
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    opacity: 0.3;
}

.fresher_cards .message-text {
    font-size: 18px;
    color: #2d3748;
    font-weight: 500;
    padding-left: 40px;
    line-height: 23px;
}

.fresher_cards .message-highlight {
    color: #9133e8;
    font-weight: 700;
}

.fresher_cards .decoration {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.fresher_cards .decoration-1 {
    width: 200px;
    height: 200px;
    background: #667eea;
    top: -100px;
    right: -100px;
}

.fresher_cards .decoration-2 {
    width: 150px;
    height: 150px;
    background: #764ba2;
    bottom: -75px;
    left: -75px;
}

.radio-wrapper {
    display: flex;
    gap: 0.5rem;
    margin: 30px 0;
}

.radio-label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 3rem;
    color: #667eea;
    background: white;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    border: 2px solid #e2e8f0;
}

.radio-label:hover {
    background: linear-gradient(135deg, #e0f2fe 0%, #ddd6fe 100%);
    border-color: #667eea;
}

.radio-input:checked+.radio-label {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.radio-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.resume-container_content.resume_outer_sucess .resume_temp2 .experience-item ul.exp_list {
    padding-left: 22px !important;
}

.resume-container_content.resume_outer_sucess .resume_temp2 .main-container {
    margin-top: 20px !important;
}

.resume-container_content.resume_outer_sucess .resume_temp1 .all_headtext {
    margin: 10px 0 6px;
}

.custom_card.nearbyJobCard .resume_temp2 .profile-img {
    height: auto !important;
}

.custom_card.nearbyJobCard .resume_temp2 .top-shape::after {
    left: 148px !important;
}

.nearbyJobCard {
    border-radius: 0 !important;
}

.nearbyJobCard,
.jobLocationCard,
.choose_resume .option-card {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 50px 40px;
}

.resume-container_content.resume_outer_sucess .top-shape::after {
    left: 200px !important;
}

.resume-container_content.resume_outer_sucess .resume_temp1 .header {
    padding: 16px 50px !important;
}
.resume-container_content.resume_outer_sucess .resume_temp1.template_sec,
.resume-container_content.resume_outer_sucess .resume_temp2.template_sec {
    padding-bottom: 30px;
}
.resume-container_content.resume_outer_sucess .resume_temp1 .main-container {
    padding: 0 50px;
}

.resume-container_content.resume_outer_sucess .resume_temp1 hr {
    margin: 18px 50px 14px;
}

.resume-container_content.resume_outer_sucess .resume_temp2 .previe_space .skill_list {
    padding-left: 5px;
}

.custom_card.nearbyJobCard .resume_temp1 .award_part ul,
.custom_card.nearbyJobCard .resume_temp1 .language_part ul,
.custom_card.nearbyJobCard .resume_temp1 .link_part ul,
.resume-container_content.resume_outer_sucess .resume_temp2 .award_part ul,
.resume-container_content.resume_outer_sucess .resume_temp2 .language_part ul,
.resume-container_content.resume_outer_sucess .resume_temp2 .link_part ul {
    padding-left: 19px !important;
}

.resume_temp2 .award_part ul,
.resume_temp2 .language_part ul,
.resume_temp2 .link_part ul {
    padding-left: 12px;
}

#links-container .link-entry .col-md-12.text-end,
#languages-container .language-entry .col-md-12.text-end,
#awards-container .award-entry .col-md-12.text-end,
#experience-container .experience-entry .col-12.text-end,
#education-container .education-entry .col-12.text-end {
    margin-bottom: -20px !important;
}

#template-preview-content .resume_content {
    min-height: 460px;
}

.resume_templates .view-template-btn {
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg,
            rgba(79, 70, 229, 1) 0%,
            rgba(147, 51, 234, 1) 100%);
    font-size: 20px;
    color: #fff;
}

.resume-container_content.resume_outer_sucess,
.resume_content {
    border-radius: 8px;
    transition: 200ms all linear;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(88, 88, 88, 0.12);
    background-color: #fff;
    /* min-height: 450px; */
    min-height: 100%;
    overflow: hidden !important;
    height: 100%;
    /* transition: all 0.6s; */
    padding: 0px !important;
}

.resume_card {
    position: relative;
    min-height: 500px;
    max-height: 555px;
}

.hero-section.inner_banner {
    min-height: 400px;
    padding-top: 162px;
    padding-bottom: 80px;
}

.hero-section {
    background-image: linear-gradient(to right, #dde3fd, #fee2f1);
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

/* sucess modal csss */
.succesfull_send .modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
}

.succesfull_send .card {
    background: white;
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    border: none;
}

.succesfull_send .decoration {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.succesfull_send .decoration-1 {
    width: 200px;
    height: 200px;
    background: #667eea;
    top: -100px;
    right: -100px;
}

.succesfull_send .decoration-2 {
    width: 150px;
    height: 150px;
    background: #764ba2;
    bottom: -75px;
    left: -75px;
}

.succesfull_send .icon-container {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    margin: 0 auto 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    transform: rotate(-5deg);
    transition: transform 0.3s ease;
}

.succesfull_send .icon-container:hover {
    transform: rotate(0deg);
}

.succesfull_send .icon-container::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(5deg);
    font-size: 50px;
    color: white;
    font-weight: bold;
}

.succesfull_send .step-number {
    color: #9133e8;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 15px;
}

.succesfull_send .step-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a202c;
    text-align: center;
    margin-bottom: 5px;
}

.succesfull_send .message-box {
    background: linear-gradient(135deg, #e0f2fe 0%, #ddd6fe 100%);
    border-left: 4px solid #667eea;
    border-radius: 16px;
    padding: 25px;
    margin: 30px 0 0;
    position: relative;
}

.succesfull_send .message-box::before {
    content: "ℹ️";
    position: absolute;
    left: 20px;
    top: 25px;
    font-size: 24px;
}

.succesfull_send .message-text {
    font-size: 18px;
    color: #2d3748;
    font-weight: 500;
    padding-left: 40px;
    line-height: 1.6;
    text-align: center;
}

.succesfull_send .message-highlight {
    color: #9133e8;
    font-weight: 700;
}

.succesfull_send .button-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.succesfull_send .ok-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 14px 50px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.succesfull_send .ok-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.succesfull_send .ok-button:active {
    transform: translateY(0);
}

.resume-container_content.resume_outer_sucess .resume-container.resume_temp2 h4.designation {
    padding-bottom: 10px !important;
}

.resume_templates .theme_Btn {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(90deg,
            rgba(79, 70, 229, 1) 0%,
            rgba(147, 51, 234, 1) 100%);
    border-radius: 30px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2509803922);
}

@media (max-width: 480px) {
    .succesfull_send .card {
        padding: 30px 20px;
    }

    .succesfull_send .step-title {
        font-size: 26px;
    }

    .succesfull_send .message-text {
        font-size: 16px;
        padding-left: 35px;
    }

    .succesfull_send .ok-button {
        padding: 12px 40px;
        font-size: 14px;
    }
}

/* end */