.elementor-6847 .elementor-element.elementor-element-cb5c745{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3d06e67 */body {
    font-family: Arial, sans-serif;
    background: #f3f3f3;
    margin: 0;
}

.edu-title {
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    margin-top: 20px;
}

.edu-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial;
}

.edu-table th,
.edu-table td {
    border: 2px solid #333;
    padding: 6px;
    vertical-align: top;
}

.edu-table th {
    text-align: left;
    font-weight: normal;
}

.edu-table input {
    width: 100%;
    border: none;
    outline: none;
    height: 28px;
}

.textarea-cell textarea {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    resize: none;
}

.source-box,
.position-box {
    border: 1px solid black;
    padding: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.inline-input {
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    width: 250px;
}

.ref {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid black;
    padding: 6px;
    font-size: 12px;
    background: white;
    width: 120px;
}

.ref div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.ref input {
    width: 60px;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
}



.container {
    width: 900px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
    position: relative;
}

/* HEADER */

.header {
    text-align: center;
    position: relative;
}

.logo {
    width: 220px;
}

.ref {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #000;
    padding: 5px;
    font-size: 12px;
}

.ref input {
    width: 60px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
}

/* TITLES */

.title {
    text-align: center;
    margin: 10px 0;
}

.subtitle {
    text-align: center;
    margin-bottom: 20px;
}

/* PHOTO */

.photo-box {
    position: absolute;
    right: 20px;
    top: 210px;
    width: 100px;
    border: 1px solid #000;
    text-align: center;
    padding: 5px;
    background: #fff;
}

.photo-box img {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    object-fit: cover;
}

.upload-btn {
    display: block;
    background: #eee;
    border: 1px solid #aaa;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
    padding: 2px;
}

.upload-btn input {
    display: none;
}

.photo-text {
    font-size: 11px;
}

/* TABLE */

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
}

td,
th {
    border: 1px solid #000;
    padding: 6px;
    font-size: 14px;
    vertical-align: middle;
}

th {
    background: #f1f1f1;
}

/* INPUTS */

input[type=text],
input[type=email],
input[type=date],
input[type=number],
select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
}

textarea {
    width: 100%;
    border: none;
    outline: none;
    height: 50px;
    resize: none;
}

/* LANGUAGE TABLE */

.language-table th,
.language-table td {
    text-align: center;
}

/* SECTION TITLES */

.section-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* SCALE TABLE */

.panel {
    margin-top: 10px;
}

.main-table td {
    padding: 5px;
}

.main-table td:nth-child(n+3) {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid #000;
}

.main-table input[type=radio] {
    transform: scale(1.1);
}

/* COMMENT LINE */

.line {
    border: none;
    border-bottom: 1px solid #000;
    width: 250px;
}

/* SIGNATURE */

.sign {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.sign-line {
    border: none;
    border-bottom: 1px solid black;
    width: 150px;
    outline: none;
}

/* BUTTON */

button {
    padding: 8px 20px;
    background: #333;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background: black;
}

.important {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}/* End custom CSS */