/*
Theme Name: ICM (DD.NYC)
Theme URI: dd.nyc
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/

.sb-title {
  margin-bottom: 30rem;
  padding: 0 20px;
}

.sb-title:not(:first-child) {
  margin-top: 60rem;
}

.input-block-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .input-block-3 .wpcf7-form-control-wrap {
    width: calc(33% - 10px);
  }
}

.wpcf7-form-control-wrap:has(.wpcf7-file) {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 117px;
  padding: 20px;
  border: 1px dashed rgba(47, 55, 81, 0.2);
  border-radius: 10px;
  cursor: pointer;
}

.wpcf7-form-control-wrap:has(.wpcf7-file)::before {
  content: "";
  display: block;
  width: max(24px, 36rem);
  height: max(24px, 36rem);
  margin: 0 0 24px;
  background: url(/wp-content/uploads/2026/01/file.svg) 50% 50% / contain
    no-repeat;
}

.wpcf7-form-control-wrap:has(.wpcf7-file)::after {
  content: "Attach an Image of the Invoice\A(10 mb max)";
  white-space: pre-line;
  line-height: 110%;
  color: rgba(47, 55, 81, 0.6);
  font-size: max(14px, 18rem);
}

.wpcf7-form-control-wrap:has(.wpcf7-file):focus-within {
  background: rgba(64, 161, 211, 0.1);
  border-color: var(--blue);
}

.wpcf7-form-control-wrap .wpcf7-file {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.sb-text {
  margin-top: 16rem;
  width: 75%;
  opacity: 0.7;
  padding: 0 20px;
}

.country-selector.weglot-dropdown {
  margin-right: 10px;
}

.country-selector.weglot-dropdown .wgcurrent {
  border-color: transparent;
}

.country-selector.weglot-dropdown a,
.country-selector.weglot-dropdown span {
  padding-right: 30px !important;
  font-size: var(--text);
  color: var(--storm-blue);
}

.country-selector.weglot-dropdown .wgcurrent:after {
    background: url(/wp-content/uploads/2026/02/Vector.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(-180deg);
}
