html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'PT Sans', 'Arial Narrow', Arial, sans-serif;
    font-size: 16pt;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.om-main-content-section::-webkit-scrollbar,
.om-item-config-element::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.om-hide-scroll-bar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Boostrap additions */
.p-6 {
    padding: 4rem !important;
}

.p-7 {
    padding: 5rem !important;
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.bg-grey {
    background-color: #5f7e99 !important;
}

.fs-45 {
    font-size: 1.45rem !important;
}

.bg-blue {
    background-color: #EBF5FB;
    border-radius: 8px
}

.bg-blue-2 {
    background-color: #b0d7ef;
}

.bg-light-red {
    background-color: #fde7e7 !important;
}

.bg-blue-2:hover {
    background-color: #28a6f3;
}

.w-49 {
    width: 49% !important;
}

.pointer * {
    cursor: pointer;
}

#phone-ringing-event-holder {
    background-color: #f7ff8c;
    top: 0px;
    z-index: 10000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    text-align: center;
    display: block;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    font-size: 18pt;
}

#phone-ringing-event-phone-icon {
    color: green;
}

#phone-ringing-event-client-data {
    margin-left: 5px;
}

#phone-ringing-event-close-icon {
    color: red;
    float: right;
    border: 0px;
    background-color: #f7ff8c;
}

/* Item Category Tile Page */
.om-category-tile {
    background-color: #bfbfbf;
}

.om-category-tile:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.om-category-tile:active {
    transform: scale(1.00);
    transition: all 0.3s ease;
}

/* Item Configuration */
.om-item-config-element {
    max-height: 55vh;
    overflow: scroll;
}

.om-item-setting-selected {
    box-shadow: inset 0px 0px 24px 20px rgba(0, 0, 0, 0.39);
    transition: box-shadow 0.1s ease-in-out;
}

.cards-custom-style {
    background-color: #02839f;
    color: white;
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
}

.swal2-html-container {
    overflow:visible !important;
}

.colorIcon {
    height: 40px;
    width: 40px;
}

/* Bootstrap breakpoints */
@media (min-width: 576px) {
    .responsive-font-main-btn-group {
        font-size: 40px !important;
    }

    .card-header {
        font-size: 31px !important;
    }

    /* Bootstrap Switch Sizing */
    .form-switch .form-check-input {
        height: 1.9rem;
        width: calc(2.9rem + 0.75rem);
        border-radius: 2.9rem;
    }

    .om-item-config-element {
        max-height: 65vh;
        overflow: scroll;
    }
}
@media (min-width: 768px) {
    .responsive-font-main-btn-group {
        font-size: 25px !important;
    }

    .card-header {
        font-size: 18px !important;
    }

    /* Bootstrap Switch Sizing */
    .form-switch .form-check-input {
        height: 1.8rem;
        width: calc(2.5rem + 0.75rem);
        border-radius: 3.5rem;
    }

    .om-item-config-element {
        max-height: 75vh;
        overflow: scroll;
    }
}
@media (min-width: 992px) {
    .responsive-font-main-btn-group {
        font-size: 30px !important;
    }

    .card-header {
        font-size: 28px !important;
    }

    /* Bootstrap Switch Sizing */
    .form-switch .form-check-input {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

    .om-item-config-element {
        max-height: 73vh;
        overflow: scroll;
    }
}
@media (min-width: 1200px) {
    .responsive-font-main-btn-group {
        font-size: 35px !important;
    }

    .card-header {
        font-size: 31px !important;
    }

    /* Bootstrap Switch Sizing */
    .form-switch .form-check-input {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }

    .om-item-config-element {
        max-height: 70vh;
        overflow: scroll;
    }
}
@media (min-width: 1400px) {
    .responsive-font-main-btn-group {
        font-size: 30px !important;
    }

    .card-header {
        font-size: 31px !important;
    }

    /* Bootstrap Switch Sizing */
    .form-switch .form-check-input {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }

    .om-item-config-element {
        max-height: 73vh;
        overflow: scroll;
    }
}

/* Bootstrap breakpoints */
@media (min-height: 400px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

#order-total-price
{
    font-weight: bold;
}

#customer-info-container
{
    border:1px solid lightgray;
}

.modifiers-qnt {
    color: #d33242;
    font-weight: bold;
}

.orderstatusinfo {
    border-radius: 4px;
    text-transform: lowercase;
    letter-spacing: 1px;
    padding: 0px 4px 4px 4px;
    color: white;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
    font-size: 12pt;
}

.info-box {
    margin: 5px;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    font-family: 'PT Sans Narrow';
    border-bottom: 3px solid #d33242;
    font-size: 17pt;
    white-space: nowrap;
}

.info-box-icon {
    font-size: 12pt;
}

.instruction-info-icon {
    color: #dd0000;
    font-size: 14pt;
}

.item-name {
    padding-left:5px;
    padding-right:5px;
}

.recipecontainer table {
    width: 100% !important;
}

.dashboard-button {
    text-align: left;
    text-shadow: 1px 1px 1px white;
    min-width: 600px !important;
}

.dashboard-button-icon {
    padding-right: 10px;
    color: #174775;
    font-size: 24pt;
}

.delivery-person-filtercontainer {
    background-color: #bed4ef;
    padding:10px;
    border-radius:6px;
    margin-top:10px;
}

.delivery-person-hr {    
    border-top: 12px solid #EBF5FB;
}

.delivery-person-priceheader {
    display:block;
    width:100%;
    text-align:right;
}

.appversion {
    color:lightgray;
    font-size:10pt;
    margin-top:30px;
}

.delivery-person-color {
    font-weight: bold;
    font-size: 16pt;
    font-family: 'PT Sans Narrow';
    padding: 8px;
    color: white;
    text-shadow: 1px 1px 1px black;
    width: 45px !important;
    height: 45px !important;
    text-align: center;
    border-radius: 30px;
}

.pending-order-status {
    border-left: 8px solid #2f70ff !important;
}

.processing-order-status {
    border-left: 8px solid #fbd659 !important;
}

.readyfordelivery-order-status {
    border-left: 8px solid #308752 !important;
}

.completed-order-status {
    border-left: 8px solid #b200ff !important;
}

.cancel-order-btn {
    max-height: 34px;
    float: right;
    margin-top: 6px;
}

.order-control-button {
    min-width: 130px !important;    
}

.order-row-holder {
    padding: 5px 0px 5px 0px !important;
}

.login-version {
    color: gray;
    font-size: 10pt;
    text-align: center;
    margin-top: 10px;
}

input[type=text],
input[type=number],
input[type=tel],
.form-check-input,
select, 
textarea {
    border-color: dimgray !important;
}

.search-by-inside-number {
    cursor:pointer;
}

.w-45 {
    width: 45px !important;
}

#numeric-keyboard-container {
    z-index: 1000000;
    position: absolute;
    background-color: antiquewhite;
    padding: 15px;
    border-radius: 6px;
    border: 2px solid #ffb329;
    position: fixed;
    top: 0px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

#numeric-keyboard-container button
{
    width: 50px;
    height: 50px;
    margin: 8px;
    font-weight: bold;
    font-size: 17pt;
}

.fs-16pt
{
    font-size:16pt;
}

.background-blueviolet {
    background-color: blueviolet !important;
    color:white !important;
}

.itemqnt {
    color: #d33242;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 6px;
    font-size: 14pt;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}

.phone-radio-container {
    height:60px;
}

.phone-radio-label {
    cursor: pointer;
    font-size: 19pt;
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px;
    letter-spacing: 1px;
}