/* REGISTRATIONSTEP */
.register-form-container {
  max-width: 1140px !important;
}

#regstep {
  color: #232323;
  background: #ffffff;
  padding: 70px 0 90px 0;
}

#regstep .bottomdot2 {
  border-bottom: 1px dotted;
  border-color: rgba(35, 35, 35, 0.7);
  margin-bottom: 10px;
}

#regstep .reqfield {
  font-weight: bold;
  color: #df2539;
}

.step-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  border-radius: 1rem 0;
  background: linear-gradient(155deg, #fd8700 0%, #feb200 51%, #ffdd00 95%);
  color: #ffff;
}

.form-card {
  border: 1px solid #ffa100;
  border-radius: 8px;
  margin-bottom: 2rem;
  overflow: hidden;
}

.form-card .form-section-title {
  padding: 1rem 1.25rem;
  background: linear-gradient(155deg, #fd8700 0%, #feb200 51%, #ffdd00 95%);
}

.form-card .form-section-title,
.form-card .form-section-title h4 {
  font-weight: 800;
  margin: 0;
  color: #fff !important;
}

.form-card .form-section-title p {
  font-size: 16px;
  font-weight: 500;
}

.form-card .form-section-body {
  padding: 1rem;
}

.form-card .form-section-body .section-subcontent {
  margin: 1.5rem 0;
}

.form-card .form-section-body .section-subcontent .section-title {
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 8px;
  margin-bottom: 10px;
  color: #592e2c;
  border-bottom: 3px dashed #ddd;
}

.form-card .form-section-body .section-subcontent .form-group {
  margin-left: 0;
  margin-right: 0;
}

.race-category-title {
  font-size: 32px;
  font-weight: 700;
  margin-right: 1rem;
  line-height: 1.5;
}

.text-notes {
  font-size: 80%;
  font-weight: 500;
  font-style: italic;
  color: #df9208;
}

.form-bib-header {
  margin-bottom: 1rem;
}

.form-bib-header .bib-header-item {
  line-height: 1.2;
}

.form-bib-main {
  border: #555555 2px solid;
}

.form-bib-main .bib-main-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  font-size: 120%;
  background: rgb(255, 221, 0);
  background: radial-gradient(
    circle,
    rgba(255, 221, 0, 1) 9%,
    rgba(254, 178, 0, 1) 91%,
    rgba(253, 135, 0, 1) 100%
  );
}

.bib-main-header h1 {
  font-size: 52px;
  font-weight: 600;
  margin: 0;
}

.bib-main-header img {
  max-width: 180px;
  border: 0 !important;
  box-shadow: none !important;
}

.bib-main-body {
  padding: 2rem 3rem 0;
}

.bib-main-number-action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}

.bib-main-footer {
  padding: 1rem;
  border-top: 1px solid #ddd;
}

#regstep h4,
.regsteptitle {
  letter-spacing: 0;
  color: #7c524d;
}

#regstep .lead {
  color: #353535;
}

#regstep img {
  width: 100%;
  border: 2px solid #fd8700;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* RUNNER DETAIL */
#runnderdetail {
  color: #5e3f2e;
  background: #ffffff;
  padding: 0 0 30px 0;
}

#runnderdetail h4 {
  letter-spacing: 0;
  color: #5e3f2e;
}

#runnderdetail .lead {
  color: #353535;
}

#runnderdetail img {
  border: 2px solid #353535;
}

/* RUNNER HEADER */
#runnerheader {
  color: #ffffff;
  background: #3c2a20;
  padding: 70px 0 10px 0;
  border-bottom: #d96d43 1px solid;
}

#runnerheader h4 {
  letter-spacing: 0;
  color: #f5f18b;
}

#runnerheader .lead {
  color: #ffffff;
}

@media screen and (max-width: 540px) {
  .form-card .form-section-title h2 {
    font-size: 22px !important;
  }

  .form-card .form-section-body .section-subcontent {
    margin-bottom: 3rem;
  }

  .bib-main-body {
    padding: 1rem;
  }
}

/* INVOICE */

#invoice {
  padding: 0 0 30px 0;
  color: #121212;
}

#invoice h3:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #ffaa2b;
  margin-top: 12px;
  margin-bottom: 15px;
}

.reg-c5k {
  background-color: #eb6e25;
  background-image: url(../img/reg-back-c5k-n.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.reg-c10k {
  background-color: #ee9810;
  background-image: url(../img/reg-back-c10k-n.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.reg-5k {
  background-color: #eb6e25;
  background-image: url(../img/reg-back-5k-n.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.reg-10k {
  background-color: #ee9810;
  background-image: url(../img/reg-back-10k-n.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.reg-hm {
  background-color: #f0b202;
  background-image: url(../img/reg-back-hm.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/* MISC. */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  font-size: 14px;
  font-family: inherit;
  width: 100%;
  min-height: 30px;
  padding: 3px 10px 3px 10px;
  border: 0;
  border: 1px solid #999999;
  margin-bottom: 10px;
  outline: none;
}

/* BUTTONS */

.button {
  font-family: "montserratregular";
  font-size: 17px;
  text-transform: uppercase;
  border: none;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.button:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.button-xsmall {
  padding: 2px 7px;
  font-size: 11px;
  letter-spacing: 1px;
}

.button-small {
  padding: 5px 30px;
  font-size: 13px;
  letter-spacing: 1px;
}

.button-big {
  padding: 10px 18px;
  font-size: 21px;
}

.button-line-yellow {
  color: #5b3700;
  background: #e99003;
  border: 2px dotted #fbd777;
}

.button-line-yellow:hover,
.button-line-yellow:active {
  color: #3c2519;
  background: #fbdf95;
  text-decoration: none;
}

.button-line-light {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}

.button-line-light:hover,
.button-line-light:active {
  color: #262626;
  background: #ffffff;
  text-decoration: none;
}

.button-line-dark {
  color: #262626;
  background: transparent;
  border: 2px solid #262626;
}

.button-line-dark:hover,
.button-line-dark:active {
  color: #ffffff;
  background: #262626;
  text-decoration: none;
}

.text-yellow,
.text-yellow a {
  color: #d96d43;
}

.text-yellow a:hover,
.text-yellow a:focus,
.text-yellow a:active {
  color: #d94a43;
}

.text-green {
  color: #638117;
}

.text-red {
  color: #aa1122;
}

.bottomdot {
  border-bottom: 1px dotted;
  border-color: rgba(255, 255, 255, 0.7);
}

.bottomdot2 {
  border-bottom: 1px dotted;
  border-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.text-label {
  text-align: right;
  padding: 0px 10px 0px 0px;
}

.text-data {
  color: #121212;

  font-size: 120%;
}

@media only screen and (max-width: 480px),
  only screen and (max-device-width: 480px) {
  .text-label {
    text-align: left;
    padding: 0px 10px 0px 0px;
  }
}

@media only screen and (max-width: 768px),
  only screen and (max-device-width: 768px) {
  .text-label {
    text-align: left;
    padding: 0px 10px 0px 0px;
  }
}

.panel-group {
  background-color: #fdbd5c;
  padding: 10px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

#run_error {
  color: #ffffff;
  background: #e77133;
  padding: 30px 0 0 0;
  border-bottom: #ba1b06 5px solid;
}

#run_error h2 {
  font-size: 21px;
  letter-spacing: 0;
  color: #fff0b2;
}

#run_error .lead {
  color: #ffffff;
  font-size: 15px;
}

/* UPLOAD SECTION */
.breadcrumb {
  background: #fff;
}

.breadcrumb li a {
  color: #f68e5d;
}

.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.image-preview-input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.image-preview-input-title {
  margin-left: 2px;
}

/* skin.css Style*/
.upload-image-view {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center;
  max-height: 400px;
}

.upload-image-view img {
  max-height: 380px;
}

.ja {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  font-family: "quicksand", sans-serif;
  font-size: 25px;
}

.ja-2 {
  background: #fff;
  min-width: 500px;
  min-height: 300px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease-in, opacity 0.2s linear;
  text-align: center;
}

.ja-3 {
  display: table;
  cursor: default;
  margin: 35px auto 15px;
  transition: all 0.5s ease-in, opacity 0.2s linear;
}

.ja [class*="round"] {
  width: 90px;
  user-select: none;
  height: 90px;
  border-radius: 50%;
  position: relative;
}

.ja-round-success {
  border: 5px solid #155724;
}

.ja-round-success > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #155724;
  font-size: 70px;
}

.ja-round-error {
  border: 5px solid #e74c3c;
}

.ja-round-error > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c0392b;
  font-size: 70px;
}

.ja-round-info,
.ja-round-information {
  border: 5px solid rgba(52, 152, 219, 0.3);
}

.ja-round-info > b,
.ja-round-information > b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2980b9;
  font-size: 70px;
}

.ja-round-warning,
.ja-round-warn {
  border: 5px solid rgba(230, 126, 34, 0.5);
}

.ja-round-warning > b,
.ja-round-warn > b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e67e22;
  font-size: 70px;
}

.ja-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  user-select: none;
  cursor: pointer;
  color: #f44336;
}

.ja-close > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ja-continue {
  padding: 10px 20px;
  background: #d4edda;
  display: inline-block;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

.ja-close:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 520px) {
  .ja-2 {
    min-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 400px) {
  .ja-continue {
    min-width: calc(100% - 60px);
  }
}

.reg_cat {
  padding-left: 30px;
}

/* UPLOAD SECTION */

.jco_orange_font {
  color: #f26725;
}

.jco_orange_font_l {
  color: #f26725;
  font-size: 120%;
}

.input_error {
  background-color: #aa1122;
  color: #fdd250;
}

/* EDITED BY BELLY RACE RESULT */
#section_gallery {
  min-height: 100vh;
}

.gallery__result {
  margin-bottom: 50px;
}

.result__wrapper {
  max-width: 820px !important;
}

.gallery__result-wrapper {
  padding: 0 !important;
}

.result__header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 300px;
  margin: auto;
  background: url("../../img/result-background.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: rgb(191 153 136 / 48%) 6px 2px 16px 0px,
    rgb(255 255 255 / 80%) -6px -2px 16px 0px;
}

.result__header-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 25px 25px;
  padding: 15px;
  font-family: "Union Rough", sans-serif;
  font-size: 42px;
  line-height: 1.5;
  border-radius: 15px;
  color: #642416;
  background-color: rgb(255 255 255 / 28%);
}

.result__header-subtitle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  font-size: 32px;
  line-height: 1;
}

.result__header-bib {
  display: block;
  width: 110px;
  font-size: 28px;
  line-height: 1.3;
  background: #642416;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}

.result__header-category::before {
  content: " ";
  border: 1px solid #642416;
  margin-right: 15px;
}

.result__header-finishtime {
  margin: 15px 0 0;
}

.result__header-finishtime p {
  font-size: 28px;
  line-height: 1;
  margin: 0;
}

.result__body {
  margin-top: 20px;
}

.result__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  background-color: #fff;
  /* border: 1px solid #ffcdb5; */
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.result__card .card__title {
  font-size: 14px;
  font-weight: bolder;
  padding: 8px 0;
  color: #aaa;
}

.result__card .card__content {
  font-family: "Union Rough", sans-serif;
  font-size: 38px;
  line-height: 1.5;
  padding: 0 0 8px;
  color: #642416;
}

.gallery-filter {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.gallery-filter .btn-gallery-filter {
  padding: 8px;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  background: #f26724;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  box-shadow: none;
  text-decoration: none;
}

@media screen and (max-width: 540px) {
  .result__header {
    height: 205px;
  }

  .result__header-content {
    width: 100%;
    margin: 0;
    font-size: 32px !important;
  }

  .result__header-bib,
  .result__header-subtitle {
    font-size: 22px;
  }

  .result__body {
    margin-top: 30px;
  }

  .result__card .card__title {
    font-size: 11px;
  }

  .result__card .card__content {
    font-size: 28px;
  }
}

.search-input-group {
  background-color: #fff;
}

.input-group-icon {
  display: table-cell;
  vertical-align: middle;
}

.input-group-icon span {
  display: flex;
  padding: 9px 5px 9px 13px;
}

#photo_search {
  min-height: 45px;
  font-weight: 600;
  box-shadow: none;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  padding: 3px 20px;
}

#srch-btn {
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 0;
  border: 0;
  background: transparent !important;
  color: #f26724;
  outline: none;
}

.custom-input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  height: 45px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .custom-input-group {
    margin: 10px 0;
  }
}

.filter-year {
  position: relative;
  font-family: "Union Rough", sans-serif;
  font-size: 24px;
  gap: 10px;
}

.filter-year-content {
  gap: 5px;
}

.d-flex {
  display: flex;
}

.filter-year-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 8px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  z-index: 5;
  list-style: none;
  padding: 0;
}

.filter-year-list.show {
  opacity: 1;
  visibility: visible;
}

.filter-year-item {
  padding: 10px 15px;
  margin: 5px;
  font-size: 22px;
  font-weight: 600;
  transition: all 300ms;
}

.filter-year-item:hover {
  background: #f27031;
  color: #fff;
}

.result__detail {
  margin-top: 25px;
}

.result__detail-title {
  font-size: 18px;
  font-weight: bolder;
}

.result__table {
  padding: 0 15px 5px;
  border-radius: 5px;
  background: #fff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.result-warning-text {
  font-size: 28px;
}

@media screen and (max-width: 480px) {
  .result-warning-text {
    font-size: 18px;
  }
}

/* CUSTOMIZE SELECT2 */
.select2-container .select2-selection--single {
  font-size: 14px;
  height: 34px;
  margin-bottom: 10px;
  color: #555;
  border-color: #999999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 34px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 34px;
}

.teeSizeWrapper {
  position: relative;
}

.teeSizeWrapper img {
  display: none;
}

.teeSizeWrapper .btn {
  position: absolute;
  color: #ffa100;
  top: 30%;
  outline: none !important;
}

.teeSizeWrapper .btn.disabled {
  opacity: 0.2;
}

.teeSizeWrapper .btn:active:focus {
  color: #592e2c;
}

.teeSizeWrapper .btn-left {
  left: 10%;
  transform: rotate(90deg);
}

.teeSizeWrapper .btn-right {
  right: 10%;
  transform: rotate(-90deg);
}
