/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 .select2-container--default .select2-selection--multiple .select2-selection__choice{
     background:#ee6443!important;
     color:#fff;
     padding:5px !important;
     border:0px !important;
 }

 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color:#fff !important;
 }

.pisol-pro-feature-list{
    border-radius:10px;
}

.pisol-pro-feature-list li{
    padding:15px;
}

#bootstrap-wrapper.pisol-setting-wrapper.pisol-container-wrapper  .pisol-pro-feature-list li:first-child{
    border-top:0px !important;
}

#pi-promotion-banner{
	max-width:70%;
	margin:auto;
	display:block;
}

h2#pi-banner-tagline{
padding:10px;
background:#ee6443;
color:#fff !important;
font-size:1.5rem !important;
text-align:center;
}

#bootstrap-wrapper .plugin-card{
	width:100%;
}