/* ==========================================================================
   Global widgets styles
   ========================================================================== */

.widgets-php {

	.qodef-image-thumb {
		display: block;
	}

	.qodef-image-uploader {
		display: block;

		.button {
			margin-right: 8px;
			margin-top: 12px;

			&:last-child {
				margin-right: 0;
			}
		}
	}
}

#widgets-right,
.blocks-widgets-container {

	.qodef-hide-dependency-holder {
		display: none;
	}

	.icons-selector {
		display: block;
		width: 100%;
		min-height: 30px;
		padding: 0 15px 0 0;
		font-size: 14px;
		line-height: 2;
		color: #2c3338;
		border: 1px solid #8c8f94;
		box-shadow: none;
		border-radius: 3px;
		box-sizing: border-box;

		.selector {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 100%;
			height: 100%;
			margin: 0;
		}

		.selected-icon {
			flex-shrink: 0;
		}

		.selector-button {
			width: 100%;
			text-align: right;
		}

		.selector-popup {
			border: 1px solid #8c8f94;
			margin-top: 0;
			left: -1px;
		}

		+ .qodef-widget-iconpicker-select {
			display: none !important;
		}
	}
}
