

.cart-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 998;
}

.cart-backdrop.show {
    opacity: 1;
    visibility: visible;
}

/* Start - Cart Defaults */
.miniCart {
    position: fixed;
    height: 100vh;
    max-width: 480px;
    background: white;
    z-index: 20000;
    width: 100%;
    right: 0;
    top: 0;
    color: #363636;
    transition: all 0.4s ease;
    flex-direction: column;
    display: flex;
    transform: translateX(480px);
    justify-content: flex-end;
    box-shadow: unset;
}

.miniCart.open {
    transform: translateX(0);  
    box-shadow: rgba(0, 0, 0, 0.1) -17px 0px 35px;
}

.progress-bar {
    width: 95%;
    height: 15px;
    background-color: #ededed;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: #94a4cc;
    transition: width 0.3s ease;
    border-radius: 10px;
    width: 0%;
}

.progress-bar-container p {
    margin-bottom: 1rem;
    color: #777777;
}

#mini-side-cart-bottom {
    height: 170px !important;
}

.modal-footer .mini-add-to-cart {
    padding: 10px 10px 9px; /*Adjust padding from just 10px on all sides to maintain btn consistency. - DC*/
    /*margin: 0 23px;*/ /*Removed on 07/28/2025 to enhance mobile formatting. - DC*/
    color: #FFFEF2;
    letter-spacing: 1.6px;
    font-size: 10px;
    width: 150px;
}


a.mini-add-to-cart,
a.mini-add-to-cart:link,
a.mini-add-to-cart:visited,
a.mini-add-to-cart:active {
  background-color: var(--color-dark-gray);
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  transition: all .25s;
  border-radius: 5px;
}
a.mini-add-to-cart:hover {
  background: var(--color-black);
}
.mbm-cart-discount {
  margin-top: auto;
}
a.mini-add-to-cart[data-is-disabled="true"] {
	pointer-events: none;
	opacity: 0.5;
}
@media (max-width: 575px) {
	a.mini-add-to-cart, 
	a.mini-add-to-cart:link, 
	a.mini-add-to-cart:visited, 
	a.mini-add-to-cart:active {
		height: 40px;
	}
}

#filter-modal .accordion-button:after {
	display: none !important;
}

/* #mini-cart .cart-item-panel-track {
    padding-right: 20px;
    margin-top: 16px;
    border-radius: 8px;
} */

#mini-cart .mbm-cart-items .mbm-cart-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#mini-cart .mbm-cart-items .mbm-cart-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.spacer {
    margin: 0 14px;
}

/* #mini-cart .mbm-cart-items .mbm-cart-item .mbm-cart-thumbnail {
    border-bottom: solid black;
}

#mini-cart .mbm-cart-items .mbm-cart-item .mbm-cart-item-panel {
    border-bottom: solid black;
}

#mini-cart .mbm-cart-items .mbm-cart-item .mbm-cart-item-panel {
    border-bottom: solid black;
} */

#mini-cart .mbm-cart-items {
    row-gap: 0;
}

#mini-cart .mbm-cart-item {
    border-radius: 0;
}

#mini-cart .side-cart-top {
    position: relative;
}

/* #mini-cart .alert {
    position: absolute;
    top: 15px;
    margin-top: 0;
    color: white;
    height: 50px;
} */

/*<<<<<<< Updated upstream
=======*/
#miniCartAlert {
    position: fixed;
    top: 150px; 
    right: 20px;
    z-index: 3; /*Changed from 9999 to 3 on 07/28/2025 as it was not allowing users to expand the Men's accordion in mobile nav. - DC*/ 
    /* max-width: 300px;  */
    height: 50px;
    cursor: pointer;
}
/*>>>>>>> Stashed changes*/

.fullAlert {
    background-color: #8D4735 !important;
    color: #FFFFFF !important;
}

.itemAddedAlert {
    background-color: #B9D4CA !important;
    color: #363636 !important;
}

/* .alert-dismissible .btn-close {
    position: relative;
    background-color: transparent;
    right: 15px;
    top: -10px;
    filter: invert(1) brightness(100%);
}

.alert {
    padding: 1rem 2rem 1rem 1rem !important;
}

.alert-close-btn {
    font-size: 25px;
    padding-right: 10px;
} */

#alertText {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Basis Grotesque';
    padding-left: 13px;
    position: relative;
    top: 1px;
}

#miniCartAlert {
    position: fixed;
    top: 150px;
    right: 20px;
    z-index: 3; /*Changed from 9999 to 3 on 07/28/2025 as it was not allowing users to expand the Men's accordion in mobile nav. - DC*/ 
    height: 48px;
    padding: 0 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 4px 5px 15px 3px rgba(0, 0, 0, 0.18);
}

/* #alertText { */
    /* position: relative;
    right: 15px;
    top: -12px; */
/* } */

/* 
    NOTE: ask about this for shop page too
    categories bar jumps to middle of banner below 1440
    filter button is redundant at 1440 when all catgeories fit on bar
*/
@media (max-width: 1439.98px) {
    #all_products_category_menu {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .all-products-joi-section .btn-filter {
        display: none;
    }
}

/* START modals */

.modal-supp {
    background:linear-gradient(135deg, #EEEEEE, #BACDFF);
    border-radius: 4px;
    padding: 3px 9px;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
} 

/*Adjusting for mobile UI. 7/31/2025. - DC*/
@media (min-width: 358px) AND (max-width: 419px){
    .modal-supp {
        letter-spacing: .55px;
        font-size: 10px;
        line-height: 12px;
    }
}

.empty-supp {
    background-color: #E5E5E5;
    border-radius: 4px;
    padding: 3px 9px;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

.modal-view {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.modal-view.show {
    display: block;
    opacity: 1;
    width: 100%; /*Changed from 90% to 100% on 07/29/2025 to adjust formatting on mobile. - DC*/
    height: auto;
    margin: auto;
}

.modal-supp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 40px;
}

/*Added media query on 07/29/2025 to adjust for mobile formatting. - DC*/
@media (min-width: 310px) AND (max-width: 520px){
    .modal-supp-grid {
        grid-template-columns: 1fr;
        gap: .5rem;
        padding: 10px 10px 10px 40px;
        max-height: 400px;
        overflow: scroll;
    }
}
 
/*Added media query on 07/29/2025 to adjust for mobile formatting. - DC*/
@media (min-width: 310px) AND (max-width: 341px){
    .modal-footer .mini-add-to-cart {
        width: 139px;
    }
}

.supp-image {
    transform: rotate(90deg);
    height: 20%;
}

.img-div {
    height:80px;
    width: 80px;
    background-color: #EEEEEE;
    border-radius: 50%;
}

#miniCartModal.modal .modal-content {
    margin: 0 7px; 
}
#miniCartModal.modal .modal-content {
	max-width: 420px; /* DEFAULT */
}

#miniCartModal.modal .modal-content:has(.modal-view.summary-modal.show) {
    max-width: 492px;
}

#miniCartModal.modal .modal-content:has(.modal-view.edit-modal.show),
#miniCartModal.modal .modal-content:has(.modal-view.panel-modal.panel-image-modal.show) {
    /*max-height: 828px;*/ /*Removed on 07/29/2025 to adjust for mobile formatting. - DC*/
    max-width: 635px;
    padding-bottom: 10px;
}

#miniCartModal.modal .modal-content .summary-modal.show {
	height: 162px;
}

@media (min-width: 991px){
	.edit-container {
    		/*height: 150px;*/
    		width: 95%;
    		margin: auto;
	}
}

.modal-supp {
    width: fit-content;
    padding: 4px !important; /*Removed 8px left/right padding on 07/29/2025 to adjust for mobile formatting. - DC*/
    border-radius: 4px;
}

.modal-add-to-pack {
    padding: 10px;
    /*margin: 0 23px;*/ /*Removed on 8/1/2025 to adjust for mobile UI. - DC*/
    color: #FFFEF2;
    letter-spacing: 1.6px;
    font-size: 10px;
    width: 150px;
    height: 37px;
    border-radius: 50rem;
    border: none;
    background-color: #363636;
}

.modal-add-to-pack:hover {
    background-color: black;
}

.edit-container {
    height:100px;
}

.summary-image {
    height: 100%;
}

.supps-container {
    margin-top: 5px;
}

.lab-modal-subtitle {
    width: 65%;
    text-align: center;
    padding-top: 10px;
    color: #535353;
    font-size: 12px;
    line-height: 16px;
}

.mini-skip,
.nevermind-button {
    padding: 10px;
    margin: 0 23px;
    color: #363636;
    border: solid 1px #363636;
    background-color: transparent;
    letter-spacing: 1.6px;
    font-size: 10px;
    width: 178px;
    height: 38px;
    border-radius: 140px;
    line-height: 16px;
}

.removeSuppSubtitle {
    width: 65%;
    text-align: center;
    padding-top: 10px;
/*<<<<<<< Updated upstream*/
    padding: 200px 0 67px 0;
/*=======*/
    padding: 150px 0 100px 0; /*Changed top padding from 200px to 150px to adjust mobile formatting. - DC*/
/*>>>>>>> Stashed changes*/
}

.howManySubtitle {
    width: 65% !important; /*Changed from 40% to 65% on 07/30/2025 to adjust for mobile formatting. - DC*/
}

#packModalViewLow .modal-header {
    padding-bottom: 0px !important;
}

.confirm-delete-button {
    background-color: #8D4735;
    color: white;
    letter-spacing: 1.6px;
    font-size: 10px;
    width: 178px;
    height: 38px;
    border-radius: 140px;
    border: none;
    line-height: 16px;
}

.pack-complete-btn {
    background-color: #B9D4CA;
    border-color: #B9D4CA;
    color: #363636 !important;
    font-weight: bold;
    letter-spacing: 1.6px;
    font-size: 10px;
    width: 150px;
    height: 37px;
}
#packModalViewSummary .mod-footer {
	display: flex;
	gap: 10px;
}
.pack-complete-btn:hover {
    background-color: #9bc49b;
    border-color: #9bc49b;
}

/* .edit-btn {
    font-size: 12px;
    line-height: 16px;
    color: #737373;
} */

.all-supps-btn {
    width: 100%;
    height: 40px; /*Changed height from 48px to 40px on 07/29/2025 to maintain btn consistency throughout site. - DC*/
    border-radius: 140px;
    padding: 12px 0; /*Changed left/right padding from 51px to 0 to adjust mobile formatting on 07/28/2025. - DC*/
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1.5px;
    border: none;
}

.all-supps-add-btn {
    background-color: #363636;
    color: #FFFEF2;
}

.all-supps-add-btn:hover {
    background-color: #f9f4f2;
    color: #363636;
    transition: .4s ease;
}

.all-supps-learn-btn {
    background-color: transparent;
    color: #363636;
    border: solid 1px #bbbbbb;
}

.all-supps-learn-btn:hover {
    background-color: #363636;
    color: #FFFEF2;
    transition: .4s ease;
}

.panel-modal {
    max-height: 530px;
	overflow-y: auto;
}

.panel-header {
    font-size: 18px;
    line-height: 26px;
    color: #363636;
    padding-top: 3rem;
    padding-bottom: .75rem;
}

.panel-img {
    max-width: 100%;
    height: auto;
    background-image: url('/wp-content/themes/joiandblokes/images/fact-sample.png');
    margin: 0 auto;
}

.panel-img img {
    width: 100%;
    height: auto;
}
.panel-long-desc {
	text-align: center;
    max-width: 292px;
    color: #535353;
    font-size: 12px;
    line-height: 16px;
}
.panel-add-btn-container {
    width: 275px;
}

.summary-modal-title {
    font-size: 16px;
    line-height: 24px;
    color: #6A6A6A;
    font-weight: 700;
}

.lab-modal {
    width: 420px;
    height: 642px;
}

.lab-modal-title {
    line-height: 26px;
    font-size: 18px;
    padding-top: 5rem;
}

.conflict-modal {
    max-width: 420px;
    max-height: 531px;
}

.conflicts-header {
    font-size: 18px;
    line-height: 26px;
    color: #363636;
    padding-top: 10rem;
}

.conflicts-info-subtitle {
    width: 65%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #363636;
}

.conflicts-rec-subtitle {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 4rem;
    font-weight: bold;
}

/* END modals */

/* SUPP Search Modal -- maybe move this and other Custom Pack css to it's own css file at some point */

.supp-search {
    background-color: unset;
    border: none;
    color: white;
}

.supp-search:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.supp-search::placeholder {
    color: white;
}

.search-container {
    border-radius: 80px;
    padding: 10px;
    backdrop-filter: blur(5px);
    color: white;
    background: rgba(255, 255, 255, 0.3);
    border: none;
}

/*Updated Search Bar padding on smaller mobile devices. 07/31/2025. - DC*/
@media (min-width: 320px) AND (max-width: 329px){
    .search-container {
        padding: 10px 5px;
    }
}

.custom-pack-search .search-result-title {
    font-size: 14px;
    font-weight: 400;
    color: #363636;
    margin-bottom: .25rem;
    line-height: 24px;
    font-family: 'Simula';
}

.custom-pack-search .supp-description {
    font-size: 14px;
    line-height: 24px;
    color: #737373;
    font-family: 'Basis Grotesque';
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;        /* show up to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-pack-search .btn-add-to-pack {
    width: 100%;
    height: 48px;
    border-radius: 140px;
    border: solid 1px #363636;
    color: #363636;
    background-color: transparent;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.5px;
    margin-top: auto;
    pointer-events: auto;
}

.custom-pack-search .btn-add-to-pack:hover {
    border: solid 1px #FFFEF2;
    color: #FFFEF2;
    background-color: #363636;
    transition: .4s ease;
}

.custom-pack-search .search-result-link,
.custom-pack-search .search-result-item {
    height: 100%;
}

@media (min-width: 320px) AND (max-width: 575px){
    .custom-pack-search .btn-add-to-pack {
        height: 38px;
    }
}



.search-icon {
    padding: 0 15px;
}

.search-text {
    padding-right: 20px;
}

.search-modal {
    z-index: 9999 !important;
    position: fixed !important;
}

.search-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

body.search-modal-open .search-backdrop {
  opacity: 1;
  pointer-events: all;
}

.custom-pack-search .search-results {
    flex-wrap: nowrap !important;
}

.custom-pack-search .search-result-image {
    width: 100%; /*Changed from 240px to 100% on 7/30/2025 for responsive UI. - DC*/
    height: auto; /*Changed from 292px to auto on 7/30/2025 for responsive UI. - DC*/
}

.custom-pack-search .search-result-image img {
    rotate: 90deg;
}

/*Wrapping this in a media query so it takes effect on tablet and larger. - DC*/
@media (min-width: 768px){
    .custom-pack-search .search-result-item {
        width: 240px !important;
    }
}

/*Search results img sizing 992px and larger. - DC*/
@media (min-width: 992px){
    .custom-pack-search .search-result-image {
        height: 240px;
        width: 100%;
    }
}

/* END - custom pack stuff */

/* START this should probably just be in cart.css but here for now 
         this stuff is straight from there
*/

.supp-grid .quantity_controller {
  display: block;
  width: max-content;
  font-size: 1.25rem;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.supp-grid .quantity_controller > input.qty {
  text-align: center;
  width: 90px;
  border: 1px solid #d9d9d9;
  padding-left: 0;
  outline: none;
  padding-top: 4px;
  line-height: 1.4;
  border-radius: 4px;
  color: #272727;
  font-size: 1rem;
  background: transparent;
  display: block;
}

.supp-grid .quantity_controller > button {
  border: none;
  position: absolute;
  height: 100%;
  transition: all 0.2s;
  width: 28px;
  background: transparent;
  color: #838383;
}

.supp-grid .quantity_controller > button:hover {
  border-color: #ccc;
  background-color: #d3d3d3;
}

.supp-grid .quantity_controller > button.sub {
  top: 0;
  left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.supp-grid .quantity_controller > button.add {
  top: 0;
  right: 0px; 
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.summary-modal .modal-body {
    padding-top: 0.5rem;
}

/*Specific selector to overrule bootstrap.css*/
/*Targeting edit modal text advisisng users that they can have up to 8 supplements.*/
#packModalViewEdit > div.modal-header.border-0 > div > div {
    width: 65%;
    text-align: center;
}

/*Media queries to provide responsive layout in Learn More modal on mobile (custom pack). - DC*/
@media (min-width: 320px) AND (max-width: 340px){
    .panel-img {
        margin: 0 25px;
    }
}

@media (min-width: 341px) AND (max-width: 370px){
    .panel-img {
        margin: 0 45px;
    }
}

@media (min-width: 371px) AND (max-width: 389px){
    .panel-img {
        margin: 0 50px;
    }
}

/*START mini cart alert aniation*/
#miniCartAlert.show,
#removeAlert.show {
    animation: autoFadeAfterDelay 5.4s ease-out forwards;
}

@keyframes autoFadeAfterDelay {
    0%, 92.59% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
/*END mini cart alert animation*/
/* END this should probably be in cart.css */

/* .supp-search::-webkit-search-cancel-button{
    position:relative;
    right:20px;  
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius:10px;
    background: transparent;
    color: white;
}

.supp-search::-webkit-search-cancel-button:after {
  content: '×';
  color: white;
} */

/* .supp-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 10px 10px;
} */

/* [type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 10px 10px;
} */