.required:after {
	content: '*';
	color: #e84545;
}
.cc-form{
	margin-top: 10px !important;
    padding: 30px;
      border: 1px solid #0000001c;
    /*   border-radius: 10px; */
      max-width: 500px;
	margin-bottom: 20px !important;
	display: flex;
	flex-direction: column;
}
.cc-form label {
	display: block;
	margin-top: 26px;
	margin-bottom: 4px;
	font-size: 18px;
    font-weight: 500;
}
.cc-form div.cc-half label {
	margin-top: 1em;
}
.cc-form label:first-child, .cc-form .cc-checkbox label {
	margin-top: 0;
}
.cc-form input, .cc-form textarea, .cc-form select {            
	max-width: 100%;
	margin-top: 5px;
	border: 1px solid rgb(0 0 0 / 10%);
	resize: none;
    padding: 15px;
    background: transparent;
    border: 1px solid #0000001c;
/*   border-radius: 10px; */
}
.cc-form select {
	background-color: white;
}
.cc-form textarea#cc_description {
	height: 10em;
}
.cc-form .cc-checkbox input, .cc-form .cc-checkbox textarea, .cc-form .cc-checkbox select {
	width: unset !important;
	max-width: unset !important;
}
.cc-checkbox {
	display: block;
	flex-wrap: nowrap;
	margin-top: 1em;
}
.cc-form .cc-full {
	width: -webkit-fill-available;
	width: -moz-available;
}
.cc-form .cc-half
{
	width: -webkit-fill-available;
	width: -moz-available;
	/*! min-width: 500px; */
}

.cc-form input[type="submit"] {	
	font-size: 1em;
  padding: 15px 20px;
  background-color: var(--wp--preset--color--contrast, #000);
  color: var(--wp--preset--color--base, #fff);
  border: none;
  cursor: pointer;
  display: block;
  margin-top: 2em;
  width: -webkit-fill-available;
  border-radius: 10px;
	align-self: center;
}


.cc-checkbox [type=checkbox]{
	margin: 0;
	width: 0;
	height: 0;
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cc-checkbox-line label {
  font-size: 16px;
}
.cc-checkbox [type=checkbox] + label:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	height: 1.15em;
	width: 1.15em;
	margin-right: 0.6em;
	color: rgba(0, 0, 0, 0.275);
	border: solid 0.06em;
	/*! box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset; */
	border-radius: 0.2em;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
	background-size: 0;
	will-change: color, border, background, background-size, box-shadow;
	transform: translate3d(0, 0, 0);
	transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
}
.cc-checkbox [type=checkbox]:enabled:active + label:before,
.cc-checkbox [type=checkbox]:enabled + label:active:before {
	box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
	background-color: #f0f0f0;
}
.cc-checkbox [type=checkbox]:checked + label:before {
	background-color: #3B99FC;
	background-size: 0.75em;
	color: rgba(0, 0, 0, 0.075);
}
.cc-checkbox [type=checkbox]:checked:enabled:active + label:before,
.cc-checkbox [type=checkbox]:checked:enabled + label:active:before {
	background-color: #0a7ffb;
	color: rgba(0, 0, 0, 0.275);
}
.cc-checkbox [type=checkbox]:focus + label:before {
	box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.cc-checkbox [type=checkbox]:focus:active + label:before,
.cc-checkbox [type=checkbox]:focus + label:active:before {
	box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.cc-checkbox [type=checkbox]:disabled + label:before {
	opacity: 0.5;
}

.cc-checkbox [type=checkbox].substituted + label {
	-webkit-user-select: none;
	user-select: none;
}



ul.cc-dashboard {
	padding: 0;
}
ul.cc-dashboard * {
	transition: 0.15s;
}

.cc-dashboard span.pending {
	font-size: small;
	padding-left: 1em;
}
ul.cc-dashboard li {
	list-style: none;
	border: 1px solid #0000001c;
	border-radius: 10px;
	margin: 2em 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 1em;
}
span.cc-title-column {
	align-content: start;
	flex-basis: 80%;
}
span.cc-edit-column {
	align-content: center;
	flex-basis: 20%;
	padding: 0.5em;
}
span.cc-edit-column a {
	display: block;
	margin: auto;
	max-width: 80%;
	background: #f4f4f470;
	border-radius: 3px;
	border: 1px solid rgb(0 0 0 / 5%);
	text-align: center;
	font-size: small;
	text-decoration: none;
	padding: .5em;
}
ul.cc-dashboard .cc-title-column a {
	display: inline-block;
	padding: 0.8em .5em;
	text-decoration: none;
	width: 100%;
	word-break: break-word;
}

a.cc-logout-button {
	text-decoration: none;
}

a.cc-logout-button, input.button {
	padding: .5em 1.5em;
	display: inline-block;
	border: 0;
	font-size: inherit;
	font-family: inherit;
	border-radius: 4px;
	background-color: var(--wp--preset--color--contrast, #000); /* Fallback: Schwarz */
	color: var(--wp--preset--color--base, #fff); /* Fallback: Weiß */
}
ul.cc-dashboard li:hover {
	box-shadow: 0 0 20px #0000001f;
}

span#cc_description_counter, span#cc_title_counter {
	font-size: 10px;
	display: block;
	text-align: right;
	margin-top: 0;
	padding-top: 0;
	color: #bebebe;
	margin-bottom: -14px;
}

input#cc_title + span#cc_title_counter {
	margin-top: 5px;
}

.cc-form + .casting-call-custom-fields {
	display: none;
}

@media screen and (max-width: 599px) {
	.cc-form .cc-half{
		min-width: auto;
	}
}

@media only screen and (max-width:480px) {
	.cc-form {
		padding: 30px 20px;
	}
	.wp-block-group.has-global-padding:has( > div > .cc-form) {
		padding-right: 20px;
		padding-left: 20px;
	}
}