/**
 * Front Facing Styles
 */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
.clearfix, .modal {
  zoom: 1;
}
.clearfix:before, .modal:before, .clearfix:after, .modal:after {
  content: "";
  display: table;
}
.clearfix:after, .modal:after {
  clear: both;
}

/**
 * Colors
 */
/* brand bright blue */
/* brand dark blue */
/* light blue */
/* green */
/* red */
/* dark grey */
/* medium grey */
/* light grey */
/**
 * misc
 */
.highlighted-row {
  background-color: #D6F4FF !important;
}

.text-white {
  color: #fff;
}

.text-black {
  color: var(--wp--preset--color--navy);
}

.bt1d-status-filters__icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-inline-end: 5px;
}

.wp-block-table table.bt1d-table {
  display: table;
}

.wp-block-table--actions {
  position: relative;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .wp-block-table {
    width: 100%;
    overflow-x: auto;
  }
  .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    /* or any minimum width based on your content */
  }
}
.bt1d-actions {
  position: relative;
  display: inline-block;
}
.bt1d-actions__toggle {
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  font-weight: bold;
  color: var(--wp--preset--color--blue);
}
.bt1d-actions__menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid var(--wp--preset--color--medium-gray);
  border-radius: 0.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0.25rem 0;
  list-style: none;
  min-width: 160px;
  display: none;
  z-index: 10;
  margin-top: 2px;
}
.bt1d-actions__item button {
  width: 100%;
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  text-align: left;
  font-size: 0.875rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.bt1d-actions__item button span {
  margin-right: 5px;
}
.bt1d-actions__item button:hover {
  background-color: #f0f0f0;
}
.bt1d-actions--open .bt1d-actions__menu {
  display: block;
}

.bt1d-panel__header {
  background-color: #f9f9f9;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.bt1d-panel__header h4 {
  margin: 0;
  font-size: 20px;
}
.bt1d-panel__header span.totalscore {
  margin-left: auto;
  margin-right: 30px;
}

.bt1d-panel__footer {
  border-top: 1px solid #eee;
  background-color: #f9f9f9;
  position: sticky;
  bottom: 0;
  z-index: 1;
}

.bt1d-layout {
  display: flex;
}

.review-filled .bt1d-layout__sidebar--dot {
  background-color: var(--wp--preset--color--blue);
}

p.review-report-message.bt1d-error-message,
p.review-unflag-message.bt1d-error-message,
p.review-save-submit-message.bt1d-error-message {
  color: var(--wp--preset--color--error-red);
  display: block;
  margin-bottom: 1rem;
}

p.review-report-message.bt1d-success-message,
p.review-unflag-message.bt1d-success-message,
p.review-save-submit-message.bt1d-success-message {
  color: var(--wp--preset--color--success-green);
  display: block;
  margin-bottom: 1rem;
}

p.review-report-message {
  display: none;
  margin-top: 0;
}

.bt1d-sidebar__nav .active {
  background-color: #D6F4FF;
}

.bt1d-view-review-wrap .top-utility,
.bt1d-view-review-wrap .bt1d-layout__sidebar,
.bt1d-view-review-wrap .wp-block-jdrf-accordion-item__content .slider-container,
.bt1d-view-review-wrap .wp-block-jdrf-accordion-item__content .form-field,
.bt1d-view-review-wrap .bt1d-additional-comment-wrap .form-field,
.bt1d-view-review-wrap .bt1d-layout__content--btn-group,
.bt1d-view-review-wrap .bt1d-review-instructions-text,
.bt1d-view-review-wrap .bt1d-report-comment-wrap {
  display: none;
}

.bt1d-view-reported-review-wrap .top-utility,
.bt1d-view-reported-review-wrap .bt1d-layout__sidebar,
.bt1d-view-reported-review-wrap .wp-block-jdrf-accordion__items,
.bt1d-view-reported-review-wrap .bt1d-additional-comment-wrap,
.bt1d-view-reported-review-wrap .bt1d-layout__content--btn-group,
.bt1d-view-reported-review-wrap .bt1d-review-instructions-text {
  display: none;
}

.bt1d-view-reported-review-wrap .totalscore {
  visibility: hidden;
}

.bt1d-edit-review-wrap .bt1d-review-submitted-response,
.bt1d-edit-review-wrap .bt1d-report-comment-wrap {
  display: none;
}

.top-utility {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.bt1d-question__text {
  font-size: 1rem;
  margin-block-end: 1rem;
}

.wp-block-jdrf-accordion__items {
  border-top: none;
}

.wp-block-jdrf-accordion-item:last-child {
  border-bottom: none;
}

.wp-block-jdrf-accordion-item {
  border-top: none;
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
.wp-block-jdrf-accordion-item__title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.wp-block-jdrf-accordion-item__content {
  padding: 0;
  display: none;
  font-size: 14px;
  line-height: 1.6;
  border-top: solid 1px #c8c8c8;
  margin-block-start: 8px;
}
.wp-block-jdrf-accordion-item__content p {
  font-size: 14px;
}

.wp-block-jdrf-accordion-item__header {
  background: none;
  border: none;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 0;
}

.wp-block-jdrf-accordion-item__title {
  flex: 1;
}

.wp-block-jdrf-accordion-item__icon {
  margin-left: 1rem;
}

.icon-close svg,
.icon-open svg {
  color: var(--wp--preset--color--blue);
}

.wp-block-jdrf-accordion-item.active .wp-block-jdrf-accordion-item__content {
  display: block;
}

.active .wp-block-jdrf-accordion-item__icon.icon-close {
  display: none;
}

.active .wp-block-jdrf-accordion-item__icon.icon-open {
  display: block;
}

.filtered-content {
  background-color: var(--wp--preset--color--light-gray);
  padding: 1.5rem;
  margin-top: 1rem;
}

.top-utility {
  font-size: 14px;
}

.top-utility-admin {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 14px;
}
.top-utility-admin__review {
  display: flex;
  flex: 0 0 40%;
  max-width: 40%;
  align-items: center;
}
.top-utility-admin__review span {
  display: inline-block;
  min-width: 83px;
}
.top-utility-admin select {
  height: 48px;
  margin-left: 1rem;
}

.bt1d-error-bar {
  background-color: #FFD6D9;
  color: var(--wp--preset--color--error-red);
  font-size: 14px;
  display: flex;
  padding: 16px 16px 10px 16px;
  margin-bottom: 1rem;
  flex-direction: column;
}
.bt1d-error-bar svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.bt1d-error-bar span {
  display: flex;
  margin-bottom: 5px;
}

.bt1d-info {
  font-size: 14px;
}

.bt1d-submitted-comment {
  display: block;
}

/* review panel loader */
.review-loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.review-loader-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #e6e6e6;
  border-top: 5px solid var(--wp--preset--color--blue);
  border-radius: 50%;
  animation: review-loader-spin 1s linear infinite;
}

.review-loader-close {
  position: absolute;
  right: 19px;
  top: 16px;
}

@keyframes review-loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bt1d-count-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.bt1d-count-wrapper a {
  text-decoration: none;
}
.bt1d-count-wrapper a:hover {
  text-decoration: underline;
}

.tooltip {
  position: relative;
  cursor: pointer;
}
.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #1f2937;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
.tooltip::before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #1f2937 transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.tooltip:hover::after, .tooltip:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.jdrf-global-login {
  display: none !important;
}

.stars,
.rating {
  font: normal 20px FontAwesome;
  display: inline-block;
  color: #002BFF;
}

.stars i,
.rating i {
  font-style: normal;
  font-size: 20px;
  padding-right: 5px;
}

.stars i:before,
.rating i:before {
  content: "\f006";
}

.stars i.on:before,
.rating i.on:before {
  content: "\f005" !important;
}

.stars:hover i:before {
  content: "\f005";
}

.stars i:hover {
  cursor: pointer;
}

.stars i:hover:before {
  content: "\f005";
}

.stars i:hover ~ i:before {
  content: "\f006";
}

p:hover .clear {
  visibility: visible;
  position: absolute;
}

.sticky-wrap .ratings {
  margin-right: 5px;
}

.radio-msg {
  margin-bottom: 15px;
  display: block;
}

.ccar-mobile p .clear {
  visibility: visible;
}

.ccar-mobile .admin .assignee .td-edit,
.ccar-mobile table td .td-edit {
  display: block;
}

.clear {
  visibility: hidden;
}

.clear::before {
  content: "\f147";
  font: normal 20px FontAwesome;
  display: inline-block;
  color: var(--wp--preset--color--blue);
  cursor: pointer;
  padding-right: 5px;
}

.clear:hover::before {
  content: "\f146";
}

.rating,
.ratings {
  border: 1px solid #ddd;
  border-radius: 6px;
  display: inline-block;
  position: relative;
}

.ratings:hover .js-clear-stars {
  visibility: visible;
}

.rating-editable {
  display: none;
}

.ratings span {
  cursor: pointer;
}

.rating-editable .rating {
  display: inline-block;
}

.ratings span,
.rating span {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  padding: 5px 10px;
  border-right: 1px solid #DDD;
}

.ratings .hover,
.ratings span.on,
.rating span.on {
  color: #FFFFFF;
  background-color: var(--wp--preset--color--blue);
}

.disabled {
  color: darkgrey;
}

.disabled a:not(.button) {
  color: darkgrey;
}

/**
 * Application Review edit
 */
.spirit-right {
  float: right;
}

.editable {
  display: none;
}

.action-btn a {
  color: #002BFF;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  margin-left: 10px;
  float: right;
  text-transform: capitalize;
}

.update-notification {
  color: #416d2e;
  font-size: 13px;
  font-weight: 600;
}

.hide {
  display: none;
}

html.scroll-lock {
  overflow: hidden;
}

/**
 * Modal
 */
.overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#99000000", GradientType=1);
  -webkit-animation: fadein 0.4s forwards;
  -moz-animation: fadein 0.4s forwards;
  -ms-animation: fadein 0.4s forwards;
  -o-animation: fadein 0.4s forwards;
  animation: fadein 0.4s forwards;
}

.modal-wrap {
  z-index: 1500;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
}

.modal-container {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px;
}
.modal-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal-content {
  z-index: 2000;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
}
.modal-content ul {
  padding: 0 16px;
  margin: 0;
}
.modal-content h2 {
  font-size: 24px;
  margin-top: 0;
  padding: 16px 16px 16px;
  border-bottom: solid 1px #c8c8c8;
}
.modal-content p {
  padding-left: 16px;
  padding-right: 16px;
}

.modal {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: white;
  min-width: 500px;
  max-width: 460px;
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal .fail,
.modal button {
  display: none;
}

.bk-modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  gap: 8px;
}
.bk-modal-footer .wp-block-button.archive-app-btn {
  width: auto;
  margin-left: 0.5rem;
}

.modal.scaleIn {
  -webkit-animation-name: scaleIn;
  -moz-animation-name: scaleIn;
  -ms-animation-name: scaleIn;
  -o-animation-name: scaleIn;
  animation-name: scaleIn;
}

.modal.expand {
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -ms-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
  padding: 0 0 16px 0;
  border-radius: 8px;
}
.modal.expand .fa-spin,
.modal.expand .fail {
  display: none;
}
.modal.expand button {
  display: block;
  border: none;
  background: none;
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  outline: none !important;
  z-index: 100;
  color: var(--wp--preset--color--blue);
  font-size: 20px;
}
.modal.expand button:hover {
  color: var(--wp--preset--color--navy);
}
.modal.expand button svg {
  width: 24px;
  height: 24px;
}

.modal.collapse {
  -webkit-animation-name: collapse;
  -moz-animation-name: collapse;
  -ms-animation-name: collapse;
  -o-animation-name: collapse;
  animation-name: collapse;
}

.modal.remove {
  -webkit-animation-name: scaleOut;
  -moz-animation-name: scaleOut;
  -ms-animation-name: scaleOut;
  -o-animation-name: scaleOut;
  animation-name: scaleOut;
}

.overlay.remove {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes expand {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes expand {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes collapse {
  0% {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes collapse {
  0% {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleOut {
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleOut {
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
  }
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
  }
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
  }
}
@-webkit-keyframes blur {
  100% {
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
  }
  0% {
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes blur {
  100% {
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
  }
  0% {
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0);
  }
}
/**
 * Modal Content
 */
.modal .report {
  width: 100%;
  border: 1px solid #a9a9a9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  -box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}
.modal .button.fill:active {
  margin: 1px 0 -1px;
}

/* Overlay */
.bt1d-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
  /* Dialog */
  /* Footer buttons */
}
.bt1d-modal.is-open {
  display: flex;
}
.bt1d-modal__dialog {
  background: #fff;
  width: 100%;
  max-width: 560px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.bt1d-modal__header {
  background: var(--wp--preset--color--navy);
  color: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bt1d-modal__header h4 {
  margin: 0;
}
.bt1d-modal__close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.bt1d-modal__body {
  padding: 16px;
}
.bt1d-modal__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.bt1d-modal__textarea {
  width: 100%;
  min-height: 120px;
  padding: 10px;
  border: 1px solid var(--wp--preset--color--form-gray);
  resize: vertical;
}
.bt1d-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid #eee;
}

.profile-page {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.bt1d-form-section {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  margin-block-end: 1.5rem;
}
.bt1d-form-section__bg {
  background-color: var(--wp--preset--color--light-gray);
  padding: 1rem;
}
.bt1d-form-section__button {
  margin-block-start: 0;
}
.bt1d-form-section__button input {
  width: 100%;
}
.bt1d-form-section ul {
  list-style: none;
  padding: 0;
}
.bt1d-form-section__remember {
  display: flex;
  justify-content: space-between;
}
.bt1d-form-section__remember a {
  text-decoration: none;
}
.bt1d-form-section__remember a:hover {
  text-decoration: underline;
}
.bt1d-form-section .login-btn {
  width: 100%;
  margin-top: 1rem;
}
.bt1d-form-section__login-title {
  text-align: center;
}

.backque a {
  display: inline-flex;
  align-items: center;
  width: auto;
}
.backque a svg {
  fill: var(--wp--preset--color--blue);
  margin-right: 5px;
}

.bk-profile-success {
  color: var(--wp--preset--color--success-green);
}

@media screen and (max-width: 767px) {
  .bk-rms360-login {
    display: flex;
    flex: none;
    flex-direction: column;
  }
}

.bt1d-applicant-info {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
.bt1d-applicant-info .back-arrow {
  display: inline-block;
  margin-right: 8px;
}
.bt1d-applicant-info .back-arrow a {
  display: flex;
}
.bt1d-applicant-info .back-arrow svg {
  width: 20px;
  fill: var(--wp--preset--color--blue);
}
.bt1d-applicant-info__title {
  display: flex;
  align-items: center;
  margin: 38px 0 24px;
}
.bt1d-applicant-info__title h3 {
  margin: 0;
  display: flex;
  align-items: center;
}
.bt1d-applicant-info__utility {
  margin-left: auto;
}
.bt1d-applicant-info__utility .date {
  margin-right: 40px;
}
.bt1d-applicant-info__profile--details svg {
  height: 20px;
  width: 20px;
}
.bt1d-applicant-info__profile {
  background-color: var(--wp--preset--color--light-gray);
  padding: 24px;
}
.bt1d-applicant-info__profile article {
  display: flex;
  justify-content: space-between;
}
.bt1d-applicant-info__profile .wp-flagged-btn {
  background-color: #FFD6D9;
  color: var(--wp--preset--color--red);
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  border: solid 1px var(--wp--preset--color--error-red);
  display: flex;
  align-items: center;
}
.bt1d-applicant-info__profile .wp-flagged-btn svg {
  fill: var(--wp--preset--color--error-red);
  margin-right: 0.5rem;
  width: 15px;
}
.bt1d-applicant-info__profile h4 {
  margin: 0;
}
.bt1d-applicant-info__profile ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.bt1d-applicant-info__profile ul li {
  display: flex;
  align-items: center;
  margin-block-end: 0.5rem;
}
.bt1d-applicant-info__profile ul li span {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.filtered-content__title {
  margin-top: 0;
}
.filtered-content .bt1d-container .bt1d-row {
  display: flex;
  padding: 8px 0;
}
.filtered-content .bt1d-container .bt1d-label {
  font-weight: 600;
  width: 40%;
}
.filtered-content .bt1d-container .bt1d-value {
  width: 48%;
}
.filtered-content .bt1d-container .bt1d-qa {
  margin-bottom: 1.2rem;
  border-bottom: solid 1px var(--wp--preset--color--medium-gray);
  padding-bottom: 1rem;
}
.filtered-content .bt1d-container .bt1d-question {
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.bt1d-application-file {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem 0;
}
.bt1d-application-file .bt1d-file-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
}
.bt1d-application-file .bt1d-file-info .bt1d-file-icon {
  display: block;
}
.bt1d-application-file .bt1d-file-info .bt1d-file-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bt1d-application-file .bt1d-file-info .bt1d-file-icon__message {
  text-align: center;
}
.bt1d-application-file .bt1d-file-info .bt1d-file-details {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  line-height: 1.3;
}
.bt1d-application-file .bt1d-file-info .bt1d-file-details .bt1d-file-name {
  font-weight: 500;
  color: var(--wp--preset--color--navy);
}
.bt1d-application-file .bt1d-file-info .bt1d-file-details .bt1d-file-size {
  font-size: 0.8rem;
  color: var(--wp--preset--color--navy);
  text-align: center;
}
.bt1d-application-file .bt1d-file-info .bt1d-btn-download {
  margin-left: auto;
  background-color: var(--wp--preset--color--blue);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.bt1d-application-file .bt1d-file-info .bt1d-btn-download:hover {
  background-color: var(--wp--preset--color--blue);
}
.bt1d-application-file .bt1d-video-section {
  width: 100%;
  background-color: var(--wp--preset--color--light-gray);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bt1d-application-file .bt1d-video-section {
    width: 500px;
  }
}
.bt1d-application-file .bt1d-video-section .bt1d-video-player {
  width: 100%;
  height: 100%;
  display: block;
}

.wp-block-table.is-scrollable:before {
  opacity: 0;
}

@media (max-width: 768px) {
  .wp-block-table.is-scrollable:before {
    opacity: 0;
  }
}
table.bt1d-table .fa-angle-down.fa-sort-asc {
  padding-left: 0;
  padding-right: 5px;
  transform: rotate(180deg);
}

table.bt1d-table .editing .value {
  display: none;
}

@media screen and (max-width: 768px) {
  .bt1d-status-filters {
    display: flex;
    gap: 0.75rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .modal-container {
    transform: translate(-15%, -6%);
  }
  .modal.expand {
    min-width: 360px;
    max-width: 360px;
  }
  .cc-search {
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .bt1d-status-filters::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar in Chrome, Safari, Edge */
  }
  .bt1d-status-filters > * {
    flex: 0 0 auto;
    /* Prevent items from shrinking */
  }
  .bulk-download-application-form .download-csv-button {
    margin-bottom: 1rem;
  }
  .bt1d-applicant-info__title {
    display: block;
  }
  .bt1d-applicant-info__utility {
    display: flex;
    margin-top: 1rem;
  }
  .bt1d-applicant-info__utility span:last-child {
    margin-left: auto;
  }
  .filtered-content {
    padding: 1rem;
  }
  .bt1d-container .bt1d-label {
    width: 45% !important;
  }
  .bt1d-actions__menu {
    right: 0;
    left: unset;
  }
  .bk-modal-footer {
    display: block;
  }
  .bk-modal-footer .wp-block-button {
    margin-bottom: 1rem;
  }
  .bk-modal-footer .wp-block-button.archive-app-btn {
    width: 100%;
  }
  .bt1d-layout__sidebar {
    width: 60px;
  }
  .bt1d-panel__close {
    margin-right: 0;
  }
  .bt1d-modal__footer button {
    padding: 16px;
  }
  .bt1d-applicant-info__profile article {
    display: block;
  }
  .top-utility-admin__review {
    display: block;
    width: 44%;
  }
  .top-utility-admin__review span {
    display: block;
    width: 100%;
  }
  .top-utility-admin select {
    margin-left: 0;
  }
  #bulk-download-application-form .download-csv-button {
    margin-bottom: 1rem;
  }
  .bt1d-layout__content--btn-group {
    display: block;
  }
  .bt1d-layout__content .report-issue {
    margin-bottom: 1rem;
    display: inline-block;
  }
  .cc-search {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: unset;
  }
  .cc-search__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .cc-filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .cc-search__right {
    margin-bottom: 1rem;
  }
  .cc-status-bar button,
  .cc-status-bar a {
    flex: 1 1 auto;
    min-width: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  .bt1d-header__search-bar {
    display: block;
  }
}
@media screen and (max-width: 990px) {
  .wp-block-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .wp-block-table table {
    min-width: 600px;
    /* Adjust depending on your column count */
    border-collapse: collapse;
    white-space: nowrap;
    /* Prevent text from wrapping */
  }
}
@media screen and (max-width: 1024px) {
  .bt1d-panel {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .bt1d-arc-count {
    width: 200px;
  }
  .top-utility {
    display: block;
  }
  .top-utility__review, .top-utility__status {
    display: inline-block;
  }
}
/* Chosen v1.1.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(../img/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../img/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(../img/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../img/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(../img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}