/* #Global styles */
.wizard_blue {
  background: #402c9f;
}

.wizard_red {
  background: #b30e24;
}

.btn:disabled,
.btn:disabled:focus,
.btn:disabled:hover,
.btn[disabled] {
  background: linear-gradient(
    45deg,
    rgba(64, 44, 159, 1) 10%,
    rgba(179, 14, 36, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(64, 44, 159, 1) 10%,
    rgba(179, 14, 36, 0.9) 100%
  );
  opacity: 0.65;
}

.form_custom_label {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px !important;
}

/*.bmd-form-group
.custom-file-control,
.bmd-form-group .form-control,
.bmd-form-group input::placeholder,
.bmd-form-group label {
    line-height: 1.5 !important;
}*/

.custom-file-control.is-invalid,
.form-control.is-invalid,
.is-focused .custom-file-control.is-invalid,
.is-focused .form-control.is-invalid {
  background-image: linear-gradient(0deg, #f44336 2px, rgba(213, 0, 0, 0) 0),
    linear-gradient(0deg, #f44336 1px, transparent 0);
}

.is-focused .custom-select.is-invalid:focus,
.is-focused .form-control.is-invalid:focus,
.is-focused .is-invalid.custom-file-control:focus,
.was-validated .is-focused .custom-file-control.is-invalid:valid:focus,
.was-validated .is-focused .custom-select.is-invalid:valid:focus,
.was-validated .is-focused .form-control.is-invalid:valid:focus {
  border-color: #f44336;
  box-shadow: none;
}

.form-control-file.is-invalid {
  border: 1px solid #f44336;
  padding: 5px;
}

.form-control-radio.is-invalid ~ span.radio_txt {
  color: #f44336;
}

.m_bt0 {
  margin-bottom: 0 !important;
}

.m_bt5 {
  margin-bottom: 5px;
}

.m_bt15 {
  margin-bottom: 15px;
}

.m_bt20 {
  margin-bottom: 20px;
}

.m_bt30 {
  margin-bottom: 30px;
}

.m_t20 {
  margin-top: 20px;
}

.m_t30 {
  margin-top: 30px;
}

.btn_icon_prt5 {
  padding-right: 5px;
}

.btn_icon_plt5 {
  padding-left: 5px;
}

.btn_icon_prt0 {
  padding-right: 0 !important;
}

.btn_icon_plt0 {
  padding-left: 0 !important;
}
/* #Global styles ends */

/* #Start global form input custom css */
.site_form {
  width: 100%;
}

.site_form .form-group.bmd-form-group {
  padding-top: 0;
}

.site_form .form-group label {
  position: static !important;
  font-size: 14px !important;
  font-weight: 400;
  color: #333;
  margin-bottom: 8px;
}

.site_form .form-group input.form-control {
  height: 42px;
}

.site_form .form-group input.form-control,
.site_form .form-group select.form-control,
.site_form .form-group textarea.form-control {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  color: #64676d;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

.site_form .form-group select.form-control {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  min-height: 42px;
  height: 35px !important;
  padding: 10px 20px;
}

.site_form .form-group.is-focused input.form-control,
.site_form .form-group.is-focused select.form-control,
.site_form .form-group.is-focused textarea.form-control {
  border: 1px solid #ddd;
  background: #fff;
}
/* #End global form input custom css */

/* #Start custom bootstrap buttons */
.btn_custom {
  color: #fff;
  height: auto;
  border-radius: 2px !important;
  padding: 2px 8px !important;
  font-size: 12px !important;
  line-height: 18px !important;
  display: inline-block;
  text-transform: none;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}

.btn_custom:hover {
  color: #fff;
}

.btn_primary {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn_primary:hover {
  background-color: #286090;
  border-color: #204d74;
}

.btn_success {
  /* background-color: #5cb85c;
    border-color: #4cae4c; */
}

.btn_success:hover {
  /* background-color: #449d44;
    border-color: #398439; */
}

.btn_info {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn_info:hover {
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn_warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn_warning:hover {
  background-color: #ec971f;
  border-color: #d58512;
}

.btn_danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn_danger:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn_icon_plt {
  padding-left: 5px;
}
/* #End custom bootstrap buttons */

/* #Start custom fluid */
.w_100 {
  width: 100%;
}

.main-wrapper{
  padding: 0 20px 0 280px;
}

.block_fluid_container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px 60px 20px; 
}

@media (min-width: 768px) {
  .block_fluid_container {
    /* max-width: 750px; */
    width: 100%;
  }
}

@media (min-width: 992px) {
  .block_fluid_container {
    /* max-width: 900px; */
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .block_fluid_container {
    /* max-width: 1170px; */
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .block_fluid_container {
    /* max-width: 80%; */
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* #End custom fluid */

/* #Start Wizard tab pills customization css */
.wizard_tabs {
  width: 100%;
  margin-top: 30px;
}

.wizard_pills .nav-link {
  border-radius: 3px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  font-size: 14px;
  padding: 8px 12px;
  display: block;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  color: #333;
}

.wizard_pills .nav-link:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
}

.wizard_pills .nav-link.active {
  padding: 8px 12px;
  font-weight: 400;
  width: 100%;
  background: rgb(64, 44, 159);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(64, 44, 159, 1) 10%,
    rgba(179, 14, 36, 0.9) 100%
  );
  background-image: linear-gradient(
    45deg,
    rgba(64, 44, 159, 1) 10%,
    rgba(179, 14, 36, 0.9) 100%
  );
  border: none;
  color: #fff;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.wizard_pills .nav-link.active:hover {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(64, 44, 159, 1) 10%,
    rgba(179, 14, 36, 0.9) 100%
  );
  background-image: linear-gradient(
    45deg,
    rgba(64, 44, 159, 1) 10%,
    rgba(179, 14, 36, 0.9) 100%
  );
}
/* #End Wizard tab pills customization css */

/* #Start Wizard common tables css */
.wizard_common_table .table-responsive table thead tr th,
.wizard_common_table .table-responsive table tbody tr td {
  vertical-align: middle;
}

.wizard_common_table .table-responsive table thead tr th:last-child,
.wizard_common_table .table-responsive table tbody tr td:last-child {
  text-align: right;
}

.wizard_common_table .table-responsive table thead tr th {
  font-size: 1rem;
  color: #402c9f;
  font-weight: 600;
  padding: 12px 20px;
}

.wizard_common_table .table-responsive table tbody tr td {
  padding: 20px;
}

.wizard_common_table .table-responsive table tbody tr td.dataTables_empty {
  text-align: center;
}

.wizard_common_table .table-responsive table tbody tr td:last-child br {
  content: "";
  padding-bottom: 6px;
  display: block;
}
/* #End Wizard common tables css */

/* #Start Organization details css */
.orgnz_form_header {
  display: block;
  margin-bottom: -20px;
}

.orgnz_form_header h4 {
  font-size: 1.1rem;
  color: #402c9f;
  font-weight: 600;
  margin-bottom: 25px;
}

.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
  font-size: 0.9rem;
  font-weight: 500;
}

.form-control:disabled,
fieldset[disabled][disabled] .form-control {
  background-color: #e9ecef;
}
/* #End Organization details css */

/* #Start Add Player wizard page css */
#prev_profileImageInputFile {
  background: rgba(64, 44, 159, 0.1);
  border: 3px solid #402c9f;
  height: 150px;
  margin-top: 30px;
  width: 150px;
  overflow: hidden;
  display: inline-block;
  border-radius: 4px;
  position: relative;
}

#prev_profileImageInputFile img {
  object-fit: cover;
}

.official_img_deafult_bg {
  background: rgba(64, 44, 159, 0.1);
  border: 1px solid #402c9f;
  height: 100px;
  width: 100px;
  overflow: hidden;
  display: inline-block;
  border-radius: 4px;
  position: relative;
}

.official_img_deafult_bg {
  object-fit: cover;
}

.wizard_radio_label {
  font-size: 1rem !important;
}

.wizard_radio {
  margin-top: 15px;
}

.wizard_radio span.radio_txt {
  color: rgba(0, 0, 0, 0.7);
}

/*.f1 {
    padding: 25px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}*/

.wizard_form_header {
  width: 100%;
  text-align: center;
}

.wizard_form_header h3 {
  margin: 0;
  font-family: Satoshi;
font-weight: 500;
font-size: 24px;
line-height: 150%;
letter-spacing: 0%;
  color: #000413;
}

.wizard_form_header p {
  font-family: Satoshi;
font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: 0%;
  color: #6B7280;
  padding-top: 15px;
}

.f1-steps {
  overflow: hidden;
    position: relative;
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 14px;
    background: #F9FAFB;
    border-radius: 12px;
    border: 1px solid #F3F4F6;
    height: fit-content;
    width: 21%;
}

/* .f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
} */

.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #402c9f;
}

.f1-step {
  position: relative;
  float: left;
  width: 33.333333333333336%;
  /* padding: 0 5px; */
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.f1-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #EAECF0;
  font-size: 16px;
  color: #6B7280;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #D1D5DB;
}

.f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #7E48E1;
  color: #7E48E1;
  line-height: 38px;
}

.f1-step.active .f1-step-icon {
  width: 40px;
    height: 40px;
    margin-top: 0;
    background: #7E48E1;
    /* font-size: 22px; */
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #7E48E1;
}

/* .f1-step p {
  color: #6B7280;
  margin: 0;

  font-family: Satoshi;
font-weight: 500;
font-size: 12px;
line-height: 130%;
letter-spacing: 0%;
text-align: left;

} */

.f1-step.activated p {
  color: #7E48E1;
}

.f1-step.active p {
  color: #7E48E1;
}

.f1 fieldset {
  display: none;
  text-align: left;
}

.f1-buttons {
  text-align: right;
}

.f1 .input-error {
  border-color: #c49d49;
}

.dataTables_paginate .paginate_button {
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 5px;
  cursor: pointer;
}

.dataTables_paginate .paginate_button.disabled {
  cursor: not-allowed;
}
/* #End Add Player wizard page css */

/* #Start Update Player wizard page css */
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.is-invalid.custom-file-control:focus,
.was-validated .custom-file-control:invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none;
}

.wizard_plst_label {
  color: rgba(0, 0, 0, 0.7);
  padding-right: 10px;
}

.wizard_plst_label:last-child {
  padding-right: 0;
}

.btnXs {
  font-size: 11px;
  padding: 6px 12px;
  margin: 1px;
}

#table_player_list {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

img.img-thumbnail {
  width: 40px !important;
  height: 40px !important;
}

/*.dataTables_paginate {
    padding: 0px 10px 10px 10px;
}*/

.paginate_button {
  margin: 5px;
  cursor: pointer;
}

.paginate_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.paginate_button.current {
  background-color: #402c9f;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
}

.paginate_button[id$="_previous"] {
  content: "<< ";
  display: inline-block !important;
}

.paginate_button[id$="_next"] {
  content: " >>";
  display: inline-block !important;
}
/* #End Update Player wizard page css */

/* #Start responisve css */
@media all and (max-width: 767px) {
  .wizard_custom_profile_pic {
    flex-direction: column-reverse;
  }
}
/* #End responisve css */

/* #Start Travel Plan css */
.tplan_form_header {
  display: block;
  margin-top: 10px;
  margin-bottom: -20px;
}

.tplan_form_header h4 {
  font-size: 1.1rem;
  color: #402c9f;
  font-weight: 600;
}
/* #End Travel Plan css */

/* #Start Organization details page table css */
#table_assitants thead tr th,
#table_assitants tbody tr td {
  vertical-align: middle;
}

#table_assitants thead tr th:last-child,
#table_assitants tbody tr td:last-child {
  text-align: right;
}

.form_fieldset {
  width: 100%;
  border: 1px solid #e2e5ec;
  position: relative;
  padding: 20px 20px 0;
  margin-bottom: 25px;
  border-radius: 4px;
}

.form_fieldset h3 {
  font-size: 18px;
  color: #402c9f;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 12px;
  background: #fff;
  padding: 10px 8px;
  border-radius: 4px;
}

.form_fieldset .form-group {
  margin-bottom: 20px;
}
/* #End Organization details page table css */

/* #_Begin_# Final Submit Page - Payment Receipt Upload/Delete */
#uploaded_preceipt ul {
  margin: 0;
  padding: 0;
}

#uploaded_preceipt > ul > li {
  background: #fff;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.15);
  padding: 5px;
  margin-bottom: 16px;
  border-radius: 3px;
  text-align: right;
}

#uploaded_preceipt > ul > li > span > a {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 3px;
  margin-bottom: 5px;
}

#uploaded_preceipt > ul > li > span > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#uploaded_preceipt > ul > li > a.delete_img {
  padding: 3px 6px;
  text-transform: capitalize;
  text-shadow: none;
  border-radius: 2px;
  margin-bottom: 1px;
  height: auto;
}
/* # End # Final Submit Page - Payment Receipt Upload/Delete */

/* #_Begins_# Player Image */
ul.img_instructions {
  margin: 20px 0 0;
  padding: 0;
}

ul.img_instructions > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 13px;
}

ul.img_instructions > li strong {
  color: #402c9f;
}

#profileImageInputFile__Delete {
  color: red;
  cursor: pointer;
}

#profileImageInputFile {
  cursor: pointer;
}
/* #_Ends_# Player Image */

/*.feedback_entry_img_upload .uimgbox a {
    border: 1px solid #402c9f;
    border-radius: 4px;
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
}
*/

.feedback_entry_img_upload .uimgbox a img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border: 1px solid #402c9f;
  border-radius: 4px;
}


@media all and (max-width: 768px) {
.main-wrapper{
  padding: 0 20px 20px 20px;
}
}