@media (max-width: 575.98px) {
    .display {
        display: none
    }

    .time {
        padding-left: 2px;
        font-weight: 600;
        color: #000
    }

    .styleInput {
        background-color: #444444 !important;
        border-radius: 6px !important;
        padding: 2px !important;
        margin-top: 2px !important;
        color: #fff !important;
        padding-left: 3px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .display {
        display: none
    }

    .time {
        padding-left: 2px;
        font-weight: 600;
        color: #000
    }

    .styleInput {
        background-color: #444444 !important;
        border-radius: 6px !important;
        padding: 2px !important;
        margin-top: 2px !important;
        color: #fff !important;
        padding-left: 3px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #label {
        width: 25% !important
    }

    #data {
        width: 25% !important
    }

    #status {
        width: 25% !important
    }

    #fine {
        width: 25% !important
    }

    #button {
        width: 25% !important
    }

    #w30 {
        width: 30% !important
    }

    #w20 {
        width: 20% !important
    }

    #w10 {
        width: 10% !important
    }

    .time {
        font-weight: 400;
        color: #999
    }

    .styleInput {
        background-color: #444444 !important;
        border-radius: 6px !important;
        padding: 2px !important;
        margin-top: 2px !important;
        color: #fff !important;
        padding-left: 3px !important;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cardwidth {
        width: 450px !important;
    }

    #label {
        width: 25% !important
    }

    #data {
        width: 25% !important
    }

    #status {
        width: 25% !important
    }

    #button {
        width: 25% !important
    }

    #fine {
        width: 25% !important
    }

    #w30 {
        width: 30% !important
    }

    #w20 {
        width: 20% !important
    }

    #w10 {
        width: 10% !important
    }

    .time {
        font-weight: 400;
        color: #999
    }

    .styleInput {
        background-color: #444444 !important;
        border-radius: 6px !important;
        padding: 2px !important;
        margin-top: 2px !important;
        color: #fff !important;
        padding-left: 3px !important;
    }
}

@media (min-width: 1200px) {
    .cardwidth {
        width: 450px !important;
    }

    #label {
        width: 25% !important
    }

    #data {
        width: 25% !important
    }

    #status {
        width: 25% !important
    }

    #button {
        width: 25% !important
    }

    #fine {
        width: 25% !important
    }

    #w30 {
        width: 30% !important
    }

    #w20 {
        width: 20% !important
    }

    #w10 {
        width: 10% !important
    }

    .time {
        font-weight: 400;
        color: #999
    }

    .styleInput {
        background-color: #444444 !important;
        border-radius: 6px !important;
        padding: 2px;
        margin-top: 2px;
        color: #fff;
        padding-left: 3px !important;
    }
}

.custom-accordion {
    padding-left: 0;
    padding-right: 0;
}

.custom-accordion .accordion-item-toggle {
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.custom-accordion .accordion-item-toggle:active {
    background: rgba(0, 0, 0, 0.15);
}

.custom-accordion .accordion-item-toggle span {
    display: inline-block;
    margin-left: 15px;
}

.custom-accordion .accordion-item:last-child .accordion-item-toggle {
    border-bottom: none;
}

.custom-accordion .icon-plus,
.custom-accordion .icon-minus {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
}

.custom-accordion .icon-minus {
    display: none;
}

.custom-accordion .accordion-item-opened .icon-minus {
    display: inline-block;
}

.custom-accordion .accordion-item-opened .icon-plus {
    display: none;
}

.custom-accordion .accordion-item-content {
    padding: 0px 15px;
}


.md .navbar .right {
    margin-left: auto;
    margin-right: 10px;
}

.alertClass {
    background-color: #990000;
    color: #fff;
}

.successClass {
    background-color: #18a63b;
    color: #fff;
}

:root {
    /*
      --f7-navbar-bg-color: var(--f7-bars-bg-color);
      --f7-navbar-bg-image: var(--f7-bars-bg-image);
      --f7-navbar-border-color: var(--f7-bars-border-color);
      --f7-navbar-link-color: var(--f7-bars-link-color);
      --f7-navbar-text-color: var(--f7-bars-text-color);
    */

    --f7-navbar-bg-color: #eb661b;
    --f7-navbar-link-color: #FFFFFF;
    --f7-navbar-text-color: #FFFFFF;


    --f7-navbar-hide-show-transition-duration: 400ms;
    --f7-navbar-title-line-height: 1.2;
    --f7-navbar-title-font-size: inherit;
    --f7-navbar-subtitle-text-align: inherit;
    --f7-navbar-large-title-line-height: 1.2;
    --f7-navbar-large-title-text-color: inherit;
}

/* Left Panel right border when it is visible by breakpoint */
.panel-left.panel-visible-by-breakpoint:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    z-index: 6000;
}

/* Hide navbar link which opens left panel when it is visible by breakpoint */
.panel-left.panel-visible-by-breakpoint ~ .view .navbar .panel-open[data-panel="left"] {
    display: none;
}

:root {
    --f7-preloader-modal-padding: 8px;
    --f7-preloader-modal-bg-color: rgba(31, 42, 78, 1);
}

:root {
    --f7-menu-bg-color: rgba(31, 42, 78, 1);
}

:root {
    --f7-popup-tablet-width: 730px;
}

/*
  Extra borders for main view and left panel for iOS theme when it behaves as panel (before breakpoint size)
*/

.ios .panel-left:not(.panel-visible-by-breakpoint).panel-active ~ .view-main:before,
.ios .panel-left:not(.panel-visible-by-breakpoint).panel-closing ~ .view-main:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    z-index: 6000;
}


.ios {
    --f7-toggle-width: 42px;
    --f7-toggle-height: 22px;
    --f7-toggle-border-color: #e5e5e5;
    --f7-toggle-inactive-color: #fff;
}

.md {
    --f7-page-transition-duration: 250ms;
    --f7-page-bg-color: #efeff4;
}


