@font-face {
  font-family: satoshi;
  src: url(../fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.woff);
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: satoshi !important;
  color: white;
}
body {
  font-family: satoshi !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #000000;
}

.auth {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.auth::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  background: url(../images/reccity-sports/authFram1.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 0;
}

.auth::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  background: url(../images/reccity-sports/authFram2.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 0;
}

.authInner {
  max-width: 500px;
  width: 100%;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.authInnerSignUp {
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.btn-primary {
  background-color: rgba(242, 101, 34, 1);
  border: 1px solid rgba(242, 101, 34, 1);
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 700;
}
.btn-primary:hover {
  background-color: rgba(242, 101, 34, 0.8);
  border: 1px solid rgba(242, 101, 34, 0.8);
}

.color-primary {
  color: #f26722;
}

.py-3 {
  padding-top: 1.063rem !important;
  padding-bottom: 1.063rem !important;
}

/* Login Page Start */
.formLabel {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.selectType,
.inputType {
  background-color: #272727 !important;
  border: 1px solid #393b40 !important;
  min-height: 60px;
  border-radius: 10px !important;
  color: #919bad !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.top-12 {
  top: 12px;
}

/* Login Page End */

/* Verification page strat */
.otp-input {
  width: 58px;
  height: 58px;
  text-align: center;
  font-size: 24px;
  border: none;
  background: #393b40;
  color: #ffffff;
  border: 1.35px solid #393b40;
  border-radius: 13.54px;
}
.otp-input:focus {
  outline: none;
  border: 2px solid #f26522;
}

/* Verification page End */

/* Sign Up Page Start */
.profile-card-container {
  width: 153px;
  height: 162px;
  position: relative;
}
.profile-card {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.profile-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #272727;
  font-size: 80px;
  color: #888;
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camera-icon {
  position: absolute;
  bottom: 0px;
  right: -5px;
  width: 50px;
  height: 50px;
  background: #f26522;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border: 3px solid white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1;
  overflow: visible;
}

.delete-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: red;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
}
.profile-card:hover .delete-button {
  display: block;
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #ffffff;
}

.id-card-preview-container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.id-card-image-box {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 8px;
  border: 1px solid #ccc;
  overflow: hidden;
}
@media (max-width: 767px) {
  .id-card-preview-container {
    flex-direction: column;
  }
  .id-card-image-box {
    width: 100%;
  }
}
.id-card-image-box img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.id-card-delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-weight: bold;
}
#uploadArea h3 {
  color: #919bad;
}
/* #idCardInput::-webkit-file-upload-button {
  background-color: #333;
  color: white;
  border: none;
  padding: 15px 12px;
  border-radius: 4px;
  cursor: pointer;
}

#idCardInput::-ms-browse {
  background-color: #333;
  color: white;
}
#idCardInput:hover::-webkit-file-upload-button {
  background-color: #444;
} */

.idCardInput {
  width: 100%;
  padding: 14px 0;
  background-color: #272727;
  border: 1px solid #393b40;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}

/* Sign Up Page End */

/* select user type start */
.userType label {
  width: 195px;
  height: 175px;
  background: #272727;
  border-radius: 10px;
  border: 1px solid #393b40;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.userType label:hover {
  box-shadow: 0px 0px 20px rgba(242, 101, 34, 0.5);
}
.userType label div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 136px;
}

.userType input:checked + label {
  border: 2px solid #f26522;
}

/* select user type end */

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(48%) sepia(89%) saturate(629%) hue-rotate(352deg)
    brightness(96%) contrast(94%);
}
.form-check-primary .form-check-input {
  border: 1px solid #f26522;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: transparent;
}
.form-check-primary .form-check-input:checked {
  background-color: #f26522;
  border-color: #f26522;
}

.mb-32 {
  margin-bottom: 32px;
}
.modal {
  --vz-modal-margin: 0.5rem;
  --vz-modal-bg: #2d2927 !important;
  --vz-modal-border-color: #f2652233 !important;
  --vz-modal-border-width: 1.3px !important;
  --vz-modal-border-radius: 25px !important;
}
.flatpickr-month,
.flatpickr-current-month {
  border-radius: 5px 5px 0 0 !important;
}
.flatpickr-month,
.flatpickr-current-month,
.flatpickr-weekdays {
  background-color: #f26522 !important;
  color: #ffffff !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  padding: 6px 10px !important;
}

.flatpickr-calendar {
  background: #272727 !important;
  color: #ffffff !important;
  z-index: 9999 !important;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  background: #333333 !important;
  color: #ffffff !important;
}
.flatpickr-day {
  color: #ffffff !important;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.3) !important;
}
.flatpickr-day.today {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  
  fill: rgba(255, 255, 255, 0.9) !important;
}
.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


/* custom radio buttons */

.form-radio-row {
	background: #333333;
	border-radius: 50px;
	height: 40px;
	margin: 10px;
	overflow: hidden;
	position: relative;
	width: 150px;
}

.form-radio-row .form-input {
	-webkit-appearance: none;
	appearance: none;
}

.form-radio-row .form-input::before {
	content: '';
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.form-radio-row .form-input:checked::before {
	background: #f26522;
}

.form-radio-row .form-input::after {
	content: '';
	cursor: pointer;
	height: 15px;
	border-radius: 50px;
	border: 4px solid #f26522;
	left: 10%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 15px;
}

.form-radio-row .form-input:checked::after {
	border: 4px solid #ffffff;
}

.form-label {
	color: #f26522;
	font-size: 1.1rem;
	margin-left: 10px;
	z-index: 1;
}

.form-radio-row .form-input:checked ~ .form-label {
	color: #ffffff;
}