body {
    justify-content: center;
    display: flex;
    font-family: 'Noto Sans Telugu', Verdana, Geneva, Tahoma, sans-serif;
}
div.outer {
    display: flex;
    flex-direction: column;
    height: 95vh;
    margin: 0;
    width: 800px;
  }

div.header {
    background: #025f9c;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px 11px 0px 11px;
    width: 100%;
    color: white;
}

img.titleimage {
    width: 40px;
    height: 40px;
    padding: 0px 0px 0px 10px;
}

h1.title {
    margin: 10px 2px 10px 0px;
    text-shadow: 1px 1px #009dcb;
    color: #29aefa;
    padding: 10px 0px 0px 5px;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 40px;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.nav-menu li {
    text-decoration: none;
    color: #444444;
    transition: background 0.3s;
    padding: 5px 0px 0px 0px;
    font-size: 15px;
    cursor: pointer;
}

.nav-menu li:hover {
    font-weight: bold;
    border-radius: 4px;
}


div.main {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

div.menu {
    width: 100%;
    background: #afebff;
    padding: 0px 11px 0px 11px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: normal;
}

textarea.edit {
    width: 100%;
    height:100%;
    font-family: 'Noto Sans Telugu', Verdana, Geneva, Tahoma, sans-serif;
    padding: 10px;
    font-size: 16px;
    line-height: 150%;
    border: solid 1px #025f9c;
}

textarea.hilight {
    background-color: #fffff6;
}

div.autosave {
    display: flex;
}

input[type="checkbox" i] {
    margin: 0px 3px 3px 0px;
}

div.saveddiv {
    width: 20px;
}

span.saved {
    font-size: 12px;
}


.help.show {
    max-height: 600px; /* Adjust based on content height */
}

div.helpbreak {
    clear: both;
  }

div.helpbreak h3 {
    padding: 10px 0px 10px 0px;
    margin: 0px;
    text-decoration: underline;
}

div.helpbreak p {
    margin: 0px;
    padding: 0px;
}

div.scinfo h3, div.intro h3, div.helpbreak h3.firstrow {
    padding: 0px 10px 10px 0px;
    margin: 0px;
}

div.scinfo p {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

div.scinfo h4 {
    padding: 10px 0px 0px 0px;
    margin: 0px;
}



div.letter {
    border: solid 1px #aaa;
    float: left;
    padding: 5px 10px 5px 10px;
}

div.english {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #ccc;
    text-align: center;
    padding: 0px 0px 2px 0px;
}

div.telugu{
    border: none;
    text-align: center;
    padding: 2px 0px 0px 0px;
}

table.special {
	border: 1px solid #ccc;
    border-style: solid;
    border-color: #cccccc;
    border-width: 0px;
}

table.special tr td {
	padding: 2px;
}

table.examples tr td {
	padding: 2px;
}

td.specialsymbol {
	border-right: 1px solid #aaa;
}

div.close {
    /* float: right; */
    display: block;
    text-align: right;
    cursor: pointer;
    color: #990000;
    font-size: 15px;
    padding: 3px 10px 0px 0px;
}

div.help, div.scinfo, div.intro {
    width: 100%;
    background-color: azure;
    max-height: 0;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    overflow: hidden;
    padding: 0px 10px 0px 10px;
    flex-grow: 0;
    flex-shrink: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);    
}

.intro.show {
    max-height: 750px;
}

.scinfo.show {
    max-height: 400px;
}

a.email {
	text-decoration: none;
	color: #880000;
	text-shadow: none;
	font-weight: none;
}

div.font {
    display: flex;
    gap: 5px;
}

img.printer, img.fontsize {
    width: 20px;
    height: 20px;
    opacity: 0.6;
    padding: 0px;
}

.printer:hover, .fontsize:hover {
    opacity: 1.0;
}

div.shortcutdiv {
    position: absolute;
    background: #afebff;
    color: #333333;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    display: none; /* Initially hidden */
    white-space: nowrap;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    min-width: 100px;
}

/* Vertical Menu Styles */
.shortcut-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shortcut-menu li {
    padding: 0px 0px 12px 0px;
    border-radius: 3px;
    transition: background 0.3s;
}

h4.shortcutheader {
    padding: 0px 0px 5px 0px;
    margin: 0px;
}

div.tooltip {
    position: absolute;
    background: #025f9c;
    color: #cccccc;
    padding: 5px 5px 4px 5px;
    border-radius: 5px;
    font-size: 14px;
    display: none; /* Initially hidden */
    white-space: nowrap;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

div.mobilealert {
    font-family: 'Noto Sans Telugu', Verdana, Geneva, Tahoma, sans-serif;
    display: none;
    font-size: 20px;
    text-align: center;
    padding: 30px;
}
