@charset "UTF-8";
.sepoa-button-item{
	float:left;
	margin-left:4px;
	border:1px solid transparent;
	border-radius: 17px;
	
	position:relative;
	
	cursor:pointer;
}
.sepoa-button-item:first-child{
	margin-left:0px;
}
.sepoa-button-item > div{
	display:none;
}
.sepoa-button-item > .sepoa-button-item-area-show{
	display:block;
	text-align: center;
}

/* mobile extend */
.sepoa-mobile-flex .sepoa-button-item{
	width: 100%;
}

/* default */
.sepoa-button-item{
	background-color:#0f3181;
	margin-top:16px;
}
.sepoa-button-item div.sepoa-button-item-label,
.sepoa-button-item *:before{
	color:#ffffff;
}
.sepoa-button-item-hide{
	display:none;
}

/* icon */
.sepoa-button-item > .sepoa-button-item-area-left, 
.sepoa-button-item > .sepoa-button-item-area-right{
	font-family: xeicon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

/* button size m */
.sepoa-button-item.sepoa-button-item-size-m{
	height:38px;
	padding:0px 19px;
}
.sepoa-button-item.sepoa-button-item-size-m > div{
	height:100%;
}
.sepoa-button-item.sepoa-button-item-size-m div.sepoa-button-item-label{
	height:100%;
	line-height:38px;
	font-size:12px;
	word-break: keep-all;
}
.sepoa-button-item.sepoa-button-item-size-m .sepoa-button-item-area-left::before,
.sepoa-button-item.sepoa-button-item-size-m .sepoa-button-item-area-right::before{
	line-height:30px;
	font-size:18px;
}

/* button size s */
.sepoa-button-item.sepoa-button-item-size-s{
	padding:0px 5px;	
}
.sepoa-button-item.sepoa-button-item-size-s > div{
	height:100%;
}
.sepoa-button-item.sepoa-button-item-size-s div.sepoa-button-item-label{
	height:100%;
	line-height:32px;
	font-size:12px;
}
.sepoa-button-item.sepoa-button-item-size-s .sepoa-button-item-area-left::before,
.sepoa-button-item.sepoa-button-item-size-s .sepoa-button-item-area-right::before{
	line-height:30px;
	font-size:18px;
}

/* save design */
.sepoa-button-item.sepoa-button-item-type-save{
	background-color: #4083ff;
}
.sepoa-button-item.sepoa-button-item-type-save .sepoa-button-item-label{
	color: #ffffff;
}

/* add design */
.sepoa-button-item.sepoa-button-item-type-add{
	background-color: #ffffff;
	border-color: #4083ff;
}
.sepoa-button-item.sepoa-button-item-type-add .sepoa-button-item-label{
	color: #4083ff;
}

/* delete design */
.sepoa-button-item.sepoa-button-item-type-delete{
	background-color: #ffffff;
	border-color: #2e3c4d;
}
.sepoa-button-item.sepoa-button-item-type-delete .sepoa-button-item-label{
	color: #2e3c4d;
}

/* gridrow button */
.sepoa-button-item.sepoa-button-item-type-gridrow{
	background-color: #ffffff;
	border-color: #2e3c4d;
}
.sepoa-button-item.sepoa-button-item-type-gridrow .sepoa-button-item-label{
	color: #333333;
}

/* primary design */
.primary .sepoa-button-item{
	background-color: #4083FF;
}
.secondary .sepoa-button-item{
	background-color: #3D5CFF;
}
.tertiary .sepoa-button-item{
	background-color: #2E3C4C;
}


/* template design */
.sepoa-button-item.sepoa-button-item-type-template .sepoa-button-item-area-label span.sepoa-button-template-number{
	font-weight: bold;
    font-size: 16px;
    color: #00a8d9;
}
.sepoa-button-item.sepoa-button-item-type-template .sepoa-button-item-area-label span.sepoa-button-template-space{
	padding-left: 5px;
}
.sepoa-button-item.sepoa-button-item-type-template .sepoa-button-item-area-label span.sepoa-button-template-label{
	
}

/* badge */
.sepoa-button-item > div.sepoa-button-item-area-badge{
	position:absolute;
	top:-9px;
	right:-5px;
	height: 21px;
	line-height: 21px;
	width: 21px;
	display: none;
}
.sepoa-button-item .sepoa-button-item-area-badge.show{
	display:block;
}
.sepoa-button-item .sepoa-button-item-area-badge > *{
	width:100%;
	height:100%;
	
	display:flex;
	justify-content: center;
	align-items: center;
}
.sepoa-button-item .sepoa-button-badge-default{
	background-color:#f40b0d;
	border-radius:10px;
}
.sepoa-button-item .sepoa-button-badge-default span{
    height:unset;
    line-height:unset;
    font-size:13px;
    
    color:#ffffff;
}
.sepoa-button-item .sepoa-button-badge-icon{
	
}
.sepoa-button-item .sepoa-button-badge-icon:before{
	color:#ff6f1d;
	font-size: 24px;
}
