body {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 20px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

.modal-content {
    width: 100% !important;
    height: 100% !important;
    
}

.dt-buttons {
    position: absolute !important;
    top: 50% !important;
    right: 235px !important;
}
/*
Override JQuery Button
*/
.buttons-html5 {
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    background-color: #FF9E43 !important;
    color: #fff !important;
}
/*position datatable search/filter in the center of the table*/
.dt_filter_center .dataTables_filter {
    float: left !important;
}

/*position datatable info at bottom of table and to the right table footer*/
.dt_info_right_align .dataTables_info {
    float: right !important;
}
/*customising the search box for the table*/
#search input[type="search"] {
    background-color: transparent !important;
    border: 1px solid #b9b9b9 !important;
    font: bold 12px Arial,Helvetica,Sans-serif !important;
    color: #555 !important;
    width: 200px !important;
    height: 35px !important;
    padding: 6px 15px 6px 35px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.7s ease 0s !important;
    -moz-transition: all 0.7s ease 0s !important;
    -o-transition: all 0.7s ease 0s !important;
    transition: all 0.7s ease 0s !important;
}

.dt-button buttons-print {
    display: none !important;
}

#search input[type="search"]:focus {
    width: 250px !important;
}

hr {
    width: 215px !important;
}

#deleteMeal, #editMeal {
    float: right !important;
}

.modal-closer {
    border: none !important;
    margin-left: 95%;
    margin-left: 95%;
}

.onSpecialLabel {
    margin-left: -122px !important;
}

#MenuItemName {
    position: fixed !important;
    /*bottom: 164.5px !important;*/
    width: 70% !important;
    margin: 0px !important;
    height: auto !important;
}

#MenuItemSide {
    width: 380px !important;
    margin: 0px !important;
    /* height: 74px !important; */
    position: relative !important;
    bottom: 329.5px !important;
    left: 135px !important;
}

#MenuItemSize {
    width: 230px !important;
    margin: 0px !important;
    /* height: 74px !important; */
    position: relative !important;
    bottom: 330.5px !important;
    left: 525px !important;
}

#MenuItemPrep {
    width: 150px !important;
    margin: 0px !important;
    /* height: 74px !important; */
    position: relative !important;
    bottom: 498.5px !important;
    left: 715px !important;
}

#menuItemsorderDiv {
    margin-bottom: -500px;
}

.editOrderbtn, .declineOrderButton {
    margin-left: 30px !important
}

.toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 62px;
    height: 32px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #707070;
    transition: background-color ease 0.3s;
}
/*error class for form input, textarea etc*/
.text-error {
    color: #c72434 !important;
}

#Name-error {
    color: #c72434 !important;
}

.input-validation-error {
    border-color: #c72434;
}

.toggle:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 28px;
    height: 28px;
    background: #fff;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    font: 10px/28px Helvetica;
    text-transform: uppercase;
    font-weight: bold;
    text-indent: -22px;
    word-spacing: 37px;
    color: #fff;
    text-shadow: -1px -1px rgba(0,0,0,0.15);
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.toggle:checked {
    background-color: #4CD964;
}

    .toggle:checked:before {
        left: 32px;
    }

.checkbox {
    padding-left: 20px;
}

/*textarea {
    resize: none;
}
*/
textarea {
    resize: vertical;
}

.quilDivHeight{
    height:550px
}


.chartDiv {
    width: 75% !important;
    height: 100px !important;
}

i {
    cursor: pointer !important;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        border: 1px solid #cccccc;
        -ms-border-radius: 30%;
        border-radius: 30%;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        - ms-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }
/*page loader css (Saudai)*/
#loader-wrapper, #currentloader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #222222;
    z-index: 5000;
    opacity: 0.5;
    display: none;
    top: 1px !important;
    margin-left: -36px !important;
    margin-top: -29px;
}

.loader, .current-loader {
    border: 10px solid #f3f3f3;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border-top: 16px solid #222222;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    -ms-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 150px auto;
    display: none;
    z-index: 5000;
}

/* calendar Start(saudai)*/
/*change header bg color day display*/
.fc-widget-header th {
    background: var(--themeColor) !important;
    color: #fff;
}

.fc-unthemed td {
    border-color: var(--fullcalendar__border-color) !important;
}

    .fc-unthemed td.fc-today {
        background: #FF9E43 !important;
        color: #fff !important;
    }
/*change color for the header buttons, today, next, previous, month and week*/
.fc-state-down,
.fc-state-active {
    background-color: #FF9E43;
    background-image: none;
    outline: 0;
    color: #fff;
}

.fc-state-hover {
    color: #ffead7;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    background-color: var(--link__background-color_active);
    filter: alpha(opacity=65);
    box-shadow: none;
    border: 1px solid var(--link__background-color_active);
    color: var(--link__color_active);
}

#calendar {
    float: left;
    /*margin: 0 auto;*/
    width: 100%;
    background-color: #FFFFFF;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 2px #C3C3C3;
}

#legend {
    float: right;
    padding: 10px;
    width: 15%;
    background-color: #FFFFFF;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 2px #C3C3C3;
}

#fullCalModal .bootstrap-select {
    width: 100% !important;
}

/*this checkboxes are more specific for a legend and not for system wide use*/
#legend .checkbox-primary label::before {
    width: 20px;
    height: 20px;
    border: 2px solid #428bca;
}

#legend .checkbox-primary label::after {
    width: 19px;
    height: 19px;
    border: 2px solid #428bca;
    border-radius: 30%;
}

#legend .checkbox-info label::before {
    width: 20px;
    height: 20px;
    border: 2px solid #5bc0de;
}

#legend .checkbox-info label::after {
    width: 19px;
    height: 19px;
    border: 2px solid #5bc0de;
    border-radius: 30%;
}

#legend .checkbox-warning label::before {
    width: 20px;
    height: 20px;
    border: 2px solid #f0ad4e;
}

#legend .checkbox-warning label::after {
    width: 19px;
    height: 19px;
    border-radius: 30%;
    border: 2px solid #f0ad4e;
}

#legend .checkbox-success label::before {
    width: 20px;
    height: 20px;
    border: 2px solid #54ca6f;
}

#legend .checkbox-success label::after {
    width: 19px;
    height: 19px;
    border-radius: 30%;
    border: 2px solid #54ca6f;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#ingredientInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#ingredientInput::-webkit-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#ingredientInput::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#sidesInput:-ms-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#sidesInput::-ms-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#sidesInput::-webkit-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#sizesInput:-ms-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#sizesInput::-ms-input-placeholder {
    color: #fff !important;
}

#sizesInput::-webkit-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#tagInput:-ms-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#tagInput::-ms-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#tagInput::-webkit-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#flavourInput:-ms-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#flavourInput::-ms-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#flavourInput::-webkit-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#prepInput:-ms-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#prepInput::-ms-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

#prepInput::-webkit-input-placeholder {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

    .checkbox input[type="checkbox"]:focus + label::before {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\f00c";
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: black;
    border-color: #ffead7;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffead7;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

    .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: var(--themeColor);
        cursor: not-allowed;
    }

.userList-txt {
    font-size: 17px;
    padding: 0%;
    margin: 0%;
    font-family: 'Roboto', sans-serif;
}

.modal-body {
    padding: 0 !important;
}

.image-well {
    border: solid;
    border-color: #ffead7;
    width: 222px;
    height: auto;
    background-color: transparent;
    padding: initial;
}

.form-control {
    border-radius: 0px !important;
}

.custom-form, .custom-form[readonly] {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid !important;
    border-bottom-color: #b9b9b9 !important;
    background-color: #fff !important;
    border-bottom-width: 1px !important;
    box-shadow: none !important;
    margin-top: 2px !important;
    font-family: 'Roboto', sans-serif;
}

    .custom-form[readonly] {
        background-color: #f1f1f1 !important;
        cursor: not-allowed;
    }

.hiddencustom-form, .hiddencustom-form[readonly] {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid !important;
    border-bottom-color: #ffffff !important;
    background-color: #fff !important;
    border-bottom-width: 1px !important;
    box-shadow: none !important;
    /* margin-top: 2px !important; */
    font-family: 'Roboto', sans-serif;
}

    .hiddencustom-form[readonly] {
        background-color: #ffffff !important;
        cursor: not-allowed;
    }
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.tbl-meal > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
    font-family: 'Roboto', sans-serif;
}

select > .selectCategory > button {
    background-color: white !important;
    color: black !important;
    border-radius: 9px !important;
    font-family: 'Roboto', sans-serif;
}

.btnOrange {
    border-radius: 25px !important;
    background-color: #FF9E43 !important;
    padding: 2px 35px !important;
    color: #fff !important;
    font-size: 16px !important;
    margin: 0px 15px;
    font-family: 'Roboto', sans-serif;
}
.btnEdittt {
    border-radius: 25px !important;

    padding: 2px 35px !important;
    color: #fff !important;
    font-size: 16px !important;
    margin: 0px 15px;
    font-family: 'Roboto', sans-serif;

}
.btnDeletettt {
    border-radius: 25px !important;

    padding: 2px 35px !important;
    color: #fff !important;
    font-size: 16px !important;
    margin: 0px 15px;
    font-family: 'Roboto', sans-serif;
}

.btn-default {
    padding: 6px 12px !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0 !important;
    color: #fff;
    cursor: default;
    /* background-color: #337ab7; */
    border-color: #337ab7;
}

.btn-save {
    background-color: #0d902b !important;
    padding: 6px 12px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif;
}

.btn-danger {
    background-color: #d9534f;
    padding: 6px 12px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif;
}

.fieldset-border fieldset {
    border: 1px solid black !important;
    padding: 5px 5px 5px 10px;
    margin-top: 10px;
    position: relative;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding-left: 10px !important;
    font-family: 'Roboto', sans-serif;
}

.fieldset-border legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 45%;
    border: 1px solid black;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.login-margin {
    margin-left: 35%;
    font-family: 'Roboto', sans-serif;
}

.Hamburger-Menu {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
    font-family: 'Roboto', sans-serif;
}
/* Wizard*/
.wizard .input-error {
    border-color: red;
}

.wizard fieldset {
    display: none;
}

.wizard-logo, .wizard-logo img {
    margin: 10px;
    height: 75px;
}

    .wizard-logo div {
        display: inline-block;
    }

.gap-right {
    margin-right: 10px;
}

.wizard-body {
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
}

.wizard-content {
    margin-top: 30px;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
}

.wizard-step {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 5px;
}

.wizard-steps {
    overflow: hidden;
    position: relative;
}

.wizard-step p {
    color: #ccc;
    font-weight: 600;
}

.wizard-step.activated p {
    color: #616161;
}

.wizard-step.active p {
    color: #888;
    font-weight: 800;
}

.wizard .action-icon {
    padding: 15px 0px 0px;
}

.icon {
    margin-bottom: 10px;
}
/* ==========  Select Field Variables ========== */
/* ==========  Select Field ========== */
/* https://codepen.io/rcdesign/pen/GexmJ */
/* Style Select Field */
.wizard .bootstrap-select button {
    border: none;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border-bottom: solid 1px #5d70d8 !important;
}

.wizard .bootstrap-select {
    width: 80% !important;
}

select {
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 4px 0;
    font-size: 16px;
    color: #ccc;
    border: none;
    border-bottom: solid 1px #5d70d8;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    -ms-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    -o-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    font-family: 'Roboto', sans-serif;
}

tbody tr.odd.selected {
    background-color: #FF9E43 !important;
    font-family: 'Roboto', sans-serif;
}

tbody tr.selected {
    background-color: #FF9E43 !important;
    font-family: 'Roboto', sans-serif;
}
/*
Background colour of active button in pagination: Tuli
*/
ul > li.paginate_button.active > a {
    background-color: #FF9E43 !important;
    border-color: #FF9E43 !important;
    font-family: 'Roboto', sans-serif;
}
    /*
Background colour of active button in pagination hove: Tuli
*/
    ul > li.paginate_button.active > a:hover {
        background-color: #FF9E43 !important;
        border-color: #FF9E43 !important;
        color: #fff;
        cursor: pointer;
        font-family: 'Roboto', sans-serif;
    }

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #FF9E43;
    margin: 6px 0;
    transition: 0.4s;
    margin-right: 28px !important;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #FF9E43;
    margin: 6px 0;
    transition: 0.4s;
    margin-right: 28px !important;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.nav-tabs {
    border-bottom: 1px solid var(--tabs__border);
}

    .nav-tabs > .active a {
        font-weight: bolder;
        color: #FF9E43 !important;
        background: #ffffff !important;
    }

    .nav-tabs > li > a {
        background-color: #FF9E43 !important;
        color: #ffffff !important;
        border-bottom: 1px solid var(--tabs__border);
    }

ul.nav-tabs li a:hover {
    font-weight: bolder;
    color: var(--tabs__color_hover);
    background: var(--tabs__background_hover);
}

.tab-pane fieldset {
    padding-top: 30px
}

@media (max-width:768px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .image-well {
        height: 150% !important;
        width: 160px !important;
    }

    #loader-wrapper, #currentloader-wrapper {
        height: 150% !important;
    }

    #deleteMeal, #editMeal {
        float: right !important;
    }

    .modal-content {
        width: 100% !important;
    }

    .btnOrange {
        padding: 2px 22px !important;
        font-size: 15px !important;
        margin: 0px 15px;
    }

    #header-section {
        margin-bottom: 75px !important;
    }

    .username-display {
        position: absolute;
        right: 60px !important;
        top: 10px !important;
    }

    #neighbourhoodChart {
        display: inline-block !important;
        height: 200px !important;
        width: 410px !important;
    }

    #daysChart {
        display: inline-block !important;
        height: 200px !important;
        width: 410px !important;
    }

    #myChart {
        display: inline-block !important;
        height: 260px !important;
        width: 390px !important;
    }

    #completedChart {
        display: inline-block !important;
        height: 260px !important;
        width: 390px !important;
    }

    .login-margin {
        margin-left: 19% !important;
        font-family: 'Roboto', sans-serif;
    }

    .modal-closer {
        border: none !important;
        margin-left: 93%;
    }

    .onSpecialLabel {
        margin-left: -45px !important;
    }

    /*#MenuItemName {
        position: relative !important;
        bottom: 164.5px !important;
        width: 294px !important;
        margin: 0px !important;*/
    /* height: 74px !important;*/
    /*}*/

    #MenuItemSide {
        width: 107px !important;
        margin: 0px !important;
        /* height: 74px !important; */
        position: relative !important;
        bottom: 333.5px !important;
        left: -28px !important;
        /* display: none;*/
    }

    #MenuItemSize {
        width: 230px !important;
        margin: 0px !important;
        /* height: 74px !important; */
        position: relative !important;
        bottom: 499.5px !important;
        left: 280px !important;
    }

    #MenuItemPrep {
        width: 89px !important;
        margin: 0px !important;
        /* height: 74px !important; */
        position: relative !important;
        bottom: 663.5px !important;
        left: 412px !important;
    }

    #menuItemsorderDiv {
        margin-bottom: -600px;
    }

    #menuItemQty {
        /*height:71px;*/
    }

    .editOrderbtn, .declineOrderButton {
        margin-left: 0px !important
    }
}


/*Quill styling*/
/* Set dropdown font-families */
#toolbar-container .ql-font span[data-label="Aref Ruqaa"]::before {
    font-family: "Aref Ruqaa";
}

#toolbar-container .ql-font span[data-label="Mirza"]::before {
    font-family: "Mirza";
}

#toolbar-container .ql-font span[data-label="Roboto"]::before {
    font-family: "Roboto";
}

/* Set content font-families */
.ql-font-mirza {
    font-family: "Mirza";
}

.ql-font-roboto {
    font-family: "Roboto";
}
/* We do not set Aref Ruqaa since it is the default font */

label#MaxDistance-error {
    color: red;
}