#create_user_form > div > div:nth-child(1) > h4 {
  font-size: 1.8rem;
}
.signup > div > div .create_user_form_wrap > form > div > div > div > input {
  font-size: 1.8rem !important;
}
.signup > div > div .create_user_form_wrap > form > div .submit_container > div {
  font-size: 1rem;
}
#pro_video, #casual_video {
  z-index: 10;
}
#some_profile_fields_are_anonymous, #no_profile_fields_are_anonymous {
  height: 1rem;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  font-size: 2em;
  height: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
}
#some_profile_fields_are_anonymous {
  background-color: #BA0021;
}
#no_profile_fields_are_anonymous {
  background-color: #1B4D3E;
}
#some_profile_fields_are_anonymous > a > span, #no_profile_fields_are_anonymous > a > span {
  /*  font-size: 0.7em;*/
}

.form-full-border .youzify-membership-field-content {
  border: 1px solid #ccc;
}

.wizard-button {
  /*width: 12.5%;*/
  /*background-color: #ff0000;*/
  color: #151537;
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
  font-family: "Bebas-400";
  border-radius: 7px;
  padding: 1% 0;
  cursor: pointer;
  margin-right: 1%;
  float: left;
  letter-spacing: 2px;

}

h3 {
  font-size: 20px !important;
}

div.wizard-button {
  margin-top: 1.2%;
  margin-bottom: 1.2%;
}

@media only screen and (min-width: 826px) and (max-width: 1200px) {
  #wizard-buttons-inner > div > span > div > h3 > i, #wizard-buttons-inner > div > a > div > h3 > i {
    font-size: 0.88rem;
  }
  div#wizard-buttons-outer {
    height: 100%;
  }
  div#wizard-buttons-inner {
    margin-top: 6.6%;
    position: fixed;
    display: flex;
    flex-flow: column;
    right: 0;
    width: 4.2% !important;
    z-index: 1;
  }
  div.wizard-button {
    width: 100% !important;
    height: 6.2vh;
  }
  div.hover-message {
    right: 102%;
    top: 0 !important;
  }
}

@media only screen and (max-width: 825px) {

  div#wizard-buttons-outer {
    height: 100%;
  }
  div#wizard-buttons-inner {
    margin-top: 3.333%;
    position: fixed;
    display: flex;
    flex-flow: column;
    right: 0;
    width: 7.5% !important;
  }
  div.wizard-button {
    margin-top: 1.2%;
    margin-bottom: 1.2%;
    width: 100% !important;
    height: 6.2vh;
  }
  div.hover-message {
    right: 102%;
    top: 0 !important;
  }
}

@media only screen and (max-width: 442px) {
  div#wizard-buttons-inner {
    width: 10.2% !important;
  }
}

.hover-message {
  text-align: center;
  display: none;
  position: absolute;
  top: 50px;
  background-color: dimgray !important;
  color: #ffffff;
  padding: 5px;
  width: 10rem;
  height: 2rem;
  z-index: 1;
  line-height: 2rem;
}

.profile-fields {
  height: 13% !important;
}

div.cookie_banner {
  border: 1px solid white;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 66%;
  text-align: center;
  position: fixed;
  bottom: 3.333%;
  background: #141436;
  color: white;
  padding: 0.66% 3.333%;
  transition: all 3s;
  font-family: "Bebas-400";
}

div.cookie_banner > div.inside_cookie_banner > p > a {
  text-decoration: underline;
  color: white;
}

div.cookie_banner > div.inside_cookie_banner > button {
  color: white;
  border: none;
  padding: 1.2% 3.333%;
  border-radius: 12px;
  cursor: pointer;
  background-image: linear-gradient(to right, #f9b20f 0%, #d9027d 51%, #f9b20f 100%);
  background-size: 200% auto;
  transition: 0.5s all;
  margin-top: 3.333%;
  margin-bottom: 3.333%;
}

div.cookie_banner > div.inside_cookie_banner > button:hover {
  background-position: right;
}

div.cookie_banner > div.inside_cookie_banner > button {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

div.cookie_banner > p {
  margin-top: 1%;
}

div.cookie_banner {
  bottom: 0.5%;
}

@media only screen and (max-width: 1350px) {
  .tagline {
    padding: 5% 0% !important;
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 900px) {
  .tagline {
    padding: 5% 0% !important;
    font-size: 15px !important;
  }
}

#reset-confidential-profile-link {
  display: none !important;
}

.hover-message {
  z-index: 9999999999999;
}

@media only screen and (max-width: 1200px) {
  .wizard-arrow-text {
    width: 102px !important;
  }
}

.change_video_modal {
  z-index: 99999999999999999999999 !important;
}

@media only screen and (max-width: 1000px) {
  .tagline {
    display: none;
  }
}

.profile > div .profile_section > div:last-child .profile_section_media > .profile_video_box > .video_title > .duel_icons {
  /* width: 50% !important; */
}

/* search */

.results_user_container {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.results_user_image {
  margin-right: 16px;
}

.results_user_image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.results_user_info {
  flex: 1;
}

.results_user_info h1 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.results_user_info a {
  text-decoration: none;
  color: #333;
}

.results_user_info h2 {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: normal;
  color: #555;
}

.results_user_info h3 {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.results_user_info i {
  margin-right: 8px;
  color: #666;
}

.results_user_info .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.results_user_info .tag {
  padding: 4px 8px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  color: #333;
}

.button-link {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #007bff;
}

.results_user_info > div > div > div > h2 {
  display: inline;
}

.save-document-btn {
  width: 50%;
  padding: 2% 0;
  cursor: pointer;
  font-family: "Bebas-500";
  border: 1px solid #dbdbdb;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  margin-top: .6rem;
}

.account_button_container {
  justify-content: space-around !important;
  width: 100%;
}

#delete_account_button {
  width: 25%;
  background-color: #151537;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Bebas-400";
  border-radius: 7px;
  padding: 1% 0;
  cursor: pointer;
  border: none;
}

#delete_account_button:hover {
  background: rgb(50, 50, 83);
}

/* Modal backdrop styling */
#deleteAccountModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* Modal content container */
#deleteAccountModal > div {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 400px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Modal header text */
#deleteAccountModal h2 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
}

/* Modal description text */
#deleteAccountModal p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}

/* Buttons styling */
#deleteAccountModal button {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#confirmDeleteButton {
  background-color: #d9534f;
  color: white;
}

#confirmDeleteButton:hover {
  background-color: #c9302c;
}

#cancelDeleteButton {
  background-color: #5bc0de;
  color: white;
}

#cancelDeleteButton:hover {
  background-color: #31b0d5;
}

.documents_table {
  width: 100%;
  /* border-collapse: collapse; */
}

.documents_table > th, td {
  border: 1px solid transparent;
  padding: 8px;
  padding-left: 0;
  text-align: left;
}



.documents_table > thead > tr > th {
  text-align: start;
}

.user_documents_container {
  padding: 2% 0;
  /* border-top: 1px solid #dbdbdb; */
  /* background-color: #eeeeee; */
  display: flex;
  border-radius: 7px;
  justify-content: center;
  flex-direction: column;
}

.toast {
  position: fixed;
  padding: 1rem;
  bottom: 0;
  left: 0;
  background: white;
  width: fit-content !important;
  border-radius: 5px;
  margin: 1rem;
  border: 1px solid #dbdbdb;
  font-family: "Bebas-500";

  /* Start off-screen to the left */
  transform: translateX(-100%);

  /* Run the animation once and keep the final state */
  animation: slideToast 4.6s forwards;
}

@keyframes slideToast {
  /* At 0%, the toast is off-screen (and you can fade it in, if desired) */
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  /* After 0.3s (roughly 6.5% of 4.6s), slide fully in */
  6.5% {
    transform: translateX(0);
    opacity: 1;
  }
  /* Stay in place until 4.3s (93.5% of 4.6s) */
  93.5% {
    transform: translateX(0);
    opacity: 1;
  }
  /* Then slide back off-screen in the final 0.3s */
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.document_download_button {
  color: black;
}

.documents_button_container {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.document_counter_container {
  display: flex;
  justify-content: start;
  width: 100%;
}

.desired_roles_header_container {
  display: flex;
  align-items: center;
  justify-content: start;
}

.wide-input {
  width: 95%;
}
.error {
  color: red;
}
.success {
  color: green;
}
.document_delete_button {
  padding: 0;
  margin-left: 5px;
}

.error {
  color: red;
}
.success {
  color: green;
}

.clear_social_link, .clear_desired_job {
  width: 100%;
  text-align: center;
  color: red;
}

.form_button_psc {
  padding: 10px 15px !important;
  font-size: 16px !important;
  cursor: pointer;
  border: none;
  color: #fff;
  border-radius: 3px !important;
}

.user_links {
  display: flex;
  align-items: center;
}

.user_link_group_item {
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.user_document_group_item {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #mobile_scrollbar {
    overflow-x: scroll;
  }
  .mobile_inputs_profile_page {
    width: 70%;
  }
  #mobile_platform_name_input {
    width: 50%;
  }
  .clear_social_link {
    padding-left: 0.5rem;
  }
}

.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #0073aa;
  transition: all 0.3s ease;
}

a.page-numbers:hover {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

.pagination .page-numbers.current {
  background-color: #0073aa;
  color: #fff;
  font-weight: bold;
  border-color: #0073aa;
}

.pagination .page-numbers.next {
  font-weight: bold;
  color: #0073aa;
}

a.page-numbers.next:hover {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.pagination ul li {
  display: inline;
}

.filter_button_input {
  color: black;
}

.filter_button_input.specified {
  color: white;
  background-color: blue !important;
}

.tagline {
  /* display: none; */
  font-size: 25px !important;
}

@media screen and (min-width: 825px) {
  .quick_view_modal_close {
    /* display: none; */
  }
}

.no-scroll {
  position: unset;
  overflow: unset;
}

#contact_us_submit {
  background-color: dimgray !important;
}

.header .header_dropdown {
  background-color: dimgray;
}

#header-logo {
  height: 100%;
  float: left;
}

@media only screen and (max-width: 825px) {
  .sidebar-wrapper .sidebar-navigation > div > a > div {
    padding: 0% 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
  #header-logo {
    height: 100%;
    float: left;
  }
}

.header .dropdown {
  z-index: 1000000;
}

.duel_icons_bottom {
    width: 100% !important;
}

.profile > div .profile_section > div:last-child .profile_section_media > .profile_video_box > .video_title > .duel_icons > a {
  justify-content: center;
}

.validation_response > h4 {
  color: #ff0000;
}

.fas.fa-search {
  font-size: 15px; 
}

input:disabled, input[type="checkbox" i]:disabled {
  accent-color: blue !important;
}

