.cmb2-wrap input[type=text], .cmb2-wrap input[type=email], .cmb2-wrap input[type=url], .cmb2-wrap input[type=password], .cmb2-wrap input[type=search], .cmb2-wrap input[type=tel], .cmb2-wrap input[type=number], .cmb2-wrap input[type=date], .cmb2-wrap input[type=time], .cmb2-wrap input[type=datetime], .cmb2-wrap input[type=datetime-local], .cmb2-wrap input[type=month], .cmb2-wrap input[type=week], .cmb2-wrap input[type=color], .cmb2-wrap textarea, .cmb2-wrap select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1F1F1F;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  appearance: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cmb2-wrap input[type=text]:focus, .cmb2-wrap input[type=text]:active, .cmb2-wrap input[type=email]:focus, .cmb2-wrap input[type=email]:active, .cmb2-wrap input[type=url]:focus, .cmb2-wrap input[type=url]:active, .cmb2-wrap input[type=password]:focus, .cmb2-wrap input[type=password]:active, .cmb2-wrap input[type=search]:focus, .cmb2-wrap input[type=search]:active, .cmb2-wrap input[type=tel]:focus, .cmb2-wrap input[type=tel]:active, .cmb2-wrap input[type=number]:focus, .cmb2-wrap input[type=number]:active, .cmb2-wrap input[type=date]:focus, .cmb2-wrap input[type=date]:active, .cmb2-wrap input[type=time]:focus, .cmb2-wrap input[type=time]:active, .cmb2-wrap input[type=datetime]:focus, .cmb2-wrap input[type=datetime]:active, .cmb2-wrap input[type=datetime-local]:focus, .cmb2-wrap input[type=datetime-local]:active, .cmb2-wrap input[type=month]:focus, .cmb2-wrap input[type=month]:active, .cmb2-wrap input[type=week]:focus, .cmb2-wrap input[type=week]:active, .cmb2-wrap input[type=color]:focus, .cmb2-wrap input[type=color]:active, .cmb2-wrap textarea:focus, .cmb2-wrap textarea:active, .cmb2-wrap select:focus, .cmb2-wrap select:active {
  background-color: #FFFBE4;
  color: #1F1F1F;
  outline: 0;
  border: 1px solid #1F1F1F;
  /*@include box-shadow($input-box-shadow, $input-focus-box-shadow);*/
}
.cmb2-wrap input[type=text] {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #ffffff;
  border-color: #b2bec3;
  border-radius: 5px;
}

/**
CMB2 styles
 */
.required-symbol {
  color: #D31F4A;
}

/* hide cmb2 single file upload inputs */
.cmb2-upload-file {
  display: none;
}

.cmb-type-checkbox {
  display: flex;
  align-items: center;
}

.cmb2-metabox-description {
  font-size: 13px;
  display: block;
}

.cmb-th {
  font-weight: bold;
}

.cmb-td input, .cmb-td select, .cmb-type-checkbox {
  max-width: 60%;
  width: 100%;
}

.cmb-td input[type=button] {
  width: unset;
}

@media only screen and (max-width: 600px) {
  .cmb-td input, .cmb-td select, .cmb-type-checkbox {
    max-width: 100%;
  }
}
.cmb-form {
  width: 100%;
}

.cmb-row.cmb-group-description {
  display: none;
}

.cmb-row .checkbox-description {
  display: block;
  font-size: 0.8em;
  font-weight: 100;
}

.htmx-indicator {
  display: none;
  height: 33px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.htmx-request .htmx-indicator, .htmx-request div.htmx-indicator {
  display: inline;
}

.htmx-request.htmx-indicator, div.htmx-request.htmx-indicator {
  display: inline;
}

.media-router button {
  color: #1F1F1F;
}

.select2-container, .select2-dropdown {
  z-index: 1100;
}

button.btn-primary, button.button-primary {
  color: #fff;
  border-color: #1F1F1F;
  background-color: #1F1F1F;
  box-shadow: -3px 3px #858585 !important;
}
button.btn-primary:hover, button.button-primary:hover {
  box-shadow: -3px 3px #858585 !important;
}
button.btn-primary:focus, button.button-primary:focus {
  box-shadow: -3px 3px #858585 !important;
}

button.button-secondary {
  box-shadow: none !important;
}
button.button-secondary:hover {
  box-shadow: none !important;
}
button.button-secondary:focus {
  box-shadow: none !important;
}

button, .button, input.button, input.button-primary, input[type=button], input[type=submit], .wp-block-button__link, #wp-submit {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #1F1F1F;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #FFE24A;
  border: 1px solid #FFE24A;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button:hover, .button:hover, input.button:hover, input.button-primary:hover, input[type=button]:hover, input[type=submit]:hover, .wp-block-button__link:hover, #wp-submit:hover {
  background-color: #FFEE93;
  color: #1F1F1F;
  border-color: #FFEE93;
}
button:focus, .button:focus, input.button:focus, input.button-primary:focus, input[type=button]:focus, input[type=submit]:focus, .wp-block-button__link:focus, #wp-submit:focus {
  background-color: #FFEE93;
  color: #1F1F1F;
  border-color: #FFEE93;
}

button.btn-secondary, button[type=submit], .ast-button, .ast-custom-button, .button, input#submit, input[type=button], input[type=submit], input[type=reset],
input[type=button], input[type=reset], input[type=submit], .wp-block-button__link {
  box-shadow: -3px 3px #1F1F1F !important;
}
button.btn-secondary:hover, button[type=submit]:hover, .ast-button:hover, .ast-custom-button:hover, .button:hover, input#submit:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover,
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .wp-block-button__link:hover {
  box-shadow: -3px 3px #1F1F1F !important;
}
button.btn-secondary:focus, button[type=submit]:focus, .ast-button:focus, .ast-custom-button:focus, .button:focus, input#submit:focus, input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus,
input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, .wp-block-button__link:focus {
  box-shadow: -3px 3px #1F1F1F !important;
}

button[type=button].btn-close {
  box-shadow: none !important;
}

.button_div {
  margin-bottom: 15px;
}

/*
Loading indicator on buttons
 */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.spinner-border {
  display: none !important;
}

.spinner-border.htmx-request {
  display: inline-block !important;
}

button.is-loading, button.htmx-request {
  color: transparent !important;
  pointer-events: none;
  background-color: #FFE24A;
}

button.is-primary.is-loading::after, button.is-primary.htmx-request::after {
  border-color: transparent transparent #fff #fff !important;
}

button.is-loading::after, button.htmx-request::after {
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute !important;
}

.loader.loader-dark {
  border: 2px solid #1F1F1F;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
}

button.is-loading::after, .control.is-loading::after, .loader, .select.is-loading::after, button.htmx-request::after {
  -webkit-animation: spinAround 0.7s infinite linear;
  animation: spinAround 0.75s infinite linear;
  border: 2px solid #1F1F1F;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

#setup-wizard-table .completed {
  text-decoration: line-through;
}

.table-borderless, .table-borderless tr, .table-borderless td {
  border: 0;
}

div.nsl-container.nsl-container-block .nsl-button-default div.nsl-button-label-container {
  width: 250px;
  overflow: unset;
}
@media (max-width: 575.98px) {
  div.nsl-container.nsl-container-block .nsl-button-default div.nsl-button-label-container {
    margin: 0 24px 0 -3px;
  }
}

.nsl-button-facebook, .nsl-button-twitter, .nsl-button-google {
  background-color: white !important;
  color: #1F1F1F !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}

.nsl-button-facebook svg path {
  fill: #1877F2 !important;
}

.nsl-button-twitter svg path {
  fill: #4ab3f4 !important;
}

#login form p.submit input[type=submit] {
  width: 100%;
  margin-top: 30px;
}

#login div.nsl-container .nsl-button {
  border-radius: 0px;
}

/*normally hide submit form in modal since there's a submit button in footer*/
.modal-body button[type=submit] {
  display: none;
}

/*multi-page forms show submit button in modal*/
.modal-body button[type=submit].multi-submit {
  display: inline-block;
}

.modal-body .zforms-btn-container {
  margin-bottom: 0px;
}

/*loading spinner is hidden by form footer so make modal have a minimum height*/
.modal-body {
  min-height: 75px;
}

/*
#cmb2-metabox-dispute-wizard .cmb-row {
    text-align:center;
}*/
#cmb2-metabox-dispute-wizard .cmb-th + .cmb-td {
  float: none;
}

.cmb2-metabox > .cmb-row {
  padding: 10px;
}

a.settings-link {
  position: relative;
  padding-top: 50px;
}
a.settings-link:target + .cmb-row {
  background-color: #FFFBE4;
}

.dropdown-item.bi a {
  margin-left: 0.4rem;
}

/*Remove Prevent Gold Access red box shadow for protected files*/
.wp-core-ui .attachment.details.pda-protected-grid-view, .wp-core-ui .attachment.pda-protected-grid-view .attachment-preview {
  box-shadow: none !important;
}

.wp-core-ui .attachment.pda-protected-grid-view::before {
  content: "\f47a";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 15px;
  z-index: 1050;
  left: 20px;
}

/*give buttons outline on hover so they don't disappear*/
.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type=button], button[type=submit], input[type=reset] {
  border: 1px solid #FFE24A;
}

/*activity timeline*/
.timeline .timeline-item {
  display: flex;
  align-items: flex-start;
}

.timeline .timeline-item .timeline-item-marker {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
  font-size: 0.875rem;
  width: 6rem;
  /*color: #a7aeb8; too hard to read?*/
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timeline .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background-color: #f2f6fc;
  border-radius: 100%;
}

.timeline .timeline-item .timeline-item-content {
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 1rem;
  width: 100%;
}

.timeline .timeline-item:last-child .timeline-item-content {
  padding-bottom: 0 !important;
}

@media (min-width: 576px) {
  .timeline .timeline-item:last-child .timeline-item-content {
    border-left-color: transparent;
  }
  .timeline .timeline-item .timeline-item-marker {
    flex-direction: row;
    transform: translate(1.625rem);
    margin-bottom: 0;
  }
  .timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .timeline .timeline-item .timeline-item-content {
    padding-top: 0.75rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    border-left: solid 0.25rem #FFE24A;
  }
  .timeline .timeline-item:last-child .timeline-item-content {
    border-left-color: transparent;
  }
}
.timeline.timeline-sm .timeline-item .timeline-item-marker {
  transform: translate(0.875rem);
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 0.875rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator .feather {
  height: 0.75rem;
  width: 0.75rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0.15rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker {
  transform: translate(0.5625rem);
}

.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 0.875rem;
  width: 0.875rem;
  font-size: 0.875rem;
  border: 0.125rem solid #fff;
  margin-top: -0.125rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.activity-list .card-body {
  max-height: 300px;
  overflow-y: scroll;
}

/*checkbox switch toggle*/
.toggler-wrapper {
  display: block;
  width: 45px;
  height: 25px;
  cursor: pointer;
  position: relative;
}

.toggler-wrapper input[type=checkbox] {
  display: none;
}

.toggler-wrapper input[type=checkbox]:checked ~ .toggler-slider {
  background-color: #FFE24A;
}

.toggler-wrapper .toggler-slider {
  background-color: #ccc;
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.toggler-wrapper .toggler-knob {
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.toggler-wrapper.style-1 input[type=checkbox]:checked ~ .toggler-slider .toggler-knob {
  left: calc(100% - 19px - 3px);
}

.toggler-wrapper.style-1 .toggler-knob {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: #1F1F1F;
}

.cmb2-wrap .cmb-th {
  float: none;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%;
}

/* fancy radio button styles */
.radio-fancy .cmb2-list label {
  display: inline-block;
  padding: 0.5em 2em;
  margin: 0.5em;
  cursor: pointer;
  color: #292929;
  border-radius: 0.25em;
  background: #efefef;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-fancy .cmb2-list label:hover {
  background: #d6d6d6;
  color: #101010;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.radio-fancy .cmb2-list label:active {
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

.radio-fancy .cmb2-list li:first-child {
  display: none;
}

.radio-fancy input:checked + label {
  background: #FFE24A;
  color: #efefef;
}

.radio-fancy input:checked + label:hover {
  background: #FFE24A;
  color: #efefef;
}

.radio-fancy input {
  display: none;
}

ul.cmb2-radio-list, ul.cmb2-checkbox-list {
  list-style: none;
}

.modal-body ul.cmb2-radio-list {
  margin: 0px;
}

.cmb-type-radio-inline ul.cmb2-radio-list li {
  display: inline;
}

/*credit analysis styles*/
.analysis-header-label {
  float: left;
  margin-left: 10px;
  font-weight: bold;
}

.analysis-grade {
  float: right;
  width: 58px;
  height: 58px;
}

.card-analysis-table .analysis-grade-small svg {
  width: 24px;
  height: 24px;
}

.card-big-title {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  text-align: center;
  padding: 15px;
}

.border-radius-outline.highlighted {
  border: 1px solid #1F1F1F;
}

.border-radius-outline.highlighted .card-big-title {
  background-color: #1F1F1F;
  color: #1F1F1F;
}

.analysis-column {
  border-left: 12px solid;
  border-radius: 6px;
  background-color: #f9fafb;
  padding: 20px;
}

.analysis-column.rating-Great {
  border-left-color: #1B8381;
}

.analysis-column.rating-Good {
  border-left-color: #20c997;
}

.analysis-column.rating-Fair {
  border-left-color: #CF9C03;
}

.analysis-column.rating-Poor {
  border-left-color: #fd7e14;
}

.analysis-column.rating-Bad {
  border-left-color: #dc3545;
}

.grade-disclaimer {
  text-align: center;
  font-style: italic;
}

.card-analysis-grades-header {
  font-weight: bold;
}

.card-analysis-table tr td:first-child {
  font-weight: bold;
  text-align: left;
}

.card-analysis-table tr td:not(:first-child) {
  text-align: center;
}

#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
  width: 100% !important;
}

.card {
  margin-bottom: 1.5em !important;
}

.entry-content {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.entry-content > * {
  padding-right: calc(0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
}

.card-header {
  display: flex;
  justify-content: space-between;
}

.dashicons-before::before {
  font-family: bootstrap-icons !important;
}

.dashicons-no-alt::before {
  content: "\f62a";
}

/* This was for the simulator but it messes up the new address form
.closed .inside {
    display: none;
}
.cmb-row > .cmb-remove-group-row, .cmbhandle, .cmbhandle-title {
    display:none;
}
*/
/* hide first group item for credit simulator */
#cmb-group-cards-0, #cmb-group-tradelines-0 {
  display: none;
}

.score-animated .score-path {
  animation: dash 3s linear forwards 1;
}

@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
.ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
  display: none;
}

.header-profile-img img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin: 0px 14px 0px 14px;
}

.header-profile-img .sub-menu {
  display: none;
}

.header-profile-img:hover .sub-menu {
  display: inline-block;
}

.header-profile-img .dropdown-toggle::after {
  content: unset;
}

.main-header-bar {
  line-height: 2;
}

.header-main-layout-1 .ast-flex.main-header-container, .header-main-layout-3 .ast-flex.main-header-container {
  justify-content: space-between;
}

.notification-indicator {
  border-radius: 50%;
  background-color: #D31F4A;
  position: absolute;
  padding: 0.25em;
  top: 3px;
  right: 5px;
}

#notification-bell {
  color: #1F1F1F;
}
#notification-bell > span {
  margin: 0px 10px;
}

#notificationPopup {
  width: 300px;
}
#notificationPopup ul {
  list-style: none;
  margin: 0px;
}

.list-style-none {
  list-style: none;
}

.message-center {
  height: 230px;
  overflow-x: scroll;
}
.message-center.message-center-empty:after {
  content: "No notifications yet!";
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.message-center .notification-content {
  width: 90%;
  line-height: 2;
}
.message-center .message-item {
  font-size: 0.75em;
  color: #1F1F1F;
}

.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.375rem 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-circle {
  border-radius: 100% !important;
  width: 40px;
  height: 40px;
  line-height: 30px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-light-purple {
  background-color: #F6EFFF;
  color: #A964FF;
}
.btn-light-purple:hover {
  background-color: #A964FF;
  color: #F6EFFF;
}

.btn-light-green {
  background-color: #E5F3F3;
  color: #008585;
}
.btn-light-green:hover {
  background-color: #008585;
  color: #E5F3F3;
}

.btn-light-red {
  background-color: #F9DDE4;
  color: #dc3545;
}
.btn-light-red:hover {
  background-color: #dc3545;
  color: #F9DDE4;
}

.btn-light-orange {
  background-color: #FEF9EA;
  color: #E48901;
}
.btn-light-orange:hover {
  background-color: #E48901;
  color: #FEF9EA;
}

.read-status {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  margin-right: 5px;
}
.read-status.unread {
  background-color: #A964FF;
}

.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle {
  color: #1F1F1F;
}

#content #wpmem_login .link-text, #content #wpmem_reg .link-text {
  width: 100%;
  text-align: left;
}
#content #wpmem_login .button_div, #content #wpmem_reg .button_div {
  width: 100%;
  text-align: left;
}

.header-right-contents {
  align-items: center;
}

.header-profile-img {
  position: relative;
}

#menu-logged-in-user-menu .dropdown-item {
  position: relative;
}
#menu-logged-in-user-menu .dropdown-item a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.card p {
  padding: 0px 15px;
}

.social_login_or {
  --s: 1px; /* the thickness */
  --c: #d6d6d6; /* the color */
  --w: 100px; /* the width */
  --g: 20px; /* the gap */
  border: 1px solid;
  border-image: linear-gradient(rgba(0, 0, 0, 0) calc(50% - var(--s) / 2), var(--c) 0 calc(50% + var(--s) / 2), rgba(0, 0, 0, 0) 0) 0 1/0 var(--w)/0 calc(var(--w) + var(--g));
  width: fit-content;
  margin: 20px auto;
}

#settings-table.inactive {
  display: none;
}

#settings-table .checkbox-description {
  display: none;
}

#settings-table .settings-search-row {
  display: flex;
  justify-content: space-between;
}

/*# sourceMappingURL=redify.css.map */
