.affiliatecss .modal-overlay-influencer-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.affiliatecss .modal-inluencer-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 475px;
  min-width: 475px;
  /*border-radius: 5%;*/
  background-color: #ffffff;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.affiliatecss .modal-inluencer-form form {
  width: 90%;
}

.affiliatecss div.modal-influencer_header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}

.affiliatecss h5.modal-influencer-header_title {
  font-size: 16px;
  /*margin-right: auto;*/
  /*margin-left: auto;*/
}

.affiliatecss a.modal-influencer-header_close {
  margin-left: auto;
  background-color: lightgrey;
  color: black;
  font-size: 18px;
  border-radius: 100%;
  padding: 5px 10px;
}

.affiliatecss div.form_group {
  /*max-height: 150px;*/
  margin-bottom: 5px;
}

.affiliatecss div.form_group label {
  font-size: 14px;
  color: gray;
  margin: 0 0 3px 0;
  display: inline-block;
}

.affiliatecss div.form_group input {
  height: 35px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 10px;
}

.affiliatecss .phone-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 50px;
  width: 100%;
}

.affiliatecss .country-code-dropdown {
  display: flex;
  margin-left: 15px;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  flex: 1;
}

.affiliatecss .flag-icon {
  width: 24px;
  height: 16px;
  margin-right: 5px;
}

.affiliatecss .country-code {
  margin-right: 30px;
  color: #555;
}

.affiliatecss .phone-number-input {
  border: none !important;
  outline: none !important;
  font-size: 10px;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.affiliatecss div.input-container {
  border: 1px solid #ccc;
  display: flex;
  border-radius: 5px;
  height: 35px;
  margin-top: 0;
  align-items: center;
}

.affiliatecss div.input-container span {
  background-color: lightgrey;
  padding: 4px;
  font-size: 15px;
  font-weight: normal;
  border-radius: 0;
}

.affiliatecss div.input-container input {
  padding: 0;
  margin: 0 0 0 5px;
  border: none;
  font-size: 10px;
  font-weight: normal;
}

.affiliatecss span.vergi-file {
  padding: 5px 10px;
  height: 50px;
  color: black;
  font-size: 10px;
  min-width: 120px;
  width: fit-content;
  min-height: 20px;
  display: inline;
  border-radius: 5px;
}

.affiliatecss span.vergi-reminder {
  color: darkgray;
  font-size: 10px;
  display: block;
  transform: translateY(-5px);
}

.affiliatecss button.vergi_button {
  padding: 10px 8px;
  border-radius: 5px;
  background-color: black;
  color: white;
  cursor: pointer;
  display: inline-block;
}

.affiliatecss button.kayit_button {
  width: 100%;
  background-color: black;
  color: white;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
  height: 50px;
}

.affiliatecss button.vergi_button:hover,
.affiliatecss button.kayit_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 2px -2px gray;
}

.affiliatecss span.requeired_span {
  color: rgba(214, 57, 40, 1);
  display: inline;
  margin-left: 5px;
}

.affiliatecss input#sozlesme {
  padding: 0;
  border: 0;
  margin: 5px 0 0 0;
  height: 15px;
  width: 10px;
  display: inline;
  background-color: whitesmoke;
}

.affiliatecss span.sozleme_text {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}

.affiliatecss .text-center {
  text-align: center;
}

.affiliatecss .d-flex {
  display: flex;
}

.affiliatecss label[for='vergi'] {
  margin-bottom: 0 !important;
}