@import '../../styles/styles.scss';

// @media (min-width:768px) {
// 	.panel-box {
// 		width:535px
// 	}
// }
.s-pop-show {
	display: block;
}
.s-pop-hide {
	display: none;
}
.s-pop-panel-title {
	// font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-left: 1rem;
}
.s-pop-panel-title-icon {
	padding: 0 5px;
	// font-size: 14px;
	color: var(--p-primary-color);
}
.s-check {
	padding: 0 2.5px;
	font-size: 1rem;
	width: 1.5rem;
	line-height: 1;
	display: inline-block;
}
