.wpsc-shortcode-container {
	font-family: 'Inter';
	border: 0 !important;
	padding: 0 !important;
}

.wpsc-header {
	background: #ffffff;
	border-radius: 10px;
	background: #f3f6f7 !important;
	padding: 20px 15px !important;
}

.wpsc-header .wpsc-menu-list {
	color: #032d47;
}
.wpsc-header .wpsc-menu-list label {
		font-size: 15px !important;
		font-weight: 500;
		line-height: 1;
}

.wpsc-dash-widget-small {
	box-shadow: none !important;
	border: 0;
	border-radius: 10px;
    box-shadow: 0 0 30px #02020205 !important;
}

.wpsc-dash-widget-small p {
	font-size: 0.9rem;
	/* display: flex; */
	margin-top: auto;
	
}

.wpsc-dash-widget {
	border: 0;
	box-shadow: none;
	border-radius: 10px;
    box-shadow: 0 0 30px #02020205 !important;
}

#wpsc-container input[type=text]:focus, #wpsc-container input[type=text], #wpsc-container input[type=password]:focus, #wpsc-container input[type=password], .wpsc-modal input[type=text]:focus, .wpsc-modal input[type=text], .wpsc-modal input[type=password]:focus, .wpsc-modal input[type=password], #wpsc-container select, #wpsc-container select:focus, .wpsc-modal select, .wpsc-modal select:focus, #wpsc-container textarea, #wpsc-container textarea:focus, .wpsc-modal textarea, .wpsc-modal textarea:focus {
	padding: 5px 17px !important;
	border: 1px solid #e9e9e9 !important;
	max-height: 100% !important;
	height: auto !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #cccccc00 !important;
	border: 1px solid #e9e9e9 !important;
	border-radius: 5px;
}
	

.select2-container--default .select2-selection--single {
	    border: 1px solid #e9e9e9;
}

.mce-tinymce {
	border-width: 1px;
    width: 100%;
    box-shadow: 0 0 20px #1e1e1e0d !important;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

.checkbox-container p {
	font-size: 15px;
}

.wpsc-button.primary {
    border: 1px solid #032d47 !important;
    background-color: #032d47;
    color: #fff;
    text-decoration: none;
    transition: .4s all;
    background: #032d47 !important;
    color: var(--white) !important;
    border: 1px solid #032d47;
    padding: 15px 27px !important;
    font-size: 16px !important;
    font-family: 'Poppins-Medium';
    line-height: 1 !important;
    font-weight: 500;
    border-radius: 10px !important;
    box-shadow: 0px 7px 15px #00000020;
}

.wpsc-button.secondary {
    border: 1px solid #032d47  !important;
    background-color: #fff !important;
    color: #032d47;
    padding: 15px 27px !important;
    font-size: 16px !important;
    font-family: 'Poppins-Medium';
    line-height: 1 !important;
    font-weight: 500;
    border-radius: 10px !important;
}