#sjfb-body {
    background-color: #206fa2;
    font-family: "PT Sans", sans-serif, Helvetica, Arial;
    font-size: 14px;
}

#sjfb-wrap {
    margin: 30px auto;
    max-width: 800px;
    padding: 20px;
    background-color: #fff;
    border: 6px solid #195a84;
}

#sjfb-wrap .hide {
    display: none;
}

#sjfb-wrap h1 {
    margin-top: 10px;
}

#sjfb-wrap h3 {
    margin: 6px 0;
    text-transform: capitalize;
}

#sjfb-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sjfb-wrap .add-wrap,
#sjfb-clp {
    background: rgb(247 247 247 / 75%);
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
border-radius: 4px;}

#sjfb-wrap .add-wrap a {
    color: #111;
}

#sjfb-wrap .add-wrap li {
    padding: 2px 0;
}

#sjfb-wrap .add-wrap li a:hover {
    padding-left: 5px;
    color: #000;
}

#sjfb-wrap .alert {
    background-color: #00a65a;
    border: 1px solid #008d4c;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}

#sjfb-wrap .alert textarea {
    display: block;
    margin-top: 10px;
    width: 96%;
    min-height: 140px;
}

#sjfb-wrap h2 {
    margin: 4px 0;
    font-weight: normal;
}
#sjfb {
    padding-top: 10px;
}
#sjfb h3 {
    font-size: 18px;
}

#sjfb .field {
    border: 1px solid #ddd;
    margin-bottom: 4px;
    padding: 5px;
}

#sjfb .field:hover {
    background-color: #fbf9ee;
    cursor: move;
}

#sjfb .choices li:hover {
    background-color: #f7fbc7 !important;
    cursor: move;
}

#sjfb label {
    margin: 0;
    font-weight: bold;
	width: 100%;
}

#sjfb .toggle-selected,
#sjfb .toggle-required {
    margin: 0 0 0 5px;
}

#sjfb .delete {
	float: right;
	background: #d63638;
	padding: 2px 10px;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
	border: none;
	font-size: 10px;
}
#sjfb .choices .delete {
	float: none;
	position:absolute;
	display: block;
	top: -5px;
	right: -2px;
}
#sjfb .add-choice {
	background: #0d6efd;
	padding: 2px 10px;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
	border: none;
	font-size: 10px;
}
#sjfb input {
    font-weight: normal;
    margin: 0;
}

#sjfb input[type="text"] {
    width: 100%;
    /* max-width: 300px; */
}

#sjfb .choices {
    margin: 5px 0;
    padding: 5px;
    background: #8c8f94;
    border: 1px solid #ddd;
}

#sjfb .choices ul {
    padding: 0;
}
#sjfb .choices li {
    padding: 4px;
    margin: 4px 0;
position: relative;}

#sjfb .choices li:nth-child(even) {
    background: #e7e7e7;
}

#sjfb .delete-choice {
    margin-left: 5px;
    font-weight: normal;
}

#sjfb-clp .choices {
    display: block;
}
#sjfb-clp .choices > label {
    display: flex;
line-height: 27px;height: 30px;}
#sjfb-clp .choices > label > input {
    display: flex;
height: 30px !important;margin-right: 5px;}

#sjfb-clp label {
    display: block;
    /* margin: 2px 0; */
}

#sjfb-clp .form-fields {
    margin: 10px 0;
}

#sjfb > button {
    margin: 20px 0 10px;
}

#sjfb-clp {
    max-width: 100%;
}

#sjfb-clp input[type="text"],
#sjfb-clp textarea {
    width: 100%;
    /* max-width: 250px; */
}

#sjfb-clp input[type="text"],
#sjfb-clp textarea,
#sjfb-clp select {
    /* padding: 4px; */
}

#sjfb-clp textarea {
    min-height: 70px;
}

#sjfb-clp label {
    line-height: 1.6em;
}

#sjfb-clp .sjfb-field {
    margin-bottom: 0 !important;
}
#sjfb-clp .sjfb-field.sjfb-agree {
    display: flex;align-items: center;justify-content: flex-start;align-content: center;}

#sjfb-clp .sjfb-agree label,
#sjfb-clp .sjfb-agree input {
display: inline-block;line-height: 50px;height: 50px;}
#sjfb-clp .sjfb-agree input {
margin-right: 5px;position: relative;top: 3px;}
#sjfb-clp .required-field > label:after {
    content: " *";
    color: red;
    font-size: 120%;
    font-weight: bold;
}

#sjfb-clp .submit {
    margin: 20px 0 0;
    cursor: pointer;
}