@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.block-editor-block-inspector .components-base-control {
	margin-bottom: 0;
}

.block-editor-block-inspector .components-base-control:last-child {
	margin-bottom: 0;
}

.item {
}

.pg-setting-input-textarea .components-textarea-control__input {
	min-height: 75px !important;
	resize: vertical;
	border-radius: 6px !important;
	padding: 4px;
	font-family: "Poppins" !important;
	font-weight: 500;
	font-size: 13px;
}
.pg-setting-input-text .components-textarea-control__input {
	min-height: 75px !important;
	resize: vertical;
	border-radius: 6px !important;
	padding: 4px;
	font-family: "Poppins" !important;
	font-weight: 500;
	font-size: 13px;
}
.pg-setting-input-text .components-input-control__input {
	padding: 1px;
	font-family: "Poppins" !important;
	font-weight: 500;
	font-size: 13px;
}
.pg-setting-input-text .components-select-control__input {
	font-family: "Poppins" !important;
	font-weight: 500;
	font-size: 13px;
	border: 1px solid #1f2937 !important;
}
.pg-font {
	font-family: "Poppins" !important;
	/* background-color: red; */
}
.pg-setting-input-text .components-panel__body {
	font-family: "Poppins" !important;
	font-weight: 500;
	font-size: 13px;
}
.pg-setting-input-text .components-panel__body-title {
	font-family: "Poppins" !important;
	font-weight: 500;
	font-size: 13px;
}
.pg-setting-input-text .components-base-control__field label {
	font-family: "Poppins" !important;
	font-weight: 500;
	font-size: 13px;
}
.pg-setting-input-text .components-base-control__help {
	font-family: "Poppins" !important;
	/* font-weight: 500; */
	/* font-size: 13px; */
}
/* .pg-setting-css-components .components-button {
	font-family: "Poppins" !important;
	
	display: flex;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	gap: 0.5rem;
	justify-content: center;
	border-radius: 0.25rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	color: #ffffff;
	text-transform: capitalize;
	background-color: #1f2937;
	cursor: pointer;
}

.pg-setting-css-components .components-button:hover {
	color: #ffffff;
	background-color: #374151;
} */

.custom-scrollbar {
	max-height: 300px;
	height: auto;
	overflow-y: scroll;
	scrollbar-width: thin;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar {
	width: 8px;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: #1f2937;
	border-radius: 10px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
	background-color: #e5e7eb;
}
