@charset "iso-8859-1";
/**************/
/*** new Header change ***/
/**************/
body {
	background-color: #FFFFFF;
	scrollbar-base-color: #81BEF7;
	scrollbar-arrow-color: #ffffff;
	scrollbar-DarkShadow-color: #81BEF7;
	font-family: Arial, sans-serif;
	font-size: 12.0px;
   }

.header_container {
	display: flex;
	flex-direction: column;
}

.header_logo {
	display: flex;
	justify-content: space-between;
}

.header_inner {
	display: flex;
	justify-content: space-between;
}

.header_inner_title {
    display: flex;
    justify-content: space-between;
    border-bottom: solid #E1251B 3px;
	margin-bottom: 30px;
}

.header__option {
	display: flex;
	justify-content: space-between;
}

.header_heading {
	display: flex;
	flex-direction: column;
	align-self: center;
	height: 37px;
}

.bg_gray {
	background: #F5F5F5BF 0% 0% no-repeat padding-box
}

.logout {
	
	margin-left: 16px;
	margin-right: 100px;
	background-color: #F5F5F5;
	height: 88px;
	border: none;
	border-top: solid 6px #D23B44;
	width: 136px;
}

.closeBtn {

    width: 11px;
    height: 11px;
}

.logo_img {
	margin-left: 74px;
}

.balloon_img {
	margin-right: 90px; 
}

.claim {
	margin-top: 31px;
	margin-left: 48px;
}

.claim1 {
	margin-top: 10px;
	margin-left: 74px;
}

.username {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 74px;
}

.logout_btn {
	display: flex;
	align-items: center;
}
.avatar_img {
	margin: 5px;
}
