.dark-layout .form-control[type=file]::file-selector-button {
  background-color: #283046;
}
.btn-xs {
  height: 4vh;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn-xs svg {
  height: 1em; /* Adjust as needed */
  width: 1em;
}
