body {
    background-color: #ffffff;
    color: #333;
}

.loading {
    position: fixed;
    z-index: 10002;
    background: #ffffff73;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    backdrop-filter: blur(40px);
    webkit-backdrop-filter: blur(40px);
    flex-direction: column;
    text-align: center;
}

.loader {
    margin: auto;
    border: 20px solid #EAF0F6;
    border-radius: 50%;
    border-top: 20px solid #28a745;
    width: 200px;
    height: 200px;
    animation: spinner 4s linear infinite;
}

.loading-text {
    position: fixed;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spinner {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.resume {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: scale(0.7);
    width: 500px;
    display: flex;
}

.resume h2 {
    color: #007bff;
    font-size: 32px;
    margin-bottom: 20px;
}

.resume p {
    margin-bottom: 20px;
    font-size: 10px;
}

.resume .section {
    margin-bottom: 30px;
}

.resume .column-1 .section-title {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
}

.resume .column-1 h3.designation {
    color: #000000;
    font-size: 10px;
}


.canvas-section {
    display: flex;
    flex-direction: column;
    position:fixed;
    transform: scale(0.7);
    top: -50px;
    flex-wrap: wrap;
    align-items: center;
}

.canvas {
    display: none;
}
.canvas.visible {
    display: block;
}

.canvawtrmrk {
    position: absolute;
    color: #000000;
    font-size: 219px;
    rotate: -60deg;
    margin: 0 auto;
    top: 27%;
    opacity: 0.11;
}

/* For Preview Resume */
/* .resumes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.canvas {
    opacity: 0;
    position: fixed;
    padding: 2px;
    left: 4%;
    height: 100%;
    top: 0%;
    transform: scale(0.9);
    width: fit-content;
}

.canvas-footer {
    position: absolute;
    bottom: 0;
    display: flex;
    left: 0;
    justify-content: center;
    align-items: baseline;
    width: 100%;
}

.canvas-footer i:hover {
    color: #ffffff;
}
.canvas-footer i:active {
    color: #007bff;
}

.canvas-footer i {
    padding: 0 20px;
    color: #929292;
}


.visible {
    opacity: 1;
}

/* Show error message for form fields */
/* 
@media(max-width:991px){
    .canvas-body {
        position: absolute;
        left: -90px;
        width: 100%;
        height: 412px;
        top: 0px;
    }
}  */

.error-message {
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
}


/*Progress Bar  */

.sticky {
    position: fixed;
    top: 10px;
    width: 50%;
    z-index: 1000;
    background: #ffffff1a;
    backdrop-filter: blur(40px);
    webkit-backdrop-filter: blur(40px);
    padding: 10px 5px;
    box-shadow: 0px 1px 6px 2px #d4d4d4;
    border-radius: 10px;
}

/*Conatact Details  */
.resume .contact-details-list{
    font-size: 10px;
}

/*Social Details  */

.all-socials .accordion{
    position: relative;
}

.resume .social-details-list{
    font-size: 10px;
}

.resume .column-1 li.list-group-item {
    background: none;
}

.resume .section-title {
    color: #007bff;
    font-size: 12px;
    margin-bottom: 10px;
}

.resume .section-content {
    margin-bottom: 30px;
}

.resume .section-content ul,
.resume .section-content li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resume .section-content li {
    margin-bottom: 10px;
}

.column-1 {
    background-color: #007bff;
    color: #fff;
    padding: 30px;
}

.column-2 {
    background-color: #fff;
    color: #007bff;
    padding: 30px;
}

.column-1 .contact-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.column-1 .contact-info li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
}


.grey-bg {
    background-color: #565353;
}



.scrollable {
    /* height: 100vh; */
    overflow-y: auto;
    padding: 0px 20px 0px 20px;
    margin-top: 50px;
}

.scrollable .progresscnt-container{
display: flex;
justify-content: center;
}

.scrollable .progresscnt-container span{
    text-align: center;
    font-weight: 600;
    word-wrap: break-word;

}

.scrollable .progresscnt-container .progress-cnt {
    font-size: 12px;
    color: #ffffff;
    background: #ff0000;
    padding: 2px 6px;
    line-height: 1.2;
    border-radius: 4px;
    margin-right: 8px;
}

.scrollable .progresscnt-container .progress-text{
    font-size: 12px;
    color: #828BA2;
}

.scrollable .progress{
    height: 0.3rem;
}


#createForm .block-container {
    border: 1px solid #cccccc;
    padding: 8px 8px;
    border-radius: 5px;
}

.sectiontitleimg {
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

.sectiontitleimg span {
    font-weight: 600;
    margin-left: 10px;
}



.scrollable .float-resume-setting {
    position: relative;
    z-index: 1002;
}

.scrollable .float-save-progress {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1001;
    font-size: 30px;
    box-shadow: 0 0px 7px rgba(0, 0, 0, .07);
    background: #ffffff1a;
    backdrop-filter: blur(40px);
    webkit-backdrop-filter: blur(40px);
    padding: 10px 10px;
    transition: right .4s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
}

.scrollable .float-import-resume {
    color: #ff0000;
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 1001;
    font-size: 30px;
    box-shadow: 0 0px 7px rgba(0, 0, 0, .07);
    background: #ffffff1a;
    backdrop-filter: blur(40px);
    webkit-backdrop-filter: blur(40px);
    padding: 10px 10px;
    transition: right .4s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
}

.scrollable .float-import-resume small {
    font-size: 10px;
    text-align: center;
    font-weight: 700;
}

.scrollable .float-save-progress small {
    font-size: 10px;
    text-align: center;
    font-weight: 700;
}


.scrollable .float-resume-setting i {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 1001;
    font-size: 30px;
    box-shadow: 0 0px 7px rgba(0, 0, 0, .07);
    background: #ffffff1a;
    padding: 10px 10px;
    transition: right .4s ease;
    cursor: pointer;
    backdrop-filter: blur(40px);
    webkit-backdrop-filter: blur(40px);
}



.floatsect1 {
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 8px;
}

.floatsect1 .main-togle-text {
    margin-top: 10px;
}





/* test */
.formsectdsp .toggle-sect {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 5px;
}

.formsectdsp .toggle-button {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 20px;
    margin-bottom: 0px;
}

.formsectdsp .toggle-button input {
display: none;
}

.formsectdsp .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2196F3;
border-radius: 30px;
transition: 0.4s;
}

.formsectdsp .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 2.8px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

.formsectdsp span.toggletext {
    margin-left: 10px;
}

.formsectdsp .toggle-button input:checked + .slider {
background-color: #cccccc;
}

.formsectdsp .toggle-button input:checked + .slider:before {
transform: translateX(15px);
}

/* test */

.scrollable .btn{
    background: #ffffff;
    color: #4679F9;
    font-size: 15px;
    font-weight: 500;
    border: none;
    width: 100%;
    border: 2px dashed;
    text-align: left;
}



.scrollable .btn:active {
    color: #fff;
    background-color: #4679F9;
    border-color: #4679F9;
}

.scrollable .inactive .btn {
    color: #000000;
    background-color: #cccccc;
    border-color: #cccccc;
}


.scrollable .dropdown-search {
    width: 100%;
}

.scrollable .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    min-height: 50px;
}

.scrollable .search-job-clear-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.scrollable .search-job-drop-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}



.scrollable .trash {
    position: absolute;
    z-index:1;
    right: 70px;
    top: 13px;
}

.scrollable .trash i {
    color: #bcbec5;
}

.scrollable .trash i:hover {
    color: #ff0000;
}

.scrollable .block-container h2 {
    margin-bottom: 10px;
}

.scrollable .block-container p:first-child {
    color: #828BA2;
}

.scrollable .block-container label {
    color: #828BA2;
    font-size: 12px;
}

.scrollable .block-container input {
    background: #f0f2f9;
    border: none;
    padding: 20px 10px;
    border-radius: 5px;
    margin-bottom:10px;
    border-bottom: 4px solid #f0f2f9;
}

.scrollable .block-container ::-ms-input-placeholder { /* Edge 12-18 */
    color: #A8A9AE;
  }
  
  .scrollable .block-container ::placeholder {
    color: #A8A9AE;
  }




.scrollable .block-container input:focus {
    box-shadow: none;
    border-bottom: 4px solid #6bc690;
}

.scrollable .block-container #summarySearch {
    background: #ffffff;
    padding: .375rem 0.75rem;
    border-radius: 0;
    border-bottom: none;
    margin-bottom: 0px;
}

.scrollable .card-header {
    background: #ffffff;
    border-bottom: none;
}

.scrollable .accordion {
        margin-bottom: 10px;
    }

.scrollable .accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: 900;
    position: absolute;
    right: 14px;
    top: 14px;
    float: right; 
}

.scrollable .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078"; 
}

.scrollable a.card-title {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.scrollable .card-title h3 {
    font-size: 16px;
}

.scrollable .block-container, .all-edus, .all-exps {
    padding: 15px 0px 5px;
    margin-bottom: 5px;
    background: #fff;
}

.ai_sample_sect, .workexp_ai_sample_sect, .edu_ai_sample_sect {
    font-size: 14px;
    padding: 5px 6px;
    color: #000000;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    z-index: 1; /* Ensure the content is above the pseudo-element */
}

.scrollable .inactive .ai_sample_sect::after, .workexp_ai_sample_sect::after, .edu_ai_sample_sect::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: #cccccc;
    background-size: 600% 100%;
    z-index: -1; /* Ensure the border is behind the content */
    border-radius: 3px;
}

.ai_sample_sect::after, .workexp_ai_sample_sect::after, .edu_ai_sample_sect::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, #F17C58, #E94584, #24AADB, #27DBB1, #FFDC18, #FF3706);
    background-size: 600% 100%;
    animation: gradient 10s linear infinite;
    animation-direction:alternate-reverse;
    z-index: -1; /* Ensure the border is behind the content */
    border-radius: 3px;
    /* clip-path: polygon(
        0 0, 100% 0, 100% 100%, 0 100%, 
        0 calc(100% - 2px), 
        calc(100% - 2px) calc(100% - 2px), 
        calc(100% - 2px) 2px, 2px 2px, 
        2px calc(100% - 2px), 0 calc(100% - 2px)
    ); Clip the element to show only the border */
}


@keyframes gradient {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.ai_sample_sect span.ml-1 {
    font-family: arial;
    font-weight: 600;
}

.sampleAi i {
    border: 1px solid #111111;
    padding: 5px 5px;
    border-radius: 5px;
}

.sample_summary_box {
    position: absolute;
    display: block;
    width: 440px;
    background: #ffffff;
    z-index: 1;
    height: 280px;
    padding: 20px 20px;
    right: 0;
    top: 0px;
    box-shadow: -1px 2px 7px 5px #c6c2c2;
}

.sample_summary_preview {
    font-size: 11px;
    border: 1px solid #6bc690;
    color: #6bc690;
    padding: 5px 10px; 
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 0px;
    box-shadow: 0 0 8px 2px #eeeeee;
}

.sample_summary_preview span {
    font-family: sans-serif;
    font-weight: 100;
}

.sample_summary_preview span i{
    color: #1e6e3e;
}

.sample_summary_close {
    border: 1px solid #ff0000;
    color: #ff0000;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1.5;
}

.sample_summary_box .summary_search_section {
    position: relative;
    width: 100%;
}

.sample_summary_box .summary_search_section .clear-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.sample_summary_box .sample i {
    font-size: 14px;
    border: 1px solid #000000;
    padding: 5px 5px;
    border-radius: 5px;
    cursor: pointer;
}
.sample_summary_box .card-heading {
    box-shadow: 0px 3px 4px 0px #cccccc;
}
.sample_summary_box .card-body {
    overflow: scroll;
    overflow-x: hidden;
    height: 202px;
}

.sample_summary_box .card-body p {
    font-size: 11px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 1.6;
    color: #858181;
    font-family: 'helvetica';
}

span.drag-handle {
    border: 1px solid #eeeeee;
    padding: 10px 17px;
}

span.drag-handle:hover {
    background: #eeeeee;
}

.sortable-section .form-group{
    position: relative;
}

.sortable-section .drag-handle-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    width: 80px;
    justify-content: space-around;
}

.sortable-section .drag-handle-icon i {
    color: #bcbec5;
}

.sortable-section .drag-handle-icon i:hover {
    color: #000000;
}


.sortable-section .drag-handle-item-icon {
    position: absolute;
    right: 40px;
    top: 12px;
    cursor: pointer;
    z-index: 1;
}

.sortable-section .drag-handle-item-icon i {
    color: #bcbec5;
}

.sortable-section .drag-handle-item-icon i:hover {
    color: #000000;
}



/* Skill List */
.sortable-section .skill {
    text-transform: capitalize;
}


.sortable-section ul.skill-container {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
}

.sortable-section #skillsContainer{
    margin-bottom: 10px;
}

.sortable-section .skill-tag, .sortable-section .lang-tag {
    align-items: baseline;
    padding: 3px 10px;
    background: #F0F2F8;
    width: fit-content;
    margin-bottom: 10px;
}

.sortable-section .skill-tag span, .sortable-section .lang-tag span{
    color:#000000;
    font-weight: 700;
}

.sortable-section .skill-tag i, .sortable-section .lang-tag i {
    font-size: 12px;
    padding: 6px 6px;
    color: #828282;
}

/* About Us Block */
.resume #resumeAbout {
    color: #000000;
}

/* Work Experience Block */
.new_work_experience .time {
    background: #007bff;
    color: #ffffff;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 10px;
}

.new_work_experience .workHeading {
    font-weight: 700;
    color: #000000;
    font-size: 12px;
    margin-bottom: 10px;
}

.new_work_experience .workDescription {
    color: #000000; 
    font-size: 10px;
    margin-bottom: 10px;
}

span.workPresent input {
    width: 12px;
    height: 12px;
    display: inline;
    margin-left: 18px;
}

.all-exps .accordion{
    position: relative;
}

/* Eductaion Block */
.new_education_detail .eduHeading {
    font-weight: 700;
    color: #000000;
    font-size: 12px;
}

.new_education_detail .eduTime {
    color: #cccccc;
    margin-bottom: 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 10px;
}

span.eduPresent input {
    width: 12px;
    height: 12px;
    display: inline;
    margin-left: 18px;
}

.new_education_detail .eduField {
    font-size: 10px;
    color: #000000;
}

.all-edus .accordion{
    position: relative;
}

 /* Courses Block */
 .all-courses .accordion{
    position: relative;
}

 /* Hobby Block */
 .resume #resumeHobbyDesc {
    color: #000000;
}

/* CSS for the Inactive State Section: */

.inactive {
    pointer-events: none; /* Prevent interaction with elements */
}

.inactive .disablemplysect, 
.inactive .disabledusect, 
.inactive .disablsociosect, 
.inactive .disablskillsect,  
.inactive .disablcoursesect,  
.inactive .disablhobbiessect,  
.inactive .disabllangsect  
{
    opacity: 1; /* Keep the eye icon fully opaque */
    pointer-events: auto; /* Ensure the eye icon remains clickable */
}

.inactive .new-exp input {
    background-color: #f0f0f0; /* Light grey background for inputs */
    color: #999999; /* Light grey text color */
}

.inactive .new-exp input::placeholder {
    color: #cccccc; /* Light grey color for placeholder text */
}

.inactive::before {
    content: '';
    width: 100%;
    background: #CDCDD7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.4;
    border: 2px solid #9C9C9C;
    border-radius: 10px;
}

.sortable-section .currentlychksect {
    display: flex;
    align-items: start;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 45px;
    padding: 0 23px;
}

.sortable-section .currentlychksect .custom-checkbox {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.sortable-section .currentlychksect label {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

/* Ai Loading Css */

.ailoading {
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    align-items: center;
    opacity: 0.7;
}

.ailoading .loadtext {
    color:#ffffff;
}

#response-container pre {
    background: #9afc96;
    padding: 8px 14px;
    border-radius: 10px;
    text-wrap: auto;
}

.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* Ai Loading Css */

/* Add custom CSS for mobile view animation */
    @media (max-width: 767px) {
        

        .scrollable {
            padding: 0 10px;
        }

        .card-body{
            padding: 8px;
        }

        .resumes.open button#closeSlideButton {
            width: 26px;
            height: 25px;
            position: absolute;
            top: 10%;
            z-index: 1;
            right: 14px;
            border-radius: 200px;
            font-size: 20px;
            line-height: 0.7;
            padding: 0 1px 6px 0px;
        }

        .sticky {
            position: fixed;
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
            top: 0;
        }


        .scrollable .sample_summary_box {
            width: 100%;
        }

        .canvas {
            width: 100%;
        }

        .canvas-section {
            transform: scale(0.9);
            top: 65px;
            right:0%;
        }

        .canvawtrmrk {
            font-size: 149px;
            top: 25%;
        }

        .grey-bg .resumes{
            display: none;
        }

        .grey-bg .resumes.open{
            display: flex;
            position: fixed;
            width: 100%;
            background: #000000;
            left: 0;
            right: 0;
            z-index: 2;
            height: 100%;
            top: 0;
            margin-top: 0%;
        }

        .ai_sample_sect {
            display: block;
            margin-bottom: 11px;
            width: 190px;
        }

        .sortable-section .currentlychksect {
            position: relative;
            top: 0;
        }
    }
