.gallery-section img {
    cursor: pointer;
}

.noline-td {
    border-color: rgba(0, 0, 0, 0) !important;
    vertical-align: top !important;
}

.service-add-detail .service-add-price {
    width: 30%;
    border: 1px solid #ced4da;
    display: inherit;
    padding: 0 0 0 2.5px;
}

.service-action .service-add, .service-strike, .service-remove {
    cursor: pointer;
}

.side-status-history > h5 {
    color: grey;
    display: flex;
}
.side-status-history > h5:before, h5:after {
    content:'';
    flex:1;
    border-bottom: 1px solid lightgrey;
    margin:auto 0.25em;
}

.side-status-history .log {
    position: relative;
    margin: 30px 0;
    min-height: 40px;
}

.side-status-history .log:first-of-type .status-log .status {
    color: #00bfa5;
}

.side-status-history .log:not(:last-child):before {
    content: "";
    position: absolute;
    left: 7px;
    top: 27px;
    width: 1px;
    height: 100%;
    background: #e8e8e8;
}

.side-status-history .legend {
    margin-top: 4px;
    position: absolute;
    left: 0;
}

.side-status-history .log:first-of-type .legend {
    color: #00bfa5;
}

.side-status-history .status-log {
    padding-left: 40px;
}

.side-status-history .description {
    color: #8c8c8c;
}

.side-status-history .time {
    color: #bababa;
}

#item_quickview_canvas strong {
    font-size: 18px;
}

.hidden {
    display: none !important;
}

.dataTables_filter {
    display: none;
}

.listing-filter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.required {
    color: red;
}

.table-action {
    cursor: pointer;
    width: 20px;
    height: 20px;
    color: #2271b1;
}

.page-link {
    color: #6c757d;
}
.page-link:hover {
    color: #343a40;
    text-decoration: none;
}
.page-item.active .page-link {
    background-color: #3b7ddd;
    border-color: #3b7ddd;
}

.offcanvas-button-group {
    display: flex;
    justify-content: flex-end;
}

.button-group {
    display: flex;
    justify-content: flex-end;
}

.d-flex_between {
    display: flex;
    justify-content: space-between;
}

.input-group-navbar .btn, .input-group-navbar .form-control {
    height: calc(2.1875rem + 2px);
    background: #f3f6fa;
    box-shadow: none;
    border: 0;
    padding: .4rem 1rem;
    border-radius: 20px;
}

.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group-navbar .btn .feather {
    width: 20px;
    height: 20px;
    color: #6c757d;
}

.sidebar [data-bs-toggle=collapse]:after {
    content: " ";
    border: solid;
    border-width: 0 .075rem .075rem 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 1.2rem;
    right: 1.5rem;
    transition: all .2s ease-out;
}

.sidebar [aria-expanded=true]:after, .sidebar [data-bs-toggle=collapse]:not(.collapsed):after {
    transform: rotate(-135deg);
    top: 1.4rem;
}

.sidebar-dropdown .sidebar-item .sidebar-link:hover:hover:before {
    transform: translateX(4px);
}

.sidebar-dropdown .sidebar-link::before {
    content: "→";
    display: inline-block;
    position: relative;
    left: -14px;
    transform: translateX(0px);
    transition: all 0.1s ease 0s;
}

.sidebar-dropdown .sidebar-link {
    padding: .625rem 1.5rem .625rem 3.25rem;
    font-weight: 400;
    font-size: 90%;
    border-left: 0;
    color: #adb5bd;
    background: transparent;
}

.sidebar-dropdown .sidebar-item.active .sidebar-link {
    font-weight: 400;
    border-left: 0;
    color: #518be1;
    background: transparent;
}

.sidebar-dropdown .sidebar-item .sidebar-link:hover {
    font-weight: 400;
    border-left: 0;
    color: #e9ecef;
    background: transparent;
}

#qr_wrap {
    padding: 15px;
}

.testmode-switch {
    display: flex;
    justify-content: end;
}

@media only screen and (max-width: 600px) {
    .offcanvas-right {
        width: 100%;
        border-left: unset;
    }

    .offcanvas-image-preview {
        display: flex;
        justify-content: center;
    }

    .listing-filter {
        grid-template-columns: 1fr;
    }

    .service-add-detail {
        width: 60%;
    }

    .testmode-switch {
        justify-content: center;
    }
}

@media only screen and (min-width: 1366px) {
    .offcanvas-right {
        width: 35%;
    }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 1) {
        #qr_wrap {
            padding: 0px;
        }
}

/* Portrait */
@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 1) {
        #qr_wrap {
            padding: 0px;
        }
}

/* Landscape */
@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: landscape) 
    and (-webkit-min-device-pixel-ratio: 1) {
        #qr_wrap {
            padding: 0px;
        }
}