@charset "UTF-8";

.text-required {
    background: #ef8200;
    color: #fff;
    font-size: .6rem;
    padding: 2px 5px;
    position: absolute;
    top: 20px;
    right: 15px;
}
.mode-input {
	font-size: .8rem;
}
.privacy-box {
	width: 100%;
	height: 110px;
	padding: 10px;
	border: 1px solid #ced4da;
	overflow-y: scroll;
	font-size: 12px;
}