$font-settings: 'Roboto', sans-serif;
$placeholder-color: #b9b9b9;

::-webkit-input-placeholder { /* Edge */
	color: $placeholder-color;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: $placeholder-color;
}

::placeholder {
	color: $placeholder-color;
}

* {
	box-sizing: border-box !important;
}

.cas--settings {
	max-width: 968px;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #ddd;
}

.cas {
	&--settings__title {
		font-family: Roboto, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 25px;
		display: flex;
		align-items: center;
		color: #454545;
		padding: 25px 20px;
	}

	&--settings__content {
		border-top: 1px solid #D8D8D8;
		padding: 25px 20px;
	}

	&--field__title {
		font-family: Roboto, sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 150%;
		color: #555555;
		margin-bottom: 8px;
	}

	&--field__wrapper {
		margin-bottom: 25px;
	}

	&--field__element {
		input[type="text"],
		select {
			display: block;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			max-width: 50%;
			width: 50%;
			height: 47px;
			padding: 0 12px;
			font-size: 14px;
			border: 1px solid #D8D8D8;
		}

		textarea {
			max-width: 100%;
			width: 100%;
			font-size: 14px;
			padding: 8px 12px;
			border: 1px solid #D8D8D8;
		}
	}

	&--custom-featured-image {
		display: block;
		margin-bottom: 18px;
	}
}

#cpn--field__wrapper {
	&--notification-url {
		display: none;
	}
}

#cpn--custom-featured-image {
	display: none;
}

#cpn--additional-tags {
	margin-top: 15px;
}

#cpn--field__wrapper--send-to-platforms__all {
	label {
		display: block;
		margin-bottom: 5px;
		line-height: 150%;
	}
}

.select2-selection__rendered {
    line-height: 47px !important;
	padding-left: 12px !important;
}

.select2-container .select2-selection--single {
    height: 47px !important;
	border-color: #D8D8D8;;
}

.select2-selection__arrow {
    height: 47px !important;
}

/**
 * Push Notification: /admin.php?page=canvas_push
 */
.canvas-send-notification-setting {
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 1rem;

	.canvas__sns {
		&-group-title {
			padding: 24px 20px;
			font-family: $font-settings;
			font-style: normal;
			font-weight: 400;
			font-size: 18px;
			line-height: 25px;
			color: #454545;
		}

		&-fields {
			padding: 30px 20px;
			padding-top: 0;
			border-top: 1px solid #D8D8D8;

			input[type="text"],
			input[type="url"],
			select,
			textarea {
				border: 1px solid #D8D8D8;
				border-radius: 3px;
				box-shadow: none;
				outline: 0;
				width: 100%;
				padding: 4px 8px;
				font-size: inherit;
			}
		}

		&-field-group {
			margin-top: 25px;

			&:first-child {
				margin-top: 0;
			}
		}

		&-field-label {
			display: block;
			font-family: $font-settings;
			font-style: normal;
			font-weight: 700;
			font-size: 14px;
			line-height: 150%;
			color: #555555;
			margin-bottom: 8px;

			&--2 {
				display: block;
				margin-top: 5px;
			}
		}

		&-upload-featured-image {
			display: block;
			background: #D8D8D8;
			border-radius: 5px;
			font-family: $font-settings;
			font-style: normal;
			font-weight: 400;
			font-size: 14px;
			line-height: 150%;
			text-align: center;
			color: #454545;
			box-shadow: none;
			outline: 0;
			border: none;
			padding: 8px 16px;
			margin-bottom: 14px;
			cursor: pointer;
		}

		&-error-wrapper {
			& > div {
				margin: 1rem 0;
			}
		}

		&-spinner {
			display: none;
		}

		&-use-post-category-as-tags {
			margin-bottom: 15px;
		}
	}

	.sns--hide {
		display: none !important;
	}
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #D8D8D8 !important;
    border-radius: 3px !important;
}

.select2-dropdown {
	border: 1px solid #D8D8D8 !important;
}
