/* /Components/Alert/AlertModalComponent.razor.rz.scp.css */
.modal-overlay[b-i9j46hxqtd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*background-color: rgba(0,0,0,0.6);*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-alert[b-i9j46hxqtd] {
    background-color: white;
    color: black;
    display: block;
    position: relative;
    width: 400px;
    height: auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

.modal-alert .modal-alert-title[b-i9j46hxqtd],
.modal-alert-body[b-i9j46hxqtd] {
    text-align: center
}

.modal-alert-footer[b-i9j46hxqtd] {
    margin-top: 20px;
    text-align: right;
}

.modal-alert-footer button[b-i9j46hxqtd] {
    margin-left: 10px;
}

.spinner[b-i9j46hxqtd] {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    border: 4px solid #ccc;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-i9j46hxqtd 0.8s linear infinite;
}

@keyframes spin-b-i9j46hxqtd {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/ChatDriver/ChatDriverModal.razor.rz.scp.css */
[b-mvytzabw00] .chat-container {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    overflow-y: auto;
    max-height: 500px;
}

[b-mvytzabw00] .message {
    display: flex;
    margin-bottom: 20px;
}

[b-mvytzabw00] .vendor .message-content {
    background-color: #dcf8c6;
    align-self: flex-end;
    margin-left: auto;
}

[b-mvytzabw00] .customer .message-content {
    background-color: #d5e6ff;
    align-self: flex-start;
    margin-left: 40px;
}

[b-mvytzabw00] .driver .message-content {
    background-color: #fff;
    align-self: flex-start;
    margin-right: auto;
    border: 1px solid #ccc;
}

[b-mvytzabw00] .admin .message-content {
    background-color: #fedbf7;
    align-self: center;
    margin: 0 auto;
    border: 1px solid #fedbf7;
}

[b-mvytzabw00] .message-content {
    padding: 10px;
    border-radius: 15px;
    max-width: 70%;
    position: relative;
    word-wrap: break-word;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

[b-mvytzabw00] .message-author {
    font: normal normal 600 15px / 18px Proxima Nova;
    color: #0F0F0F !important;
    display: block;
    margin-bottom: 5px;
}

[b-mvytzabw00] .timestamp {
    display: block;
    font-size: 0.75em;
    color: #999;
    margin-top: 5px;
    text-align: right;
}

[b-mvytzabw00] .input-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

[b-mvytzabw00] .chat-toolbar {
    background-color: #fff;
}

[b-mvytzabw00] .chat-input-container {
    background-color: #fff;
    display: flex;
    margin-top: .5rem !important;
}

[b-mvytzabw00] .chat-textarea {
    border-radius: 11px;
    margin-right: 6px;    
    color: #1A1E25;
    border: none;
    width: -webkit-fill-available;
    padding: 10px;
    resize: none;
    outline: none;
}

/*.chat-textarea:focus {
    background: #ff01c81c;
    border-color: #FF01C9 !important;
}*/

/*.send-icon {
    color: #000;
    font-size: 30px !important;
}*/
/* /Components/CollectionScheduler/ScheduleCollectionModal.razor.rz.scp.css */
[b-mtedxmoupr] .icon-schedule {
    fill: #FF01C9 !important;
}

[b-mtedxmoupr] .mud-dialog-width-md {
    max-width: 734px !important;
}

[b-mtedxmoupr] .mud-button-text.mud-button-text-primary.mud-message-box__yes-button,
.mud-button-text.mud-button-text-primary.mud-message-box__yes-button[b-mtedxmoupr] {
    color: #fff !important;
    background: #FF01C9 !important;
}

[b-mtedxmoupr] button.mud-button-root.mud-button.mud-button-text.mud-button-text-primary.mud-button-text-size-medium.mud-ripple.mud-message-box__yes-button {
    color: #fff !important;
    background: #FF01C9 !important;
}
/* /Components/CreateLabel/CreateLabelModal.razor.rz.scp.css */
.create-label-dialog .mud-dialog[b-warzxwpynq] {
    border-radius: 16px;
}

.create-label-dialog .mud-dialog-content[b-warzxwpynq] {
    padding: 20px 24px;
}

.create-label-dialog .actions[b-warzxwpynq] {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.create-label-dialog .create-btn[b-warzxwpynq] {
    background-color: #ff00a8;
    color: #fff;
}

.create-label-dialog .more-options[b-warzxwpynq] {
    cursor: pointer;
    user-select: none;
    color: #6b6f76;
    display: inline-flex;
    align-items: center;
}

.mud-input-control.mud-input-number-control .mud-input-numeric-spin[b-warzxwpynq] {    
    right: 12px !important;
}

[b-warzxwpynq] .custom-radio-pink .mud-icon-root.mud-svg-icon {
    fill: #ff01c9 !important;
}
/* /Components/DatePicker/VendorDatePicker.razor.rz.scp.css */
/* /Components/ExpressDelivery/ExpressDeliveryModal.razor.rz.scp.css */
/*.mud-input-control ::deep .mud-select .custom-mud-auto-complete {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
}*/

/*::deep .mud-input-control.mud-input-outlined-with-label {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
}*/

/*.mud-input-control.mud-input-outlined-with-label {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
}

::deep .mud-input-control {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
}

::deep .mud-input-control.mud-input-outlined-with-label.mud-input-input-control {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
}*/

.actions[b-wotgaqt45a] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-left: -24px;
    margin-right: -24px;
    padding-right: 24px;
}

.mud-input-control mud-select custon-mud-auto-complete[b-wotgaqt45a] {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
}

[b-wotgaqt45a] .mud-input-control.mud-input-required > .mud-input-control-input-container > .mud-input-label::after {
    content: none !important;
}

[b-wotgaqt45a] .save-delivery-checkbox {
    padding-right: 30px;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

[b-wotgaqt45a] .custon-mud-auto-complete {
    margin-bottom: 1px !important;
}

[b-wotgaqt45a] .custom-mud-auto-complete .mud-input-control-helper-hidden {
    display: flex !important;
    visibility: hidden;
    min-height: 18px;
    pointer-events: none;
}

[b-wotgaqt45a] .custom-mud-auto-complete .mud-input-control-helper-container {
    min-height: 18px;
}

[b-wotgaqt45a] .mud-tooltip-root.mud-tooltip-inline {
    margin: auto !important;
    padding-bottom: 16px !important;
}

.custom-mud-input-control[b-wotgaqt45a],
[b-wotgaqt45a] .custom-mud-input-control {
    margin-top: 26px;
}
/* /Components/Forms/CustomInput.razor.rz.scp.css */
/* /Components/Jobs/HistoryJobRow.razor.rz.scp.css */
.card-body.deliveries[b-w7hhdqfd5z] {
    display: inline-flex;
    padding: 0;
    width: 100%;
}

.card-body.deliveries .info[b-w7hhdqfd5z] {
    background-color: #f9f9f9;
    height: 44px;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
    white-space: nowrap;
    width: 25%;
}

.card-body.deliveries .info .address-limit-text[b-w7hhdqfd5z] {
    display: block !important;
    width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.historical .card-body.deliveries .info .address-limit-text[b-w7hhdqfd5z] {
    display: block !important;
    width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.historical .card-body .info span[b-w7hhdqfd5z] {
    color: #000;
    font-size: 16px;
}

.historical .card-body.deliveries .info span[b-w7hhdqfd5z] {
    font-size: 15px;
}

.loading-legs[b-w7hhdqfd5z] {
    display: inline-flex;
    margin-top: 12px;
    margin-bottom: 12px;
}

.job-row[b-w7hhdqfd5z] {
    height: 45px !important;    
    overflow: hidden;
}

.job-row > td[b-w7hhdqfd5z] {
    vertical-align: middle;
    text-align: left;
    padding: 0;    
}

.collapse.show[b-w7hhdqfd5z] {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.historical .card-body .buttons[b-w7hhdqfd5z] {
    display: inline-flex;
    float: right;
}

.btn.btn-link.custom[b-w7hhdqfd5z] {
    text-decoration: none;
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 15px;
    height: auto;
}
/* /Components/Pagination/Pagination.razor.rz.scp.css */
.pagination-active[b-eulxl5mvia] {
    background-color: #ff00aa !important;
    color: white;
    border-color: transparent;
}

.btn-outline-secondary:hover[b-eulxl5mvia] {
    background-color: #f0f0f0;
}

.pagination[b-eulxl5mvia] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.btn.btn-icon[b-eulxl5mvia] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: calc(1.35em + 1.1rem + 2px);
    width: calc(1.35em + 1.1rem + 2px);
    border-radius: 6px;
    color: #181A57;
}

.btn.btn-icon.btn-light-primary[b-eulxl5mvia],
.pagination .bg-light-primary[b-eulxl5mvia] {
    color: #181A57;
    background-color: #181a5726;
    border-color: transparent;
    box-shadow: none !important;
}

.btn.btn-icon.btn-light-primary:hover[b-eulxl5mvia],
.btn.btn-icon.btn-hover-primary:hover[b-eulxl5mvia] {
    color: #ffffff;
    background-color: #181A57;
    border-color: transparent;
}

.btn.btn-icon.btn-light-primary svg .arrow[b-eulxl5mvia] {
    stroke: #181A57;
}

.btn.btn-icon.btn-light-primary:hover svg .arrow[b-eulxl5mvia] {
    stroke: #ffffff;
}


.btn.btn-icon.btn-hover-primary.active[b-eulxl5mvia] {
    color: #ffffff;
    background-color: #181A57;
    border-color: transparent;
}
/* /Components/POD/PodModal.razor.rz.scp.css */
.pod-thumb[b-el24qvldnh] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border: none;
}

.pod-btn[b-el24qvldnh] {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.img-fluid[b-el24qvldnh] {
    max-height: 400px;
    height: 400px;
    width: 400px;
}

.delivered-option[b-el24qvldnh] {
    width: 100px;
    height: 100px;
    align-content: center;
    border: 1px solid
}
/* /Components/Toast/ToastContainer.razor.rz.scp.css */
.toast-container[b-81m0ozz1me] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 2000;
}

.toast[b-81m0ozz1me] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    max-width: 350px;
    padding: 0.8rem;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    animation: fade-in-b-81m0ozz1me 0.3s ease-out;
}

.toast + .toast[b-81m0ozz1me] {
    margin-top: 0.5rem;
}

.toast-header[b-81m0ozz1me] {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  color: #fff;
}

.toast-heading[b-81m0ozz1me] {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;    
}

.toast-body[b-81m0ozz1me] {
    font-size: 0.9rem;
    line-height: 1.4;
    padding: .5rem 0;
}

.toast-close[b-81m0ozz1me] {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}

/* Level colors */
.toast.success[b-81m0ozz1me],
.toast.success .toast-header[b-81m0ozz1me] {
    background-color: #4CAF50;
}

.toast.info[b-81m0ozz1me],
.toast.info .toast-header[b-81m0ozz1me] {
    background-color: #2196F3;
}

.toast.warning[b-81m0ozz1me],
.toast.warning .toast-header[b-81m0ozz1me] {
    background-color: #FFC107;
}

.toast.error[b-81m0ozz1me],
.toast.error .toast-header[b-81m0ozz1me] {
    background-color: #F44336;
}

.toast.loading[b-81m0ozz1me] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.8rem 1rem;
}

.toast.loading .toast-spinner[b-81m0ozz1me] {
    margin-right: 0.8rem;
}

.toast.loading .toast-loading-message[b-81m0ozz1me] {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.4;
}

.toast.loading .toast-close[b-81m0ozz1me] {
    margin-left: 0.75rem;
}

@keyframes fade-in-b-81m0ozz1me {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/*.toast-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 2000;
}

.toast {
  display: inline-flex;
  align-items: center;
  min-width: 250px;
  max-width: 350px;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  animation: fade-in 0.3s ease-out;
}

.toast + .toast {
  margin-top: 0.5rem;
}

.toast .toast-body,
.toast .toast-heading {*/
  /* keep your existing typography */
/*}

.toast .toast-close {
  margin-left: auto;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}*/

/* Success (green) */
/*.toast.success {
  background-color: #4CAF50;
}*/

/* Info (blue) */
/*.toast.info {
  background-color: #2196F3;
}*/

/* Warning (amber) */
/*.toast.warning {
  background-color: #FFC107;
}*/

/* Error (red) */
/*.toast.error {
  background-color: #F44336;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}*/
/* /Components/UploadDelivery/UploadDeliveryModal.razor.rz.scp.css */
[b-ulvye1tpk1] .mud-tabs-tabbar .mud-tab,
.mud-tabs-tabbar .mud-tab[b-ulvye1tpk1] {
    min-width: 110px !important;
    max-width: 120px !important;
    justify-content: center !important;
    text-align: center !important;
}

[b-ulvye1tpk1] .custom-active-tab,
.custom-active-tab[b-ulvye1tpk1] {
    min-width: 110px !important;
    max-width: 120px !important;
    justify-content: center !important;
    text-align: center !important;
}

[b-ulvye1tpk1] .mud-tab.mud-tab-active,
.mud-tab.mud-tab-active[b-ulvye1tpk1] {
    color: #181a57;
}

[b-ulvye1tpk1] .mud-tab-panel.custom-tab-panel,
.mud-tab-panel.custom-tab-panel[b-ulvye1tpk1] {
    min-width: 110px !important;
    max-width: 120px !important;
}
/* /Components/UserPanel/UserPanel.razor.rz.scp.css */
.offcanvas[b-ox5x5ra79w],
.offcanvas-mobile[b-ox5x5ra79w] {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.offcanvas .offcanvas-header[b-ox5x5ra79w] {
    padding-bottom: 1.25rem !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: flex !important;
    padding: 0;
}

.offcanvas .offcanvas-header.offcanvas-header-navs[b-ox5x5ra79w],
.offcanvas-mobile .offcanvas-header.offcanvas-header-navs[b-ox5x5ra79w] {
    position: relative;
}

.offcanvas .offcanvas-header.offcanvas-header-navs .offcanvas-close[b-ox5x5ra79w],
.offcanvas-mobile .offcanvas-header.offcanvas-header-navs .offcanvas-close[b-ox5x5ra79w] {
    position: absolute;
    top: 0;
    right: 0;
}

.offcanvas .offcanvas-content .offcanvas-demo[b-ox5x5ra79w],
.offcanvas-mobile .offcanvas-content .offcanvas-demo[b-ox5x5ra79w] {
    border: 5px solid #EBEDF3;
}

.offcanvas .offcanvas-content .offcanvas-demo.offcanvas-demo-active[b-ox5x5ra79w],
.offcanvas-mobile .offcanvas-content .offcanvas-demo.offcanvas-demo-active[b-ox5x5ra79w] {
    border: 5px solid #3699FF;
}

.offcanvas[b-ox5x5ra79w] {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991.98px) {
    .offcanvas-mobile[b-ox5x5ra79w] {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    }
}

.offcanvas[b-ox5x5ra79w] {
    z-index: 1001;
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    left: -395px;
    width: 375px;
    padding: 2.5rem !important;
}

.offcanvas.offcanvas-on[b-ox5x5ra79w] {
    -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    left: 0;
    visibility: visible !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .offcanvas[b-ox5x5ra79w] {
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.offcanvas.offcanvas-right[b-ox5x5ra79w] {
    right: -395px;
    left: auto;
}

.offcanvas.offcanvas-right.offcanvas-on[b-ox5x5ra79w] {
    -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    right: 0;
    left: auto;
}

.offcanvas-overlay[b-ox5x5ra79w] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    -webkit-animation: animation-offcanvas-fade-in .6s ease 1;
    animation: animation-offcanvas-fade-in-b-ox5x5ra79w .6s ease 1;
}

@-webkit-keyframes animation-offcanvas-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animation-offcanvas-fade-in-b-ox5x5ra79w {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.offcanvas[b-ox5x5ra79w] {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
}

.offcanvas-overlay[b-ox5x5ra79w] {
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 425px) {
    .offcanvas[b-ox5x5ra79w] {
        width: 90% !important;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-mobile[b-ox5x5ra79w] {
        z-index: 1001;
        position: fixed;
        top: 0;
        bottom: 0;
        -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
        transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
        left: -395px;
        width: 375px;
    }

    .offcanvas-mobile.offcanvas-mobile-on[b-ox5x5ra79w] {
        -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
        transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
        left: 0;
    }
}

@media screen and (max-width: 991.98px) and (-ms-high-contrast: active), (max-width: 991.98px) and (-ms-high-contrast: none) {
    .offcanvas-mobile[b-ox5x5ra79w] {
        -webkit-transition: none !important;
        transition: none !important;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-mobile.offcanvas-mobile-right[b-ox5x5ra79w] {
        right: -395px;
        left: auto;
    }

    .offcanvas-mobile.offcanvas-mobile-right.offcanvas-mobile-on[b-ox5x5ra79w] {
        -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
        transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
        right: 0;
        left: auto;
    }

    .offcanvas-mobile-overlay[b-ox5x5ra79w] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        z-index: 1000;
        -webkit-animation: animation-offcanvas-fade-in .6s ease 1;
        animation: animation-offcanvas-fade-in-b-ox5x5ra79w .6s ease 1;
    }

    @-webkit-keyframes animation-offcanvas-fade-in {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes animation-offcanvas-fade-in-b-ox5x5ra79w {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .offcanvas-mobile[b-ox5x5ra79w] {
        background: #ffffff;
        -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    }

    .offcanvas-mobile-overlay[b-ox5x5ra79w] {
        background: rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 425px) {
    .offcanvas-mobile[b-ox5x5ra79w] {
        width: 90% !important;
    }
}

.btn.btn-icon.btn-xs[b-ox5x5ra79w] {
    height: 24px;
    width: 24px;
    border-radius: 0.42rem;
    padding: 0;
}

.btn.btn-icon i[b-ox5x5ra79w] {
    padding: 0;
    margin: 0;
}

icon-xs[b-ox5x5ra79w] {
    font-size: 0.65rem !important;
}

.btn i[b-ox5x5ra79w] {
    font-size: 1.3rem;
    padding-right: 0.35rem;
    vertical-align: middle;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn.btn-icon.btn-light[b-ox5x5ra79w] {
    color: #7E8299;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}

.btn.btn-icon.btn-hover-primary:hover[b-ox5x5ra79w] {
    color: #ffffff;
    background-color: #181A57;
    border-color: transparent;
}

.btn.btn-icon.btn-hover-primary:hover i[b-ox5x5ra79w] {
    color: #ffffff !important;    
}

.user-name[b-ox5x5ra79w] {
    font-size: 1rem;
    font-weight: 500;
}

.user-email[b-ox5x5ra79w] {
    font-size: 12px;
    color: rgba(33, 37, 41, 0.75);
}

.navi[b-ox5x5ra79w] {
    padding: 0;
    display: block;
    list-style: none;
}

.navi .navi-item[b-ox5x5ra79w] {
    text-decoration: none;
}

.navi-item:hover .fw-medium[b-ox5x5ra79w] {
    color: #3699FF;
}

.navi .navi-link[b-ox5x5ra79w] {
    padding-left: 0;
    padding-right: 0;
    transition: all 0.15s ease;
    color: #3F4254;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 0;
}

.navi-link .symbol[b-ox5x5ra79w] {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
    margin-right: 0.75rem !important;
    background-color: #F3F6F9 !important;
}

.navi-link .symbol.symbol-40 .symbol-label[b-ox5x5ra79w] {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    line-height: 0;
    color: #3F4254;
    background-color: #F3F6F9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.42rem;
}

.navi-item .navi-link .navi-text[b-ox5x5ra79w] {
    color: #222222;

}
/* /Pages/CompanyDetails.razor.rz.scp.css */

/* /Pages/ExpressDelivery.razor.rz.scp.css */
.vendor-stepper .mud-step-icon[b-hijhmb9tt4] {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.vendor-stepper .mud-step:not(.mud-active):not(.mud-completed) .mud-step-icon[b-hijhmb9tt4] {
    background: #EEF2F7;
    color: #94A3B8;
}

.vendor-stepper .mud-step.mud-active .mud-step-icon[b-hijhmb9tt4],
.vendor-stepper .mud-step.mud-completed .mud-step-icon[b-hijhmb9tt4] {
    background: #1CC7B0;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

.vendor-stepper .mud-stepper-horizontal .mud-divider[b-hijhmb9tt4] {
    height: 4px;
    background: #EEF2F7;
    opacity: 1;
}

.vendor-stepper .mud-step-label[b-hijhmb9tt4] {
    margin-top: 8px;
    color: #6B7280;
    font-weight: 600;
}

.chip-express-delivery[b-hijhmb9tt4] {
    background-color: #ff01c9 !important;
    color: #ffffff !important;
}

[b-hijhmb9tt4] .mud-chip.chip-express-delivery {
    background-color: #ff01c9 !important;
}

[b-hijhmb9tt4] .chip-express-delivery .mud-chip-content {
    color: #fff !important;
}

[b-hijhmb9tt4] .vendor-stepper .mud-stepper-nav .mud-step .mud-step-label .mud-step-label-icon {
    height: 50px !important;
    width: 50px !important;
}

[b-hijhmb9tt4] .vendor-stepper.mud-step-label.mud-step-label-active .mud-step-label-icon.mud-primary {
    background-color: #FF01C9 !important;
    color: #ffffff !important
}

[b-hijhmb9tt4] .mud-primary {
    background-color: #FF01C9 !important;
    color: #ffffff !important
}

[b-hijhmb9tt4] span.mud-typography.mud-typography-caption {
    font-size: 15px !important;
    font-weight: 600 !important;
}

[b-hijhmb9tt4] .icon.icon-bike {
    background: url(/images/icons/transport/icon-bike.png) center center no-repeat !important;
    width: 70px !important;
    height: 38px !important;
}

[b-hijhmb9tt4] .icon.icon-motorbike {
    background: url(/images/icons/transport/icon-motorbike.png) center center no-repeat !important;
    width: 70px;
    height: 38px;
}

[b-hijhmb9tt4] .icon.icon-car {
    background: url(/images/icons/transport/icon-car.png) center center no-repeat !important;
    width: 70px !important;
    height: 38px !important;
}

[b-hijhmb9tt4] .icon.icon-car-van {
    background: url(/images/icons/transport/icon-car-van.png) center center no-repeat !important;
    width: 70px !important;
    height: 38px !important;
}

[b-hijhmb9tt4] .icon.icon-standard-van {
    background: url(/images/icons/transport/icon-standard-van.png) center center no-repeat !important;
    width: 70px !important;
    height: 38px !important;
}

[b-hijhmb9tt4] .icon.icon-hi-roof-van {
    background: url(/images/icons/transport/icon-hi-roof-van.png) center center no-repeat !important;
    width: 70px !important;
    height: 38px !important;
}

[b-hijhmb9tt4] .custom-radio-pink .mud-icon-root.mud-svg-icon {
    fill: #ff01c9 !important;
}

[b-hijhmb9tt4] .vehicle-card {
    border: 1px solid #c5c5c5 !important;
}

[b-hijhmb9tt4] .vehicle-card .vehicle-description {
    font-size: 11px !important;
}

[b-hijhmb9tt4] .vehicle-card .vehicle-max-weight {
    font-size: 12px !important;
}

[b-hijhmb9tt4] .mud-step-label {
    gap: 1px !important;
}

[b-hijhmb9tt4] p.mud-typography.mud-typography-subtitle2.mud-step-label-content-title {
    font-size: 20px;
}

[b-hijhmb9tt4] p.mud-typography.mud-typography-body2.mud-step-label-content-title {
    font-size: 20px;
}

[b-hijhmb9tt4] .mud-stepper-nav-connector {
    margin: 48px -62px 0 !important;
}

[b-hijhmb9tt4] .vehicle-info {
    min-height: 60px !important;
}

.custom-date-picker[b-hijhmb9tt4] {
    background-color: #F9FAFB !important;
    border: 1px solid #d3d4d7 !important;
    border-radius: 16px !important;
    min-height: 40px !important;
    padding: 1rem .75rem;
    line-height: 1.25;
}

[b-hijhmb9tt4] .mud-input-control.mud-input-required > .mud-input-control-input-container > .mud-input-label::after {
    content: none !important;
}

.btn.btn-eletric-blue:disabled[b-hijhmb9tt4] {
    background-color: #FF01C9 !important;
    color: #fff !important;
    border: 1px solid !important;
    border-color: #FF01C9 !important;
    box-shadow: none !important;
}

[b-hijhmb9tt4] .optimize-route-checkbox {
    padding-right: 40px;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

[b-hijhmb9tt4] .optimize-route-toggle-wrap {
    display: inline-flex;
    align-items: center;
}

[b-hijhmb9tt4] .optimize-route-loading-text {
    white-space: nowrap;
    font-size: 0.9rem;
    margin: auto;
    font-size: 15px;
    font-weight: 400;
}

[b-hijhmb9tt4] .custom-mud-paper {
    padding: 0 !important;
    background-color: transparent !important;
}

[b-hijhmb9tt4] .mud-avatar-filled {
    color: #0f0f0f !important;
    background-color: #f0f000 !important;
}

[b-hijhmb9tt4] .actions {
    display: flex;
    justify-content: end;
    gap: .5rem !important;
}

[b-hijhmb9tt4] .mud-stepper-content {
    padding-top: 16px;
    border-top: 1px solid rgb(190 190 190);
    border-bottom: 1px solid rgb(190 190 190);
}

.wrap[b-hijhmb9tt4] {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 16px 28px;
    border-top: 1px solid var(--line);
}

.summary .page-title[b-hijhmb9tt4] {
    font-size: 20px;
    font-weight: 700;
    margin: 6px 0 14px;
}

.summary .section-title[b-hijhmb9tt4] {
    color: var(--olive);
    font-weight: 700;
    font-size: 16px;
    margin: 18px 0 8px;
}

.summary .rows[b-hijhmb9tt4] {
    border-bottom: 1px solid var(--line);
    padding-bottom: 8px;
    margin-bottom: 14px;
}

.summary .row[b-hijhmb9tt4] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid var(--line);
}

.summary .row:first-child[b-hijhmb9tt4] {
    border-top: none;
}

.summary .label[b-hijhmb9tt4] {
    white-space: nowrap;
}

.summary .value[b-hijhmb9tt4] {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.summary .total[b-hijhmb9tt4] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-top: 6px;
}

.summary .total .label[b-hijhmb9tt4] {
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.summary .total .value[b-hijhmb9tt4] {
    font-weight: 900;
    font-size: 28px; 
}

@media (max-width:520px) {
    .summary .total .value[b-hijhmb9tt4] {
        font-size: 24px;
    }
}

.custom-date-picker[b-hijhmb9tt4] {
    max-width: 150px;
    padding-top: 4px;
}

.custom-date-picker[b-hijhmb9tt4],
.custom-time-picker[b-hijhmb9tt4] {
    padding-top: 4px !important;
}

[b-hijhmb9tt4] .mud-input-control.mud-input-outlined-with-label {
    margin-top: 16px;
    margin-bottom: 4px;
}
/* /Pages/ExpressJobList.razor.rz.scp.css */
.job-table .mud-table-cell[b-4x1bxtc7lv] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.job-left[b-4x1bxtc7lv] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.job-ref[b-4x1bxtc7lv] {
    font-weight: 600;
    color: #222;
}

.job-stats[b-4x1bxtc7lv] {
    font-size: .75rem;
    opacity: .9;
}

.job-stats .ok[b-4x1bxtc7lv] {
    color: #0ca678;
}

.job-stats .warn[b-4x1bxtc7lv] {
    color: #fab005;
}

.job-stats .err[b-4x1bxtc7lv] {
    color: #e03131;
}

.dot[b-4x1bxtc7lv] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}

.dot-green[b-4x1bxtc7lv] {
    background: #28a745;
}

.dot-blue[b-4x1bxtc7lv] {
    background: #00f;
}

.dot-black[b-4x1bxtc7lv] {
    background: #000;
}

.dot-red[b-4x1bxtc7lv] {
    background: #ff0000;
}

.dot-orange[b-4x1bxtc7lv] {
    background: #ffa500;
}

.small[b-4x1bxtc7lv] {
    font-size: .82rem;
}

.center[b-4x1bxtc7lv] {
    text-align: center;
}

.right[b-4x1bxtc7lv] {
    text-align: right;
}

.bold[b-4x1bxtc7lv] {
    font-weight: 600;
}

.nowrap[b-4x1bxtc7lv] {
    white-space: nowrap;
}

.delivery-table .mud-table-row:hover[b-4x1bxtc7lv] {
    background: #fafafa;
}

.seq-col[b-4x1bxtc7lv] {
    width: 40px;
}

.actions-col .mud-icon-button[b-4x1bxtc7lv] {
    margin-left: .25rem;
}

.action[b-4x1bxtc7lv] {
    color: #e91e63;
}   

.action:hover[b-4x1bxtc7lv] {
    filter: brightness(1.1);
}

.action-danger[b-4x1bxtc7lv] {
    color: #d81b60;
}

[b-4x1bxtc7lv] .mud-table-cell {    
    padding: 20px 0;
}

[b-4x1bxtc7lv] .mud-table-cell.custom-col-1 {
    width: 3%;    
}

[b-4x1bxtc7lv] .mud-table-cell.custom-col-2 {
    width: 8%;    
}

[b-4x1bxtc7lv] .mud-table-cell.custom-col-3 {
    width: 12%;    
}

[b-4x1bxtc7lv] .mud-table-cell.custom-col-4 {
    width: 16%;    
}

.xs-status[b-4x1bxtc7lv] {
    display: inline-flex;
    align-items: baseline;
    gap: .10rem;
    font-variant-numeric: tabular-nums;
}

.delivered-color[b-4x1bxtc7lv] {
    color: #32cd32 !important;
    font-weight: 600 !important;
}

.inbound-color[b-4x1bxtc7lv] {
    color: #00f !important;
    font-weight: 600 !important;
}

.in-transit-color[b-4x1bxtc7lv] {
    color: #000 !important;
    font-weight: 600 !important;
}

.pickup-problem-color[b-4x1bxtc7lv] {
    color: #ffa500 !important;
    font-weight: 600 !important;
}

.problem-color[b-4x1bxtc7lv] {
    color: #ff0000 !important;
    font-weight: 600 !important;
}

.xs-status .sep[b-4x1bxtc7lv] {
    opacity: .6;
}

[b-4x1bxtc7lv] .custom-header .mud-table-cell.custom-col-1 {
    height: 40px !important;
    background-color: #f1f1f1 !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

[b-4x1bxtc7lv] .custom-header .mud-table-cell.custom-col-2 {
    height: 40px !important;
    background-color: #f1f1f1 !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

[b-4x1bxtc7lv] .custom-header .mud-table-cell.custom-col-3 {
    height: 40px !important;
    background-color: #f1f1f1 !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

[b-4x1bxtc7lv] .custom-header .mud-table-cell.custom-col-4 {
    height: 40px !important;
    background-color: #f1f1f1 !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

[b-4x1bxtc7lv] .mud-table tbody tr:last-child > .mud-table-cell,
.mud-table-body tr:last-child > .mud-table-cell[b-4x1bxtc7lv] {
    border-bottom: none !important;
}
/* /Pages/ForgotPassword.razor.rz.scp.css */
[b-5uw8wbuzlw] .mud-alert-outlined-error,
.alert-outlined-error[b-5uw8wbuzlw] {
    color: rgb(255, 26, 64) !important;
    border: 1px solid rgb(254 63 95) !important;
    text-align: center !important;
}

[b-5uw8wbuzlw] .mud-alert-outlined-success,
.alert-outlined-success[b-5uw8wbuzlw] {
    color: rgb(47, 177, 91) !important;
    border: 1px solid rgba(61, 203, 108, 1) !important;
    text-align: center !important;
}
/* /Pages/Historical.razor.rz.scp.css */
.historical .td-1[b-7iyk088qrp] {
    vertical-align: middle;
    text-align: left;
    padding: 0.5rem 0;
}

.to[b-7iyk088qrp] {
    display: flex;
    max-width: 60px;
}

@media (max-width: 767.98px) {
    .historical .card:first-child .card-body .row[b-7iyk088qrp] {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .to[b-7iyk088qrp] {
        max-width: 14px;
        padding: 0;
    }

    .historical .card:first-child .row > .col[b-7iyk088qrp],
    .historical .card:first-child .row > .col-lg-2[b-7iyk088qrp] {
        flex-basis: calc(40% - 0.5rem);
        min-width: 130px;
    }

    .historical .card:first-child .row > .col.d-flex.justify-content-end[b-7iyk088qrp] {
        flex-basis: 100%;
    }

    .historical .card:first-child .row > .col .btn-dark-blue[b-7iyk088qrp] {
        width: 100%;
        margin-top: 0.5rem;
    }
}
/* /Pages/Invoices.razor.rz.scp.css */
.account-status.active[b-02a1bcj3sw] {
    color: #57EC32;
    font-weight: 700;
}

.account-status.suspended[b-02a1bcj3sw] {
    color: #FB0C0C;
    font-weight: 700;
}

.financial[b-02a1bcj3sw] {
    display: flex;
    justify-content: flex-end;
}

.financial .label[b-02a1bcj3sw] {
    margin-right: 8px;
    display: inline-flex;
    width: 200px !important;
    justify-content: end;
}

.card-table[b-02a1bcj3sw] {
    margin-top: 16px;
    margin-bottom: 16px;
}

.card-table table[b-02a1bcj3sw] {
    table-layout: fixed; 
    width: 100%;
}

.card-table table tr[b-02a1bcj3sw] {
    width: 100%;
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    height: 52px;
}

.card-table table td[b-02a1bcj3sw] {
    width: 14.28%
}

.card-table table .tables-cell[b-02a1bcj3sw] {
    font-weight: 500;
}

.to[b-02a1bcj3sw] {
    display: flex;
    max-width: 60px;
}

.pagination-active[b-02a1bcj3sw] {
    background-color: #ff00aa !important;
    color: white;
    border-color: transparent;
}

.btn-outline-secondary:hover[b-02a1bcj3sw] {
    background-color: #f0f0f0;
}

@media (max-width: 767.98px) {
    .invoices .card:first-child .card-body .row[b-02a1bcj3sw] {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .to[b-02a1bcj3sw] {        
        max-width: 14px;
        padding: 0;
    }

    .invoices .card:first-child .row > .col[b-02a1bcj3sw],
    .invoices .card:first-child .row > .col-lg-2[b-02a1bcj3sw] {
        flex-basis: calc(40% - 0.5rem);
        min-width: 130px;
    }
        
    .invoices .card:first-child .row > .col.d-flex.justify-content-end[b-02a1bcj3sw] {
        flex-basis: 100%;
    }

    .invoices .card:first-child .row > .col .btn-dark-blue[b-02a1bcj3sw] {
        width: 100%;
        margin-top: 0.5rem;
    }  

    .card.mb-4 .justify-content-between.d-flex.row[b-02a1bcj3sw] {
        flex-direction: column;
    }

    .financial[b-02a1bcj3sw] {
        margin-top: 1rem;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .financial .label[b-02a1bcj3sw] {
        display: block;
        margin-top: 0.5rem;
    }
    
    .ms-auto.pe-3.d-inline-flex[b-02a1bcj3sw] {        
        align-items: stretch;        
    }

    .form-check-reverse[b-02a1bcj3sw] {
        margin-bottom: 0.5rem;
    }    

    .table-responsive table[b-02a1bcj3sw] {
        white-space: nowrap;
    }

    .card-table .card-body[b-02a1bcj3sw] {
        overflow-x: auto;
        max-width: 388px;
    }

    .card.card-table .table-responsive .td-1[b-02a1bcj3sw] {
        width: 30%;
    }
}

.custom-date-picker[b-02a1bcj3sw] {
    background-color: #F9FAFB !important;
    border: 1px solid #d3d4d7 !important;
    border-radius: 16px !important;
    min-height: 40px !important;
    padding: 1rem .75rem;
    line-height: 1.25;
}

.mud-icon-root.mud-svg-icon[b-02a1bcj3sw] {
    fill: #FF01C9;
}

[b-02a1bcj3sw] .mud-table-row,
[b-02a1bcj3sw] .custom-mud-table-row {
    height: 55px !important;
}
/* /Pages/Support.razor.rz.scp.css */
/*.container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}*/

.container-one[b-p7jron22w3],
.container-second[b-p7jron22w3],
.container-third[b-p7jron22w3] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.grid-item-one[b-p7jron22w3],
.grid-item-second[b-p7jron22w3],
.grid-item-third[b-p7jron22w3] {
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 10px 30px 0px rgba(17, 38, 146, 0.05);
}

.grid-item-one[b-p7jron22w3] {
    width: 316px;
    height: 133px;
    background-color: #FFF;
}

.grid-item-second[b-p7jron22w3] {
    width: 316px;
    height: 170px;
    background-color: #181A57;
}

.grid-item-second a[b-p7jron22w3],
.container-third a[b-p7jron22w3] {
    text-decoration: none;
}

.grid-item-third[b-p7jron22w3] {
    width: 197px;
    height: 133px;
    background-color: #FFF;
}

@media (max-width: 1024px) {
    .grid-item-one[b-p7jron22w3] {
        width: calc(50% - 40px);
        max-width: 316px;
    }

    .grid-item-second[b-p7jron22w3] {
        width: 100%;
        max-width: 316px;
    }

    .grid-item-third[b-p7jron22w3] {
        width: calc(33.333% - 40px);
        max-width: 197px;
    }
}

@media (max-width: 768px) {
    .grid-item-one[b-p7jron22w3],
    .grid-item-third[b-p7jron22w3] {
        width: calc(50% - 40px);
    }
}

@media (max-width: 480px) {
    .grid-item-one[b-p7jron22w3],
    .grid-item-third[b-p7jron22w3],
    .grid-item-second[b-p7jron22w3] {
        width: 100%;
        max-width: 316px;
    }
}

.card-title[b-p7jron22w3] {
    color: #222;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.card-title.pink[b-p7jron22w3] {
    color: #FF01C9;
    background: transparent !important;
}


.modal[b-p7jron22w3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.modal.show[b-p7jron22w3] {
    visibility: visible;
    opacity: 1;
}

.modal-content[b-p7jron22w3] {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 800px;
    height: 600px;
}

iframe[b-p7jron22w3] {
    width: 100%;
}


.background-top[b-p7jron22w3],
.background-bottom[b-p7jron22w3] {
    display: none !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-dq93vdvbhg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dq93vdvbhg] {
    flex: 1;
}

.sidebar[b-dq93vdvbhg] {
    background: #ffffff;
    border-right: 1px solid #d6d5d5
}

.top-row[b-dq93vdvbhg] {
    background-color: #fff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 4.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-dq93vdvbhg]  a, .top-row[b-dq93vdvbhg]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-dq93vdvbhg]  a:hover, .top-row[b-dq93vdvbhg]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-dq93vdvbhg]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dq93vdvbhg] {
        display: none;
    }

    .top-row.auth[b-dq93vdvbhg] {
        justify-content: space-between;
    }

    .top-row[b-dq93vdvbhg]  a, .top-row[b-dq93vdvbhg]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dq93vdvbhg] {
        flex-direction: row;
    }

    .sidebar[b-dq93vdvbhg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dq93vdvbhg] {
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .top-row.auth[b-dq93vdvbhg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

/*    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}

.brand-toggle.btn[b-dq93vdvbhg] {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.brand-toggle .svg-icon svg[b-dq93vdvbhg] {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.btn.active .svg-icon svg g [fill][b-dq93vdvbhg],
.btn:hover .svg-icon svg g [fill][b-dq93vdvbhg] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FF01C9;
}

.btn.active .svg-icon svg:hover g [fill][b-dq93vdvbhg],
.btn:hover .svg-icon svg:hover g [fill][b-dq93vdvbhg] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

@media (min-width: 992px) {
    .sidebar-fixed .wrapper[b-dq93vdvbhg] {
        padding-left: 250px;
    }

    .sidebar-fixed .sidebar[b-dq93vdvbhg] {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 98;
    }

    .sidebar-minimize .sidebar[b-dq93vdvbhg] {
        width: 0;
        overflow-x: hidden;
    }

    .sidebar-fixed.sidebar-minimize .wrapper[b-dq93vdvbhg] {
        padding-left: 0;
    }

    .sidebar-minimize .brand-toggle .svg-icon svg[b-dq93vdvbhg] {
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.topbar[b-dq93vdvbhg] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}

.topbar .topbar-item[b-dq93vdvbhg] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0g641apjdr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row .navbar[b-0g641apjdr] {
    height: 5.5rem;
    background: #ffffff;
}

.navbar-brand[b-0g641apjdr] {
    font-size: 1.1rem;
}

.oi[b-0g641apjdr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0g641apjdr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-0g641apjdr] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-0g641apjdr] {
    padding-bottom: 1rem;
}

.nav-item[b-0g641apjdr]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-0g641apjdr]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-0g641apjdr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0g641apjdr] {
        display: none;
    }

    .collapse[b-0g641apjdr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.brand[b-0g641apjdr] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;    
    height: 72px;
}

.brand .brand-logo[b-0g641apjdr] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-begin;
    -ms-flex-pack: flex-begin;
    justify-content: flex-begin;
}

.sidebar-minimize .brand .brand-logo img[b-0g641apjdr] {
    display: none;
}

@media (min-width: 992px) {   
    .sidebar-minimize .brand[b-0g641apjdr] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.sidebar-menu .menu-nav[b-0g641apjdr] {
    margin: 0;
    list-style: none;
    padding: 15px 0;
}

.sidebar-menu .menu-nav > .menu-item[b-0g641apjdr] {
    height: 60px;
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: none;
    padding: 0;
}

.sidebar-menu .menu-nav .menu-item .menu-link[b-0g641apjdr] {
    padding: 9px 14px;
    cursor: pointer;
    min-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;    
    text-decoration: none;
    position: relative;
    outline: none;
}

.sidebar-menu .menu-nav > .menu-item > .menu-link .menu-icon[b-0g641apjdr] {
    color: #4B5575;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}

.sidebar-menu .menu-nav > .menu-item > .menu-link .menu-text[b-0g641apjdr] {
    color: #222222;
    font-weight: 500;
    font-size: 1rem;
    text-transform: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
}

/*.sidebar-menu .menu-nav .menu-item:hover > .menu-link .menu-text,
.sidebar-menu .menu-nav .menu-item.active > .menu-link .menu-text {
    color: #ffffff;     
}*/

/*.sidebar-menu .menu-nav .menu-item:hover .svg-icon-path-stroke,
.sidebar-menu .menu-nav .menu-item.active .svg-icon-path-stroke {
    stroke: #ffffff !important;
}

.sidebar-menu .menu-nav .menu-item:hover .svg-icon-path-fill,
.sidebar-menu .menu-nav .menu-item.active .svg-icon-path-fill {
    fill: #ffffff !important;
}*/

.sidebar-menu .menu-nav .menu-item:hover[b-0g641apjdr],
.sidebar-menu .menu-nav .menu-item.active[b-0g641apjdr] {
    background: #181A571A;
}
