body {
	background: #2C3539;
	color: #FFFFFF;
}

h1, h2, h3, h4 {
	text-align: center;
}

a {
	color: wheat;
}

textarea, input {
	background: #1f2628;
	border: 2px solid #1F2128;
	color: #f0fcff;
}
textarea {
	width: 100%;
	min-width: 300px;
}
textarea:focus, 
input:focus {
	outline: 2px solid #1F2128;
}

input[type=radio]:checked {
	/*accent-color: #e2f9ff;*/
	accent-color: black;
}

#header {
	width:100%;
	text-align: right;
	display: flex;
	flex-direction: row;
}
#mainSiteLink {
	text-align: right;
	width: 100%;
}
#stegSiteLink {
	text-align: left;
	width: 100%;
}

.main_area {
	display: flex;
	width: fit-content;
	margin: 0 auto;
	flex-wrap: wrap;
	flex-direction: column;
}

.main_area_div {
	
}

#crypt_key {
	margin: 0 auto;
}

#cryptKeyAes {
	display: flex;
	width: fit-content;
	margin: 0 auto;
	flex-wrap: wrap;
	flex-direction: row;
}

#keys_aes {
	display: flex;
	flex-direction: column;
}

#cryptKeyRsa {
	display: none;
	flex-direction: row;
	text-align: center;
	flex-wrap: wrap;
}


.rsaKeyContainer {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
}

#formIVPlace, #formIVGen {
	display: flex;
	flex-direction: column;
	text-align: left;
}

#myIV, #myIVGen {
	background: transparent;
}

.aes_keys_div {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	margin: 0 auto;
}

#crypt_text_fields {
	display: flex;
	width: fit-content;
	margin: 0 auto;
	flex-wrap: wrap;
	flex-direction: row;
}

.input_text_div {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}

.crypt_btns {
	margin-top: 10px;
}

.crypt_btns input {
	min-width: 70px;
}

.btnsCryptKeyControl {
	display: flex;
	flex-direction: row;
	width: fit-content;
	margin: 0 auto;
	padding: 10px
}

.btnsCryptKeyControl input {
	margin-left: 5px;
	margin-right: 5px;
}

#ivAesBtnCopy, #ivAesBtnClean, #ivGenAesBtn, #ivGenAesBtnCopy, #ivGenAesBtnClean {
	background: transparent;
}

#hashTextDiv {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: fit-content;
	margin:
	0 auto;
}

#converterDiv {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: fit-content;
	margin: 0 auto;
}






#optionsArea {
	display: block;
}

.options_div {
	margin-top: 5px;
	text-align: center;
}

.optionsBtn {
	width: fit-content;
	margin: 0 auto;
	padding-top: 30px;
}

#formCryptMode {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: fit-content;
	margin: 0 auto;
}

/*#formCryptMode div {
	margin: 0 auto;
}*/

#simch {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}
#simchTitle  p{
	margin-top: 0px;
	margin-bottom: 5px;
}
#simchChange {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: fit-content;
	margin: 0 auto;
}
#simchChange div {
	margin: 0 auto;
}

#asimch {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}#asimchTitle  p{
	margin-top: 0px;
	margin-bottom: 5px;
}

.simBorders {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin: 5px auto;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #1F2128;
}


#hashRsa {
	display: none;
}



#setKeySizeRsa {
	display: none;
}


#keyGenBtn {
	margin: 10px;
}

#keyResultAes {
	display: none;
	flex-direction: column;
	width: fit-content;
	margin: 0 auto;
}

.resultKeyBtns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
}

.resultKeyBtns input {
	margin: 5px;
}

#keyResultRsa {
	display: none;
	flex-direction: column;
	width: fit-content;
	margin: 0 auto;
}

#keyResultFieldsRsa {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
}

.keyResultRsaPublicPrivate {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin: 0 auto;
	padding: 10px;
}

.resultRsaPubKeyBtns {
	padding-top: 5px;
}


#info_div {

}

#contentsId ol li {
	cursor: pointer;
}

#upBtn {
	display: none;
	flex-direction: row;
	position: fixed;
	background: #2C3539;
	width: fit-content;
	bottom: 0px;
	right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
#topArrowId {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17V4M3 10l7-7 7 7'/%3E%3C/g%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	margin: auto;
}







#progressBar {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000bf;
	z-index: 10;
	top: 0;
	left: 0;
}

#progressContainer {
	position: relative;
	margin: 0 auto;
	background: #2C3539;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: fit-content;
	max-width: 300px;
	top: 40%;
	text-align: center;
}

#progressBtn {
	width: fit-content;
	margin: 0 auto;
}

