:root {
    --f7-message-text-header-text-color: inherit;
    --f7-message-text-header-opacity: 0.65;
    --f7-message-text-header-font-size: 12px;
    --f7-message-text-footer-text-color: inherit;
    --f7-message-text-footer-opacity: 0.65;
    --f7-message-text-footer-font-size: 12px;
    --f7-message-bubble-line-height: 1.2;
    --f7-message-header-font-size: 12px;
    --f7-message-footer-font-size: 11px;
    --f7-message-name-font-size: 12px;
    --f7-message-name-font-weight: inherit;
    --f7-message-avatar-border-radius: 50%;
    --f7-messages-title-font-weight: inherit;
    /*
    --f7-message-sent-bg-color: var(--f7-theme-color);
    */
    --f7-message-sent-text-color: #000;
    --f7-messages-content-bg-color: #fff;
    --f7-message-typing-indicator-bg-color: #000;
    --f7-message-received-bg-color: #e5e5ea;
    --f7-message-received-text-color: #000;
}
:root .theme-dark,
:root.theme-dark {
    --f7-messages-title-text-color: rgba(255, 255, 255, 0.54);
    --f7-message-header-text-color: rgba(255, 255, 255, 0.54);
    --f7-message-name-text-color: rgba(255, 255, 255, 0.54);
    --f7-message-footer-text-color: rgba(255, 255, 255, 0.54);
    --f7-messages-content-bg-color: transparent;
    --f7-message-received-bg-color: #252525;
    --f7-message-received-text-color: #fff;
    --f7-message-typing-indicator-bg-color: #fff;
}

.home-button{
    max-width: 320px;
    margin: auto;
}

.camera {
    width: calc(100% - 10px);
    height: auto;
    position: absolute;
    top: 5px;
    left: 5px;
}

.active{
    display: block;
}

.inactive{
    display: none;
}

.custom-dialog
{
    width: 90%;
    left: 5%;
    margin-left: 0;
}

.device{
    background-color: #00adff;
    border-radius: 5px;
}

.device.disable {
    background-color: #b5e7ff;
    border-radius: 5px;
}

.invoice-header
{
    font-weight: bold;
}

.page {
    //background: url("https://app.moiicoffee.ru/pages/images/fone.png") no-repeat center center fixed !important;
    //background-size: cover !important;
}

#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    background: #ffffff;
    z-index: 9999;
}

#splash {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.view-master-detail .page-master {
    min-width: 200px;
    max-width: 1024px;
}

.panel {
    min-width: 98vw;
    max-width: 100vw;
}

.size-16 { font-size: 16px }
.size-19 { font-size: 19px }
.size-22 { font-size: 22px }
.size-25 { font-size: 25px }
.size-29 { font-size: 29px }
.size-50 { font-size: 50px }

.display-webkit-box{
   display :-webkit-box;
   display :block
}

.ios {
    --f7-ptr-preloader-size: 28px;
    --f7-ptr-size: 44px;

    --f7-messages-title-text-color: rgba(0, 0, 0, 0.45);
    --f7-messages-title-font-size: 11px;
    --f7-message-header-text-color: rgba(0, 0, 0, 0.45);
    --f7-message-footer-text-color: rgba(0, 0, 0, 0.45);
    --f7-message-name-text-color: rgba(0, 0, 0, 0.45);
    --f7-message-avatar-size: 29px;
    --f7-message-margin: 10px;
    --f7-message-bubble-min-height: 32px;
    --f7-message-bubble-font-size: 17px;
    --f7-message-bubble-border-radius: 16px;
    --f7-message-bubble-padding-vertical: 6px;
    --f7-message-bubble-padding-horizontal: 16px;
    --f7-message-typing-indicator-opacity: 0.35;
}
.md {
    --f7-ptr-preloader-size: 22px;
    --f7-ptr-size: 40px;

    --f7-messages-title-font-size: 12px;
    --f7-message-avatar-size: 32px;
    --f7-message-margin: 16px;
    --f7-message-bubble-min-height: 32px;
    --f7-message-bubble-font-size: 16px;
    --f7-message-bubble-border-radius: 4px;
    --f7-message-bubble-padding-vertical: 6px;
    --f7-message-bubble-padding-horizontal: 8px;
    --f7-message-typing-indicator-opacity: 0.6;
    --f7-messages-title-text-color: rgba(0, 0, 0, 0.51);
    --f7-message-header-text-color: rgba(0, 0, 0, 0.51);
    --f7-message-footer-text-color: rgba(0, 0, 0, 0.51);
    --f7-message-name-text-color: rgba(0, 0, 0, 0.51);
}
.aurora {
    --f7-ptr-preloader-size: 20px;
    --f7-ptr-size: 38px;

    --f7-messages-title-font-size: 12px;
    --f7-message-avatar-size: 24px;
    --f7-message-margin: 10px;
    --f7-message-bubble-min-height: 28px;
    --f7-message-bubble-font-size: 13px;
    --f7-message-bubble-line-height: 1.4;
    --f7-message-bubble-border-radius: 14px;
    --f7-message-bubble-padding-vertical: 5px;
    --f7-message-bubble-padding-horizontal: 10px;
    --f7-message-typing-indicator-opacity: 0.5;
    --f7-messages-title-text-color: rgba(0, 0, 0, 0.51);
    --f7-message-header-text-color: rgba(0, 0, 0, 0.51);
    --f7-message-footer-text-color: rgba(0, 0, 0, 0.51);
    --f7-message-name-text-color: rgba(0, 0, 0, 0.51);
}

.example-1 .form-group{padding:1em;margin:1em}
.example-1 input[type=file]{outline:0;opacity:0;pointer-events:none;user-select:none}
.example-1 .label{width:120px;border:2px dashed grey;border-radius:5px;display:block;padding:1.2em;transition:border 300ms ease;cursor:pointer;text-align:center}
.example-1 .label i{display:block;font-size:42px;padding-bottom:16px}
.example-1 .label i,.example-1 .label .title{color:grey;transition:200ms color}
.example-1 .label:hover{border:2px solid #000}
.example-1 .label:hover i,.example-1 .label:hover .title{color:#000}

.photo-input .form-group{padding:1em;margin:1em}
.photo-input input[type=file]{outline:0;opacity:0;pointer-events:none;user-select:none}
.photo-input .label{width:100px;border:2px dashed grey;border-radius:5px;display:block;padding:0.5em;transition:border 300ms ease;cursor:pointer;text-align:center}
.photo-input .label i{display:block;font-size:42px;padding-bottom:16px}
.photo-input .label i,.photo-input .label .title{color:grey;transition:200ms color}
.photo-input .label:hover{border:2px solid #000}
.photo-input .label:hover i,.photo-input .label:hover .title{color:#000}

.photo-collect{
    border:2px dashed grey;
    border-radius:5px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.message-sent .message-bubble
{
    background-color: antiquewhite;
}
.message-received .message-bubble
{
    background-color: #eac99e;
}
.message-text
{
    font-size: 15px;
}

.task-inwork
{
    background-color: #c0cc0b52;
}
.task-new
{
    background-color: #00968852;
}
.task-completed
{
    background-color: rgba(76, 217, 100, 0.72);
}
.task-canceled
{
    background-color: rgba(255, 0, 0, 0.56);
}

/***************************/
:root {
    --f7-list-inset-side-margin: 16px;
    --f7-list-item-cell-margin: 16px;
    --f7-list-item-padding-horizontal: 16px;
    --f7-list-media-item-padding-horizontal: 16px;
    --f7-list-item-text-max-lines: 2;
    --f7-list-chevron-icon-font-size: 20px;
    --f7-list-item-title-font-size: inherit;
    --f7-list-item-title-font-weight: 400;
    --f7-list-item-title-text-color: inherit;
    --f7-list-item-title-line-height: inherit;
    --f7-list-item-title-white-space: nowrap;
    --f7-list-item-subtitle-font-weight: 400;
    --f7-list-item-subtitle-text-color: inherit;
    --f7-list-item-subtitle-line-height: inherit;
    --f7-list-item-text-font-weight: 400;
    --f7-list-item-after-font-weight: 400;
    --f7-list-item-header-text-color: inherit;
    --f7-list-item-header-font-size: 12px;
    --f7-list-item-header-font-weight: 400;
    --f7-list-item-header-line-height: 1.2;
    --f7-list-item-footer-font-size: 12px;
    --f7-list-item-footer-font-weight: 400;
    --f7-list-item-footer-line-height: 1.2;
    --f7-list-button-font-size: inherit;
    --f7-list-button-font-weight: 400;
    --f7-list-item-divider-line-height: inherit;
    --f7-list-group-title-line-height: inherit;
    --f7-list-bg-color: #fff;
    --f7-list-chevron-icon-color: rgba(0, 0, 0, 0.2);
}
:root .theme-dark,
:root.theme-dark {
    --f7-list-button-border-color: rgba(255, 255, 255, 0.15);
    --f7-list-bg-color: #1c1c1d;
    --f7-list-border-color: rgba(255, 255, 255, 0.15);
    --f7-list-item-border-color: rgba(255, 255, 255, 0.15);
    --f7-list-item-divider-border-color: rgba(255, 255, 255, 0.15);
    --f7-list-item-divider-bg-color: #232323;
    --f7-list-group-title-bg-color: #232323;
    --f7-list-chevron-icon-color: rgba(255, 255, 255, 0.3);
}
.ios {
    --f7-list-in-list-padding-left: 30px;
    --f7-list-inset-border-radius: 8px;
    --f7-list-margin-vertical: 35px;
    --f7-list-font-size: 17px;
    --f7-list-chevron-icon-area: 20px;
    --f7-list-border-color: rgba(0, 0, 0, 0.22);
    --f7-list-item-border-color: rgba(0, 0, 0, 0.22);
    --f7-list-link-pressed-bg-color: rgba(0, 0, 0, 0.15);
    --f7-list-item-subtitle-font-size: 15px;
    --f7-list-item-text-font-size: 15px;
    --f7-list-item-text-line-height: 21px;
    --f7-list-item-after-font-size: inherit;
    --f7-list-item-after-line-height: inherit;
    --f7-list-item-after-padding: 5px;
    --f7-list-item-min-height: 44px;
    --f7-list-item-media-margin: 16px;
    --f7-list-item-media-icons-margin: 5px;
    --f7-list-item-padding-vertical: 8px;
    --f7-list-media-item-padding-vertical: 10px;
    --f7-list-media-item-title-font-weight: 600;
    /*
    --f7-list-button-text-color: var(--f7-theme-color);
    */
    --f7-list-button-text-align: center;
    --f7-list-button-border-color: rgba(0, 0, 0, 0.22);
    --f7-list-item-divider-height: 31px;
    --f7-list-item-divider-font-size: inherit;
    --f7-list-item-divider-font-weight: 400;
    --f7-list-item-divider-bg-color: rgba(0, 0, 0, 0.03);
    --f7-list-item-divider-border-color: rgba(0, 0, 0, 0.22);
    --f7-list-group-title-height: 31px;
    --f7-list-group-title-font-size: inherit;
    --f7-list-group-title-font-weight: 400;
    --f7-list-group-title-bg-color: #f7f7f7;
    --f7-list-item-after-text-color: rgba(0, 0, 0, 0.45);
    --f7-list-item-footer-text-color: rgba(0, 0, 0, 0.45);
    --f7-list-item-text-text-color: rgba(0, 0, 0, 0.45);
    --f7-list-item-divider-text-color: rgba(0, 0, 0, 0.45);
    --f7-list-group-title-text-color: rgba(0, 0, 0, 0.45);
    --f7-list-button-pressed-bg-color: rgba(0, 0, 0, 0.15);
}
.ios .theme-dark,
.ios.theme-dark {
    --f7-list-item-after-text-color: rgba(255, 255, 255, 0.55);
    --f7-list-item-header-text-color: rgba(255, 255, 255, 0.55);
    --f7-list-item-footer-text-color: rgba(255, 255, 255, 0.55);
    --f7-list-item-text-text-color: rgba(255, 255, 255, 0.55);
    --f7-list-item-divider-text-color: rgba(255, 255, 255, 0.55);
    --f7-list-group-title-text-color: rgba(255, 255, 255, 0.55);
    --f7-list-link-pressed-bg-color: rgba(255, 255, 255, 0.08);
    --f7-list-button-pressed-bg-color: rgba(255, 255, 255, 0.08);
}
.md {
    --f7-list-in-list-padding-left: 40px;
    --f7-list-inset-border-radius: 4px;
    --f7-list-margin-vertical: 32px;
    --f7-list-font-size: 16px;
    --f7-list-chevron-icon-area: 26px;
    --f7-list-border-color: rgba(0, 0, 0, 0.12);
    --f7-list-item-border-color: rgba(0, 0, 0, 0.12);
    --f7-list-item-subtitle-font-size: 14px;
    --f7-list-item-text-font-size: 14px;
    --f7-list-item-text-line-height: 20px;
    --f7-list-item-after-font-size: 14px;
    --f7-list-item-after-line-height: inherit;
    --f7-list-item-after-padding: 8px;
    --f7-list-item-min-height: 48px;
    --f7-list-item-media-margin: 16px;
    --f7-list-item-media-icons-margin: 8px;
    --f7-list-item-padding-vertical: 8px;
    --f7-list-media-item-padding-vertical: 14px;
    /*
    --f7-list-media-item-title-font-weight: var(--f7-list-item-title-font-weight);
    */
    --f7-list-button-text-align: left;
    --f7-list-button-border-color: transparent;
    --f7-list-item-divider-height: 48px;
    --f7-list-item-divider-font-size: 14px;
    --f7-list-item-divider-font-weight: 400;
    --f7-list-item-divider-bg-color: #f4f4f4;
    --f7-list-item-divider-border-color: transparent;
    --f7-list-group-title-height: 48px;
    --f7-list-group-title-font-size: 14px;
    --f7-list-group-title-font-weight: 400;
    --f7-list-group-title-bg-color: #f4f4f4;
    --f7-list-link-pressed-bg-color: rgba(0, 0, 0, 0.1);
    --f7-list-item-text-text-color: rgba(0, 0, 0, 0.54);
    --f7-list-item-after-text-color: rgba(0, 0, 0, 0.54);
    --f7-list-item-footer-text-color: rgba(0, 0, 0, 0.5);
    --f7-list-button-text-color: #212121;
    --f7-list-button-pressed-bg-color: rgba(0, 0, 0, 0.1);
    --f7-list-item-divider-text-color: rgba(0, 0, 0, 0.54);
    --f7-list-group-title-text-color: rgba(0, 0, 0, 0.54);
}
.md .theme-dark,
.md.theme-dark {
    --f7-list-button-text-color: #fff;
    --f7-list-item-divider-text-color: #fff;
    --f7-list-group-title-text-color: #fff;
    --f7-list-link-pressed-bg-color: rgba(255, 255, 255, 0.05);
    --f7-list-button-pressed-bg-color: rgba(255, 255, 255, 0.05);
    --f7-list-item-text-text-color: rgba(255, 255, 255, 0.54);
    --f7-list-item-after-text-color: rgba(255, 255, 255, 0.54);
    --f7-list-item-footer-text-color: rgba(255, 255, 255, 0.54);
}
.aurora {
    --f7-list-in-list-padding-left: 16px;
    --f7-list-inset-border-radius: 4px;
    --f7-list-margin-vertical: 15px;
    --f7-list-font-size: 14px;
    --f7-list-chevron-icon-area: 15px;
    --f7-list-chevron-icon-font-size: 16px;
    --f7-list-border-color: rgba(0, 0, 0, 0.12);
    --f7-list-item-border-color: rgba(0, 0, 0, 0.12);
    --f7-list-item-title-line-height: 1.3;
    --f7-list-item-subtitle-font-size: 14px;
    --f7-list-item-subtitle-line-height: 1.3;
    --f7-list-item-text-font-size: 12px;
    --f7-list-item-text-line-height: 16px;
    --f7-list-item-after-font-size: 13px;
    --f7-list-item-after-line-height: 1.2;
    --f7-list-item-after-padding: 5px;
    --f7-list-item-min-height: 32px;
    --f7-list-item-media-margin: 10px;
    --f7-list-item-media-icons-margin: 5px;
    --f7-list-item-padding-vertical: 5px;
    --f7-list-media-item-padding-vertical: 5px;
    --f7-list-media-item-title-font-weight: 600;
    /*
    --f7-list-button-text-color: var(--f7-theme-color);
    */
    --f7-list-button-text-align: center;
    --f7-list-button-border-color: rgba(0, 0, 0, 0.12);
    --f7-list-item-divider-height: 19px;
    --f7-list-item-divider-font-size: inherit;
    --f7-list-item-divider-font-weight: 500;
    --f7-list-item-divider-bg-color: rgba(0, 0, 0, 0.03);
    --f7-list-item-divider-border-color: transparent;
    --f7-list-group-title-height: 19px;
    --f7-list-group-title-font-size: inherit;
    --f7-list-group-title-font-weight: 500;
    --f7-list-group-title-bg-color: #f7f7f7;
    --f7-list-link-pressed-bg-color: rgba(0, 0, 0, 0.1);
    --f7-list-link-hover-bg-color: rgba(0, 0, 0, 0.03);
    --f7-list-item-text-text-color: rgba(0, 0, 0, 0.6);
    --f7-list-item-after-text-color: rgba(0, 0, 0, 0.5);
    --f7-list-item-footer-text-color: rgba(0, 0, 0, 0.6);
    --f7-list-button-pressed-bg-color: rgba(0, 0, 0, 0.1);
    --f7-list-button-hover-bg-color: rgba(0, 0, 0, 0.03);
    --f7-list-item-divider-text-color: rgba(0, 0, 0, 0.6);
    --f7-list-group-title-text-color: rgba(0, 0, 0, 0.6);
}
.aurora .theme-dark,
.aurora.theme-dark {
    --f7-list-item-text-text-color: rgba(255, 255, 255, 0.54);
    --f7-list-item-after-text-color: rgba(255, 255, 255, 0.54);
    --f7-list-item-footer-text-color: rgba(255, 255, 255, 0.54);
    --f7-list-item-divider-text-color: rgba(255, 255, 255, 0.6);
    --f7-list-group-title-text-color: rgba(255, 255, 255, 0.6);
    --f7-list-link-pressed-bg-color: rgba(255, 255, 255, 0.05);
    --f7-list-link-hover-bg-color: rgba(255, 255, 255, 0.03);
    --f7-list-button-pressed-bg-color: rgba(255, 255, 255, 0.05);
    --f7-list-button-hover-bg-color: rgba(255, 255, 255, 0.03);
}

:root {
    --f7-input-bg-color: transparent;
    --f7-label-font-weight: 400;
    --f7-label-line-height: 1.3;
    --f7-input-padding-left: 0px;
    --f7-input-padding-right: 0px;
    --f7-input-error-text-color: #ff3b30;
    --f7-input-error-font-size: 12px;
    --f7-input-error-line-height: 1.4;
    --f7-input-error-font-weight: 400;
    --f7-input-info-font-size: 12px;
    --f7-input-info-line-height: 1.4;
    --f7-input-outline-height: 40px;
    --f7-input-outline-border-radius: 4px;
    --f7-input-outline-padding-horizontal: 12px;
    --f7-textarea-height: 100px;
    /*
    --f7-input-outline-focused-border-color: var(--f7-theme-color);
    --f7-input-outline-invalid-border-color: var(--f7-input-error-text-color);
    */
    --f7-input-outline-border-color: #999;
}
:root .theme-dark,
:root.theme-dark {
    --f7-input-outline-border-color: #444;
}
.ios {
    --f7-input-height: 44px;
    --f7-input-font-size: 17px;
    --f7-input-placeholder-color: #a9a9a9;
    --f7-textarea-padding-vertical: 11px;
    /*
    --f7-input-focused-border-color: var(--f7-list-item-border-color);
    --f7-input-invalid-border-color: var(--f7-list-item-border-color);
    --f7-input-invalid-text-color: var(--f7-input-error-text-color);
    */
    --f7-label-font-size: 12px;
    --f7-label-text-color: inherit;
    /*
    --f7-label-focused-text-color: var(--f7-label-text-color);
    --f7-label-invalid-text-color: var(--f7-label-text-color);
    */
    --f7-floating-label-scale: calc(17 / 12);
    --f7-inline-label-font-size: 17px;
    --f7-inline-label-line-height: 1.4;
    --f7-inline-label-padding-top: 3px;
    --f7-input-clear-button-size: 14px;
    --f7-input-text-color: #000000;
    --f7-input-info-text-color: rgba(0, 0, 0, 0.45);
    --f7-input-clear-button-color: rgba(0, 0, 0, 0.45);
}
.ios .theme-dark,
.ios.theme-dark {
    --f7-input-text-color: #fff;
    --f7-input-info-text-color: rgba(255, 255, 255, 0.55);
    --f7-input-clear-button-color: rgba(255, 255, 255, 0.5);
}
.md {
    --f7-input-height: 36px;
    --f7-input-font-size: 16px;
    --f7-textarea-padding-vertical: 7px;
    /*
    --f7-input-focused-border-color: var(--f7-theme-color);
    --f7-input-invalid-border-color: var(--f7-input-error-text-color);
    --f7-input-invalid-text-color: var(--f7-input-text-color);
    */
    --f7-label-font-size: 12px;
    /*
    --f7-label-focused-text-color: var(--f7-theme-color);
    --f7-label-invalid-text-color: var(--f7-input-error-text-color );
    */
    --f7-floating-label-scale: calc(16 / 12);
    --f7-inline-label-font-size: 16px;
    --f7-inline-label-line-height: 1.5;
    --f7-inline-label-padding-top: 7px;
    --f7-input-clear-button-size: 18px;
    --f7-input-clear-button-color: #aaa;
    --f7-input-text-color: #212121;
    --f7-input-placeholder-color: rgba(0, 0, 0, 0.35);
    --f7-label-text-color: rgba(0, 0, 0, 0.65);
    --f7-input-info-text-color: rgba(0, 0, 0, 0.45);
}
.md .theme-dark,
.md.theme-dark {
    --f7-input-text-color: rgba(255, 255, 255, 0.87);
    --f7-input-placeholder-color: rgba(255, 255, 255, 0.35);
    --f7-label-text-color: rgba(255, 255, 255, 0.54);
    --f7-input-info-text-color: rgba(255, 255, 255, 0.45);
}
.aurora {
    --f7-input-height: 24px;
    --f7-input-font-size: 13px;
    --f7-textarea-padding-vertical: 2px;
    /*
    --f7-input-focused-border-color: var(--f7-list-item-border-color);
    --f7-input-invalid-border-color: var(--f7-list-item-border-color);
    --f7-input-invalid-text-color: var(--f7-input-error-text-color);
    */
    --f7-label-font-size: 11px;
    --f7-label-text-color: inherit;
    /*
    --f7-label-focused-text-color: var(--f7-label-text-color);
    --f7-label-invalid-text-color: var(--f7-label-text-color);
    */
    --f7-floating-label-scale: calc(13 / 11);
    --f7-inline-label-font-size: 14px;
    --f7-inline-label-line-height: 1.4;
    --f7-inline-label-padding-top: 1px;
    --f7-input-clear-button-size: 14px;
    --f7-input-outline-height: 32px;
    --f7-input-outline-padding-horizontal: 8px;
    --f7-input-text-color: #000000;
    --f7-input-placeholder-color: rgba(0, 0, 0, 0.32);
    --f7-input-clear-button-color: #666;
    --f7-input-info-text-color: rgba(0, 0, 0, 0.5);
}
.aurora .theme-dark,
.aurora.theme-dark {
    --f7-input-text-color: #fff;
    --f7-input-clear-button-color: #aaa;
    --f7-input-placeholder-color: rgba(255, 255, 255, 0.35);
    --f7-input-info-text-color: rgba(255, 255, 255, 0.45);
}

#note_photo_add {
    display: none;
}
#waybill_photo_add {
    display: none;
}
.custom-file-upload-note {
    border: 1px solid #ccc;
    border-radius: 10px;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

:root {
    --f7-badge-text-color: #fff;
    --f7-badge-bg-color: #8e8e93;
    --f7-badge-padding: 0 4px;
    --f7-badge-in-icon-size: 16px;
    --f7-badge-in-icon-font-size: 10px;
    --f7-badge-font-weight: normal;
    --f7-badge-font-size: 12px;
}
.ios {
    --f7-badge-size: 20px;
}
.md {
    --f7-badge-size: 18px;
}
.aurora {
    --f7-badge-size: 18px;
    --f7-badge-font-weight: 600;
    --f7-badge-in-icon-size: 15px;
}

.badge-custom
{
    position: relative!important;
    left: auto!important;
    margin-left: auto!important;
    top: -15px!important;
    right: 5px;
}
.badge-custom-coffee
{
    position: relative!important;
    left: auto!important;
    margin-left: auto!important;
    top: -3px!important;
    right: 4px;
    min-width: 8px!important;
    font-size: 8px;
    height: 10px;
}

#waybill
{
    background: none;
}

.sketchy {

    display: inline-block;
    border: 2.5px solid #333333;
    font-size: 1.5rem;
    border-radius: 2% 6% 5% 4% / 1% 1% 2% 4%;

    background: #ffffff;
    position: relative;
}
:root {
    --f7-table-head-font-size: 12px;
    --f7-table-body-font-size: 14px;
    --f7-table-footer-font-size: 12px;
    --f7-table-input-height: 24px;
    --f7-table-input-font-size: 14px;
    --f7-table-collapsible-cell-padding: 16px;
    --f7-table-link-icon-only-icon-size: 20px;
    --f7-table-head-bg-color: transparent;
    --f7-table-card-header-bg-color: transparent;
    --f7-table-card-header-height: 64px;
    --f7-table-cell-padding-vertical: 0px;
    --f7-table-sortable-icon-color: #000;
}
:root .theme-dark,
:root.theme-dark {
    --f7-table-cell-border-color: rgba(255, 255, 255, 0.15);
    --f7-table-sortable-icon-color: #fff;
    --f7-table-input-text-color: #fff;
}
.ios {
    --f7-table-head-font-weight: 600;
    --f7-table-head-cell-height: 44px;
    --f7-table-head-icon-size: 18px;
    --f7-table-body-cell-height: 44px;
    --f7-table-cell-padding-horizontal: 16px;
    --f7-table-edge-cell-padding-horizontal: 16px;
    --f7-table-label-cell-padding-horizontal: 16px;
    --f7-table-checkbox-cell-width: 22px;
    /* --f7-table-actions-cell-link-color: var(--f7-theme-color); */
    /* --f7-table-actions-link-color: var(--f7-theme-color); */
    --f7-table-title-font-size: 17px;
    --f7-table-title-font-weight: 600;
    --f7-table-footer-height: 44px;
    --f7-table-head-text-color: rgba(0, 0, 0, 0.45);
    --f7-table-cell-border-color: rgba(0, 0, 0, 0.22);
    --f7-table-selected-row-bg-color: rgba(0, 0, 0, 0.03);
    --f7-table-footer-text-color: rgba(0, 0, 0, 0.45);
    --f7-table-input-text-color: #000;
}
.ios .theme-dark,
.ios.theme-dark {
    --f7-table-head-text-color: rgba(255, 255, 255, 0.55);
    --f7-table-footer-text-color: rgba(255, 255, 255, 0.55);
    --f7-table-selected-row-bg-color: rgba(255, 255, 255, 0.08);
}
.md {
    --f7-table-head-font-weight: 500;
    --f7-table-head-cell-height: 56px;
    --f7-table-head-icon-size: 16px;
    --f7-table-body-cell-height: 48px;
    --f7-table-cell-padding-horizontal: 28px;
    --f7-table-edge-cell-padding-horizontal: 24px;
    --f7-table-label-cell-padding-horizontal: 24px;
    --f7-table-checkbox-cell-width: 18px;
    --f7-table-title-font-size: 20px;
    --f7-table-title-font-weight: 400;
    --f7-table-footer-height: 56px;
    --f7-table-head-text-color: rgba(0, 0, 0, 0.54);
    --f7-table-cell-border-color: rgba(0, 0, 0, 0.12);
    --f7-table-actions-cell-link-color: rgba(0, 0, 0, 0.54);
    --f7-table-selected-row-bg-color: #f5f5f5;
    --f7-table-actions-link-color: rgba(0, 0, 0, 0.54);
    --f7-table-footer-text-color: rgba(0, 0, 0, 0.54);
    --f7-table-input-text-color: #212121;
}
.md .theme-dark,
.md.theme-dark {
    --f7-table-head-text-color: rgba(255, 255, 255, 0.54);
    --f7-table-footer-text-color: rgba(255, 255, 255, 0.54);
    --f7-table-selected-row-bg-color: rgba(255, 255, 255, 0.05);
    --f7-table-actions-cell-link-color: rgba(255, 255, 255, 0.54);
    --f7-table-actions-link-color: rgba(255, 255, 255, 0.54);
}
.aurora {
    --f7-table-input-height: 32px;
    --f7-table-head-font-weight: 600;
    --f7-table-head-cell-height: 56px;
    --f7-table-head-icon-size: 18px;
    --f7-table-body-cell-height: 48px;
    --f7-table-cell-padding-horizontal: 16px;
    --f7-table-edge-cell-padding-horizontal: 16px;
    --f7-table-label-cell-padding-horizontal: 16px;
    --f7-table-checkbox-cell-width: 22px;
    /* --f7-table-actions-cell-link-color: var(--f7-theme-color); */
    /* --f7-table-actions-link-color: var(--f7-theme-color); */
    --f7-table-title-font-size: 20px;
    --f7-table-title-font-weight: 600;
    --f7-table-footer-height: 56px;
    --f7-table-head-text-color: rgba(0, 0, 0, 0.6);
    --f7-table-cell-border-color: rgba(0, 0, 0, 0.12);
    --f7-table-selected-row-bg-color: rgba(0, 0, 0, 0.03);
    --f7-table-footer-text-color: rgba(0, 0, 0, 0.5);
    --f7-table-input-text-color: #000;
    --f7-table-head-bg-color: #f6f6f7;
    --f7-table-card-header-bg-color: #f6f6f7;
}
.aurora .theme-dark,
.aurora.theme-dark {
    --f7-table-selected-row-bg-color: rgba(255, 255, 255, 0.03);
    --f7-table-head-text-color: rgba(255, 255, 255, 0.54);
    --f7-table-footer-text-color: rgba(255, 255, 255, 0.54);
    --f7-table-head-bg-color: rgba(255, 255, 255, 0.05);
    --f7-table-card-header-bg-color: rgba(255, 255, 255, 0.05);
}


#goods tbody td, .data-table tbody th {
    height: 27px!important;
}

#goods thead td, .data-table thead th {
    height: 27px!important;
}

.list #list_tasks:after{
    background-color: transparent!important;
}

.slim thead th, .slim tfoot th, .slim tbody td {
    padding: 5px 5px; /* e.g. change 8x to 4px here */
}
.slim tbody td {
    height: fit-content; /* e.g. change 8x to 4px here */
}