.default-hidden{
    display: none;
}
.showing-card-filter-text {
  display: flex;
  flex-wrap: nowrap;
}
.showing-card-filter-text p {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .mobile-filter-wrapper {display:none;}
}
.mobile-filter-wrapper {
    font-size: 15px;
}
.mobile-filter-wrapper .fieldset-legend {
  display: none;
}
.mobile-filter-wrapper .mb-3 {
  margin-bottom: 0 !important;
}
.mobile-category {
  float:left;
  border: 1px solid #ccc;
}
.mobile-offers {
  float:left;
  border: 1px solid #ccc;
}
.mobile-offers .parent-offers {
  display: none;
}
.mobile-filter-bottom-row {
  clear: both;
}

.mobile-filter-wrapper {
  color: rgba(48, 48, 48, 0.5);
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 88px;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #fff;
}

.mobile-filter-wrapper .js-form-type-checkbox{
  padding: 10px 0 10px 25px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.filter-top-row {
  background-color: #304087;
  color: #fff;
  padding: 15px;
}

.show-arrow{
  color: #304087;
}

.btn-inline {
  text-align: center;  
}

.btn-inline input {
  display: inline!important;
  margin: inherit;
  width: 120px;
  margin-right:30px;
}


.call-wrapper.custom-modal-adj .call-title {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}
.call-wrapper.custom-modal-adj .btn-wrapper{	
    text-align: center;
    display: flex;
    justify-content: center;
	margin-top: 30px;

}
.call-wrapper.custom-modal-adj .btn-wrapper input{ display: inline !important; width: auto !important; margin: 0 15px !important;}

.call-wrapper.custom-modal-adj > .field-wrapper:before {
    content: 'Schedule your call';
	    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.call-wrapper.custom-modal-adj > .field-wrapper{
	  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    background: #ffff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    max-width: 470px;
	z-index: 99999;
}
.call-wrapper.custom-modal-adj .call-title:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

.datetimepicker {
    z-index: 9999999999 !important;
}

.d-radio-btn-dnd {
    display: flex;
}

.d-radio-btn-dnd .js-form-item {
	margin-top: 5px !important;
    margin-bottom: 0  !important;
    white-space: nowrap;
    margin-right: 20px;
}
.d-radio-btn-dnd .js-form-item input {
    margin-top: 5px !important;
}

.curr-amt-wrap {
    display: flex;
}

.curr-amt-wrap .curr-inner label.form-required {
    opacity: 0;
}
.curr-amt-wrap .curr-inner select.field-currency.form-select {
    width: 80px;
    padding: 8px;
    text-align: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    position: relative;
    background: url(/themes/custom/rbl_bank/images/down-icon-select.svg) no-repeat right 10px center;
    background-size: 15px;
}
.curr-amt-wrap .amt-inner label.form-required {
    margin-left: -80px;
}

.curr-amt-wrap .amt-inner .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.form-wrapper-dnd textarea.field-details-of-business {
    height: inherit;
}


body .form-wrap-card .js-form-item label {
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #212529;
}

.branch-name-wrapper.curr-amt-wrap .amt-inner label.form-required {
    margin-left: 0px !important;
    white-space: nowrap;
    width: 200px;
    display: block;
}
.branch-name-wrapper.curr-amt-wrap .amt-inner{
	width:200px;
}
.branch-name-wrapper.curr-amt-wrap .invalid-feedback{
	    white-space: nowrap;	
}
.currency-amount-error-wrap.curr-amt-wrap .invalid-feedback{
	    white-space: nowrap;	
		margin-left:-110px;
}
body .form-wrap-card .js-form-item label {
    font-size: 14px;
}
.field-currency{
  margin-top: -4px !important;
}
label[for="edit-amount"]{
  margin-left: -108px !important;
}



@media (max-width: 767px){
	.d-radio-btn-dnd {
		flex-direction: column;
	}
	.curr-amt-wrap.branch-name-wrapper {
	  margin-bottom:0;
  }
  .branch-name-wrapper.curr-amt-wrap .amt-inner {
    width: 150px;
  }
  .field-currency {
    margin-top: -5px !important;
  }

  /*Referral form revamp - 18-Aug-2025 1Q-90541 by Pratiksha - start*/
    .referral-form #cityList.autocomplete-list, .referral-form #branchList {
      width: 350px;
      max-height: 200px;
      overflow-y: auto;
      position: absolute;
      background: white;
      z-index: 1000;
      margin-top: -16px;
    }

    .referral-form #cityList.autocomplete-list, .referral-form #branchList {
      width: 350px;
    } 
  /*Referral form revamp - 18-Aug-2025 1q-90541 by Pratiksha - end*/
  
.branch-item {
  touch-action: manipulation;
}


}

body .form-wrap-card .js-form-item label {
    text-transform: inherit;
}

select[disabled="disabled"] {
  background-image: none;
}

select{
  width:300px;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: block;
}
select#edit-remittance option {
  word-wrap: break-word;
}

/*Referral form revamp - 18-Aug-2025 1q-90541 by Pratiksha - start*/

.path-referral-form .form-wrap-card .js-form-item.form-item-is-authorise-sec label p{
  font-size:14px !important;
  color: #212529 !important;
}
 
.referral-form #cityList.autocomplete-list, .referral-form #branchList {
    /* border: 1px solid #ccc; */
    width: 515px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    background: white;
    z-index: 1000;
    margin-top: -16px;
} 

.referral-form #branchList {
    margin-top: 0px !important;
}

.referral-form #cityList .city-item, .referral-form #branchList .branch-item {
  padding: 5px;
  cursor: pointer;
  border: 1px solid #ced4da;
}

.referral-form #cityList .city-item:hover, .referral-form #branchList .branch-item:hover {
  background-color: rgb(17, 101, 186);
  color: #fff ;
}

.referral-form #edit-referal-city {
    background: url(/themes/custom/rbl_bank/images/down-icon-select.svg) 97% center no-repeat !important;
    background-size: 16px;
    cursor: pointer;
}

.referral-form #edit-referal-city:focus {
    background: url(/themes/custom/rbl_bank/images/up-arrow.svg) 97% center no-repeat !important;
}

.referral-form i#password_visi {
    position: relative;
    left: 145px !important;
    bottom: 54px !important;
    z-index: 99;
    cursor: pointer;
}
/*Referral form revamp - 18-Aug-2025 1q-90541 by Pratiksha - end*/