.msss-biodata-container {
    background: #fff;
    padding: 20px;
    min-width: 778px;
}

.msss-biodata-outline {
    margin: auto;
    padding: 20px;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 2px solid #000000e1 !important;
}

.msss-biodata-container header {
    text-align: center;
    border-bottom: 2px dashed #333;
    margin-bottom: 10px;
}

.msss-biodata-container header h2 {
    margin: 5px 0;
    color: #d30000;
}

.msss-biodata-container header h3,
.msss-biodata-container header h6 {
    color: #0a57a3;
    margin: 5px 0;
}

.msss-biodata-container section {
    margin-bottom: 15px;
}

.msss-biodata-container .section-title {
    background: #eee;
    padding: 5px;
    font-weight: bold;
    border-left: 5px solid #0a57a3;
    margin-bottom: 5px;
    width: 230px;
}

.msss-biodata-container .section-content {
    margin-left: 20px;
    font-size: 14px;
}

.msss-biodata-container .details {
    display: flex;
    flex-wrap: wrap;
}

.msss-biodata-container .details div {
    width: 50%;
    padding: 5px;
}

.msss-biodata-container .photo-box {
    /* float: right; */
    border: 2px solid #ccc;
    padding: 5px;
    width: 120px;
    height: 150px;
    text-align: center;
    background: #f0f0f0;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msss-biodata-container .photo-box img {
    width: 118px;
    height: 138px;
}

.msss-biodata-container .verify-box {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.msss-biodata-container .verify-box div {
    flex: 1;
    text-align: center;
}

.msss-biodata-container .verified {
    color: green;
    font-weight: bold;
}

.msss-biodata-container .not-verified {
    color: red;
    font-weight: bold;
}

.skills-box,
.msss-biodata-container .hobbies-box {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px 0;
}

.skill,
.msss-biodata-container .hobby {
    /* background: #dff0d8; */
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
}

.msss-biodata-container .skill.red,
.msss-biodata-container .hobby.red {
    background: #f2dede;
}

.msss-biodata-container .skill.blue,
.msss-biodata-container .hobby.blue {
    background: #d9edf7;
}

.msss-biodata-container .skill.green,
.msss-biodata-container .hobby.green {
    background: #dff0d8;
}

.msss-biodata-container footer {
    border-top: 2px dashed #333;
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    color: #333;
}

.msss-biodata-verified,
.msss-biodata-not-verified {
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.msss-biodata-verified span,
.msss-biodata-not-verified span {
    font-weight: normal;
    font-size: 10px;
}

.msss-biodata-verified {
    color: green;
}

.msss-biodata-not-verified {
    color: red;
}

.text-bold {
    font-weight: 600;
}

.wd-50 {
    width: 50%;
}

.wd-40 {
    width: 40%;
}

.wd-60 {
    width: 60%;
}

.msss-biodata-notice {
    background: #eeeeee;
    padding: 30px 30px 10px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.icon::before {
    font-family: 'FontAwesome';
    /* or relevant icon font */
    content: "\F271";
}