.custom_zoom {
    zoom: 1.1;
    font-size: 14px !important;
}

.card-custom {
    border-radius: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
}

.card-header {
    border-bottom: 1px solid #D4D6DF;
}

.card-footer {
    border-top: 1px solid #D4D6DF;
}

.table-bordered, .table-bordered th, .table-bordered td {
    border: 1px solid #D4D6DF;
}

.form-control {
    border: 1px solid #D4D6DF;
}

.dataTables_wrapper .dataTable {
    border-radius: 0.75rem;
}

label.invalid {
    width: 100% !important;
    margin-top: 0.50rem !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #F64E60 !important;
}

input.invalid, select.invalid, textarea.invalid {
    border-color: #F64E60 !important;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url('../images/invalid.svg');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

select.invalid {
    background-position: right calc(0.975em + 0.325rem) center
}

input[type="file"] {
    padding: 0.40rem 0.70rem !important;
}

.datepicker-days .disabled {
    cursor: not-allowed !important;
}

input[type="file"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-search__field {
    width: 100% !important;
}

.arabic_text {
    letter-spacing: 2px;
    font-family: 'Amiri', sans-serif;
}

.product_listing td {
    vertical-align: middle !important;
}

.individual_inventory_html td {
    padding: 0.25rem 0.75rem !important;
    vertical-align: middle !important;
}

.individual_inventory_html .form-control {
    height: 30px;
    margin: 2px 0;
}

.hidden {
    display: none;
}

.fc-unthemed .fc-event.fc-start .fc-content:before, .fc-unthemed .fc-event-dot.fc-start .fc-content:before {
    display: none;
}

.fc-unthemed .fc-event .fc-content, .fc-unthemed .fc-event-dot .fc-content {
    padding: 0.25rem 0.5rem;
}

.fc-unthemed .fc-event .fc-title, .fc-unthemed .fc-event-dot .fc-title {
    font-weight: 500;
    font-size: 12px;
}

.aside-minimize .brand .brand-logo span {
    display: none;
}

.calories_container {
    height: 50px;
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.calories_item {
    border: 1px solid #EBEDF3;
    background: transparent;
    flex: 0 1 calc(20%); /* <-- adjusting for margin */
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.swal2-container .swal2-html-container {
    max-height: 350px;
}

.custom_subscription_detail.dropdown-menu.dropdown-menu-sm {
    width: 240px;
}

.form-label {
    font-weight: 500 !important;
}

.individual_menu_builder_html .card-label {
    font-size: 1.10rem !important;
}

.logo {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 9;
}

.left_card_form {
    width: 60%;
}

.background_card {
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    height: 100%;
    /*width: 50%;*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}

/*.background_layer {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    background: #808080;  !* fallback for old browsers *!*/
/*    background: -webkit-linear-gradient(to right, #3fada8, #808080);  !* Chrome 10-25, Safari 5.1-6 *!*/
/*    background: linear-gradient(to right, #3fada8, #808080); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
/*}*/

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #ffeded !important;
}

.menu-link {
    align-items: center !important;
}

.aside-menu .menu-nav {
    padding: 15px 0 80px 0 !important;
}

.header-fixed.subheader-fixed.subheader-enabled .wrapper {
    padding-top: 80px;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 300px !important;
}

.not-allowed {
    cursor: not-allowed;
}

.driver_dashboard_row .action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: top;
    text-align: center;
    background: white;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 10px;
    padding: 10px;
    font-size: 16px;
}

.cashier_dashboard_row .blocks {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}

.cashier_dashboard_row .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: top;
    text-align: center;
    color: black;
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 5px;
    font-size: 14px;
    position: relative;
}

.cashier_dashboard_row .ticket_warning {
    position: absolute;
    top: -5px;
    right: -5px;
}

.header-fixed.subheader-fixed.subheader-enabled .wrapper {
    padding-top: 100px;
}

.aside-minimize .brand .brand-logo span {
    display: none;
}

.status_parked {
    color: #b2babb;
    background-color: #b2babb;
}

.status_re_parked {
    color: #fb9718;
    background-color: #fb9718;
}

.status_requested {
    color: #fb3e18;
    background-color: #fb3e18;
}

.status_driver_assigned {
    color: #f4fb18;
    background-color: #f4fb18;
}

.status_arrived {
    color: #18fb58;
    background-color: #18fb58;
}

.status_service_request {
    color: #00ffff;
    background-color: #00ffff;
}

.status_service_done {
    color: #88d8c0;
    background-color: #88d8c0;
}

.booking_detail_html .list-group-item span {
    font-weight: 500 !important;
}

.brand {
    height: 120px !important;
}

.aside-minimize .brand .brand-logo span {
    display: none;
}

@media print {
    .hide_print {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .left_card {
        width: 100% !important;
    }

    .left_card_form {
        width: 75%;
    }

    .right_card {
        display: none;
    }

    .logo {
        display: block !important;
    }
}

