@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

body {
    background-color: #f8f9fa;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.card {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

h3 {
    margin-bottom: 0;
}
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sidebar css */
.sidebar {
    background-color: #013e7d;
    color: white;
    min-height: 100vh;
    padding-top: 20px;
    width: 250px;
    position: fixed;
}
.sidebar h3 {
    text-align: center;
}
.sidebar a {
    color: white;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
.sidebar a:hover {
    background-color: #0056a3;
}

/* Main Content Styling */
.welcome-header {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #013e7d;
    margin-bottom: 20px;
}

.rating i {
    color: #ff9900;
}

        
   /* Main Content Styling */
.content {
    margin-left: 250px;
    padding: 20px;
}
.btn-custom {
    border: 1px solid #0056a3;
    color: #0056a3;
    width: 100%;
}
.btn-custom:hover {
    background-color: #0056a3;
    color: white;
}

    /* Added styles for Adding skills */
    #tagContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.tag {
    background-color: #0056a3;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}

.tag button {
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
}

.suggestion-item {
    background-color: #f0f0f0;
    padding: 5px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #ddd;
}

.button-container {
    margin-top: 10px;
}

   /* Modal Background */
   #editModal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
    }

    /* Modal Content */
    .modal-content {
      background: white;
      padding: 20px;
      max-width: 400px;
      position: relative;
      border-radius: 8px;
      margin: 100px auto;
      border: none;
    }

    /* Star Rating Styles */
    .star {
      font-size: 24px;
      cursor: pointer;
      color: #ccc;
    }

    .star.selected {
      color: orange;
    }

    /* Input and Label Styles */
    input[type="text"], input[type="number"] {
      width: 100%;
      padding: 8px;
      margin-bottom: 10px;
      border-radius: 4px;
      border: 1px solid #ccc;
    }

    .experience-input {
      display: flex;
      gap: 10px;
    }

    .experience-input input {
      width: 50%;
    }

    button {
      padding : 0px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    #saveButton {
      background-color: #007bff;
      color: white;
    }

    #cancelButton {
      background-color: #ccc;
    }



/* Profile Page Container */
.profile-page {
    margin: auto;
    padding: 20px;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Header */

.profile-picture-section {
    display: flex;               /* Enables Flexbox */
    justify-content: space-between; /* Adds space between the divs */
    align-items: center;         /* Vertically center the content */
    padding: 20px;
}
/* Profile Picture Section */
#header-20 {
    display: flex;               /* Enables Flexbox */
    justify-content: space-between; /* Adds space between the divs */
    align-items: center;         /* Vertically center the content */
    padding: 20px; 
    width: 382px;
    height: 271px;
    margin-top: 14px;
    background: #FFFFFF;
    top: 170px;
    left: 250px;
    border-radius: 6px;
    border-width: 1px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 4px 4px 0px #00000040;
     

}



.file-upload-form {
    margin-top: 10px;
    display: none; /* Hidden by default */
    text-align: center;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 250px;
}

.left-section {
    width: 48%;
}
.right-section {
    padding-left: 20px;
    border-left: 1px solid #ddd;
    width: 70%;  /* Ensure it takes full width */
    box-sizing: border-box;
    align-self: flex-start;  /* Align this section to the top */
    margin-top: 10px;        /* Optional spacing from the top */
}

#header-22 {
    margin-top: 31px; 
    height: 269px;
    padding-left: 20px;
    align-self: flex-start;  /* Align this section to the top */
           /* Optional spacing from the top */
    top: 171px;
    left: 652px;
    border-radius: 6px;
    border-width: 1px;
    border: 3px solid #DDDDDD;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFFFFF;        
}

.user-details {
    margin-top: 20px;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    color: #333;
}
/* User Details Section */
#header-23 {
    margin-top: 20px;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0%;

    


}
.user-details h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #013e7d;
}


/* Edit Profile Button */
.edit-profile-btn {
    text-align: center;
}
.edit-profile-btn .btn {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #013e7d;
    border: none;
    cursor: pointer;
    width: 249;
    height: 50;
    top: 901px;
    left: 273px;
    border-radius: 6px;
    padding: 10px;
    gap: 10px;
    margin-left: 20px;
    padding-top: 18px;
}
.edit-profile-btn .btn:hover {
    background-color: #01549b;
}

.edit-button {
  display: block;
  background-color: #013e7d;
  color: #fff;
  margin: 20px 0px;
}

.employee-details {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
}

.detail-title {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B1B1B;
    padding-left:20px; 
    padding-right:60px; 
    padding-top: 5px; 
    padding-bottom: -5px;
    margin-top: 15px;
}
.header-3 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B1B1B;
    padding-left:20px; 
    padding-right:60px; 
    padding-top: -5px; 
    margin-top: -6px;
}

.detail-content {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0;
}

/* Login container styling */
.login-container {
    background: rgba(255, 255, 255, 0.8); /* White with transparency */
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    height: 495px;
    text-align: center;
  }
    
  .loginbuttonClr {
    background-color: #013e7d;
    color: #fff;
  }

  .loginbuttonClr:hover {
    background-color: #013e7d;
    color: #fff;
  }
 

      /* Skill List Grid */
      #skills-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 15px;
        padding: 10px;
    }

    /* Skill Card */
    .skill-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    /* Skill Details Section */
    .skill-details {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .skill-name {
        font-size: 16px;
        font-weight: 600;
        color: #013e7d;
    }

    /* Actions Section */
    .skill-actions {
        display: flex;
        gap: 10px;
    }

    .skill-actions i {
        font-size: 20px;
        cursor: pointer;
    }

    .text-success {
        color: #28a745;
    }

    .text-danger {
        color: #dc3545;
    }

    .text-primary {
        color: #007bff;
    }


    /* Chart and Buttons Section */
    .chart-section {
        border-radius: 8px;
        padding: 20px;
        margin-top: 20px;
    }

    .donut-chart-container {
        position: relative;
        display: inline-block;
        width: 90%; 
        height: 350px;
        margin: auto;
    }
    
    
    .donut-chart {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    
    .chart-legend {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: center;
        gap: 10px;
    }
    
    .color-indicator {
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-right: 8px;
        border-radius: 3px;
    }
    
    .chart-legend-item {
        display: flex;
        align-items: center;
        font-size: 14px;
    }
            .custom-shadow {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
    }

.navbar-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.forgot-password-container {
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    width: 400px;
  }

  .completion-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 159.61988723523484;
    height: 159.61988723523484;
    border-radius: 4px;
    background: (90deg, #38A9FF 0%, #5486F2 48.5%, #FF661F 100%);


}

.completion-circle:hover {
    transform: scale(1.05);
}


.circle {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s ease;
}

.personal { stroke: #4caf50; }
.skills { stroke: #ff9800; }
.resume { stroke: #2196f3; }

.completion-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    pointer-events: none; /* Allows clicks to pass through */
}

.label-text {
    letter-spacing: 0.2px;
    dominant-baseline: middle;
    text-anchor: middle;
    pointer-events: none; /* Prevent hover effects on text */
}
.profile-container-grid{
    display: flex;               /* Enables Flexbox */
    justify-content: space-between; /* Adds space between the divs */
    align-items: center;         /* Vertically center the content */
    padding: 20px;
    border: 1px solid #ccc;
    gap: 20px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fdfdfd;
}

#header-19 {
    display: flex;               /* Enables Flexbox */
    justify-content: space-between; /* Adds space between the divs */
    align-items: center;         /* Vertically center the content */
    padding: 10px;
    gap: 20px; 
    border: none !important; /* Removes the border */
    box-shadow: none !important; /* Removes the shadow */
    background: #FFFFFF;
}

.profile-picture-container {
    text-align: center;
}

.header-1{
    text-align: left;
    color: #013e7d; 
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 46;
    height: 17;
    top: 132px;
    left: 250px;
}

#header-2 {
    text-align:center; 
    padding-left: 100px;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 10px;

}

#prevSkill {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #013E7D;
    padding: 10px;
    gap: 10px;
    background: #FFFFFF;
    border: none;
}

#nextSkill {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #013E7D;
    padding: 10px;
    gap: 10px;
    background: #FFFFFF;
    border: none;
}
#saveSkill {
    border-radius: 6px;
    padding: 10px;
    gap: 10px;
    background: #013E7D;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}
.skill-1 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #013E7D;
    width: 298;
    height: 29;
    top: 139px;
    left: 334px;

}
.skill-2 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0%;
    color: #000000;

}
.skill-3 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3F3E3E;
    


}
.skill-4 {
    width: 21.999999623486037;
    height: 21.999999623486037;
    top: 138px;
    left: 1095.56px;
    border-width: 1.5px;
    color: #013E7D;
} 

#header-4 {
    width: 45;
    height: 45;
    top: 196px;
    left: 894px;
    border-radius: 50px;
    padding: 10px;
    gap: 10px;
    background-color:#013e7d;
    margin-top: 20px; 
    margin-left: 170px;
}

.header-5 {
    flex-wrap: wrap;  
    justify-content: center;  /* Centers text horizontally */
    align-items: center; 
    text-align: center;
    display: flex;
    background-color:white; 
    color:#013e7d;  
    border: 1.9px solid #013e7d; 
    text-decoration:none;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: 0%;
    width: 310px;
    height: 50;
    top: 331px;
    left: 672px;
    border-radius: 6px;
    border-width: 1px;
    gap: 10px;
    margin-top: 18px;

}
#vector-3 {
    margin-top: -25px;
    margin-right: -30px;
 
 }

.header-6 {
    display: inline-block; 
    padding: 24px;
    color: #013e7d;
    text-decoration: none;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 40px;
    height: 18px;
    white-space: nowrap;
    margin-left: -95px;
    margin-top: 3px;
    padding-top:30px;

}

.header-7 {
    width: 665px;
    top: 420px;
    left: 652px;
    border-radius: 6px;
    border-width: 1px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    margin-top: 40px;
    margin-left: -20px;
}

.header-8 {
    padding-top: 27px;
}

#header-9 {
    color: #013e7d;
    background-color: white;
    border: 1px solid #013e7d;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 160;
    height: 50;
    top: 191px;
    left: 1187px;
    padding: 10px;
    gap: 10px;
    border-radius: 6px;
    border-width: 1px;
    justify-content: center; 
    align-items: center; 
    text-align: center;
    display: flex; 
    margin-top: 6px;
}

#upload-btn {
    color: #013e7d;
    background-color: white;
    border: 1px solid #013e7d;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 160;
    height: 50;
    top: 191px;
    left: 1187px;
    padding: 10px;
    gap: 10px;
    border-radius: 6px;
    border-width: 1px;
    justify-content: center; 
    align-items: center; 
    text-align: center;
    display: flex; 
    margin-top: 6px;


}
#header-9 :hover {
    border: none;
}
.header {
    width: 100vw;
    height: 70;
    left: 230px;
    border-bottom-width: 1px;
    padding: 5px;
    gap: 10px;
    background: #FFFFFF;
    margin-top: -10px;
    justify-content: center; /* Centers horizontally */
    align-items: center;
    text-align: center;
}
.header-12 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #013E7D;
    height: 30px;
    margin-top: 15px; 
    display: flex; /* Use flexbox for alignment */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center; 
}
.upload-box {
    display: flex;
    justify-content: space-between;
    align-items: left;
    padding: 15px;
    max-width: 600px;
    margin: auto;
    
}

/* Left Section */
.upload-left {
    text-align: left;
    margin-top: -35px;
    margin-left: -30px;
    
}

/* Right Section: Stacked Buttons */
.upload-right {
    flex: 1;
    display: flex;
    margin-top: -30px;
    margin-left: 150px;
    
}

/* Arrange buttons in a single column */
.upload-actions {
    display: flex;
    flex-direction: column;
    gap: 1px; /* Adds spacing between buttons */
    align-items: center; /* Align items vertically */
}

.upload-actions .btn {
    width: 148px;
    height: 45px;
    top: 1px;
    left: 1187px;
    border-width: 1px;
    border-radius: 6px;
    padding: 10px;
    gap: 10px;
    
}

.profile-picture-completion {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.completion-circle-container {
    position: relative;
    width: 250px;
    height: 150px;
}

.circular-chart {
    width: 87%;
    height: 87%;
    transform: rotate(-90deg); /* For proper circle start point */
}
.profile-picture-wrapper {
    position: relative;
    display: inline-block;
}

#header-21 {
    position: absolute;
    top: 42%;
    left: 28%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 70px;
    border-radius: 50%;    
}
#header-27 {
    width: 382;
    height: 488;
    top: 461px;
    left: 250px;
    border-radius: 6px;
    border-width: 1px;
    margin-top: -5px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 4px 4px 0px #00000040;
}



.profilePic {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    padding: 0px;
    width: 125.26239013671875;
    height: 125.26239013671875;
    top: 245.74px;
    left: 367px;
    border-width: 1px;
    border: 1px solid #013E7D;
}

.upload-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #013e7d;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border: 2px solid #fff;
}

#uploadIcon {
    position: absolute;
    background: #013e7d;
    width: 54.2035026550293;
    height: 54.197181701660156;
    top: -19px;
    left: 58.59px;
    border-radius: 50px;
    padding: 20px;
    gap: 10px;
    cursor: pointer;
}

#header-25 {
        position: absolute;
        top: 93%;
        left: 33%;
        transform: translate(-50%, -50%);
        color: black;
        text-align: center;
        font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        width: 42;
        height: 20;
        text-transform: uppercase;
        margin-left: -4px;
        overflow: visible;   
}
#header-26 {
    width: 48;
    height: 27;
    top: 365px;
    left: 406px;
    border-radius: 10px;
    gap: 10px;
    padding-top: 10px;
    padding-right: 3px;
    padding-bottom: 10px;
    padding-left: 3px;
    cursor: pointer;
    background: #FFFFFF;
}
.profile-picture {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
}

/* Modal Box */


.modal-header {
    display: grid;
    grid-template-columns: 1fr auto; /* Title takes available space, close button auto-sized */
    align-items: center; /* Center items vertically */
    padding: 10px 15px;
    border-bottom : none;
}

/* Image Preview */
.image-preview {
    position: relative; /* Needed for absolute positioning */
    width: 120px; /* Set size of the preview */
    height: 120px;
    border-radius: 50%; /* Make it a circle */
    overflow: hidden; /* Ensures the Union image stays inside */
    border: 3px solid #ccc; /* Optional border */
    background: #ACACAC;
    margin-left: 120px;
    margin-top: 20px;
}

.profile-pic {
    width: 100%; /* Ensures it fills the circle */
    height: 100%;
    object-fit: cover; /* Keeps aspect ratio */
    border-radius: 50%; /* Ensures the image is also a circle */
}



.preview-img {
    border-radius: 50%;
    width: 125.26239013671875;
    height: 125.26239013671875;
    top: 419.01px;
    left: 657px;
    background: #ACACAC;
    margin-top: 15px;
    margin-left: 120px;
}


.header-13 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 17.26px;
    letter-spacing: 0%;
    color: #013E7D;
    margin-left: -500px;
    margin-right: -10px;
    flex-grow: 1;
    margin-top: -10px;
    white-space: nowrap; /* Prevents text from wrapping */
    text-overflow: ellipsis; /* Adds "..." if text overflows */
}
#uploadBtn {
    width: 128;
    height: 34;
    top: 573px;
    margin-left: 120px;
    margin-top: 20px;
    padding: 10px;
    gap: 10px;
    border-radius: 6px;
    background: #013E7D;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 15.38px;
    letter-spacing: 0%;
    color: #FFFFFF;


}

.header-14 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0%;
    margin-top: 10px;
    
}

#closeBtn {
    cursor: pointer;
    color: #013E7D;
    border-radius: Corner/Small;
    margin-top: -15px;
    margin-left: 330px;
    justify-self: end;
    width: 14.999999623486037;
    height: 14.999999623486037;
    top: 274px;
    left: 949.56px;
    border-width: 1.5px;
}


.preview-pic {
    max-width: 100px;
    border-radius: 10px;
    margin-bottom: 10px;
}
#previewImage {
    background: #ACACAC;
    width: 125.26;
    height: 125.26;
    top: 419.01px;
    left: 657px;
    border-radius: 50%;
    margin-left: 130px;
    margin-top: 40px;
    border: 1px solid #013E7D;
}
.uploadModal {
    display: flex;
    justify-content: space-between; /* Puts space between text and close button */
    align-items: center; /* Aligns items vertically */
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}


.popup-buttons button {
    margin: 10px;
    padding: 8px 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}
#replaceBtn {
    background-color: #013e7d;
    color: white;
    padding: 8px 25px;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0%;
    cursor: pointer;
    width: 128;
    height: 40;
    border-radius: 6px;
    gap: 10px;

}

#deleteBtn {
    background-color: #FF6801;
    border: none;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0%;
    cursor: pointer;
    margin-left: 5px;
    padding: 5px 23px;
    width: 130;
    height: 35;
    color: white;
}

#deleteBtn :hover {
    border: none;
}


#loading-bar-container {
    display: none; 
    margin-left:60px; 
    width: 90%; 
    background: #ddd; 
    height: 20px; 
    margin-top: 10px; 
    position: relative; 
    border-radius: 5px;
    
}

#loading-bar {
    width: 0%;  
    height: 100%; 
    background: #00B17F; 
    transition: width 0.4s; 
    border-radius: 10px; 
    position: absolute;
}
#file-name {
    position: absolute; 
    width: 100%; 
    text-align: center; 
    line-height: 20px; 
    font-size: 12px; 
    z-index: 2;
    white-space: nowrap;
    color:white;
}

#iframepdf {
    width: 100%; 
    height: 500px; 
    display: none; 
    border: 1px solid #ccc; 
    margin-top: 10px;
}

#popupModal {
    top: 0; 
    left: 0; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 1440; 
    height: 1024; 
    background: #5C5C5CE5; 
}

#header-24 {
    width: 536; 
    margin-top: 115px; 
    height: 365; 
    border-width: 0px, 0px, 0px, 0px; 
    border-style: solid; 
    padding: 20px; 
    border-radius: 8px; 
    text-align: center;
    
}
#editSkillModal {
    background: #454545B2; 
    backdrop-filter: blur(4px); 
    min-height: 100vh; 
}
#certificate-1 {
    background: #454545B2; 
    backdrop-filter: blur(4px); 
    min-height: 100vh;
}

#certificate-2 {
    width: 100%; 
    max-width: 550px; 
    height: 570px;
    box-shadow: 0px 1px 3px 0px #0000004D; 
    box-shadow: 0px 4px 8px 3px #00000026;
    background-color: #ffffff; 
    border-radius: 10px;
    margin-top: 35px;
}
#certificate-3 {
    color: #013E7D;
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 298;
    height: 29;
    top: 139px;
    left: 334px;
}

.form-control {
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    height: 45px;
}
.size-1 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0%;
    color: #000000;

}
#size-4 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #013E7D;
    background: #FFFFFF;
    border: none;
    margin-top: -20px;
    margin-left: 18px;
}
#size-5 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    width: 168;
    height: 44;
    top: 832px;
    left: 937px;
    border-radius: 6px;
    padding: 10px;
    gap: 10px;
    background: #013E7D;
    margin-top: -30px;
    margin-left: 10px;

}
.form-group {
    position: relative;
    margin-bottom: 20px;
    margin-left: 22px;
    width: 440px;
    
}

.form-group label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: white;
    padding: 0 5px;
    font-size: 12px;
    color: #6c757d;
}

.date-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

#cert_name {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3F3E3E;
}

#certificate_id {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3F3E3E;
}

#issuing_organization {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #535353;
}

#issue_date {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #535353;
}

#expiration_date {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #535353;
}

#certificate_document {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    border: 2px solid #013E7D;
}

#edit-1 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #013E7D;
    width: 134;
    height: 29;
    top: 139px;
    left: 334px;

}

#size-1 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;

}

.experience-box {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
    overflow: hidden;
    height: 45px;
    background: white;
}

/* Styling for the two input fields inside */
.experience-box input {
    flex: 1;
    border: none;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    width: 50%;
    background: transparent;
}

/* Middle dividing line */
.experience-box span {
    width: 1px;
    background: #ced4da;
    height: 100%;
}

/* Remove input focus outline */
.experience-box input:focus {
    outline: none;
}


#base-1 {
    margin-left: 100px;
}
.base-2 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 10px;
} 
.base-3 {
    font-family: Montserrat,Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 10px;
} 

#base-4 {
    width: 49.31867980957031;
    height: 49.31867980957031;
    top: 145px;
    left: 90px;
    border-radius: 50%;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

.modal-dialog {
    position: relative;
    margin: 1% auto; /* Center modal horizontally and give vertical spacing */
    max-width: 500px; /* Adjust width as per your design */
    background: white;
    border-radius: 8px;
    /* Add a shadow for depth */
}

.section-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.table-container {
    overflow-x: auto;
}
.cert-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.cert-table th, .cert-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
.cert-table th {
    background-color: #013e7d;
    color: white;
}

.error-container {
    max-width: 500px;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.error-header {
    font-size: 36px;
    font-weight: bold;
    color: #d9534f;
    margin-bottom: 10px;
}

.error-message {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

.error-icon {
    font-size: 50px;
    color: #d9534f;
    margin-bottom: 20px;
}