#request-part-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
    border-radius: 10px;
    width: 300px; /* Set a width for better formatting */
}

#request-part-form input[type="text"],
#request-part-form input[type="file"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.submit-button {
    background-color: #00dffd;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    margin-bottom: 10px;
}

.submit-button:hover {
    background-color: #00b8d4;
}

#request-part-form  h3{
    background-color: #00dffd;
    border-radius: 5px;
    text-transform: uppercase;
    text-align:center;
}

#request-part-form .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
#request-part-form .action.close:focus,
#request-part-form .action.close:active {
  background: none;
  border: none;
}
#request-part-form .action.close:hover {
  background: none;
  border: none;
}
#request-part-form .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#request-part-form .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#request-part-form .action.close:hover:before {
  color: inherit;
}
#request-part-form .action.close:active:before {
  color: inherit;
}

#hdmx__contact-popup {
    .select2-selection__arrow { display:none; }
} 
