.remove-qualification .remove,
.remove-previous_clients .remove {
  pointer-events: none;
}
.footer .dw_footer .col-md-6.left ul {
  padding: 0;
}
.select-container {
  position: relative;
  /* Style for the flag preview */
}
.select-container .country-select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-left: 40px;
}
.select-container .flag-preview {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #666;
}
.select-container .flag-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .footer .dw_footer .col-md-6.left ul {
    display: block;
    padding: 0;
  }
}
