.widget-config i.config-icon {
  color: gray;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

#widget-config-modal h2.module-title {
  padding-bottom: 10px;
}

.config-icon-title {
  display: inline-block;
  padding: 1rem;
  border: 0.5px solid #333333;
  background: #cccccc;
  color: #333333;
  font-weight: bold;
  margin: auto 0.5rem;
}
.select2-dropdown {
  z-index: 999999999 !important;
}

#widget-config-button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

#widget-config-import-button {
  margin-right: 10px;
}

#widget-config-submit-button {
  margin-top: 10px;
}

#widget-config-import-form-container {
  text-align: center;
}

#widget-config-import-text {
  direction: ltr;
}

@media (max-width: 600px) {
  #widget-config-import-text { 
      width: 100%; 
  }
}

@media (min-width: 601px) {
  #widget-config-import-text { 
      width: 75%; 
  }
}