@import './mccp.css';

.token_item {
    display: flex;
    align-items: center;
    margin: .5rem 0;
}

@media only screen and (max-width: 782px){
	table.form-table.mccp-settings label.coin-label .woocommerce-help-tip {
		position: relative;
		top: 4px;
	}
}

table.form-table.mccp-settings label.coin-label{
    display: flex;
    align-items: center;
}
#mccp-order_states .form-table th {
    width:270px;
}
.icon-wrapper {
	height: 32px;
}

input::placeholder {
	color: #ccc;
}

td.forminp > table {
	margin-top: -16px !important;
}

.table-wrapper {
	padding-left: 16px;
	border-left: 3px solid #ccc;
}

input[type="checkbox"].coin-enabled {
	margin: 6px;
}

.mccp-settings input.regular-input,
.mccp-settings select {
	width: 400px !important;
}
.mccp-settings input.regular-input.error{
    border-color: red;
}

.mccp-settings .testnet-info {
	color: #888;
}
.mccp-settings .testnet-info__message {
	display: inline-block;
	margin: 5px 0;
	font-size: 12px;
}

.mccp-settings .not-valid {
	color: red;
}

.mccp-settings .valid {
	color: green
}

.mccp-settings .test-currency {
  filter: grayscale();
}
