/* After Fundraise Header */
body{
  /* padding-top: 4.97569125rem !important; */
}
/* Loader Styles */
.loader-page {
  /* display:none; */
}
a{
    cursor: pointer;
}
.loader-page-sec,
.loader-filters,
.loader-component {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-page-sec {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1001;
}
.loader-filters,
.loader-component {
  z-index: 2;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}
.loader img {
  height: 4rem;
  -webkit-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}
.loader svg {
  width: 25rem;
}
.loader-filters {
  display: none;
}
.loader-filters .loader {
  width: 2.25rem;
  height: 2.25rem;
  display: block;
  margin: 1rem auto;
  position: relative;
  border: 3px solid #18925c;
  border-radius: 50%;
  -webkit-animation: animloader 2s linear infinite;
  animation: animloader 2s linear infinite;
}
.loader-filters .loader::after {
  content: "";
  width: 0.25rem;
  height: 1.075rem;
  background: #18925c;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -1rem;
  left: 2rem;
}
.loader-component .lds-dual-ring {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.loader-component .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.25rem solid #d6715b;
  border-color: #d6715b rgba(0,0,0,0) #d6715b rgba(0,0,0,0);
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
@media only screen and (max-width: 414px) {
  .loader {
    width: 88%;
    justify-content: center;
    text-align: center;
  }
}
@-webkit-keyframes animloader {
  0% {
    transform: translate(-0.5rem, -0.5rem);
  }
  25% {
    transform: translate(-0.5rem, 0.5rem);
  }
  50% {
    transform: translate(0.5rem, 0.5rem);
  }
  75% {
    transform: translate(0.5rem, -0.5rem);
  }
  100% {
    transform: translate(-0.5rem, -0.5rem);
  }
}
@keyframes animloader {
  0% {
    transform: translate(-0.5rem, -0.5rem);
  }
  25% {
    transform: translate(-0.5rem, 0.5rem);
  }
  50% {
    transform: translate(0.5rem, 0.5rem);
  }
  75% {
    transform: translate(0.5rem, -0.5rem);
  }
  100% {
    transform: translate(-0.5rem, -0.5rem);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

/* Common Styles */
.wrapper-body , .full-height{
  min-height: calc(100vh - 16.75rem);
}
.success-full-height{
    min-height: calc(100vh - 33rem);
}
.form-sumbitted.success-full-height.success-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.red-text {
  color: red;
}
.bold-text {
  font-family: "Effra-medium" !important;
}
.d-none{	
  display: none !important;	
}
.h-100{
  height: 100% !important;
}
.d-flex{
  display: flex;
}
/* Bootstrap Styles */

/* Buttons */
/* Basic Button Style */
.secondary-btn,
.primary-btn {
  box-sizing: border-box;
  appearance: none;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: 1px solid;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  line-height: 3.071428571rem;
  height: 3.071428571rem;
  width: 11.57142857rem;
  font-size: 1.285714286rem;
  display: inline-block;
  text-decoration: none;
}
.primary-btn {
  background-color: #dc6951;
  border: 1px solid #dc6951;
}
.secondary-btn {
  background-color: #fff;
  border: 1px solid #dc6951;
  color: #dc6951;
}
.primary-btn:hover,
.primary-btn:focus,
.secondary-btn:hover,
.secondary-btn:focus {
  text-decoration: none;
}
.primary-btn:hover,
.primary-btn:focus {
  color: #dc6951;
  outline: 0;
  background-color: #fff;
  text-decoration: none;
}
.details-link{
  font-weight: 500 !important;
}
.secondary-btn:hover,
.secondary-btn:focus {
  color: #fff;
  outline: 0;
  background-color: #dc6951;
}
/* Customized List  */
.customized-list{
  margin: 17px 0 27px;
}
.customized-list ul{
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-inline-start: 22px;
    border-bottom: 1px solid #BFB8AF;
    padding-bottom: 0.5rem;
}

.customized-list ul li{
    width: 100%;
    position: relative;
    list-style: none;
    font-size: 1rem;
    margin-bottom:17px;
}

.customized-list ul li::before{
    content: '';
    width: 0.571428571rem;
    height: 0.571428571rem;
    border-radius: 50%;
    background-color: #DC6951;
    position: absolute;
    left: -22px;
}

/* Homepage Titles */
.homepage-title {
  font-size: 2.642857143rem;
  margin: 4.285714286rem 0;
  color: #505050;
  /* font-family: "Effra-medium" !important; */
  font-family: "Effra-bold" !important;
  font-weight: 500 !important;
  line-height: 1.108108;
  text-transform: uppercase;
}
.homepage-title.white {
  color: #fff;
}
/* Swiper Bullets */
.swiper-pagination-bullet {
  width: 2.357142857rem !important;
  height: 4px !important;
  border-radius: 0 !important;
  background-color: #dc6951 !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}
.programs-swiper-wrapper .swiper-horizontal > .swiper-pagination-bullets,
.programs-swiper-wrapper
  .swiper-pagination-bullets.swiper-pagination-horizontal,
.programs-swiper-wrapper .swiper-pagination-custom,
.programs-swiper-wrapper .swiper-pagination-fraction {
  bottom: 9.5rem;
}
.programs-swiper-wrapper
  .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
  }
/* Progress Bar */
.progress.list-group {
  background: transparent;
  border: transparent;
  box-shadow: none;
}
.progress.list-group .list-group-item {
  background-color: transparent;
  border-color: transparent;
  color: #505050;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* width: calc(100% / 6); */
  width: 100%;
  /* text-align: center; */
  margin-bottom: 2rem;
  padding: 0;
  font-size: 1.125rem;
}

.progress.list-group .list-group-item::before {
  text-align: center;
  /* background: #bfb8af; */
  background: #F4F4F5;
  /* color: #fff; */
  border-radius: 50%;
  /* height: 2.714285714rem;
  width: 2.714285714rem; */
  height: 3.75rem;
    width: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem;
  font-size: 1.142857143rem;
  line-height: 1.571428571rem;
  font-family: "Effra";
}
.progress.list-group .list-group-item.active::before {
  background: #429363;
  color: #fff;
}
.progress.list-group .list-group-item:nth-child(1):before {
  content: "01";
}
.progress.list-group .list-group-item:nth-child(2):before {
  content: "02";
}
.progress.list-group .list-group-item:nth-child(3):before {
  content: "03";
}
.progress.list-group .list-group-item:nth-child(4):before {
  content: "04";
}
.progress.list-group .list-group-item:nth-child(5):before {
  content: "05";
}
.progress.list-group .list-group-item:nth-child(6):before {
  content: "06";
}
.progress.list-group .list-group-item:nth-child(7):before {
  content: "07";
}
.progress.list-group .list-group-item:nth-child(8):before {
  content: "08";
}
.progress.list-group .list-group-item:nth-child(9):before {
  content: "09";
}
.progress.list-group .list-group-item:nth-child(10):before {
  content: "10";
}
.progress.list-group .list-group-item:nth-child(11):before {
  content: "11";
}
.progress.list-group .list-group-item:nth-child(12):before {
  content: "12";
}
.progress.list-group .list-group-item:nth-child(13):before {
  content: "13";
}
.progress.list-group .list-group-item:nth-child(14):before{	
  content: "14";	
}
.progress.list-group .list-group-item:nth-child(15):before{	
  content: "15";	
}
.progress.list-group .list-group-item.list-group-item-success::before {
  /* content: "\e916";
  font-family: "maan"; */
  background: #97DEAB;
  font-size: 1.142857143rem;	
  color: #2F2B2B;
}


ol.progress.list-group:before {
  /* content: ""; */
  display: block;
  border: 1px dashed;
}

.progress.list-group .list-group-item::before {
  z-index: 1 !important;
}
/* 
.progress.list-group .list-group-item:last-child:after {
  content: none;
} */

.progress.list-group .list-group-item:last-child:after {
}

.progress.list-group .list-group-item:last-of-type:after {
  content: none;
}
.readOnly.progress.list-group .list-group-item::before , .readOnly.progress.list-group .list-group-item::after{	
  display: none;	
}	
.readOnly.progress.list-group .list-group-item{	
  color: #A7A7A7;	
  font-size: 1.143rem;	
}	
.readOnly.progress.list-group .list-group-item.active{	
  color: #DC6951;	
}	
/* .readOnly.progress.list-group .list-group-item.active::after{	
  content: '';	
  border: none;	
  border-bottom: 4px solid #DC6951;	
  width: 60%;	
  left: 0;	
  bottom: -0.7rem;	
  display: block;	
} */	

/* 
.progress.list-group .list-group-item:nth-child(6n):after {
  content: none;
} */
.progress.list-group .list-group-item.list-group-item-success .glyphicon {
  display: none;
}
.trim-height {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trim-width {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
/* Header Common  */
#contrast {
  cursor: pointer;
}
.trim-width.notification-trim {
  max-width: 20rem;
}
/* Empty template */
.empty-template-wrapper , .empty-template{
  display: flex;
  justify-content: center;
}
.empty-template-wrapper .empty-template {
  flex-direction: column;
  align-items: center;
  background: #F3F3F3;
  width: 100%;
  margin-bottom: 3rem;
  padding: 3rem 1rem;
  text-align: center;
  margin-top: 2rem;
}
.empty-template-wrapper .empty-template h3{
  font-size: 1.857142857142857rem;
  font-family: "Effra-medium" !important;
  color: #505050;
}
/* loader styles */
.entity-lookup .view-loading , .form-loading {
    position: fixed;
    background: #000000b8;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0;
}
.entity-lookup .view-loading .fa-spinner:before {
    color: #fff;
}
@media (min-width: 768px){
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
}
}
@media (min-width :992px){
  .progress.list-group .list-group-item:after {
    /* content: ""; */
    display: block;
    width: 1px;
    height: 2rem;
    border-right: 1px dashed #BFB8AF;
    position: absolute;
    left: 1.5rem;
    z-index: -1;
    bottom: -2rem;
  }
}
@media (min-width:1366px){
  .empty-template-wrapper .empty-template {
    width: 50.64285714285714rem;
    height: 27.64285714285714rem;
  }
  .programs-swiper-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal{
    right: -2%;
    left: auto;
  }
}
@media(min-width:1400px){
  .programs-swiper-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal{
    right: 8%;
  }
}
@media (min-width: 1920px) {
  .secondary-btn,
  .primary-btn  {
    height: 3rem;
    width: 11.4rem;
    font-size: 1.3rem;
  }
  .homepage-title {
    font-size: 2.7rem;
    margin: 4rem 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .swiper-pagination-bullet {
    width: 2.3rem;
    height: 6px !important;
  }
  .success-full-height {
    min-height: calc(100vh - 22.77rem);
  }
  .programs-swiper-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal{
    right: 5%;
  }
}


/* Go Live Comments */
/* .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus */
.btn-primary[disabled]:hover{
  background-color: #dc6951;
  border-color: #dc6951;
}
.apply-modal .btn:hover{
  color: #dc6951;

}
.apply-modal .btn:focus{
  outline: none;
}
.apply-modal .modal-dialog{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
}
.reg-form #verifyError {
    margin-top: 1rem;
}
@media(max-width:500px){
  .success-container .success-wrapper{
    margin: 0 2rem;
  }
}


/* IE Issues */
html[dir=ltr] .crmEntityFormView .cell input[type=text], html[dir=ltr] .crmEntityFormView .cell select, html[dir=ltr] .crmEntityFormView .cell textarea {
    float: initial;
    width: 100% !important;
}
.number-direction{
  display: inline-block;
  direction: initial;
}
/* Revamping Header & Footer */
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 768px) {
  .main-header .col-md-4,
  .main-footer .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
  .main-header .col-md-8,
  .main-footer .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.p-0 {
  padding: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
[class*="pa-"] {
  background: transparent !important;
}
.modal-body iframe body {
  padding-top: 1rem !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}

.maan-primary-outline-btn, .maan-primary-btn, .maan-secondary-btn, .maan-secondary-outline-btn, .btns-primary-outline, .btns-primary {
  transition: all .4s ease-in-out;
  display: flex;
  padding: 1.1rem 1.4rem;
  justify-content: center;
  align-items: flex-start;
  font-family: "Effra-Medium";
  font-size: .875rem;
  letter-spacing: .125rem;
  font-style: normal;
  font-weight: 500;
  line-height: .75rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  min-width: 8.125rem;
}
.maan-primary-outline-btn, .maan-primary-outline-btn:visited, .btns-primary-outline, .btns-primary-outline:visited {
  background-color: rgba(0,0,0,0);
  color: var(--Cool-Gray-08, #2F2B2B);
  border: 1px solid #d6715b;
}
.maan-primary-outline-btn a, .maan-primary-outline-btn:hover, .maan-primary-outline-btn:active, .maan-primary-btn a, .maan-primary-btn:hover, 
.maan-primary-btn:active, .maan-secondary-btn a, .maan-secondary-btn:hover, .maan-secondary-btn:active, .maan-secondary-outline-btn a, 
.maan-secondary-outline-btn:hover, .maan-secondary-outline-btn:active, .btns-primary-outline a, .btns-primary-outline:hover, .btns-primary-outline:active, 
.btns-primary a, .btns-primary:hover, .btns-primary:active {
  text-decoration: none;
}
.maan-primary-outline-btn:hover, .maan-primary-outline-btn:active, .maan-primary-outline-btn:visited:hover, .maan-primary-outline-btn:visited:active, .btns-primary-outline:hover, .btns-primary-outline:active, .btns-primary-outline:visited:hover, .btns-primary-outline:visited:active {
  background-color: #d6715b;
  color: var(--White, #FFF);
  border: 1px solid #d6715b;
}
@media (max-width: 1199px) {
  .maan-primary-outline-btn, .maan-primary-btn, .maan-secondary-btn, .maan-secondary-outline-btn, .btns-primary-outline, .btns-primary {
    padding: 0.75rem;
    font-size: .75rem;
    line-height: 1.125rem;
    min-width: auto;
  }
}

.maan-primary-btn, .maan-primary-btn:visited, .btns-primary, .btns-primary:visited {
  background-color: #d6715b;
  color: var(--White, #FFF);
  border: 1px solid #d6715b;
}

.maan-primary-btn:hover, .maan-primary-btn:active, .maan-primary-btn:visited:hover, .maan-primary-btn:visited:active, 
.btns-primary:hover, .btns-primary:active, .btns-primary:visited:hover, .btns-primary:visited:active, .maan-primary-btn:focus {
  background-color: rgba(0,0,0,0);
  color: var(--Cool-Gray-08, #2F2B2B);
  border: 1px solid #d6715b;
}

/* Rebranding  Forms*/
.steps-details-wrapper h6 {
  font-size: 1.125rem;
  line-height: 1.5rem; /* 133.333% */
  text-transform: uppercase;
}
html[dir=ltr] .steps-details-wrapper h6  ,
html[dir=ltr] .empty-template-wrapper-rebranding .conent-wrapper .btn{
  letter-spacing: 1px;
}
.steps-details-wrapper h3 {
  font-size: 2rem;
  line-height: 2.75rem; /* 137.5% */
  margin-bottom: 1.2rem;
}

.steps-details-wrapper .details , .steps-details-wrapper .note {
  font-size: 1rem;
  line-height: 1.75rem ; /* 175% */
  font-family: "Poppins-Regular";
  margin-bottom: 2rem;
  color: #505050;
}
/* Rebranding */
.empty-template-wrapper-rebranding{
  display: flex;
  justify-content: center;
  width: 100%;
  /* height: 67.5rem; */
  height: calc(100vh - 6rem);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center !important;
}
.empty-template-wrapper-rebranding.access-denied{
  background: url(/access-denied-bg.jpg);
}
.empty-template-wrapper-rebranding.not-found{
  background: url(/not-found.jpg);
}
.empty-template-wrapper-rebranding.success{
  background: url(/success.jpg);
}
.empty-template-wrapper-rebranding:after {
  background: url(/Shape.png);
  content: "";
  width: 14rem;
  height: 44.125rem;  
  position: absolute;
  bottom: 0;
  display: inline-block;
}
.empty-template-wrapper-rebranding.colored-shape:after{
  background: url(/Shape-colored.png);
}
html[dir=ltr] .empty-template-wrapper-rebranding:after {
  right: 8rem;
}
html[dir=rtl] .empty-template-wrapper-rebranding:after {
  left: 8rem;
}
.empty-template-wrapper-rebranding .conent-wrapper{
  text-align: center;
  max-width: 90%;
}
.empty-template-wrapper-rebranding .conent-wrapper *{
  color : #fff;
}
.empty-template-wrapper-rebranding .conent-wrapper h3{
  font-size: 3.25rem;
  line-height: 3.75rem;
}
.empty-template-wrapper-rebranding .conent-wrapper p{
  font-size: 1.125rem;
  line-height: 2rem;
  font-family: 'Poppins-Regular'
}
.empty-template-wrapper-rebranding .conent-wrapper .btn{
  text-transform: uppercase;
  font-size: 0.875rem;
  height: 3.125rem;
  padding: 0 2rem;
  display: inline-flex;
    align-items: center;
    margin-top: 2rem
}
.empty-template-wrapper-rebranding .conent-wrapper .btn:hover{
  color: #fff;
}
@media (min-width: 1200px) {
  .empty-template-wrapper-rebranding .conent-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 1199px){
  .empty-template-wrapper-rebranding:after,
  .empty-template-wrapper-rebranding.colored-shape:after{
    content: none;
  }
}

.no-info {
  color: #2F2B2B;
  font-family: 'Effra-medium';
}

/* Style the existing form-control picklist class */
.form-control.picklist {
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none; /* Remove default arrow in Safari */
  -moz-appearance: none; /* Remove default arrow in Firefox */
  
  position: relative;
  padding: 10px 40px 10px 12px; /* Extra padding on right for custom arrow */
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  width: 100%;
}

/* Hover state */
.form-control.picklist:hover {
  border-color: #999;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
}

/* Focus state */
.form-control.picklist:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='18,15 12,9 6,15'%3e%3c/polyline%3e%3c/svg%3e");
}

/* Alternative: Simple CSS triangle arrow instead of SVG */
.form-control.picklist.simple-arrow {
  background-image: none;
  position: relative;
}

.form-control.picklist.simple-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.form-control.picklist.simple-arrow:focus::after {
  transform: translateY(-50%) rotate(180deg);
  border-top-color: #007bff;
}

/* Disabled state */
.form-control.picklist:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ccc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
}



/* Mobile responsive */
@media (max-width: 768px) {
  .form-control.picklist {
    padding: 12px 40px 12px 12px;
    font-size: 16px; /* Prevents zoom on iOS */
    background-size: 18px;
  }
}












/* Also target just .form-control select elements in case you have other similar dropdowns */
select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

select.form-control:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='18,15 12,9 6,15'%3e%3c/polyline%3e%3c/svg%3e");
}

/* Mobile responsive */
@media (max-width: 768px) {
  .lookup.form-control,
  select.form-control {
    padding: 12px 40px 12px 12px;
    font-size: 16px; /* Prevents zoom on iOS */
    background-size: 18px;
  }
}

/* Make sure nested divs take full width, but exclude input-group divs */
.control > div:not(.input-group) {
    width: 100%;
}

/* Target inputs in .control but exclude those inside .input-group */
.control input[type="text"]:not(.input-group input) {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
}

/* More specific selector - exclude inputs inside input-group */
.control div:not(.input-group) input.form-control {
    width: 100% !important;
    box-sizing: border-box;
    max-width: none !important;
}

/* Alternative approach using descendant combinator exclusion */
.control input[type="text"] {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
}

/* Override the above rule for input-group contexts */
.control .input-group input[type="text"] {
    width: auto !important;
}

/* Reset any max-width constraints, but not for input-group */
.control input:not(.input-group input) {
    max-width: none !important;
}