@charset "UTF-8";
.form-group.required .form-control-label::before {
  content: '' !important; }

.form-group.required .form-control-label::after {
  color: #bc151d;
  content: "*"; }

input.form-control,
textarea.form-control {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #646464;
  border-radius: 1px;
  height: 52px; }
  input.form-control.is-invalid:not([type='password']):not(.password),
  textarea.form-control.is-invalid:not([type='password']):not(.password) {
    padding-right: 46px;
    padding-right: 2.875rem;
    background-image: url("../../icons/icon-error.svg");
    background-position: calc(100% - 13px) 15px;
    background-repeat: no-repeat; }
  input.form-control:focus,
  textarea.form-control:focus {
    border: 1px solid #15141a; }
  @media (max-width: 543.98px) {
    input.form-control,
    textarea.form-control {
      height: 42px;
      line-height: 42px; } }

textarea.form-control {
  height: 200px;
  height: 12.5rem; }

.password-container {
  position: relative; }
  .password-container .password-show-hide {
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 38px;
    width: 34px; }
    @media (min-width: 544px) {
      .password-container .password-show-hide {
        top: 41px; } }
    .password-container .password-show-hide img {
      margin-right: 12px;
      margin-right: 0.75rem;
      height: 20px;
      width: 20px; }
  .password-container input {
    padding-right: 46px;
    padding-right: 2.875rem; }
    .password-container input::-ms-reveal, .password-container input::-ms-clear {
      display: none; }

.form-control-label {
  display: block;
  color: #323036;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }

.account-image {
  background-image: url(../../images/account.jpg);
  background-position-y: 40%; }

.card-footer > a {
  color: #00a1e0;
  text-decoration: underline; }

.card-header > a {
  color: #00a1e0;
  float: right;
  text-decoration: underline; }

.card-info-group p {
  margin-bottom: 0; }

.card-info-group div {
  margin-bottom: 1rem; }

.card-info-group div:last-child {
  margin-bottom: 0; }

.order-history-control h2,
.order-history h2 {
  font-weight: bold;
  margin-top: 0.5rem; }

.dashboard-order-card-image {
  width: 7rem;
  padding-right: 1rem; }

.dashboard-order-card-footer-value {
  font-weight: bold;
  font-size: 1rem; }

.card-header h2,
.card-header h3 {
  font-size: 1.5rem;
  margin-bottom: 0; }

.card {
  border: 1px solid #323036;
  border-radius: 0; }
  .card .card-header {
    border-bottom-color: #323036;
    padding: 17px; }
    .card .card-header h2 {
      text-transform: uppercase;
      color: #323036;
      font-weight: 600;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 20px; }
    .card .card-header a {
      color: #323036 !important;
      font-size: 16px;
      font-size: 1rem;
      line-height: 22px; }
  .card .card-body {
    color: #646464;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px; }
  .card .card-subtitle {
    color: #15141a;
    letter-spacing: 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 21px;
    font-size: 1.3125rem; }
  .card .remove-btn {
    font-size: 0;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url(../../icons/close-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    margin-left: auto; }
  @media (max-width: 543.98px) {
    .card .remove-btn {
      position: absolute;
      top: 15px;
      background-size: 18px 18px;
      width: 18px;
      height: 18px;
      padding: 0;
      right: 7px; }
    .card .card-subtitle {
      margin-bottom: 10px;
      font-size: 18px;
      font-size: 1.125rem; } }

.order-history-card .card {
  margin-bottom: 30px; }

.order-history-card .card-body {
  display: initial;
  padding: 20px;
  padding: 1.25rem; }
  .order-history-card .card-body p {
    color: #646464;
    font-size: 16px;
    font-size: 1rem; }

.order-history-card .order-history-date img {
  float: left;
  margin-right: 22px;
  max-width: 100px; }

.order-history-card .case-cardbody-title,
.order-history-card .order-history-title {
  color: #15141a;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-size: 1rem; }

.order-history-card .order-image {
  max-width: 100%;
  height: auto; }

.order-history-card .card-footer {
  border-top: 1px solid #eae7e8;
  padding: 17px 20px;
  padding: 1.0625rem 1.25rem; }
  .order-history-card .card-footer .dashboard-order-card-footer-value {
    margin-top: 8px; }

.order-history-card .order-receipt-label {
  color: #323036;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem; }
  @media (max-width: 768.98px) {
    .order-history-card .order-receipt-label {
      margin-bottom: 0; } }

.order-history-card .grand-total {
  margin-top: 8px; }
  .order-history-card .grand-total .order-receipt-label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    font-size: 1.3125rem; }
  .order-history-card .grand-total .end-lines .text-right .grand-total-sum {
    color: #15141a;
    font-size: 21px;
    font-size: 1.3125rem; }

.order-history-card .end-lines .text-right span {
  color: #323036;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.125rem; }

@media (max-width: 543.98px) {
  .order-history-card .card {
    margin-bottom: 0; }
  .order-history-card .card-body {
    padding: 15px;
    padding: 0.9375rem; }
    .order-history-card .card-body .order-history-title {
      width: 55%; }
    .order-history-card .card-body p {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      font-size: 14px;
      font-size: 0.875rem; }
      .order-history-card .card-body p span {
        display: inline-block; }
  .order-history-card .card-footer {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    padding: 0.9375rem; }
    .order-history-card .card-footer [class*=col-] {
      padding-left: 0;
      padding-right: 0; }
  .order-history-card .case-cardbody-title,
  .order-history-card .order-history-title {
    font-size: 14px;
    font-size: 0.875rem; }
  .order-history-card [class*=offset-] {
    padding-left: 0;
    padding-right: 0; }
  .order-history-card .order-receipt-label,
  .order-history-card .end-lines .text-right span {
    line-height: 17px;
    font-size: 12px;
    font-size: 0.75rem; }
  .order-history-card .grand-total .end-lines .text-right .grand-total-sum,
  .order-history-card .grand-total .order-receipt-label {
    line-height: 24px;
    font-size: 18px;
    font-size: 1.125rem; }
  .order-history-card .btn-cancel-order {
    margin: 10px auto 0 auto;
    margin: 0.625rem auto 0 auto; } }

.order-history-container {
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }
  .order-history-container .custom-dropdown-profile {
    margin-bottom: 30px; }
  @media (max-width: 543.98px) {
    .order-history-container {
      padding: 15px 15px 0;
      padding: 0.9375rem 0.9375rem 0; }
      .order-history-container .custom-dropdown-profile {
        margin-bottom: 15px; }
      .order-history-container .address-card-footer {
        padding-bottom: 0; }
      .order-history-container .address-book-back-btn {
        padding: 24px;
        padding: 1.5rem; }
      .order-history-container.receipt {
        padding-top: 0; } }
  @media (max-width: 768.98px) {
    .order-history-container .select-colm {
      padding-left: 0;
      padding-right: 0; } }

.account-wishlist-item {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem; }
  .account-wishlist-item:first-child {
    padding-top: 0; }
  .account-wishlist-item .line-item-header {
    margin: 0; }
  .account-wishlist-item .remove-btn {
    margin: 0 0 0 auto; }
  .account-wishlist-item .line-item-name {
    margin: 0;
    color: #646464;
    font-weight: 600;
    line-height: 34px;
    font-size: 14px;
    font-size: 0.875rem; }
  .account-wishlist-item .wishlist-item-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .account-wishlist-item .account-wl-attributes p {
    font-size: 12px;
    font-size: 0.75rem; }
  .account-wishlist-item .account-wl-image {
    margin: 0 10px 0 0;
    margin: 0 0.625rem 0 0; }
    .account-wishlist-item .account-wl-image .product-image {
      max-width: 100px;
      height: auto !important; }
  .account-wishlist-item + .account-wishlist-item {
    border-top: 1px solid #eae7e8; }

.dashboard {
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem; }
  .dashboard .card .card-header {
    height: 60px;
    height: 3.75rem;
    background-color: #323036; }
    .dashboard .card .card-header h2,
    .dashboard .card .card-header a {
      color: #eae7e8 !important; }
    .dashboard .card .card-header .card-header-icon {
      margin: -2px 8px 0 0;
      margin: -0.125rem 0.5rem 0 0;
      height: 20px;
      width: 20px; }
  .dashboard .card .card-body .row .col-12 {
    border-bottom: 1px solid #eae7e8; }
    @media (min-width: 544px) {
      .dashboard .card .card-body .row .col-12 {
        border-bottom: none; } }
    .dashboard .card .card-body .row .col-12.second, .dashboard .card .card-body .row .col-12.last {
      margin-top: 16px;
      margin-top: 1rem; }
      @media (min-width: 544px) {
        .dashboard .card .card-body .row .col-12.second, .dashboard .card .card-body .row .col-12.last {
          margin-top: 0; } }
    .dashboard .card .card-body .row .col-12.last {
      border-bottom: none; }
  .dashboard .card .card-body .row.first {
    margin: 0 -20px 16px -20px;
    margin: 0 -1.25rem 1rem -1.25rem; }
    @media (min-width: 544px) {
      .dashboard .card .card-body .row.first {
        border-bottom: 1px solid #eae7e8; } }
    @media (min-width: 544px) {
      .dashboard .card .card-body .row.first {
        padding-bottom: 6px;
        padding-bottom: 0.375rem; } }
  .dashboard .card .card-body .row.second {
    margin: 0 -20px -12px -20px;
    margin: 0 -1.25rem -0.75rem -1.25rem; }
  .dashboard .card .card-body .row.password {
    margin: 0 0 -12px -6px;
    margin: 0 0 -0.75rem -0.375rem; }
  .dashboard .card .card-body .dashboard-address,
  .dashboard .card .card-body .dashboard-payment {
    margin: 0 0 0 -6px;
    margin: 0 0 0 -0.375rem; }
    .dashboard .card .card-body .dashboard-address .card-body-text,
    .dashboard .card .card-body .dashboard-payment .card-body-text {
      margin: 0 12px;
      margin: 0 0.75rem; }
  .dashboard .card .card-body .card-body-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 6px;
    line-height: 0.375rem;
    margin: 12px;
    margin: 0.75rem;
    color: #15141a;
    font-weight: 600;
    text-transform: uppercase; }
    @media (min-width: 544px) {
      .dashboard .card .card-body .card-body-title {
        font-size: 16px;
        font-size: 1rem; } }
    .dashboard .card .card-body .card-body-title.most-recent-order {
      margin: 12px 0 24px;
      margin: 0.75rem 0 1.5rem; }
  .dashboard .card .card-body .card-body-subtitle {
    margin: 16px 12px 0;
    margin: 1rem 0.75rem 0;
    color: #646464;
    font-weight: 600; }
  .dashboard .card .card-body .card-body-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 12px;
    margin: 0.75rem;
    color: #646464; }
    @media (min-width: 544px) {
      .dashboard .card .card-body .card-body-text {
        font-size: 16px;
        font-size: 1rem; } }
  .dashboard .card .card-footer a {
    border: none;
    color: #15141a !important;
    text-decoration: none; }
    .dashboard .card .card-footer a:hover {
      color: #eae7e8 !important; }
    @media (min-width: 544px) {
      .dashboard .card .card-footer a {
        border: 1px solid #000; } }
  @media (min-width: 544px) {
    .dashboard .card .card-footer.no-border {
      margin: -12px 0 12px;
      margin: -0.75rem 0 0.75rem;
      border: none; } }
  .dashboard .order-history-card .card {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .dashboard .order-history-card .card .card-body {
      margin: 0 10px;
      margin: 0 0.625rem; }
      .dashboard .order-history-card .card .card-body .row .col-12 {
        border: none; }
    .dashboard .order-history-card .card .card-footer {
      margin: 0; }
      .dashboard .order-history-card .card .card-footer .row {
        margin: 0 10px;
        margin: 0 0.625rem; }
        @media (min-width: 544px) {
          .dashboard .order-history-card .card .card-footer .row {
            margin: 0 -10px;
            margin: 0 -0.625rem; } }
  .dashboard .empty-wishlist-msg {
    text-transform: uppercase;
    color: #15141a;
    font-size: 16px;
    font-size: 1rem; }

.account-page {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0px 15px;
  padding: 0rem 0.9375rem; }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .account-page {
      max-width: 100%; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .account-page {
      max-width: none; } }
  @media screen and (max-width: 768px) {
    .account-page .address-book-container .default-header, .account-page .container-wishlist .default-header, .account-page .order-history-container .default-header {
      margin-top: -27px; }
    .account-page .account-block .default-header, .account-page .payment-container .default-header, .account-page .address-book-header .default-header, .account-page .dwallet-header-container .default-header, .account-page .gift-certificate-content .default-header, .account-page .need-help .default-header {
      margin-top: -10px; } }
  @media screen and (min-width: 769px) {
    .account-page .order-history-section .default-header, .account-page .order-history-container .default-header {
      margin-left: -3px;
      margin-bottom: 10px; } }
  .account-page .header {
    z-index: 2; }

@media screen and (min-width: 769px) {
  .dwallet-header-container, .gift-certificate-content, .payment-container, .address-book-header, .address-book-container, .account-header-section {
    padding-left: 0;
    padding-right: 0; } }

/* LEFT NAV */
.account-sidebar {
  width: 320px;
  margin-bottom: 20px; }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .account-sidebar {
      width: 200px; } }

.account-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.account-menu li {
  border-bottom: 1px solid #f2f2f2; }

.account-menu a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 18px 20px;
  text-decoration: none;
  color: #111;
  font-size: 14px; }

.account-menu li.active {
  background: #f7f7f7; }

.account-menu .icon {
  width: 22px;
  margin-right: 16px; }

/* RIGHT CONTENT */
.account-content {
  -ms-flex: 1;
      flex: 1;
  padding: 0 60px;
  max-width: none; }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .account-content {
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .account-content .dashboard {
      padding: 0; } }
  .account-content .header {
    text-transform: uppercase;
    font-size: 30px !important; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .account-content .dashboard {
      max-width: none; } }

.account-title {
  font-size: 32px;
  margin-bottom: 40px; }

.block-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 20px; }

.block-header h2 {
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.link-edit {
  font-size: 14px;
  color: #c26a3a !important;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: underline; }

/* DETAILS GRID */
.details-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  margin-bottom: 10px; }
  .details-grid .card-body-title {
    display: inline-block; }
  .details-grid .card-body-text {
    display: inline-block;
    font-weight: 600; }
  .details-grid .address-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 5px; }
  .details-grid .address-item .label {
    white-space: nowrap;
    /* keeps "Address:" on same line */
    margin-right: 8px; }
    [dir="rtl"] .details-grid .address-item .label {
      margin-right: 0;
      margin-left: 8px; }
  .details-grid .address-item .value {
    -ms-flex: 1;
        flex: 1;
    font-weight: 600; }

.details-grid p {
  margin-bottom: 5px; }

/* TEXT */
.muted-text {
  color: #555;
  font-size: 14px; }

/* MOBILE */
@media screen and (max-width: 768px) {
  .my-account .jumbotron {
    padding: 0 !important; }
  .account-page {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 10px 15px; }
  .account-sidebar {
    width: 100%;
    border-right: 0; }
  .account-block .header {
    text-transform: uppercase;
    font-size: 25px !important; }
  .details-section {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 4px solid #e4e4e4; }
  .account-content {
    padding: 0; }
    .account-content .dashboard {
      padding: 0; }
    .account-content .default-header {
      border-bottom: 4px solid #e4e4e4; }
      .account-content .default-header .account-header-section, .account-content .default-header .history-section, .account-content .default-header .dwallet-section, .account-content .default-header .giftcard-section, .account-content .default-header .help-section, .account-content .default-header .payment-section, .account-content .default-header .address-section, .account-content .default-header .password-section, .account-content .default-header .profile-section, .account-content .default-header .wishlist-section {
        margin-left: -15px;
        margin-right: -15px; }
  .details-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
    .details-grid .address-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      margin-bottom: 5px; }
    .details-grid .address-item .label {
      white-space: nowrap;
      /* keeps "Address:" on same line */
      margin-right: 8px; }
      [dir="rtl"] .details-grid .address-item .label {
        margin-right: 0;
        margin-left: 8px; }
    .details-grid .address-item .value {
      -ms-flex: 1;
          flex: 1;
      font-weight: 600; }
  /* show checkbox */
  .accordion-input {
    display: block;
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  /* show + / − */
  .accordion-icon {
    display: block; }
  .accordion-icon::before {
    content: "+";
    font-size: 30px;
    font-weight: 500; }
  .accordion-input:checked + .account-menu-row .accordion-icon::before {
    content: "\2212"; }
  /* accordion panel */
  .accordion-panel {
    display: none;
    background: #fff; }
  .accordion-input:checked ~ .accordion-panel {
    display: block; }
    [dir="rtl"] .accordion-input:checked ~ .accordion-panel {
      display: inline; }
  .account-menu-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
    margin-bottom: 0px; }
  .account-menu-row .label-text {
    -ms-flex: 1;
        flex: 1;
    font-size: 18px; }
  .account-menu,
  .account-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  .account-menu-accordion, .order-history-wide-card {
    border-bottom: 4px solid #e4e4e4 !important; }
  .order-history-wide-card .card-body p {
    font-size: 15px !important; }
  .order-history-wide-card .card {
    margin-bottom: 0 !important; }
  .order-history-wide-card .card-body {
    margin: 0 !important;
    padding: 10px !important; }
  .block-header h2 {
    font-size: 16px; }
  .block-header {
    margin-top: 20px; } }

.account-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.account-menu li {
  border-bottom: 1px solid #e4e4e4; }

.account-menu li.active {
  background: #f7f7f7; }

.account-menu a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 5px;
  text-decoration: none;
  color: #111;
  font-size: 16px; }

.account-menu img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  object-fit: contain; }
  [dir="rtl"] .account-menu img {
    margin-left: 16px; }

.account-menu span {
  white-space: nowrap; }

.account-menu .arrow {
  margin-left: auto;
  font-size: 25px;
  color: #999; }
  [dir="rtl"] .account-menu .arrow {
    margin-right: auto;
    margin-left: 0 !important; }

.account-block .card {
  width: 100%;
  max-width: 100%;
  border: none; }

.address-book-dashboard .card-body-title {
  display: inline-block; }

.address-book-dashboard .card-body-text {
  display: inline-block;
  font-weight: 600; }

.address-book-dashboard p {
  margin-bottom: 5px; }

.address-book-dashboard .dashboard-address .address-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 5px; }

.address-book-dashboard .dashboard-address .address-item .label {
  white-space: nowrap;
  /* keeps "Address:" on same line */
  margin-right: 8px; }
  [dir="rtl"] .address-book-dashboard .dashboard-address .address-item .label {
    margin-right: 0;
    margin-left: 8px; }

.address-book-dashboard .dashboard-address .address-item .value {
  -ms-flex: 1;
      flex: 1;
  font-weight: 600; }

.details-section {
  margin-bottom: 20px; }

.address-section {
  margin-bottom: 20px; }

.account-menu-desktop-links {
  border: 1px solid #e4e4e4;
  border-radius: 8px; }

.order-history-wide-card .card-body {
  margin: 0 !important;
  padding: 10px !important; }

.need-help-container .card {
  border: none; }
  .need-help-container .card .card-header {
    border-bottom-color: #e4e4e4;
    padding: 10px; }
  .need-help-container .card .contact-us-card-paragraph {
    margin-bottom: 30px; }
    .need-help-container .card .contact-us-card-paragraph span {
      margin-left: 10px; }
  .need-help-container .card .contact-us-card-address {
    margin-left: 30px; }
  .need-help-container .card .store-info {
    margin-bottom: 15px; }

.need-help-container .address-book-back-btn {
  text-align: center; }

/* MOBILE ORDER CARD – FINAL */
@media screen and (max-width: 768px) {
  .order-history-card {
    padding: 0; }
  .order-row {
    margin-bottom: 16px; }
  .order-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 4px; }
  .order-value {
    font-size: 14px;
    color: #333; }
  /* Totals section */
  .order-totals {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 40px;
    border-top: 1px solid #eee;
    padding-top: 10px; } }

.order-totals .order-value, .order-totals .order-label {
  font-weight: 700;
  color: #000; }

.order-total-items {
  margin-bottom: 1rem; }

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