.pac-container {
  z-index: 10000000 !important;
}
a .customfield_icon {
  background: url(../images/customfield_icon.png) no-repeat center center;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
a:hover .customfield_icon {
  background: url(../images/customfield_icon_hover.png) no-repeat center center;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: transparent !important;
}
.ng-dropdown-panel,
.ng-select.ng-select-opened .ng-select-container {
  z-index: 6 !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #007fde !important;
  color: #fff !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding: 3px 5px !important;
}

.coupon-template-logo {
  max-height: 4.6rem;
  max-width: 8rem;
}
.not-found {
  text-align: center;
  font-size: 18px;
  width: 100%;
}

.break-word-in-description {
  word-break: break-all;
}

/* .was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: red !important;
} */

.coupon-status-header-height {
  height: 3rem;
}

.dark-text-warning {
  color: #dca602;
}
.full-width-input {
  width: 100%;
}

.invitepeople-tags {
  min-height: 42px;
}
.invitepeople-tags span.span-placeholder {
  padding: 7px;
  font-size: 14px;
  display: block;
}

.radio-disabled {
  position: relative;
}
.radio-disabled::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: transparent;
  cursor: no-drop;
  left: 0px;
  top: 0px;
}

.anchor-disabled {
  pointer-events: none;
  cursor: default;
}

button:disabled,
button[disabled] {
  cursor: not-allowed;
  border: 1px #999999 solid;
  background: #D8D8D8;
  color: #6D7278;
}

button:disabled:hover,
button[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.7;
  border: 1px #999 solid;
  background: #999;
  color: #333;
}

.generateVerificationLinkModal {
  display: block;
  margin-top: 35vh;
}
.fancy-selectbox .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: #fce3cf !important;
  color: #fe6c0b !important;
  font-weight: 400 !important;
}
.fancy-selectbox .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding: 8px 10px !important;
  border-bottom: 1px #dcdcdc solid;
}
.fancy-selectbox .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom: 0px;
}

.upload-image-height {
  height: 150px;
}
.full-banner-sales{
  height: auto;
  width: 100%;
}
.invoice_amount_section{
  margin : 10px
}
.full-width {
  width: 100%;
}

.choose-map-info .choose-popup-map-view {
  height: 300px;
}

.programs__left .programs__img img {
  width: 100%;
  border-radius: 5px;
}

.input-field .label-with-info{
  display: flex;
  align-items: center;

}

.label-with-info i{
  width: 16px;
  margin-left: 10px;
}
.label-with-info i img{
  width: 100%;
  display: block;
}

.participate__sub__list__btm .coupon-status-header-height {
  height: auto;
}
 .app-locale-search-input .locale_search_box.ng-select .ng-select-container{
  overflow: visible !important;
 } 
 .password-show-hide-input{
  position: relative;
}

.disable-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bg-white{
  background-color: white;
}
.People__list{
  min-height: 390px;
}
.custom_error{
  margin-top: 4px;
}

.error-message {
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.required {
  color: #ff0000;
  font-weight: bold;
}

.height-custom-filed{
  display: flex;
  flex-direction: row;
  gap: 15px;

}

