.signature {
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #000;
}

#print-recepit-section th {
    font-weight: 500;
}

.print-container {
    padding: 15px;
    background: #fff;
    color: #000;
}

div,
span,
h6,
p,
table,
table th,
table td {
    font-size: 17px;

}

.qrcode {
    width: 120px;
}

.ic-store {
    width: 150px;
}

@media print {
    h4.font-big {
        font-size: 50px;
        color: #000 !important;
        font-weight: bold !important;
    }

    .font-size-xl {
        font-size: 36px;
    }

    div,
    span,
    h6,
    p {
        font-size: 28px;
        color: #000;
    }

    .qrcode {
        width: 240px;
    }

    .ic-store {
        width: 450px;
    }
}


@media print {
    @page {
        size: a4;
    }

    .print-area {
        width: 60%;
        margin: 0 auto;
    }

    div,
    span,
    h6,
    p,
    table,
    table th,
    table td {
        font-size: 17px;
        color: #000;
    }
}

tr.with_bg {
    background-color: #343a40 !important;
    -webkit-print-color-adjust: exact;
}

.with_bg td {
    color: white !important;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    tr.with_bg {
        background-color: #343a40 !important;
        -webkit-print-color-adjust: exact;
    }

    .with_bg td {
        color: white !important;
    }
}

.btn.btn-icon {
    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.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
}

.btn.btn-light-primary {
    color: #3699FF;
    background-color: #E1F0FF;
    border-color: transparent;
}

.success {
    font-size: 26px;
    font-weight: 500;
}

.orderDuration {
    font-size: 16px;
    font-weight: 500;
}

.bg-light-primary {
    background-color: #E1F0FF;
}

.orderDuration .fa-arrow-right {
    color: #3699FF;
}

.orderDuration h5 {
    font-weight: 500;
    margin-bottom: 15px;
}

.fc-toolbar.fc-header-toolbar {
    background: #00abec;
    padding: 10px !important;
    position: relative;
    width: 100%;
    display: block;
}

.fc-button-group>button.fc-button {
    position: absolute !important;
    background-color: transparent;
    border-color: transparent;
}

.fc-button-group .fc-button.fc-next-button {
    right: 0;
}

.fc-left {
    position: absolute;
    width: 100%;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    left: 0;
    top: 0;
    height: 100%;
}

.fc-button-group {
    width: 100%;
    height: 100%;
}

.fc-button-primary:disabled {
    display: none;
}

.fc-center {
    max-width: 100% !important;
}

.fc-center h2,
.fc-row.fc-widget-header table thead tr th {
    color: #fff;
    font-weight: 400 !important;
}

.fc-view-container .fc-head {
    background: #00abec;
    color: #fff;
}

.fc-view-container .fc-head td,
.fc-view-container .fc-head th {
    border: none;
}

/** Off Canvas **/

.off-canvas {
    width: 380px;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    transform: translateX(100%);
    transition: .4s ease-in-out;
    z-index: 1060;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 0 15px;
}

body.off-canvas-open {
    padding-right: 380px;
}

body.off-canvas-open .off-canvas {
    transform: translateX(0%);
}

.off-canvas-header {
    padding: 10px 0;
}

.off-canvas-header .heading {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.off-canvas-header .sub-heading {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.off-canvas-body .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.checkbox-alias {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
    padding: 5px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
    font-size: 13px;
}

.invisible-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.invisible-checkboxes div{
    flex: 1 0 auto;
    max-width: 48%;
}
.invisible-checkboxes input[type=checkbox] {
    display: none;
    /*   margin-right: -20px;
  position: relative;
  z-index: 2; */
}

.invisible-checkboxes input[type=checkbox]:checked+.checkbox-alias {
    background-color: #27b271;
    color: #fff;
}

.off-canvas-body #accordionExample .card-body {
    padding: 10px !important;
}

.off-canvas-body #accordionExample .card-header span {
    display: block;
    font-size: 13px;
}

.off-canvas-body #accordionExample .card-header span.title {
    font-size: 16px;
    font-weight: 600;
}

.off-canvas-body #accordionExample .card {
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
}

.off-canvas-body #accordionExample .card-header {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.off-canvas-body #accordionExample .card-header .accicon {
    display: flex;
    align-items: center;
}

.off-canvas-body #accordionExample .card-header .accicon i {
    padding: 2px 35px;
    background-color: #3699FF;
    color: #fff;
    display: inline-flex;
    align-items: center;
    height: 20px;
    border-radius: 5px;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: left !important;
}
.fc-day-grid-event .fc-content span{
    margin-top: 70px;
    display: inline-block;
}