.pg_user_review_comment{display:inline;}
.pg_user_review_comment #pm-show-profile-image {  width: 85px !Important;}
.pg_user_review_comment .pg_by{display:inline;}
.pg_user_review_comment .pg_comment_content{display:inline;}
.pg_user_review_comment .pg_commet_author{display:inline;}
#pg_top_things {width:100%; float:left;     padding-bottom: 30px;}
#pg_top_things #pg_sortby_rating{float:right;}
#pg_top_things .pg_review_form_dropdown{float:left;}
.pg_user_review_comment #pm-show-profile-image{width:auto; width:80px;}
#pg_user_review_comment_title #pm-show-profile-image_title{float:left;width:80px;}
#pg_user_review_comment_title .pm-show-profile-rating_title{float: left; width: 80px;}
#pg_user_review_comment_title .pg_comment_title{float: left; width: 80px;}
#pg_user_review_comment_title .pg_comment_content_title{float: left; width: 80px;}
#pg_user_review_comment_title .pg_by_title{float: left; width: 80px;}
#pg_user_review_comment_title .pg_commet_author_title{float: left; width: 80px;}
#pg_sort {float: left; width: 70px;}
.pg-label-wrapper img{display:inline !Important;}
.pg-reviews-filter{float:right;}
.pg_rating_stars { 
border: none;
float: left;
}
.pg_rating_stars > input { display: none; } 
.pg_rating_stars > label:before { 
margin: 5px;
font-size: 1.25em;
font-family: FontAwesome;
display: inline-block;
content: "\f005";
}
.pg_rating_stars > .half:before { 
content: "\f089";
position: absolute;
}
.pg_rating_stars > label { 
color: #ddd; 
float: right; 
}
.pg_rating_stars> input:checked ~ label, 
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } .pg_rating_stars > input:checked + label:hover, 
.pg_rating_stars > input:checked ~ label:hover,
.pg_rating_stars > label:hover ~ input:checked ~ label, 
.pg_rating_stars> input:checked ~ label:hover ~ label { color: #FFED85;  } .pg_commet_remove_option{float: right;}
.pg_reviews_removal_ul li
{
list-style: none;
}
#pg-reviews-container .pg-profile-review-wrap {
margin-bottom: 20px;
padding: 12px 15px;
box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 5%);
border-radius: 3px;
}
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-box .pg-profile-review-author-img img{
border-radius: 50%;
}
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-meta .pm-review-author-name{
margin: 5px 0px;
font-weight: 600;
}
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-box .pg-profile-review-author-img {
position: absolute;
left: 20px;
}
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-meta .pg-profile-rating {
margin: 12px 10px 0px 12px;
}
#pg-reviews-container .pg-profile-review-wrap  { position:relative }
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-box {
width: 90%;
margin-left: 10%;
float: left;
}
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-title {
margin-left: 8px;
font-size: 15px;
font-weight: 600;
} 
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-box .pg_review_remove_option {
position: absolute;
right: 13px;
}
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-box .pg_review_remove_option a img {
float: right;
}
#pg-reviews-container .pg-profile-review-wrap ul.pg_reviews_removal_ul {
margin: 20px 0px 0px 0px;
background-color: #fff;
border: 1px solid #efefef;
border-radius: 3px;
min-width: 74px;
text-align: center;
box-shadow: 0px 1px 1px 0px #d4d4d4;
width: auto;
padding: 4px 0px;
}
#pg-reviews-container .pg-profile-review-wrap ul.pg_reviews_removal_ul li {
border-bottom: 1px solid rgb(243 243 243);
padding: 6px 6px;
line-height: 16px;
}
#pg-reviews-container .pg-profile-review-wrap ul.pg_reviews_removal_ul li form{
margin: 0px;
padding: 0px;
}
#pg-reviews-container .pg-profile-review-wrap ul.pg_reviews_removal_ul li:last-child{
border-bottom: 0px solid #f3f3f3; 
}
#pg-reviews-container .pg-profile-review-wrap ul.pg_reviews_removal_ul li input{
background-color: transparent;
border: 0px;
padding: 0px;
box-shadow: none;
outline: 0px;
color: #3a3a3a;
text-transform: capitalize;
font-weight: normal;
font-size: 12px;
background-image: none;
height: auto;
cursor: pointer;
}
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-footer  {
text-align: right;
border-top: 1px solid rgb(245 245 245);
padding: 10px 0px 0px 0px;
margin-top: 12px;
}
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-footer .pg-profile-review-time  {
color: rgb(162 162 162);
font-size: 12px;
font-style: italic;
}
.pg-rating-filters-head {
margin: 10px 0px 20px 0px;
padding: 12px 10px;
}
.pg-rating-filters-head .pg-rating-sorting-rs{    
text-align: right;
padding-right: 10px;
width: 100%;
max-width: 220px;
}
.pg-rating-filters-head .pg-sortby-alpha {
width: 100%;
}
.pg-rating-filters-head .pg-sortby-alpha .pg-rating-sorting-title {
width: 30%;
padding: 8px 0px;
}
.pg-rating-filters-head .pg-sortby-alpha .pg-sort-dropdown {
margin-top: 4px;
width: 62%;
margin-left: 5px;
display: inline-block;
}
.pg-rating-filters-head .pg-sortby-alpha .pg-sort-dropdown select {
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc) !important;
background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.9em) 0.5em !important;
background-size: 7px 6px, 5px 6px, 1px 1.5em !important;
background-repeat: no-repeat !important;
margin: 0px !important;
background-color: transparent !important;
border: 0px !important;
}
.pg-rating-filters-head .pg-sortby-alpha .pg-sort-dropdown select {
background-color: #fff !important;
height: 36px;
width: 100%;
min-height: auto;
display: inline-block;
font: inherit;
line-height: 1.5em;
padding: 0.5em 3.5em 0.5em 1em !important;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
border: 0px;
height: auto;
}
.pg_review_form-popup-mask {
display: none;
background-color: black;
opacity: 0.25;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 999999;
}
.pg_review_form-popup-warp {
padding: 20px;
float: left;
width: 100%;
}
.pg_review_form-popup-warp .pg-review-title {
float: left;
width: 100%;
margin-bottom: 13px;
font-size: 12px;
}
.pg_review_form-popup-warp .pg-review-title input#pg_title_comment {
font-size: 13px;
min-height: 42px;
padding: 2px 8px;
width: 100%;
}
.pg_review_form-popup-warp .pg-review-content {}
.pg_review_form-popup-warp .pg-review-content #pg_content_comment {
font-size: 13px;
min-height: 100px;
padding: 2px 8px;
width: 100%;
}
.pg_review_form-popup-warp .pg_rating_stars {
float: left;
width: 100%;
text-align: left;
margin-top: 16px;
}
.pg_review_form-popup-warp .pg_rating_stars > label {
color: #ddd;
float: left;
}
.pg_review_form_dropdown {
text-align: center;
padding: 20px;
border-radius: 8px;
width: 50%;
margin: 20px auto;
}
.pg-review-submit {
border-top: 1px solid rgb(225 225 225);
float: left;
width: 100%;
margin-top: 20px;
padding: 16px 0px 0px;
}
.pg-review-submit input {
text-transform: capitalize;
font-weight: 500;
margin-top: 8px;
}
.pmagic .pm-group-view .pm-user-name .pg-user-rating-wrap {
float: left;
width: 100%;
}
.pmagic .pm-group-view .pm-user-name{
height: 3.5em;}
#pg-reviews-container .pg-profile-review-desc-wrap {} .pg_review_form-popup-warp .pg-profile-rating_stars { 
border: none;
float: left;
}
.pg_review_form-popup-warp .pg-profile-rating_stars > input { display: none; } 
.pg_review_form-popup-warp .pg-profile-rating_stars > label:before { 
margin: 5px;
font-size: 1.25em;
font-family: FontAwesome;
display: inline-block;
content: "\f005";
}
.pg_review_form-popup-warp .pg-profile-rating_stars > .half:before { 
content: "\f089";
position: absolute;
}
.pg_review_form-popup-warp .pg-profile-rating_stars > label { 
color: rgb(221 221 221);
float: right;
width: 26px;
cursor: pointer;
}
.pg_review_form-popup-warp .pg-profile-rating_stars > label:hover{color: #FFD700;}
.pg_review_form-popup-warp .pg-profile-rating_stars> input:checked ~ label, 
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } .pg_review_form-popup-warp .pg-profile-rating_stars > input:not(:checked) + label:hover, 
.pg_review_form-popup-warp .pg-profile-rating_stars > input:not(:checked) ~ label:hover,
.pg_review_form-popup-warp .pg-profile-rating_stars > label:hover ~ input:not(:checked) ~ label, 
.pg_review_form-popup-warp .pg-profile-rating_stars> input:not(:checked) ~ label:hover ~ label { color: #FFD700;  } 
.pmagic .pm-users-search-page .pm-user-name .pg-user-rating-wrap .pg-profile-rating{
font-size: 11px;
margin-top: 7px;
}
.pmagic .pm-users-search-page .pm-user-name .pg-user-rating-wrap .pg-profile-rating i{
font-size: 12px;
}
.pmagic .pm-users-search-page .pm-user-name .pg-user-rating-wrap .pg-profile-rating i:before{}
.pg-profile-review-desc div.pg-profile-rating{
display:none;
}
.pmagic .pm-group-view .pm-user-name {
height: 2.2em !important;
line-height: 22px;
}
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-meta .pm-review-author-name .pg-user-verified-badge {
display: none;
}.select3-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select3-container .select3-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select3-container .select3-selection--single .select3-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select3-container .select3-selection--single .select3-selection__clear {
position: relative; }
.select3-container[dir="rtl"] .select3-selection--single .select3-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select3-container .select3-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select3-container .select3-selection--multiple .select3-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select3-container .select3-search--inline {
float: left; }
.select3-container .select3-search--inline .select3-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select3-container .select3-search--inline .select3-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select3-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select3-results {
display: block; }
.select3-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select3-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select3-results__option[aria-selected] {
cursor: pointer; }
.select3-container--open .select3-dropdown {
left: 0; }
.select3-container--open .select3-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select3-container--open .select3-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select3-search--dropdown {
display: block;
padding: 4px; }
.select3-search--dropdown .select3-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select3-search--dropdown .select3-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select3-search--dropdown.select3-search--hide {
display: none; }
.select3-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select3-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important; }
.select3-container--default .select3-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select3-container--default .select3-selection--single .select3-selection__rendered {
color: #444;
line-height: 28px; }
.select3-container--default .select3-selection--single .select3-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select3-container--default .select3-selection--single .select3-selection__placeholder {
color: #999; }
.select3-container--default .select3-selection--single .select3-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select3-container--default .select3-selection--single .select3-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select3-container--default[dir="rtl"] .select3-selection--single .select3-selection__clear {
float: left; }
.select3-container--default[dir="rtl"] .select3-selection--single .select3-selection__arrow {
left: 1px;
right: auto; }
.select3-container--default.select3-container--disabled .select3-selection--single {
background-color: #eee;
cursor: default; }
.select3-container--default.select3-container--disabled .select3-selection--single .select3-selection__clear {
display: none; }
.select3-container--default.select3-container--open .select3-selection--single .select3-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select3-container--default .select3-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select3-container--default .select3-selection--multiple .select3-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select3-container--default .select3-selection--multiple .select3-selection__rendered li {
list-style: none; }
.select3-container--default .select3-selection--multiple .select3-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px;
padding: 1px; }
.select3-container--default .select3-selection--multiple .select3-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select3-container--default .select3-selection--multiple .select3-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select3-container--default .select3-selection--multiple .select3-selection__choice__remove:hover {
color: #333; }
.select3-container--default[dir="rtl"] .select3-selection--multiple .select3-selection__choice, .select3-container--default[dir="rtl"] .select3-selection--multiple .select3-search--inline {
float: right; }
.select3-container--default[dir="rtl"] .select3-selection--multiple .select3-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select3-container--default[dir="rtl"] .select3-selection--multiple .select3-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select3-container--default.select3-container--focus .select3-selection--multiple {
border: solid black 1px;
outline: 0; }
.select3-container--default.select3-container--disabled .select3-selection--multiple {
background-color: #eee;
cursor: default; }
.select3-container--default.select3-container--disabled .select3-selection__choice__remove {
display: none; }
.select3-container--default.select3-container--open.select3-container--above .select3-selection--single, .select3-container--default.select3-container--open.select3-container--above .select3-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select3-container--default.select3-container--open.select3-container--below .select3-selection--single, .select3-container--default.select3-container--open.select3-container--below .select3-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select3-container--default .select3-search--dropdown .select3-search__field {
border: 1px solid #aaa; }
.select3-container--default .select3-search--inline .select3-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }
.select3-container--default .select3-results > .select3-results__options {
max-height: 200px;
overflow-y: auto; }
.select3-container--default .select3-results__option[role=group] {
padding: 0; }
.select3-container--default .select3-results__option[aria-disabled=true] {
color: #999; }
.select3-container--default .select3-results__option[aria-selected=true] {
background-color: #ddd; }
.select3-container--default .select3-results__option .select3-results__option {
padding-left: 1em; }
.select3-container--default .select3-results__option .select3-results__option .select3-results__group {
padding-left: 0; }
.select3-container--default .select3-results__option .select3-results__option .select3-results__option {
margin-left: -1em;
padding-left: 2em; }
.select3-container--default .select3-results__option .select3-results__option .select3-results__option .select3-results__option {
margin-left: -2em;
padding-left: 3em; }
.select3-container--default .select3-results__option .select3-results__option .select3-results__option .select3-results__option .select3-results__option {
margin-left: -3em;
padding-left: 4em; }
.select3-container--default .select3-results__option .select3-results__option .select3-results__option .select3-results__option .select3-results__option .select3-results__option {
margin-left: -4em;
padding-left: 5em; }
.select3-container--default .select3-results__option .select3-results__option .select3-results__option .select3-results__option .select3-results__option .select3-results__option .select3-results__option {
margin-left: -5em;
padding-left: 6em; }
.select3-container--default .select3-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select3-container--default .select3-results__group {
cursor: default;
display: block;
padding: 6px; }
.select3-container--classic .select3-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select3-container--classic .select3-selection--single:focus {
border: 1px solid #5897fb; }
.select3-container--classic .select3-selection--single .select3-selection__rendered {
color: #444;
line-height: 28px; }
.select3-container--classic .select3-selection--single .select3-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select3-container--classic .select3-selection--single .select3-selection__placeholder {
color: #999; }
.select3-container--classic .select3-selection--single .select3-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select3-container--classic .select3-selection--single .select3-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select3-container--classic[dir="rtl"] .select3-selection--single .select3-selection__clear {
float: left; }
.select3-container--classic[dir="rtl"] .select3-selection--single .select3-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select3-container--classic.select3-container--open .select3-selection--single {
border: 1px solid #5897fb; }
.select3-container--classic.select3-container--open .select3-selection--single .select3-selection__arrow {
background: transparent;
border: none; }
.select3-container--classic.select3-container--open .select3-selection--single .select3-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select3-container--classic.select3-container--open.select3-container--above .select3-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select3-container--classic.select3-container--open.select3-container--below .select3-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select3-container--classic .select3-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select3-container--classic .select3-selection--multiple:focus {
border: 1px solid #5897fb; }
.select3-container--classic .select3-selection--multiple .select3-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select3-container--classic .select3-selection--multiple .select3-selection__clear {
display: none; }
.select3-container--classic .select3-selection--multiple .select3-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select3-container--classic .select3-selection--multiple .select3-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select3-container--classic .select3-selection--multiple .select3-selection__choice__remove:hover {
color: #555; }
.select3-container--classic[dir="rtl"] .select3-selection--multiple .select3-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto; }
.select3-container--classic[dir="rtl"] .select3-selection--multiple .select3-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select3-container--classic.select3-container--open .select3-selection--multiple {
border: 1px solid #5897fb; }
.select3-container--classic.select3-container--open.select3-container--above .select3-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select3-container--classic.select3-container--open.select3-container--below .select3-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select3-container--classic .select3-search--dropdown .select3-search__field {
border: 1px solid #aaa;
outline: 0; }
.select3-container--classic .select3-search--inline .select3-search__field {
outline: 0;
box-shadow: none; }
.select3-container--classic .select3-dropdown {
background-color: white;
border: 1px solid transparent; }
.select3-container--classic .select3-dropdown--above {
border-bottom: none; }
.select3-container--classic .select3-dropdown--below {
border-top: none; }
.select3-container--classic .select3-results > .select3-results__options {
max-height: 200px;
overflow-y: auto; }
.select3-container--classic .select3-results__option[role=group] {
padding: 0; }
.select3-container--classic .select3-results__option[aria-disabled=true] {
color: grey; }
.select3-container--classic .select3-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select3-container--classic .select3-results__group {
cursor: default;
display: block;
padding: 6px; }
.select3-container--classic.select3-container--open .select3-dropdown {
border-color: #5897fb; }.select2-dropdown { 
z-index: 9999999 !important;
}
.pg-add-admin-wrap .select2-container {
width: 100% !important;
}
.pg-add-admin-wrap .select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #d1d1d1;
}
.pg-add-admin-wrap .select2-container--default .select2-selection--multiple {   
border: 1px solid #d1d1d1;
min-height: 50px;
}
.pg-add-admin-wrap  .select2-container--default .select2-results>.select2-results__options { 
font-size: 12px;
}
.pm_select2_dropdown.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #f9f9f9 !important;
color: #1a1a1a !important;
}
.pm_select2_dropdown.select2-container--default .select2-results__option img {   
border-radius: 50%;
width: 26px;
height: 26px;
}
.pm_select2_dropdown ul.select2-results__options li {  
width: 100%;
float: left;
}
.pm_select2_dropdown ul.select2-results__options li img {   
float: left;
margin: 0px;
}
.pm_select2_dropdown ul.select2-results__options li span{  
float: left;
margin: 0px;
margin-left: 7px;
font-size: 12px;
font-weight: bold;
padding-top: 5px;
}
.pm_select2_dropdown ul.select2-results__options li.select2-results__message {  
font-size: 12px;
color: #A00A00;
}
.pm_select2_dropdown .select2-dropdown {  
border: 1px solid #d1d1d1;
}