.cp_registration_card {
  background: rgba(255, 255, 255, 8%);
  box-shadow: 40px 50px 100px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 30px;
  width: 100%;
  float: right;
}

.OTP-content {
  background-color: #ffffff !important;
  background-image: none !important;
  background-size: cover;
  border-radius: 0;
  border: 0;
}

.OTP_Verification .modal-lg {
  width: 423px;
}
.OTP_Verification .modal-header {
  color: #000;
}
.OTP_Verification .modal-body {
  color: #000;
}

.OTP_Verification input {
  width: 32px;
  height: 32px;
  text-align: center;
  border: none;
  border-bottom: 1.5px solid #d2d2d2;
  margin: 0 10px;
}

.OTP_Verification input:focus {
  border-bottom: 1.5px solid #00ffbc;
  outline: none;
}
.OTP_Verification .resent-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  padding: 16px 0px;
  color: #000000;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #000;
  background-color: #fdc220;
  border-color: #fdc220;
}

.cp_login_card {
  background: rgba(255, 255, 255, 8%);
  box-shadow: 40px 50px 100px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 40px 30px;
  width: 74%;
  float: right;
  margin-right: 40px;
}

.client_registration_card {
  background: rgba(255, 255, 255, 8%);
  box-shadow: 40px 50px 100px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 30px;
  width: 100%;
}

label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #cdc9c9;
}

a {
  color: #fdc220;
  text-decoration: none;
}
a:hover {
  color: #00ffbc;
  text-decoration: none;
}

.form-select {
  background-color: #4d4d4d;
  color: #fff;
  border: 0;
}

.form-select:focus {
  /* color: #fff;
    background-color: #bebebe54;
    border-color: none; */
  border: 0;
  outline: 0;
  box-shadow: none;
}

.size {
  width: 100%;
  display: inline-block;
  height: 40px;
  position: relative;
}
.size:before,
.size:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.size:after {
  clear: both;
}
.size label {
  float: left;
  width: 45%;
  position: relative;
  z-index: 2;
  line-height: 39px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  border: 1px solid #555555;
  border-radius: 4px;
  margin-right: 5px;
}
.size input[type="radio"] {
  display: none;
}
.size input[type="radio"]:checked + label {
  color: #fff;
  font-weight: bold;
}
.size span {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  display: block;
  border-radius: 5px;
  background-color: #555555;
  transition: all 200ms ease;
}
.size span.right {
  left: 47%;
  border-radius: 5px;
  transition: all 200ms ease;
}

.budget {
  width: 100%;
  display: inline-block;
  height: 40px;
  position: relative;
}
.budget:before,
.budget:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.budget:after {
  clear: both;
}
.budget label {
  float: left;
  width: 33%;
  position: relative;
  z-index: 2;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.budget input[type="radio"] {
  display: none;
}
.budget input[type="radio"]:checked + label {
  color: #fff;
  font-weight: bold;
}
.budget span {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  display: block;
  border-radius: 5px;
  background-color: #555555;
  transition: all 200ms ease;
}
.budget span.B2 {
  left: 33%;
  border-radius: 5px;
  transition: all 200ms ease;
}
.budget span.B3 {
  left: 66%;
  border-radius: 5px;
  transition: all 200ms ease;
}

.wrapper-select-size {
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 40px;
}
.wrapper-select-size.sitetime {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: auto;
  height: 40px;
  flex-direction: row;
  flex-wrap: wrap;
}
.wrapper-select-size.sitetime .option {  
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.wrapper-select-size .option {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 4px;
  cursor: pointer;
  /* border: 2px solid #555555; */
  border: 0.6px solid #FFFFFF;
  transition: all 0.3s ease;
  margin-right: 4px;
}
.wrapper-select-size .option .dot::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"] {
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3,
#option-4:checked:checked ~ .option-4,
#option-5:checked:checked ~ .option-5,
#option-6:checked:checked ~ .option-6,
#option-7:checked:checked ~ .option-7,
#option-8:checked:checked ~ .option-8,
#option-9:checked:checked ~ .option-9,
#option-10:checked:checked ~ .option-10,
#option-11:checked:checked ~ .option-11,
#option-12:checked:checked ~ .option-12,
#option-13:checked:checked ~ .option-13,
#option-14:checked:checked ~ .option-14,
#option-15:checked:checked ~ .option-15,
#option-16:checked:checked ~ .option-16,
#option-17:checked:checked ~ .option-17,
#option-18:checked:checked ~ .option-18,
#option-19:checked:checked ~ .option-19,
#option-20:checked:checked ~ .option-20,
#option-21:checked:checked ~ .option-21,
#option-22:checked:checked ~ .option-22,
#option-25:checked:checked ~ .option-25,
#option-26:checked:checked ~ .option-26{
  border: 0.6px solid #00FFBC;
  background: #009870;

  /* border-color: #555555; */
  /* background: #555555; */

}

input[type="file"] {
  max-width: 100%; /* Ensure it doesn’t overflow the container */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide overflowed text */
  text-overflow: ellipsis; /* Show "..." when text overflows */
}






.wrapper-select-size .option span {
  font-size: 16px;
  color: #FFFFFF;
}

#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span,
#option-3:checked:checked ~ .option-3 span,
#option-4:checked:checked ~ .option-4 span,
#option-5:checked:checked ~ .option-5 span,
#option-6:checked:checked ~ .option-6 span,
#option-7:checked:checked ~ .option-7 span,
#option-8:checked:checked ~ .option-8 span,
#option-9:checked:checked ~ .option-9 span,
#option-10:checked:checked ~ .option-10 span,
#option-11:checked:checked ~ .option-11 span,
#option-12:checked:checked ~ .option-12 span,
#option-13:checked:checked ~ .option-13 span,
#option-14:checked:checked ~ .option-14 span,
#option-15:checked:checked ~ .option-15 span,
#option-16:checked:checked ~ .option-16 span,
#option-17:checked:checked ~ .option-17 span,
#option-18:checked:checked ~ .option-18 span,
#option-19:checked:checked ~ .option-19 span,
#option-20:checked:checked ~ .option-20 span,
#option-21:checked:checked ~ .option-21 span,
#option-22:checked:checked ~ .option-22 span {
  color: #fff;
}

.list-group-item {
  color: #d7d7d7;
  background-color: #555555;
}
.list-group-item span {
  color: #fff;
}

.text-black {
  color: #000;
}

/* .pika-single {
    color: #333 !important;
    background: #4a4949bf !important;
    backdrop-filter: blur(4px);
    border-radius: 4px !important;
    border: 0 !important;
  }
  .pika-label{
    color:#fff !important;
    background-color: #fff0 !important;
  }
  .pika-button{
    color: #fff ;
    background: #f5f5f500 ;
  }  */

.modal-content {
  background-color: #000;
  background-image: url(../images/bodyBG.png);
  background-size: cover;
  border-radius: 0;
}

.otp-field {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}
.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}


/* New UI styles */
.client-reg-title{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
}

.client_registration_card-new{
  background: #222222;
  box-shadow: 40px 50px 100px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  padding: 16px 0px;
  width: 100%;
}

.client_registration_card-new form{
  padding: 0px 16px;
}

.proj-bro-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.proj-bro-price{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 2px;
}

.proj-bro-price-dowbtn{
  background-color: #0B6950;
  border: 1px solid #009870;
  border-radius: 2px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  padding: 2px 12px;
}

.proj-bro-price-dowbtn:hover{
  color: #FFFFFF;
}

.cp-btn-container .nav-pills{
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cp-btn-container .nav-pills .nav-item a.active{
  background-color: #F5BE10;
  color: #222222;
  border: 0.8px solid #F5BE10;
  font-weight: 700;
}
.cp-btn-container .nav-pills .nav-item a{
  background-color: #FFFFFF21;
  color: #FFFFFF;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  border: 0.8px solid #FFFFFF;
  border-radius: 2px;
  /* width: 130px; */
  padding: 3px 0px;
  text-align: center;
}
.cp-btn-container .nav-pills .nav-item{
  width: 44.5%;
}

.tab-content label{
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
  color: #C3C3C3;
  margin-bottom: 0px;
}

.tab-content .form-control::placeholder {
  padding: 0px;
  font-weight: 275;
  font-size: 14px;
  text-transform: capitalize;
  color: #767676;
}


.tab-content .form-control{
  padding: 4px 0px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
}

.tab-content .form-control:focus-visible{
  border-bottom: 1px solid #00FFBC;
}

.tab-content .form-select{
  background-color: #222222;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0px;
  padding: .15rem 2.25rem .375rem 0rem;
  font-size: 12px;
}

.tab-content .form-control{
  background: #222222;
}

.tab-content .wrapper-select-size.sitetime .option{
  margin-bottom: 6px;
}

.tab-content .select2-container--default .select2-selection--single{
  background-color: #222222;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0px;
  padding-left: 0px;
}