body{
	background-color: #f4f7fa;
	font-family: sans-serif;
}
.asset_form_main_box_container{
	/*margin-top: 5px;*/
}
.asset_form_each_box_container {
	background-color: #fff;
	border-color: #fff !important;
	box-shadow: 0px 1px 3px 0px #BFBFBF;
}
.asset_each_box_container{
  background: white;
  border-color: white !important;
}
.asset_form_each_box_container1 {
	background-color: #fff;
	border-color: #fff !important;
  width: 91%;
  margin-left: 41px;
  border-radius: 6px;
  padding: 10px;
  padding-left: 18px;
  padding-right: 17px;
  box-shadow: 0px 1px 3px 0px #fff;
  margin-bottom: 19px;
}
.asset_form_main_heading_container{
	font-size: 20px;
	font-weight: 500;
	margin-left: 3rem;
}
.asset_form_box_container{

}
.asset_vehicles_details_box{
  display: none;
}
.asset_full_business_details_box{
  display: none;
}
.asset_plant_machinery_details_box{
  display: none;
}
.asset_investory_stock_details_box{
  display: none;
}
.asset_type_chip_main_box_container{
	
}
.asset_type {
  	display: none;
}
.wp_verify{
  font-size: 11px;
  text-decoration: underline;
  margin-top: 3px;
  cursor: pointer;
  color: #007bff;
  display: none;
}
.what_to_write{
  font-size: 11px;
  text-decoration: underline;
  margin-top: -5px;
  cursor: pointer;
  color: #007bff;
}

/* Modal container */
.modal-content{
  /*width: 100%;*/
  background: white;
  margin-top: 60px;
}
.custom-modal {
    border-radius: 7px !important;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.15);
    border: none;
}

/* Header styling */
.custom-modal-header {
    background: linear-gradient(135deg, #1b1b1b, #343a40);
    color: white;
    padding: 16px 20px;
}

.custom-modal-header .modal-title {
    font-size: 17px;
    font-weight: 600;
}

/* Body styling */
.custom-modal-body {
    padding: 20px 25px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.custom-modal-body p {
    margin: 0;
}

/* Footer styling */
.custom-modal-footer {
    border-top: 1px solid #eee;
    padding: 12px 20px;
    background: #fff;
}

/* Close button */
.custom-modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: .8;
}

.custom-modal-header .btn-close:hover {
    opacity: 1;
}


.amount_word{
  position: absolute;
  top: 38px;
  left: 63%;
  font-size: 12px;
  font-weight: 600;
}
.amount_word_vehicle{
  position: absolute;
  top: 38px;
  left: 63%;
  font-size: 12px;
  font-weight: 600;
}
.amount_word_business{
  position: absolute;
  top: 38px;
  left: 63%;
  font-size: 12px;
  font-weight: 600;
}
.amount_word_plant{
  position: absolute;
  top: 38px;
  left: 63%;
  font-size: 12px;
  font-weight: 600;
}
.amount_word_inventory{
  position: absolute;
  top: 38px;
  left: 63%;
  font-size: 12px;
  font-weight: 600;
}



/* Label box */
.cheap-label {
  	cursor: pointer;
  	/*display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	position: relative; 
  	width: 100%;*/
  	transition: all 0.2s ease-in-out;
  	font-size: 12px;
  	font-weight: 600;
  	 white-space: nowrap;
}

/* When selected */
.cheap-input:checked ~ .cheap-label {
  	background-color: #4b9ff8;
  	color: white;
  	border-color: #4b9ff8 !important;
}

/* Hide icon by default */
.cheap-label > i {
  	opacity: 0;
  	margin-left: 5px; /* space between text and icon */
  	transition: opacity 0.2s ease-in-out;
  	position: static; /* FIX — remove absolute */
}

/* Show icon on checked */
.cheap-input:checked ~ .cheap-label > i {
  	opacity: 1;
  	color: white;
  	font-size: 15px;
  	font-weight: bold;
    margin-left: 5px !important;
}
.label-container{
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}
.label-container > label > sup{
	color: #ff0000;
    font-size: 13px;
    padding-top: 10px;
}
.each_title_container{
	color: #000;
  font-size: 17px;
  font-weight: 600;
  padding-left: 18px;
  padding-bottom: 18px;
}
.each_sub_title_container{
	color: #777;
    line-height: 1.43em;
    font-size: 13px;
    font-weight: normal;
    margin-top: 3px;
}
.form-fields{

}

.field-label-wrapper{
	font-size: 12px;
	font-weight: 400;
	position: relative;
	/*margin-left: 7rem;*/
	width: 100%;
	padding-right: 18px;
}
.field-upload-label{
   height: 25px;
}
.field-upload-label > label{
	display: flex;
  align-items: center;
  gap: 5px; 
  min-width: 220px; 
}
.field-label-wrapper > label > sup{
	color: #ff0000;
    font-size: 13px;
    padding-top: 10px;
}
select.assets_type {
  height: auto !important;
  max-height: 180px !important;
  overflow-y: auto !important;
  display: block !important;
}

.form-field-wrapper{
	width: 100%;
}
.form-field-wrapper > input{
	/*outline: none;*/
	/*border-color: red !important;*/
	font-size: 12px;
	font-weight: 400;
}
textarea{
	line-height: 110%;
	font-size: 13px;
	font-weight: 400;
	outline: none;
}
.change_currency > a{
  font-size: 11px;
  text-decoration: underline;
  position: absolute;
  left: 1%;
  bottom: -18px;
  width: 117%;
  color: #007bff;
}
.currency-box {
    display: none;
    position: absolute;
    top: 95%;
    left: 38.5%;
    width: 250px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    z-index: 999;
}

.currency-box input {
    width: 100%;
    padding: 6px;
    margin-bottom: 8px;
}

.currency-box ul {
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.currency-box li {
    padding: 6px;
    cursor: pointer;
}

.currency-box li:hover {
    background: #efefef;
}



#map {
  width: 100%;
  height: 350px;
  margin-top: 10px;
  margin-bottom: 35px;
}
.search_map_location {
  position: absolute;
  right: 116px;
  top: 0px;
  background: #c4c2c2;
  padding: 3px 4px;
  border-radius: 0px 6px 6px 0px;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}
#unlock_btn {
  display: none;
  margin-top: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
}
.indian_rupees{
  position: absolute;
  top: 8px;
  left: 11px;
  font-size: 13px;
  border-right: 1px solid #a9a7a7;
  padding-right: 12px;
}
.field-label-wrapper > label > p{
  font-size: 10px;
  color: grey;
  font-weight: normal;
  margin: 0px;
  margin-top: -2px;
  margin-left: 5px;
}
.field-label-wrapper > p{
  font-size: 10px;
  color: grey;
  font-weight: normal;
  margin: 0px;
  margin-top: -2px;
  margin-left: 5px;
}
.error_container{
	font-size: 11px;
	color: red;
	height: 15px;
	padding-top: 2px;
}



/*information popup*/
.info_container{
	display: inline-flex;
  align-items: center;
  margin-left: 4px; 
	/*z-index: 9999;*/
	position: relative;
	/*border: 1px solid silver;*/
}
.info_container > span{
	padding-left: 7px;
	color: dimgray;
    text-decoration: underline;
    text-decoration-color: #999;
}
.info_container > .popup_container{
	display: none;
}
.img_container{
	font-size: 10px;
    cursor: pointer;
    padding-left: 10px;
    width: 45px;
    position: absolute;
    top: -17px;
    left: -22px;
    padding-bottom: 3px;
    text-decoration: underline;
}
.img_container > span > img{
	    font-size: 10px;
    cursor: pointer;
    padding-left: 10px;
    width: 23px;
    position: relative;
    /*top: 2px;*/
    /*left: -35px;*/
    padding-bottom: 3px;
    text-decoration: underline;
    margin-top: 11px;
}
.popup_text{
	font-size: 10px;
	padding: 6px;
	color: white;
}
.popup_container{
	font-size: 9px;
	border: 1px solid lightgray;
	/*box-shadow: 0px 0px 1px 1px lightgray;*/
	border-radius: 7px;
	padding: 2px;
	background: #032946;
	position: absolute;
	bottom: 18px;
	left: -28px;
	transition: 5s ease;
	/*z-index: 9999;
	transition: 5s ease;*/
}
.popup_box_width{
	width: 180px;
}
.img_container:hover ~ .popup_container{
	display: block;	
}
.info_container > span:hover ~ .popup_container{
	display: block;
}
.arrow_container{
	border: 1px solid lightgray;
	/*box-shadow: 0px 0px 1px 1px lightgray;*/
	width: 10px;
	height: 10px;
	position: absolute;
	left: 26px;
	bottom: -5px;
	background: #032946;
	transform: rotate(45deg);
	border-top: none;
	border-left: none;	
}


.upload_photos{
	display: none;
}
.upload_photos_wrapper {
  width: 100%;
}

@media (min-width: 992px) {
  .upload_photos_wrapper {
    width: 232%;
  }
}
.upload_photos_wrapper > label{
	display: block;
  width: 237px;
}
.media_section_one .before_select_file_box {
	padding: 20px;
}
.before_select_file_box{
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.before_select_file_box > img{
	flex: 1;
	width: 60px;
}
.before_select_file_box > span{
	flex: 1;
	/*margin-top: 5px;*/
	font-weight: normal !important;
	font-size: 13px;
}
.after_select_file_box{
	display: none;
	align-items: center;
	padding: 0px !important;
	margin-bottom: 10px;
}
.add_more_file_btn{
	width: 50%;
    margin: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffeaef;
    font-weight: 600;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    border-radius: 5px;
    transition: 0.3s;
}
.add_more_file_btn:hover{
	background-color: #f75d82;
	color: white;
}
.image_preview{
	margin-left: 16px;
}
.image_wrapper > img{
  border-radius: 5px;
  height: 60px;
  width: 60px;
}
.image_wrapper{
  position: relative;
  border-radius: 5px;
  border: 1px solid grey;
  margin: 10px 4px;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.image_wrapper > .remove_file{
  position: absolute !important;
  top: 3px !important;
  right: 3px !important;
  opacity: 1 !important;
  font-size: 12px;
  color: white;
  background-color: black;
  cursor: pointer;
  border-radius: 8px;
  vertical-align: middle;
}
.image_wrapper > .remove_pdf_file{
  position: absolute !important;
  top: 3px !important;
  right: 3px !important;
  opacity: 1 !important;
  font-size: 12px;
  color: white;
  background-color: black;
  cursor: pointer;
  border-radius: 8px;
  vertical-align: middle;
}
.select_box{
	border: 1px dashed black;
	cursor: pointer;
	border-radius: 5px;
	padding: 5px !important;
	/*line-height: 10px;*/
	/*padding-left: 20px;*/
	width: 220px;
	margin-left: 16px;
}
.file_wrapper{
	font-size: 12px;
	width: auto;
	margin-left: 10px;
}
.file_name{
	padding-left: 12px;
}
.remove_file{
	margin-top: 4px;
    margin-left: 10px;
}


.authorization_proof_box{
	display: none;
}
.form-select{
	font-size: 12px;
	font-weight: 400;
	width: 30%;
}
.form-select:focus{
	outline: none;
	box-shadow: none;
}
.form-select-input{
	width: 100%;
	font-size: 13px;
	font-weight: 400;
}
.form-select-input:focus{
	outline: none;
	box-shadow: none;
}
.form-select-input > option{
	font-size: 13px;
	font-weight: 400;
}


#images_preview_holder > .image-item{
  /*width: auto !important;*/
}
#images_preview_holder{
  width: 100% !important;
}
.image-preview-container {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*gap: 10px;*/
  width: 206%;
}

/*.image-item {
  background: #fff;
  border: 1px solid #e1e1e1 !important;
  border-radius: 6px;
  width: 70%;
}*/
.image-item {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  display: flex;
  width: 48%;
  margin-right: 5px;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  transition: 0.2s ease;
}
.image-item:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.image-item .img-thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
  margin-top: -6px;
}

.image-item .img-thumb img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.image-item .remove_file {
  position: absolute;
  top: 5px;
  right: 2px;
  background: #fff;
  color: black;
  border: none;
  font-size: 16px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  line-height: 11px;
  padding-left: 1px;
  cursor: pointer;
  padding-top: 2px;
}
.image-item:hover .remove_file {
  opacity: 1;
}

.image-item .desc-box {
  margin-left: 10px;
  width: 100%;
}

.image-item input.form-control-sm {
  font-size: 13px;
  border-radius: 8px;
  border-color: #d1d1d1;
  padding: 6px 10px;
}

.image-item input.form-control-sm:focus {
  box-shadow: none;
  border-color: #0d6efd;
}
.desc-box input {
  font-size: 13px;
}
.desc-box > p{
	font-size: 11px;
	font-weight: 500px;
}
.desc-box .text-danger {
  font-size: 9px;
  width: 103%;
}

/*.img-thumb {
  width: 50px;
  height: 50px;
  position: relative;
  flex-shrink: 0;
}

.img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.img-thumb .remove_file {
  position: absolute;
  top: -2px;
  right: 3px;
  border: none;
  background: #fff;
  /* color: #666; 
  color: black;
  font-weight: bold;
  line-height: 13px;
  font-size: 16px;
   line-height: 1; 
   border-radius: 50%; 
  padding: 0px 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.img-thumb .remove_file:hover {
  background: #f5f5f5;
  color: #000;
}

*/




.mt-3 { margin-top: 1rem; }
.mb-3 { margin-bottom: 1rem; }
.ml-5rem { margin-left: 5rem; }

@media (max-width: 600px) {
  .form-fields {
    display: block !important;
  }
  .field-label-wrapper{
  	width: 100% !important;
  	font-size: 11px !important;
  	padding-right: 5px !important;
  }
  .form-field-wrapper > textarea{

  }
  .form-select-input{
  	font-size: 11px;
  }
}



/* -------------------- */
/* ✨ Modal Base Style  */
/* -------------------- */
.edit_modal_content {
  width: 150%;
  max-width: 900px; /* wider modal for desktop */
  height: auto;
  border-radius: 12px !important;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border: none;
  margin-left: -25%;
}
.edit_profile_header {
  background: linear-gradient(90deg, #1f4563, #315571);
  border: none !important;
  color: #fff;
  border-radius: 12px 12px 0 0 !important;
  padding: 12px 20px;
}
.rejected_reason_text_container {
  height: auto;
  padding: 10px 15px;
}
.main_label_container {
  text-align: left;
}
.label_container {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  padding-left: 10px;
  display: block;
  margin-bottom: 5px;
}
.rejected_reason_text_container > textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  font-size: 13px;
  padding: 10px;
  resize: none;
  min-height: 220px;
  outline: none;
  transition: border-color 0.3s ease;
}
.rejected_reason_text_container > textarea:focus {
  border-color: #315571;
  box-shadow: 0 0 0 3px rgba(49, 85, 113, 0.15);
}
.cancel_btn {
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 26px;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.3s ease;
}
.cancel_btn:hover {
  background: #e9ecef;
  color: #000;
  border-color: #bbb;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.submit_btn {
  background: #315571;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 30px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
}
.submit_btn:hover {
  background: #27455d;
  box-shadow: 0 5px 10px rgba(49, 85, 113, 0.35);
  transform: translateY(-1px);
  color: #fff;
}
/* Close button */
.close_btn {
  font-size: 14px;
  color: white;
}

.save_btn_container{
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 700;
  background: #007bff;
  border-color: #007bff !important;
  color: white;
  margin-left: auto;
  width: 13%;
  text-align: center;
  margin-right: 34px;
  cursor: pointer;
}
.save_btn_container > a{
  
}


/* Responsive Tweaks */
@media (max-width: 1200px) {
  .company_label{
		width: 86% !important;
	}

	.asset_form_main_heading_container {
		margin-left: 17%;
	}
	.asset_form_each_box_container1 {
		width: 66%;
		margin-left: 17%;
	}
	.cheap-label{
		width: 114%;
		font-size: 11px;
	}
}
@media (max-width: 992px) {
  .edit_modal_content {
    max-width: 700px;
    margin-left: 0%;
  }
  .company_label{
		width: 92% !important;
	}

	.asset_form_main_heading_container {
		margin-left: 58px;
	}
	.asset_form_each_box_container1 {
		width: 83%;
		margin-left: 8%;
	}
	.cheap-label{
		width: 114%;
	}
}
@media (max-width: 768px) {
  .edit_modal_content {
    max-width: 110%;
    margin-left: 0%;
  }
  .label_container {
    font-size: 12px;
  }
  .rejected_reason_text_container > textarea {
    min-height: 180px;
  }
  .company_label{
		width: 100% !important;
	}

	.asset_form_main_heading_container {
		margin-left: 0px;
	}
	.asset_form_each_box_container1 {
		width: 100%;
		margin-left: 0%;
	}
}
@media (max-width: 480px) {
  .edit_modal_content {
    max-width: 95%;
    margin-left: 0%;
  }
  .cancel_btn,
  .submit_btn {
    width: 100%;
    font-size: 12px;
    padding: 8px;
  }
  .modal-footer {
    flex-direction: column;
    gap: 10px;
  }
  .company_label{
		width: 100% !important;
	}
}




/*investor profile form css*/
.select2-container--default .select2-selection--single {
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 10px;
}

.select2-container--default .select2-selection__rendered {
  line-height: 30px;
}

.select2-container--default .select2-results__group {
  font-weight: 600;
  font-size: 12px;           /* bold for main points */
  color: #222;
  background-color: #f7f7f7;  /* light background for main groups */
  padding: 6px 10px;
  border-bottom: 1px solid #eaeaea;
}

.select2-results__option {
  padding: 8px 12px;
  font-weight: 400;           /* normal for sub points */
  color: #333;
  font-size: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e6f3ff;
  color: #000;
  font-size: 12px;
}

.select2-selection__placeholder{
  color: black !important;
  font-size: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 19px !important;
  font-size: 12px !important;
  color: black !important;
}
.select2-container .select2-selection--single{
  height: 36px !important;
  border-color: #dee2e6 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  display: none;
}
.chip {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 6px 10px;
  margin: 4px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.chip span {
  margin-right: 8px;
}
.chip i {
  cursor: pointer;
  font-size: 14px;
}
#profile_type_select1{
  font-size: 12px;
}
.each-form-field-wrapper{
  width: 100%;
  margin-right: 5px;
}
.each-form-field-wrapper > input{
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}
.each-label{
  font-size: 13px;
  font-weight: 400;
  color: black;
}


/*plan section css*/
.card { 
  max-width: 1000px; 
  width: 100%;
  /*margin-left: 6%; */
  background-color: #fff; 
  border-radius: 8px; 
  padding: 32px; 
  box-shadow: 0px 1px 3px 0px #BFBFBF; 
  border: 1px solid #fff; 
  margin-top: -30px;
}
.title-section { 
  background-color: #ebf8ff; 
  border-radius: 20px; 
  padding: 15px; 
  text-align: center; 
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.05); 
}
.title-section h2 {
   color: #1e3a8a; 
   font-size: 21px; 
   font-weight: 600; 
   margin: 0; 
 }
.title-section p {
   color: #374151; 
   font-size: 14px;
   margin-bottom: 8px; 
   margin-top: 8px; 
 }
.title-section .line-through {
   text-decoration: line-through; 
   color: #9ca3af; 
 }
.title-section .price {
   color: #16a34a; 
   font-weight: 600; 
 }
.price-section {
   text-align: center; 
   margin-top: 8px; 
 }
.price-section span:first-child {
   font-size: 24px; 
   font-weight: 600; 
   color: #111827; 
 }
.price-section span:last-child {
   color: #6b7280; 
   font-size: 16px; 
   margin-left: 4px; 
 }
.benefits {
   border-top: 1px solid #d1d5db; 
   padding-top: 20px; 
   margin-top: 20px; 
 }
.benefits h3 {
   font-size: 16px; 
   font-weight: 600; 
   color: #1f2937; 
   margin-bottom: 12px; 
 }
.benefits ul {
   list-style: none; 
   padding: 0; 
   margin: 0; 
   display: grid; 
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
   gap: 12px; 
 }
.benefits li {
   display: flex; 
   justify-content: space-between; 
   align-items: center; 
   padding: 16px; 
   background-color: #f9fafb; 
   border-radius: 16px; 
   box-shadow: 0 2px 5px rgba(0,0,0,0.05); 
   transition: box-shadow 0.3s ease; 
   font-size: 14px;
 }
.benefits li:hover {
   box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
 }
.benefits li span:last-child {
   color: #16a34a; 
   font-weight: 700; 
   font-size: 18px; 
 }
.validity {
   text-align: center; 
   color: #374151; 
   font-weight: 500; 
   margin-top: 16px; 
 }
.terms {
   display: flex; 
   align-items: center; 
   margin-top: 16px; 
   color: #374151; 
 }
.terms input {
   margin-right: 12px; 
   width: 20px; 
   height: 20px; 
 }
.terms a {
   color: #2563eb; 
   text-decoration: underline; 
 }
.cta {
   text-align: center; 
   margin-top: 20px; 
 }
.cta button {
   width: 100%; 
   background-color: #2563eb; 
   color: #fff; 
   font-weight: 600; 
   padding: 16px; 
   border: none; 
   border-radius: 24px; 
   font-size: 18px; 
   cursor: pointer; 
   transition: transform 0.2s ease;
   background-color 0.2s ease; 
 }
.cta button:disabled {
   background-color: #93c5fd; 
   cursor: not-allowed; 
 }
.cta button:hover:not(:disabled) {
   background-color: #1d4ed8; 
   transform: translateY(-2px); 
 }



.phone_dropdown {
    position: relative;
    width: 150px;
}

.selected_code {
    border: 1px solid #ccc;
    padding: 7px 4px;
    border-radius: 6px;
    cursor: pointer;
    background: #fff;
    font-size: 12px;
}

.dropdown_list {
    display: none;
    position: absolute;
    background: #fff;
    width: 200%;
    border: 1px solid #ddd;
    border-radius: 6px;
    max-height: 177px;
    overflow-y: auto;
    z-index: 100;
    margin-top: 4px;
}
.search_country{
  font-size: 12px;
  padding: 5px;
  width: 100%;
}
.search_country:focus{
  outline: none;
}
.search_input {
    width: 100%;
    padding: 7px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.dropdown_list > ul{
  padding: 0px !important;
  margin-bottom: 0px !important;
}
.dropdown_list > ul > li {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    list-style: none;
    border-bottom: 1px solid #dee2e6;
}

.dropdown_list > ul > li:hover {
    background: #f5f5f5;
}
