HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.30.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 06:42:00 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/www/wp-content/themes/bloglo/inc/customizer/controls/select/select.css
/*****************************************/
/* Customizer control select style
/*****************************************/
/**
 * Import configuration file with variables.
 */
.bloglo-select-wrapper select {
  margin: 6px 0 0 0;
}

.bloglo-select-wrapper
  .select2-container--default
  .select2-selection--multiple {
  border-radius: 3px;
  border-color: #7e8993;
}

.bloglo-select-wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
}

.bloglo-select-wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  border-color: #ddd;
  border-radius: 20px;
  padding: 2px 10px;
  margin-bottom: 0;
}

.bloglo-select-wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  position: relative;
  top: -1.5px;
  color: #aaa;
  margin-right: 5px;
  font-weight: 400;
}

.bloglo-select-wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  margin-right: 2px;
  font-weight: 400;
  font-size: 17px;
}

.bloglo-select-wrapper
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  position: absolute;
  padding: 0px 5px;
  margin: 0;
}

.bloglo-select-wrapper .select2-container .select2-selection--multiple {
  min-height: 35px;
}

.select2-results {
  padding: 6px;
}