/* Customizing Page Builder */

#pagebuilder-iframe{
  height: 100%;
}

button {
  border: none;
}

/* Select 2 */

.select2-selection__arrow {
  display: none!important;
}
.select2-container .select2-selection {
  height: 32px!important;
  border-radius: 4px!important;
  background: rgba(255, 255, 255, 0.1)!important;
  border: 1px solid rgba(255, 255, 255, 0.32)!important;
  padding: 0!important;
}
.select2-container .select2-selection .select2-selection__rendered {
  line-height: 32px!important;
  padding-left: 10px!important;
  color: rgba(255, 255, 255, 0.8)!important;
}
.select2-container{
  height: auto!important;
}
.select2-container, .select2-container .select2-search--inline {
  flex: auto!important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none!important;
}

.select2.select2-container.select2-container--default::before {
  display: none!important;
}

.select2-results__options{
  background: transparent!important;
}
.select2-dropdown {
  background-color: #051237!important;
  border-radius: 0px 0px 4px 4px!important;
  border: 1px solid rgba(255, 255, 255, 0.32)!important;
  filter: drop-shadow(-4px 0px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))!important;
}
.select2-container--open .select2-dropdown--below{
  padding: 0!important;
  background: #051237!important;
  border: 1px solid rgba(255, 255, 255, 0.32)!important;
}
.select2-container--open .select2-dropdown--above{
  border-radius: 4px 4px 0 0!important;
}
.select2-dropdown--above{
  padding: 0!important;
  overflow: hidden!important;
  margin-top: -1px!important;
}
.select2-results__option[aria-selected]{
  font-size: 13px!important;
  font-weight: 400!important;
  padding: 6px 10px!important;
  color: #fff!important;
}
.select2-results__option {
  color: #fff!important;
  padding: 6px 10px!important;
}
.select2-search--dropdown{
  margin: 0!important;
  padding: 10px!important;
}
.select2-search--dropdown::after{
  top: 10px!important;
  left: 20px!important;
  font-size: 14px!important;
  line-height: 32px!important;
}
.select2-container--default .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  width: 4px!important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.select2-container--default .mCSB_scrollTools .mCSB_draggerRail{
  background: transparent!important;
  width: 3px!important;
}
[aria-multiselectable=true] .select2-results__option:before{
  width: 20px!important;
  height: 20px!important;
}
.select2-container--default .mCSB_scrollTools .mCSB_draggerContainer{
  width: 4px!important;
  background: transparent!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  padding: 0 10px 0 36px!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  height: 32px!important;
  border-color: rgba(255, 255, 255, 0.32)!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #fff!important;
  background: #2B3655!important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #2B3655!important;
}


/* Page Builder Design Update */

.pb-aside{
  background: #1f2124;
}

.pb-elementcontent{
  border: 1px solid #41454b;
  background: #1f2124;
  color: #fff;
}

.pb-advanceaccordion > .op-accordion-item{
  background: #1f2124;
}

.pb-elementcontent-wrapper li{
  padding: 6px;
}

.pb-advanceaccordion{
  border-top: 1px solid #41454b;
}

.pb-advanceaccordion:first-child{
  border-top: 0;
}

.pb-btn-wrapper{
  background: #0c0d0e;
}

.pb-aside_title img {
  width: 15px;
  height: auto;
}