body{
    background-color:#f0f0f0;
   
}
.li{
    display:inline;
    font-size:10px;
    color:#fff;
}
.marqueClassGreen{
    color:#fff;background-color:green;cursor:pointer;padding:2px;
}
.marqueClassWhite{
    color:#fff;background-color:green;cursor:pointer;padding:2px;
}
.marqueClassBlack{
    color:#fff;background-color:green;cursor:pointer;padding:2px;
}
.marqueClassRed{
    color:#fff;background-color:green;cursor:pointer;padding:2px;
}
.toast__container {
    position: fixed;
    bottom: 25px;
    left: 15px;
    pointer-events: none;
    width: 95%;
}
.toast__msg {
    width: 95%;
    min-height: 50px;
    background: #cdcdcd;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 10px;
    word-break: break-all;
    -webkit-transition: opacity 6s cubic-bezier(0, 0, 0.30, 1) 0;
    -webkit-transition: opacity 0.60s cubic-bezier(0, 0, 0.30, 1) 0;
    transition: opacity 0.60s cubic-bezier(0, 0, 0.30, 1) 0;
    text-transform: initial;
    margin-bottom: 30px;
    border-radius: 2px;
}

.toast__msg--hide {
    opacity: 0;
}
.card {
    background: linear-gradient(160deg, #AA1212 0%, #0C0808 100%);
    box-shadow: 1px 1px 2px 0 rgb(46 61 73 / 65%);
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    z-index: 2;
	padding: 1em;
	border-radius: 3px;
	margin-top: 5px;
	width: 100%;
    overflow-y: auto;
    font-size: 15px;
    color:#fff;
}
.labelClass {
	display: block;
	width: 80%;
	border: 1px solid rgb(157, 255, 157);
	background: #F8F8F8;
	padding: 2px;
	border-radius: 4px;
	font-size: 15px;
	color: white;
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
	text-align: left;
	font-style: normal;
	cursor: all-scroll;
	margin-top: 3px;
	margin-left: 5%;
}
 .textareaClass {
	display: block;
	width: 80%;
	border: 1px solid rgb(157, 255, 157);
	background: #fff;
	padding: 2px;
	border-radius: 4px;
	font-size: 15px;
	color: black;
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
	text-align: left;
	font-style: normal;
	cursor: text;
	margin-top: 3px;
	margin-left: 5%;
}
 .inputSelect {
	display: block;
	height: 50px;
	width: 80%;
	border: 1px solid rgb(157, 255, 157);
	background: #fff;
	padding: 2px;
	border-radius: 4px;
	font-size: 15px;
	color: black;
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
	text-align: left;
	font-style: normal;
	cursor: text;
	margin-top: 3px;
	margin-left: 5%;
}
 .inputClass {
	display: block;
	width: 80%;
	border: 1px solid rgb(157, 255, 157);
	background: #fff;
	padding: 1em;
	border-radius: 4px;
	font-size: 15px;
	color: black;
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
	text-align: left;
	font-style: normal;
	cursor: text;
	margin-top: 3px;
	margin-left: 5%;
}
.textAreaClass {
	display: block;
	width: 80%;
	border: 1px solid rgb(157, 255, 157);
	background: #fff;
	padding: 1em;
	border-radius: 4px;
	font-size: 15px;
	color: black;
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
	text-align: left;
	font-style: normal;
	cursor: text;
	margin-top: 3px;
	margin-left: 5%;
}

.vScrollBar {
	max-height: 60px;
    font-size:20px;
}

.btnClass {
    display: block;
    height: 40px;
    border: 1px solid rgb(157, 255, 157);
    font-size: 13px;
    color: black;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
    text-align: left;
    font-style: normal;
    cursor: default;
    margin-top: 3px;
    cursor:pointer;
    padding:12px;
	
}

.btnClass1 {
  height: 40px;
  border: 1px solid rgb(157, 255, 157);
  font-size: 13px;
  color: black;
  box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
  text-align: left;
  font-style: normal;
  cursor: default;
  margin-top: 3px;
  margin-left:-3px;
  cursor: pointer;
  padding: 12px;
  width:80%;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.flex--end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.flex--center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.header {
	height: 50px;
	position: fixed;
	width: 100%;
	background: linear-gradient(160deg, #AA1212 0%, #0C0808 100%);
	box-shadow: 0px 1px 10px 0px rgba(83, 83, 83, 0.68);
}

.bottom {

	bottom: 0;
	height: 50px;
    position:fixed;
	margin-left : 0px;
	background: linear-gradient(160deg, #AA1212 0%, #0C0808 100%);
	box-shadow: 0px 1px 10px 0px rgba(83, 83, 83, 0.68);
	width:100%;
}

.header__inner {
	width: 90%;
	margin: 0 auto;
}

.sidemenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(160deg, #AA1212 100%, #0C0808 0%);
	box-shadow: 0px 1px 10px 0px rgba(83, 83, 83, 0.68);
	transform: translateX(-100%);
	transition: all 0.3s ease-in-out 0s;
	color:#fff;
	height:600px;
	overflow-y: scroll;
	z-index:100;
}

.sidemenu_{
   	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease-in-out 0s; 
}


.sidemenu.active {
	transform: translateX(0%);
}

#burger {
	cursor: pointer;
	width: 30px;
	height: 27px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#burger>div {
	height: 4px;
	z-index: 999;
	border-radius: 15px;
	align-self: flex-end;
	width: 100%;
	background-color: #fff;
	transition: 0.2s ease-in-out;
}

.sidemenu ul {
	margin: 96px 0 0 20px;
}

.sidemenu ul li {
	list-style-type: none;
	margin-bottom: 30px;
}

.sidemenu ul li a {

	text-decoration: none;
	color: #fff;
	font-size: 15px;

}

#burger div:nth-child(2) {
	width: 80%;
}

#burger div:nth-child(3) {
	width: 60%;
}

#burger:hover div {
	width: 100%;
}


/* active class on burger*/

#burger.active div:nth-child(1) {
	transform: translateY(11px) rotate(45deg);
	background-color: #fff;
	width: 100%;
}

#burger.active div:nth-child(2) {
	opacity: 0;
	background-color: #fff;
}

#burger.active div:nth-child(3) {
	transform: translateY(-12px) rotate(-45deg);
	background-color: #fff;
	width: 100%;
}

a{
    text-decoration: none;
}

html {
	visibility: visible;
	opacity: 1;
}
.pw_prompt {
    position: fixed;
    left: 37%;
    top: 15%;
    margin-left: -100px;
    padding: 15px;
    width: 280px;
    height: 200px;
    border-radius:6px;
    border: 1px solid black;
	background: linear-gradient(160deg, #AA1212 0%, #0C0808 100%);
	/*background-color:#d6d6d6;*/
	box-shadow: 0px 1px 10px 0px rgba(83, 83, 83, 0.68);
	z-index:1000;
}

.pw_prompt_tell {
position: fixed;
left: 50%;
top:1%;
margin-left:-100px;
padding:15px;
width:200px;
	background: linear-gradient(160deg, #AA1212 0%, #0C0808 100%);
	box-shadow: 0px 1px 10px 0px rgba(83, 83, 83, 0.68);
}
.pw_prompt label {
display:block; 
margin-bottom:5px;
margin:2px;
}
.pw_prompt input {
    margin-bottom: 20px;
    margin-top: 20px;
    height: 40px;
    font-size: 50px;
    border-radius:3px;
}

.pw_prompt button {
   	width: 100%;
	height: 50px;
	font-size: 20px; 
		background: linear-gradient(160deg, #AA1212 0%, #0C0808 100%);
	border:0px;
	margin-top:8px;
}
.bottomButtons{
    cursor:pointer;width:60px;display:inline;background: linear-gradient(160deg, #AA1212 0%, #0C0808 100%);border:0px;margin-top:10px;color:#fff;
}
.bottomTopDiv{
    cursor:pointer;
    font-size:60px;
    bottom:40px;
    position:fixed;
    float:right;
}
.imageLogo{
    width:50px;height:auto;
}
.ulTop{
    padding:20px;
    background:#4facddba;
}

.divCenter{
    width:100%;text-align:center;
}
