@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Hind';
}
ol, ul {
    list-style: none;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


* {
    box-sizing: border-box;
}







@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-SemiBold.woff2') format('woff2'),
        url('../fonts/Hind-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-Light.woff2') format('woff2'),
        url('../fonts/Hind-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-Medium.woff2') format('woff2'),
        url('../fonts/Hind-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-Bold.woff2') format('woff2'),
        url('../fonts/Hind-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-Regular.woff2') format('woff2'),
        url('../fonts/Hind-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

button, input {
    -webkit-appearance: none;
    -moz-appearance: none;
}





.home_data {
    height: 291px;
    width: 100%;
    background-color: #FFDD52;
    border-radius: 29px;
    background-color: #FFCD00;
    padding: 10px;
    box-sizing: border-box;
}

.home_date {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 15px;
}

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

.home_date_row {
    height: 70px;
    width: 100%;
    border-radius: 11px;
    background-color: #B7710D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-wrap: wrap;
    margin: 0 2px;
}

.home_date_row p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 26px;
}

.home_date_row span {
    font-size: 12px;
}

.delivery_data {
    display: flex;
    margin-top: 10px;
}

.delivery_data_row {
    height: 70px;
    width: 100%;
    border-radius: 11px;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 3px;
    text-align: center;
    padding: 4px 0;
    box-sizing: border-box;
}

.delivery_data_row p {
    color: #202020;
    font-size: 12px;
    letter-spacing: 0.33px;
    line-height: 20px;
    font-weight: 600;
}

ul.delivery_info {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    text-align: left;
    width: 100%;
    padding: 0 10px;
}

ul.delivery_info li {
    width: 50%;
    color: #494949;
    font-size: 10px;
    letter-spacing: 0.27px;
    line-height: 14px;
    font-weight: 500;
}

ul.delivery_info li:nth-child(even) {
    text-align: right;
}

.order_status {
    border-radius: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 -3px 4px 0 rgba(0,0,0,0.18);
    margin-top: -60px;
    float: left;
    width: 100%;
    padding: 20px;
}

.order_title {
    font-size: 16px;
    letter-spacing: 0.28px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 10px;
}

ul.order_status_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order_status_icon {
    height: 78px;
    width: 78px;
    margin: auto;
    border-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 0.31px;
    line-height: 29px;
    color: #fff;
}


.void_dicount {
    clear: both;
    padding: 20px;
    border-top: 5px #D8D8D8 solid;
    border-bottom: 5px #D8D8D8 solid;
}

.void_dicount th {
    color: #B7710D;
    font-size: 14px;
    letter-spacing: 0.24px;
    line-height: 23px;
    text-align: center;
}

.void_dicount tbody {
    width: 100%;
}

.void_dicount table {
    width: 100%;
    padding: 0 10px;
}

.void_dicount td {
    color: #171717;
    font-size: 20px;
    letter-spacing: 0.35px;
    line-height: 32px;
    text-align: center;
}

.void_dicount tr th:first-child {
    text-align: left;
}

.void_dicount tr th:last-child {
    text-align: right;
}

.order_sources {
    padding: 20px;
}

ul.order_sources_list {
    width: 100%;
}

ul.order_sources_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
}

.revenue_name p {
    color: #171717;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 24px;
    text-align: left;
}

.revenue_name span {
    color: #939393;
    font-size: 10px;
    letter-spacing: 0.27px;
    line-height: 16px;
    text-align: center;
}

.sources_name {
    color: #505050;
    font-size: 15px;
    letter-spacing: 0.26px;
    line-height: 24px;
    text-align: center;
}


.red_border {
    border-left: 2px #F04B4B solid;
}

.revenue_name {
    padding-left: 5px;
}

.yellow_border {
    border-left: 2px #FF9B00 solid;
}

.green_border {
    border-left: 2px #1ABB00 solid;
}

.orange_border {
    border-left: 2px #B97D00 solid;
}


.void_dicount td:first-child {
    text-align: left;
}

.void_dicount td:last-child {
    text-align: right;
}

.void_dicount tbody tr:last-child td {
    color: #959595;
    font-size: 16px;
    letter-spacing: 0.28px;
    line-height: 26px;
}

.last_week {
    width: 100%;
    border-top: 5px #D8D8D8 solid;
    padding: 10px 0;
}

.last_week_title {
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.28px;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
}

.last_week table {
    width: 100%;
    text-align: center;
}

.last_week table tr th {
    padding: 5px 0;
}

.last_week table tr:first-child {
    color: #939393;
    font-size: 14px;
    letter-spacing: 0.27px;
    line-height: 16px;
    text-align: center;
}

.last_week table tr:last-child {
    color: #202020;
    font-size: 15px;
    letter-spacing: 0.41px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}

.last_week table tr td:last-child {
    color: #1ABB00;
    font-size: 15px;
    letter-spacing: 0.41px;
    line-height: 24px;
    text-align: center;
}


.graph_section {
    width: 100%;
    padding-top: 20px;
}

.graph_section img {
    width: 100%;
    display: block;
}

.graph_title {
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.28px;
    line-height: 26px;
    padding-left: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}



.hamburger {
  width: 20px;
  height: 20px;
}

.hamburgerTop, .hamburgerMiddle, .hamburgerBottom {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #D8D8D8;
}


.hamburgerTop, .hamburgerBottom {
  transition: transform 0.4s ease, margin-top 0.3s ease 0.4s;
}

.hamburgerMiddle {
  transition: opacity 0.2s ease 0.5s;
}

/* Margin between the layers */
.hamburgerTop {
  margin-top: 0;
}

.hamburgerMiddle {
  margin-top: 8px;
}

.hamburgerBottom {
  margin-top: 16px;
}

.hamburgerTop.open, .hamburgerBottom.open {
  transition: margin-top 0.3s ease, transform 0.4s ease 0.3s;
}

.hamburgerTop.open {
  transform: rotate(45deg);
  margin-top: 9px;
}

.hamburgerMiddle.open {
  opacity: 0;
  transition: none;
}

.hamburgerBottom.open {
  transform: rotate(-45deg);
  margin-top: 10px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px 15px;
}

i.filter_icon {
    height: 17px;
    width: 17px;
}

.midd_title {
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 26px;
    text-align: center;
}


ul.order_status_list li {
    width: 30.3%;
    text-align: center;
    margin-bottom: 15px;
}

ul.order_status_list li span {
    color: #333333;
    font-size: 10px;
    letter-spacing: 0.17px;
    line-height: 16px;
    text-align: center;
}


.top_product {
    width: 100%;
}

.top_product_title {
    height: 27px;
    width: 100%;
    background-color: #FFCD00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.24px;
    text-align: center;
    line-height: 27px;
}

.top_product .order_sources {
    padding: 10px;
}

.top_product .order_sources .sources_name {
    text-align: left;
    width: 40%;
    padding-right: 20px;
}

.top_product .order_sources ul.order_sources_list li .revenue_name:nth-child(2) {
    width: 33%;
    text-align: left;
}

.top_product .order_sources ul.order_sources_list li .revenue_name:nth-child(3) {
    width: 27%;
    text-align: left;
}

.top_product .order_sources ul.order_sources_list li .revenue_name:nth-child(3) p {
    text-align: left;
}


li.top_title p:nth-child(1) {
    width: 140px;
}

li.top_title {
    text-align: center;
}

li.top_title p:nth-child(2) {
    color: #00A701;
    font-size: 10px;
    letter-spacing: 0.27px;
    line-height: 16px;
    text-align: center;
}

li.top_title p:nth-child(3) {
    color: #000000;
    font-size: 10px;
    letter-spacing: 0.27px;
    line-height: 16px;
    text-align: center;
}


.navigation {
    position: fixed;
    background: #fff;
    left: -100%;
    height: 100vh;
    width: 294px;
    top: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

i.logo_nav img {
    height: 59px;
    margin: auto;
    display: block;
}

i.logo_nav {
    width: 100%;
    margin-bottom: 40px;
    display: block;
    margin-top: 30px;
}

.navigation ul li a {
    opacity: 0.86;
    color: #505050;
    font-size: 14px;
    letter-spacing: 0.24px;
    line-height: 23px;
    text-align: center;
    display: block;
    text-decoration: none;
    border-top: 1px solid rgb(151 151 151 / 40%);
    padding: 8px 0;
}

.navigation ul li {
    display: block;
}

.hamburger {
    position: relative;
    z-index: 9;
}


.radio_container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  letter-spacing: 0.28px;
  line-height: 26px;
  border-bottom: 1px solid #979797;
  padding: 5px 15px;
  color: rgb(23 23 23 / 80%);
  webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 11px;
  right: 15px;
  height: 12px;
  width: 12px;
  border: 1px solid #979797;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
  background-color: #fff;
  width: 19px;
  height: 19px;
  right: 12px;
  top: 7px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
  top: 3px;
  left: 3px;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  border: 1px solid #707070;
  background-color: #3AB600;
}


.all_outlet_row {
    height: 250px;
    width: 292px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    margin-top: 110px;
    padding-top: 15px;
}

.all_outlet_filter {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgb(48 48 48 / 25%);
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

label.radio_container:first-child {
    color: #171717;
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 27px;
}


.login_page {
    width: 100%;
    height: 100vh;
    border: 1px solid #979797;
    background-color: #FFFFFF;
}

i.login_logo img {
    height: 84px;
    width: 84px;
    margin: auto;
    display: block;
}

.login_title {
    width: 100%;
    padding-top: 44px;
    text-align: center;
}

i.login_logo {
    padding-bottom: 30px;
    display: block;
    width: 100%;
}

.login_title span {
    color: #454545;
    font-size: 14px;
    letter-spacing: 0.11px;
    line-height: 20px;
    text-align: center;
}

.login_title p {
    color: #454545;
    font-size: 22px;
    letter-spacing: 0.11px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
}

.login_form {
    width: 276px;
    margin: auto;
    margin-top: 40px;
}

.input_row {
    width: 100%;
    margin-bottom: 20px;
}

.input_row input[type="text"], input[type="password"] {
    width: 100%;
    border: 0;
    color: #B1B1B1;
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 20px;
    width: 276px;
    border-bottom: 1px solid #979797;
    outline: none;
    height: 40px;
}


.input_row input[type="button"], .input_row input[type="submit"] {
    box-sizing: border-box;
    height: 42px;
    width: 276px;
    border: 1px solid rgba(151,151,151,0.13);
    border-radius: 5px;
    background-color: #223377;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.23);
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.07px;
    line-height: 23px;
    text-transform: uppercase;
    margin-top: 20px;
}


.navigation.show {
    left: 0;
}

.all_outlet_filter.show {
    z-index: 9;
    visibility: visible;
    opacity: 1;
}



.complete {
    background-color: #00AF50;
    box-shadow: 0 0 10px 0 rgba(183,113,13,0.5);
}

.order_status_icon.complete {}

.order_status_icon.rejected {
    background-color: #CA212D;
    box-shadow: 0 0 10px 0 rgba(183,113,13,0.5);
    height: 70px;
    width: 70px;
}

.order_status_icon.punched {
    background-color: #C3D599;
    box-shadow: 0 0 10px 0 rgba(183,113,13,0.5);
    color: #484848;
}

.order_status_icon.prepared {
    height: 70px;
    width: 70px;
    background-color: #81017F;
    box-shadow: 0 0 10px 0 rgba(183,113,13,0.5);
}

.order_status_icon.dispatched {
    height: 70px;
    width: 70px;
    background-color: #FFCD00;
    box-shadow: 0 0 10px 0 rgba(183,113,13,0.5);
}

.order_status_icon.postpone {
    height: 70px;
    width: 70px;
    background-color: #484848;
    box-shadow: 0 0 10px 0 rgba(183,113,13,0.5);
}

.header.darkHeader {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.select_row {
    width: 100%;
    padding: 0 15px;
}

.select_row select {
    width: 100%;
    height: 40px;
    border: 1px rgb(0 0 0 / 8%) solid;
    border-radius: 4px;
    padding: 0 10px;
    -webkit-appearance: none;
}


.search_submit {
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
}

.search_submit input[type="button"] {
    width: 100%;
    height: 40px;
    border: 0;
    background-color: #FFCD00;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Hind';
    outline: none;
    -webkit-appearance: none;
}


.date_row {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
}

i.close_icon {
    background: #facd48;
    width: 30px;
    height: 30px;
    color: #000;
    text-align: center;
    line-height: 33px;
    font-size: 20px;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.date_row input[type="date"] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px rgb(0 0 0 / 8%) solid;
}
