.country-code-box {
	display: flex;
  /* flex-direction: column; */
}
.select2-selection__rendered {
	color: #999;
  background-color: #fff !important;
  padding: 5px;
    padding-left: 5px;
  padding-left: 15px;
  border: 1px solid #e9e9e9 !important;
  border-radius: 4px;
  height: auto;
  padding-left: 50px;
  box-shadow: none;
}
.select2-selection__arrow b {
	margin-left: -14px !important;
	top: 100% !important;
}
.freelancer-whatsapp {
  margin-bottom: 10px;
}
.phone-no-box .smk-error-msg {
  position: absolute !important;
  z-index: 9;
  bottom: -30px;
}
.select2 .select2-container .select2-container--default {
  width: 180px !important;
}
.select2-container .select2-selection--single {
  height: 62px !important;
}
.select-code {
  width: 40%;
}
.num-input {
  width: 60%;
}

.form-group.has-error .select2-container .select2-selection__rendered {
  border: 2px solid #E90003 !important; /* or any desired color for the error border */
}
.freelancer-whatsapp {
  width: 100%;
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  
}
.freelancer-whatsapp:hover {
  box-shadow: 0 0.5rem 1.125rem -0.5rem #25d366 !important;
}
.freelancer-whatsapp i {
  margin-right: 8px;
}

.phone-code-employer {
  display: flex;
}
.phone-code-employer input {
  height: 62px !important;
  background-color: #fff !important;
  border: none !important;
}
.phone-code-freelancer {
  display: flex;
}
.phone-code-freelancer input {
  height: 50px !important;
  background-color: #fff !important;
  border: none !important;
}

/* Style to make the select and input appear as one unified field */
.unified-input {
  display: flex;
  border: 1px solid #dcdcdc; /* Main border color */
  border-radius: 5px;
  overflow: hidden;
}

/* Styling the select (country code) */
.unified-input .country-code {
  border: none;
  border-right: 1px solid #dcdcdc;
  flex: 1;
  border-radius: 0;
}

/* Styling the input (phone number) */
.unified-input .phone-number {
  border: none;
  flex: 2;
  border-radius: 0;
}

/* Focus styles to ensure a seamless design */
.unified-input .country-code:focus,
.unified-input .phone-number:focus {
  outline: none;
  box-shadow: none;
}
.unified-input .select2-selection__rendered{
  border: none !important;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    border-right: 1px solid #ccc !important;
    border-radius: 0 !important;
    /* width: 77%; */
    line-height: 37px !important;
}
.unified-input .select2.select2-container.select2-container--default {
  width: 123.633px !important;
}
.unified-input .select2-selection {
  height: 50px !important;
}
.unified-input .select2-selection__arrow b {
  margin-top: -27px !important;
}
.phone-code-freelancer:has(select:invalid) {
  border: 2px solid red;
}
.phone-code-employer:has(select:invalid) {
  border: 2px solid red;
}
.form-group.has-error .unified-input .select2-container .select2-selection__rendered {
  border: none !important;
}


/* .phone-no-box .smk-select span {
  position: absolute !important;
  z-index: 9;
  bottom: -30px;
} */




/* ************************************************** */
/* ================ Proposal Limit ================== */
/* ************************************************** */

#project__whatsapp_btn{
  margin-top: 15px;
}

#show__contact_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.fr-project-f-profile .fr-project-f-user-details span.bubbles{
  display: none;
  color: white;
}

.cardmeta-footer .profile-details {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.cardmeta-footer .profile-details li {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
}
.cardmeta-footer .profile-details li:last-child {
margin-bottom:0;	
}
.cardmeta-footer .profile-details li i {
  margin-right: 15px;
  font-size: 18px;
  background-color: #f4f6f9;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  color:#777;
  float: left;
}
.cardmeta-footer .profile-details li .profile-meta {
  /* padding-left: 50px; */
color:#777;
line-height: 40px;
}
.cardmeta-footer .profile-details li span {
  font-size: 15px;
  word-wrap: break-word;
color:#777;
}


/* ========== project proposals ======= */

.proposal__limit_alert i{
  padding-top: 5px !important;
  margin-right: 10px;
}

.fr-sign-in-hero .col-xl-6 {
    display: block !important;
}







