body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    background-color: #bbebf3;
}

h2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    margin: 0;
    text-align: left;
}

textarea {
    width: 95%;
    font-size: 16px;
    border-radius: 1px;
    border: 1px solid #fceaea;
    margin-left: 10px;
    margin-right: 10px;

}

hr {
    margin-top: 0px;
    border-top: 1px solid rgb(29, 28, 28);
}

.Head-1 {
    font-size: 2em;
}

.Head-2 {
    font-size: 1.5em;
}

.Head-3 {
    font-size: 1.3em;
}

.Head-4 {
    font-size: 1.1em;
}

.Head-5 {
    font-size: 1em;
}

.Head-6 {
    font-size: 0.9em;
}

#notepad {
    width: 100%;
    margin: 16px 0;
    box-sizing: border-box;
    resize: none;
    min-height: 600px;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ccc9c9;
}

.header-bar {
    background-color: #bbebf3;
    padding: 24px 24px 8px 24px;
}

.main-content {
    width: 96%;
    background: #fff;
    padding: 16px;
    border-radius: 12px 12px 12px 12px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 80vh
}

.Document-options {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.Download-btn {
    background-color: #fff;
    width: 104px;
    height: 30px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid #1b1b1b;
}

.Upload-btn {
    background-color: #fff;
    width: 104px;
    height: 30px;
    border: none;
}

.Copy-btn {
    background-color: #fff;
    width: 104px;
    height: 30px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #1b1b1b;
}

.download-icon {

    width: 20px;
    height: 20px;
    vertical-align: middle;

}

.upload-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.copy-icon {
    width: 14px;
    height: 16px;
    vertical-align: middle;
}

.select-options {
    display: flex;
    margin-right: auto;
    gap: 8px;
    padding: 8px;
    background: #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-radius: 8px;
}

.color-picker {
    width: 25px;
    height: 30px;
    cursor: pointer;
    border: 0.5px solid #1b1b1b;
}

.color-pick {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;

}

.color-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 28px;
    border: 0.5px solid #1b1b1b;
    border-radius: 4px;
    cursor: pointer;
}

.text-color-icon {
    font-weight: bold;
    font-size: 14px;
    color: black;
}
.btn-icon{
    width: 20px;
    height: 20px;
}
.icon-btn{
    width: 30px;
    height: 30px;
}