.content-7 .contact-para {
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #3f4044;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 21px;
  right: 21px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #a4a4a4 transparent transparent transparent;
  cursor: pointer;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #a4a4a4 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
/* .select-items div,
.select-selected {
  color: #a4a4a4;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
} */

.select-items div,
.select-selected {
  height: 50px;
  background-color: #3f4044;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #a4a4a4;
  font-family: "poppins", sans-serif;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #3f4044;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.form-check {
  margin-bottom: 0.5rem;
}

.question-form {
  margin-bottom: 1rem;
}

.question-form .question,
.form-check .form-check-label {
  color: #a4a4a4;
  font-family: "poppons", sans-serif;
}

.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #1e1e26;
  border-color: #1e1e26;
}

.form-control.ticket-message {
  padding: 15px;
}

.question-form.issue-form {
  margin-bottom: 1rem;
  flex-direction: column;
  display: flex;
  gap: 0.5rem;
}

.question-form.issue-form .issue-text {
  color: #a4a4a4;
  font-family: "poppons", sans-serif;
}

.display-none-section {
  display: none;
  pointer-events: none;
}

.display-none-section.show {
  display: block;
  pointer-events: auto;
}

.modal.contact-form-modal.show {
  display: block;
}

.close-popup-modal-contact.popup-btn {
  float: right;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 42px;
  height: 21px;
  line-height: 0;
}

.ticket-body{
  border: 6px solid #707070;
  background-color: #1e1e26;
}

@media (max-width: 767px) {
  .row.mediagy-4 {
    --bs-gutter-y: 0.5rem !important;
  }
}

.ml-0-career-btn{
  margin-left: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .buttons.buttons-career{
    display: flex;
    white-space: nowrap;
  }
}

@media (max-width: 575px) {
  .buttons-career {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.ml-0-career-btn{
  margin-left: 0 !important;
}
}
