.button-primary, .button-secondary {
    border-radius: 6px;
    color: #fff;
    background: #1c6ab5 none;
    font-weight: 500;
    padding: 0 12px;
    box-shadow: 0 0 0 1px var(--themed-border, transparent);
    max-width: 100%;
    justify-content: center;
    align-items: center;
    transition-property: border-color, background, color, transform, box-shadow;
    transition-duration: .15s;
    transition-timing-function: ease;
    font-size: 0.875rem;
    line-height: 1.0rem;
    height: 40px;
}
.button-primary.button-green{
    background: #4D7A50 none;
}
.button-primary.button-orange{
    background: #F48120;
}

button.button-primary, button.button-secondary {
    min-width: 125px;
}

.btn-modal-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.button-datagrid {
    height: 28px;
    padding-top: 5px;
    display: inline-block;
    padding-bottom: 20px;
    font-weight: normal;
}

.login-title{
    font-size: 26px;
    font-weight: 700;
}

.field-validation-error {
    color: red;
    font-size: 13px;
}

.glacier-checkbox-label {
    display: inline-block!important;
}

.order-status-bar {
    font-size: 25px!important;
    text-align: right;
}

.order-status-bar .status {
    margin-left: 10px;
    margin-right:10px;
    padding: 5px 10px;
    font-size: 25px;
}

    .order-status-bar .status.button-secondary {
        background: none!important;
    }

.order-toolbar .button-secondary {
    border: 1px solid black;
    margin: 0 10px;
}

.custom-modal-footer {
    justify-content: unset!important;
}

.z-10k {
    z-index: 10000!important;
}

.create-customer-modal .modal-dialog {
    height: 96vh; /* Set the desired height */
}

.create-customer-modal .modal-content {
    height: 100%; /* Make the modal content fill the dialog */
}

.create-customer-modal .modal-body {
    overflow-y: auto; /* Allow the content to scroll if it overflows */
    height: calc(100% - 73px - 73px); /* Adjust based on the height of header and footer */
}

.create-customer-modal .modal-header, .create-customer-modal .modal-footer {
    height: 73px; /* Adjust based on the actual height of your header and footer */
}

.order-product-contact-red {
    color: red!important;
    font-weight: bold;
}

.order-product-contact-green {
    color: green!important;
    font-weight: bold;
}


@media screen and (max-width: 800px) {
    .nav-desktop {
        display: none;
    }

    .nav-avatar {
        display: none;
    }
}

.login-logo {
    display: inline;
    margin-right: 15px;
}

.button-secondary {
    color: #000;
    background: #fff none;
}

    .button-secondary:hover {
        background: #eaeaea none;
    }
    

.popover.is-down-right, .dropdown.is-down-right {
    left: auto !important;
    right: 0;
}

.popover.is-visible, .dropdown.is-visible {
    opacity: 1;
    transition: none;
    visibility: visible;
}

.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
}

.dropdown {
    padding: 8px 0;
}

.popover, .dropdown {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(29, 30, 28, .15);
    border-radius: 4px;
    box-shadow: 0 1px 1px #00000004, 0 2px 4px #00000006, 0 3px 6px #0000000d, 0 4px 8px #00000013, 0 5px 10px #0000001a;
    color: #1d1e1c;
    cursor: default;
    display: inline-block;
    left: 0;
    line-height: 1.4;
    margin: 2px 0 0;
    max-width: 300px;
    min-width: 100px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 0;
    transition: opacity .2s, visibility .2s;
    visibility: hidden;
    z-index: 400;
}

* {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}

user agent stylesheet
li {
    text-align: -webkit-match-parent;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

user agent stylesheet
ul {
    list-style-type: disc;
}

/* nav profile menu */
.popover.is-down-right:before, .popover.is-down-right:after, .dropdown.is-down-right:before, .dropdown.is-down-right:after {
    left: auto;
    margin-left: 0;
    right: 10px;
}

.popover:before, .dropdown:before {
    border-bottom: 10px solid #a5a5a4;
    margin: -10px 0 0 -10px;
}

.popover-nav {
    width: 250px;
    top: 48px;
    left: -85px;
}

.popover:before, .popover:after, .dropdown:before, .dropdown:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
}

.popover.is-down-right:before, .popover.is-down-right:after, .dropdown.is-down-right:before, .dropdown.is-down-right:after {
    left: auto;
    margin-left: 0;
    right: 6px;
}

.popover:after, .dropdown:after {
    border-bottom: 10px solid #fff;
    margin: -9px 0 0 -10px;
}

.popover:before, .popover:after, .dropdown:before, .dropdown:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
}

.popover-nav > nav > ul li:hover
{
    background-color: #1c6ab5;
}

.popover-seperator {
    background: #c6c6c6;
    height: 1px;
    margin: 8px 0;
}

.popover-nav > nav > ul li > a:hover {
    color: #fff !important;
}

.dropdown a, .dropdown button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #1d1e1c;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    padding: 8px 24px 8px 16px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

.dt-search{
    display: none;
}

.dt-length > .dt-input{
    margin-right:5px;
}

.nav-selected 
{
    background-color: #eee;
    padding-left: 20px;
    padding-right: 20px;
}

.mt-0{
    margin-top: 0!important;
}

.login-container{
    padding-top: 13%;
}

.glacier-cell-icon
{
    padding-right: 5px;
}

.button-datatable {
    min-width: 34px!important;
    height: 34px!important;
}

.glacier-checkbox {
    padding-top: 8px;
}

.glacier-checkbox label {
    line-height: 19px;
    font-weight: 400;
}

.pl-0i {
    padding-left: 0!important;
}

.glacier-table-link{
    color: #1c6ab5;
    font-weight: 700;
}

body {
    background-color: #eeeeee6b;
}

.bg-gray {
    background-color: #f5f5f6 !important; /*matches bg*/
}

.glacier-tab-locked
{
    padding-top: 5px;
    padding-left: 5px;
    font-size: 11px;
}

.photo-cropper-img-container
{
    width: 400px;
    height: 400px;
}

.button-red {
    background-color: #e90808!important;
}

.order-summary-row{
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.glacier-checkbox > input{
    margin-top: 6px;
}

.button-order-cancel {
    background-color: #e90808 !important;
    color: #fff;
    border: 0!important;
}

.button-order-product-return {
    background-color: #333 !important;
    color: #fff;
    border: 0 !important;
}

.button-order-payment {
    background-color: green !important;
    color: #fff;
    border: 0 !important;
}



.inner-calendar {
    width: 100%;
}

.inner-calendar td {
    background: #FFF;
    height: 80px;
    border-color: black;
    border-width: 1px;
    
}

.inner-calendar .date-cell {
    text-align: center;
    font-size: 13px;
    width: 14.2857%;
    background: #FAFAFA;
}
.smtext{
    font-size: 11px;
}
.prod-bubble{
    background-color: #1c6ab5;
    color:white;
    border-radius: 3px;
    padding: 2px 6px;
    margin: 2px 2px;
}
/*
.switch {
    display: inline-block;
    height: 1rem;
    position: relative;
    width: 2rem;
    display:flex;
    flex-direction: row-reverse;
}

.switch input {
    display:none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 0.15rem;
    content: "";
    height: .75rem;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: .75rem ;
}

input:checked + .slider {
    background-color: #66bb6a;
}

input:checked + .slider:before {
    transform: translateX(.75rem );
}

.slider.round {
    border-radius: 34px ;
}

.slider.round:before {
    border-radius: 50%;
}

 */
.sales-channel-info{
    display:flex; 
    flex-direction: column;
}
.sales-channel-info .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color:#202223;
}
.sales-channel-info .description {
    font-weight:400;
    font-size: 18px;
    line-height: 21px;
    color:#6C7075;
}
.sales-channel-row{
    margin-bottom:5px;
    margin-top:5px;
}
.sales-channel-slider{
    margin: auto 0;
}


.switch {
    /*display: inline-block;*/
    height: 34px;
    position: relative;
    width: 60px;
    display:flex;
    flex-direction: row-reverse;
}

.switch input {
    display:none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

input:checked + .slider {
    background-color: #66bb6a;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.active-state, .inactive-state{
    margin-right:65px;
    font-size:22px;
    font-weight:500;
}
.switch>input[type="checkbox"]:not(:checked) ~ .active-state { display: none; pointer-events: none; }

.switch>input[type="checkbox"]:checked ~ .inactive-state { display: none; pointer-events: none; }
.sales-channel-header{
    font-weight:500;
    font-size:26px;
}

/* HTML: <div class="loader"></div> */
.loader {
    display: inline-grid;
}
.loader:before,
.loader:after {
    content: "";
    grid-area: 1/1;
    height: 30px;
    aspect-ratio: 6;
    --c: #0000 64%,#000 66% 98%,#0000 101%;
    background:
            radial-gradient(35% 146% at 50% 159%,var(--c)) 0 0,
            radial-gradient(35% 146% at 50% -59%,var(--c)) 25% 100%;
    background-size: calc(100%/3) 50%;
    background-repeat: repeat-x;
    -webkit-mask: repeating-linear-gradient(90deg,#000 0 15%,#0000 0 50%) 0 0/200%;
    animation: l8 .8s infinite linear;
}
.loader:after {
    scale: -1;
}
@keyframes l8{
    to {-webkit-mask-position:-100% 0}
}
.glacier-subtab-locked{
    padding-left:5px;
}
.table-v2{
    border-collapse: collapse;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #E3E3E3;
    border-style: hidden;
    overflow:hidden;
}

.table-v2 th{
    color: #616161;
    background-color: #F6F6F6;
}
.table-v2 td{
    vertical-align: middle;
}
.remove-row-btn{
    color: #1773B0;
    text-decoration: underline;
    font-weight:450;
}
.btn-v2-secondary{
    border: 1px solid #DEDEDE;
    color: #1773B0;
    font-weight:600;
}
.location-dashboard-card{
    border-color:#1773B0;
    color:#1773B0;
    width:250px;
    height:150px;
    padding:30px;
    gap:8px;
    border-radius: 12px;
    cursor: pointer;
}
.location-dashboard-card.active{
    border-color: #fff;
    color: #fff;
    background: #1773B1;
}
.location-dashboard-card .overline{
    font-size: 14px;
    text-transform: uppercase;
}

.location-dashboard-card .body{
    font-size: 18px;
    font-weight:400;
}

.location-dashboard-card .headline{
    font-size: 24px;
    font-weight:500;
    line-height: 135%;
}
.critical-bg{
    background-color: red !important;
    color: #fff;
}
.critical-bg.glacier-table-link{
    color: #1cb599;
    
}
.warning-bg{
    background-color: yellow !important;
    color: #000
}

button.swal2-confirm{
    background-color:var(--swal2-confirm-button-background-color)!important;
}
button.swal2-deny{
    background-color:unset;
}
button.swal2-cancel{
    background-color:var(--swal2-cancel-button-background-color)!important;
}