@font-face {
  font-family: 'Helvetica Rounded LT Std';
  src: url("fonts/HelveticaRoundedLTStd-BdCn.eot");
  src: url("fonts/HelveticaRoundedLTStd-BdCn.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaRoundedLTStd-BdCn.woff2") format("woff2"), url("fonts/HelveticaRoundedLTStd-BdCn.woff") format("woff"), url("fonts/HelveticaRoundedLTStd-BdCn.ttf") format("truetype"), url("fonts/HelveticaRoundedLTStd-BdCn.svg#HelveticaRoundedLTStd-BdCn") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

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;
  box-sizing: border-box; }

/* 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: "Comfortaa", cursive;
  background: #00000054; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Comfortaa",cursive; }

p {
  font-family: "Comfortaa",cursive;
  font-size: 15px;
  line-height: 15px;
  color: #00000080; }

.row {
  display: flex;
  min-width: 100%;
  flex-wrap: wrap; }
  .row > * {
    padding: 0 15px; }

header {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0; }
  header .header-left {
    background: #fff;
    width: 337px;
    float: left; }
    header .header-left .logo-address {
      display: flex;
      align-items: center;
      padding: 0 20px; }
      header .header-left .logo-address .address-info {
        text-align: center;
        padding: 10px 0px;
        width: 100%; }
        header .header-left .logo-address .address-info h6 {
          font-size: 20px;
          line-height: 25px;
          margin-bottom: 6px; }
        header .header-left .logo-address .address-info p {
          font-size: 13px;
          line-height: 15px; }
    header .header-left .new-orders {
      background: #000;
      text-align: center;
      color: #fff;
      padding: 10px;
      font-size: 20px;
      text-transform: uppercase;
      height: 37px; }
  header .header-right {
    margin-left: 337px; }
    header .header-right .box-list {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0 50px; }
      header .header-right .box-list .header-boxes {
        background: #EABEDB40;
        border-radius: 26px;
        margin: 4px 2px;
        padding: 10px;
        min-height: 30px;
        font-size: 12px;
        color: #EABEDB;
        width: 100px;
        text-align: center;
        min-width: 200px; }

aside {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 337px;
  height: 600px;
  z-index: 810;
  background: #fff;
  padding: 80px 0px 20px 0px;
  overflow-y: scroll; }
  aside::-webkit-scrollbar {
    width: 3px;
    /* width of the entire scrollbar */ }
  aside::-webkit-scrollbar-track {
    background: #fff;
    /* color of the tracking area */ }
  aside::-webkit-scrollbar-thumb {
    background-color: #EABEDB;
    /* color of the scroll thumb */ }
  aside .new-orders {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    height: 37px;
    margin-bottom: 30px; }
  aside .server-order-title span {
    font-size: 12px; }
  aside .orders-list {
    padding: 0 22px;
    display: flex;
    flex-direction: column; }
  aside .orders {
    display: flex;
    background: #EABEDB;
    border-radius: 24px;
    padding: 0px 10px 0 0;
    margin-bottom: 10px;
    align-items: center;
    min-height: 44px;
    transition: all .3s ease; }
    aside .orders.orders-simple {
      justify-content: end; }
    aside .orders.uber {
      background: #3B3037; }
      aside .orders.uber .uber-number {
        color: #fff; }
      aside .orders.uber .order-info {
        color: #fff; }
    aside .orders .uber-number {
      font-size: 12px;
      width: 100%;
      margin-left: 50px; }
    aside .orders .order-names {
      display: flex;
      background: #3B3037;
      border-radius: 30px;
      padding: 2px 5px; }
      aside .orders .order-names .order-name {
        padding: 3px;
        margin: 0 2px;
        border-radius: 50%;
        line-height: 29px;
        font-size: 14px;
        width: 38px;
        height: 38px;
        text-align: center;
        border: 3px solid #fff; }
    aside .orders .order-info {
      width: 100%;
      display: flex;
      justify-content: right;
      align-items: center; }
      aside .orders .order-info .order-time {
        font-size: 12px;
        margin-right: 20px; }
      aside .orders .order-info .order-id {
        font-size: 18px; }

.content-wrapper {
  padding: 81px 0px 40px 0px;
  margin-left: 337px;
  position: relative;
  min-height: 100vh; }
  .content-wrapper .preparing-title {
    background: #4e4e4e;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px; }
  .content-wrapper.large-order .overlay {
    background-color: #000000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2; }
  .content-wrapper .boxes {
    display: flex;
    padding: 50px 21px;
    margin: 0 0; }
    .content-wrapper .boxes .box {
      width: 100%;
      flex: 0 0 auto;
      margin: 0 5px 60px 5px;
      position: relative; }
      @media all and (min-width: 620px) {
        .content-wrapper .boxes .box {
          width: 42%;
          max-width: 42%; } }
      @media all and (min-width: 1315px) {
        .content-wrapper .boxes .box {
          width: 27%;
          max-width: 27%; } }
      @media all and (min-width: 1550px) {
        .content-wrapper .boxes .box {
          width: 19%;
          max-width: 19%; } }
      @media all and (min-width: 1838px) {
        .content-wrapper .boxes .box {
          max-width: 15%; } }
    .content-wrapper .boxes .order-box {
      background: #fff;
      min-height: 384px;
      max-height: 384px;
      padding: 72px 10px 10px 10px;
      box-shadow: 0px 3px 6px 0 #0000004D;
      border-radius: 11px;
      z-index: 1;
      position: relative;
      width: 214px; }
      .content-wrapper .boxes .order-box.active-uber {
        padding: 79px 10px 10px 10px; }
        .content-wrapper .boxes .order-box.active-uber .order-box-header {
          height: 42px;
          background: #3B3037; }
          .content-wrapper .boxes .order-box.active-uber .order-box-header .order-info {
            color: #fff; }
            .content-wrapper .boxes .order-box.active-uber .order-box-header .order-info img {
              filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(2deg) brightness(102%) contrast(101%); }
        .content-wrapper .boxes .order-box.active-uber .btns-telephone {
          margin-top: -21px !important; }
      .content-wrapper .boxes .order-box .order-box-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto; }
        .content-wrapper .boxes .order-box .order-box-top .btns-telephone {
          margin-top: -6px;
          text-align: center; }
          .content-wrapper .boxes .order-box .order-box-top .btns-telephone .uber-telephone {
            padding: 5px;
            font-size: 12px;
            border-radius: 5px;
            margin-bottom: 5px;
            display: inline-block; }
        .content-wrapper .boxes .order-box .order-box-top .order-box-buttons {
          display: flex;
          justify-content: center;
          margin-bottom: 5px; }
          .content-wrapper .boxes .order-box .order-box-top .order-box-buttons .btn {
            padding: 8px 10px;
            color: #000;
            font-size: 8px;
            font-weight: 500;
            font-family: 'Helvetica Rounded LT Std';
            text-transform: uppercase;
            text-align: center;
            margin: 0 2px;
            background: #eabedb;
            border-radius: 24px;
            text-decoration: none; }
            .content-wrapper .boxes .order-box .order-box-top .order-box-buttons .btn:nth-child(1) {
              background: rgba(234, 190, 219, 0.33); }
            .content-wrapper .boxes .order-box .order-box-top .order-box-buttons .btn:nth-child(2) {
              background: rgba(234, 190, 219, 0.66); }
            .content-wrapper .boxes .order-box .order-box-top .order-box-buttons .btn:nth-child(3) {
              background: #eabedb; }
          .content-wrapper .boxes .order-box .order-box-top .order-box-buttons.box-buttons-opened {
            display: none; }
            .content-wrapper .boxes .order-box .order-box-top .order-box-buttons.box-buttons-opened .btn {
              padding: 8px 6px; }
      .content-wrapper .boxes .order-box.open {
        z-index: 3;
        min-height: unset;
        max-height: unset;
        position: absolute;
        width: 214px; }
        .content-wrapper .boxes .order-box.open .order-box-body {
          max-height: unset; }
        .content-wrapper .boxes .order-box.open .box-buttons-normal {
          display: none !important; }
        .content-wrapper .boxes .order-box.open .box-buttons-opened {
          display: flex !important; }
        .content-wrapper .boxes .order-box.open .toggle-button {
          display: none; }
      .content-wrapper .boxes .order-box.active .order-box-header {
        background: #3B3037; }
        .content-wrapper .boxes .order-box.active .order-box-header .order-info {
          color: #fff; }
          .content-wrapper .boxes .order-box.active .order-box-header .order-info img {
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(2deg) brightness(102%) contrast(101%); }
      .content-wrapper .boxes .order-box .order-box-header {
        background: #EABEDB;
        border-radius: 24px;
        display: flex;
        transform: translate(-10px, -50%);
        margin-left: -10px;
        align-items: center;
        box-shadow: 0px 3px 6px 0 #0000004D;
        height: 46px; }
        .content-wrapper .boxes .order-box .order-box-header .order-ready-name {
          background: #fff;
          border-radius: 24px;
          display: flex;
          padding: 2px;
          width: auto;
          align-items: center;
          position: absolute;
          height: 46px;
          bottom: 0; }
          .content-wrapper .boxes .order-box .order-box-header .order-ready-name.order-ready-name-or {
            width: 95px; }
          .content-wrapper .boxes .order-box .order-box-header .order-ready-name .order-name {
            padding: 3px;
            border-radius: 50%;
            line-height: 29px;
            font-size: 14px;
            width: 38px;
            height: 38px;
            text-align: center;
            border: 3px solid #fff; }
          .content-wrapper .boxes .order-box .order-box-header .order-ready-name .ready {
            font-size: 10px;
            font-family: 'Helvetica Rounded LT Std';
            text-transform: uppercase;
            font-weight: 500;
            margin-left: 8px; }
        .content-wrapper .boxes .order-box .order-box-header .order-info {
          display: flex;
          justify-content: space-between;
          width: 100%;
          padding: 0 10px 0 50px;
          align-items: center; }
          .content-wrapper .boxes .order-box .order-box-header .order-info.order-info-order-ready {
            padding: 0 10px 0 100px; }
          .content-wrapper .boxes .order-box .order-box-header .order-info .order-time {
            font-size: 10px;
            position: relative;
            bottom: -11px; }
      .content-wrapper .boxes .order-box .order-box-body {
        overflow: auto;
        max-height: 281px; }
        .content-wrapper .boxes .order-box .order-box-body .order-table .order-type {
          color: #000;
          font-size: 11px;
          margin: 0px 0 5px 0;
          padding: 2px;
          display: block; }
        .content-wrapper .boxes .order-box .order-box-body .order-table table {
          font-size: 9px;
          font-weight: 300;
          width: 80%;
          margin: 0 auto 10px auto; }
          .content-wrapper .boxes .order-box .order-box-body .order-table table th {
            padding: 3px 3px 3px 3px;
            text-align: left; }
          .content-wrapper .boxes .order-box .order-box-body .order-table table td {
            padding: 4px; }
          .content-wrapper .boxes .order-box .order-box-body .order-table table tr.parent-tr {
            border-bottom: 1px solid #00000080; }

.accordion {
  background-color: #000000;
  color: #EABEDB;
  padding: 5px 26px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-family: 'Helvetica Rounded LT Std';
  font-size: 11px;
  transition: 0.4s;
  margin-bottom: 1px;
  text-transform: uppercase; }
  .accordion.accordion-icon {
    background: unset;
    filter: invert(99%) sepia(1%) saturate(261%) hue-rotate(315deg) brightness(80%) contrast(103%);
    text-align: center; }
  .accordion + .panel {
    display: none; }

.panel.active {
  display: block; }

.order-name {
  background: #BBDDE6; }

.order-type {
  background: #EABEDB40; }

.rose {
  background: #EABEDB; }

.blue {
  background: #BBDDE6; }

.green {
  background: #D0DEBB; }

.gray {
  background: #CCCCCC; }

.order-display {
  text-align: center; }
  .order-display .toggle-button {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #ccc;
    display: inline-block;
    z-index: 999;
    position: absolute;
    bottom: 6px; }

body.order-details-page, body.completed-page {
  background: rgba(0, 0, 0, 0.25); }
  body.order-details-page header .sections-title, body.completed-page header .sections-title {
    background: #EABEDB;
    display: flex; }
    body.order-details-page header .sections-title .preparing-title, body.completed-page header .sections-title .preparing-title {
      background: #EABEDB;
      color: #000000; }
      body.order-details-page header .sections-title .preparing-title:first-of-type, body.completed-page header .sections-title .preparing-title:first-of-type {
        border-right: 2px solid #fff;
        width: 382px; }
  body.order-details-page aside, body.completed-page aside {
    background: #fff; }
    body.order-details-page aside .orders.orders-with-name .uber-number, body.completed-page aside .orders.orders-with-name .uber-number {
      margin-left: 0; }
    body.order-details-page aside .orders .order-names, body.completed-page aside .orders .order-names {
      background: transparent; }
    body.order-details-page aside .orders.active, body.completed-page aside .orders.active {
      padding-left: 0 !important; }
  body.order-details-page .content-wrapper .orders, body.completed-page .content-wrapper .orders {
    border-right: 2px solid #fff;
    width: 367px;
    margin: 0 0;
    padding: 0 0; }
    body.order-details-page .content-wrapper .orders .order-list, body.completed-page .content-wrapper .orders .order-list {
      padding: 50px 20px; }
    body.order-details-page .content-wrapper .orders .order, body.completed-page .content-wrapper .orders .order {
      background: #EABEDB;
      border-radius: 24px;
      display: flex;
      align-items: center;
      box-shadow: 0px 3px 6px 0 #0000004D;
      margin-bottom: 10px;
      height: 46px;
      position: relative;
      padding: 0 10px 0 50px; }
      body.order-details-page .content-wrapper .orders .order.order-info-order-ready, body.completed-page .content-wrapper .orders .order.order-info-order-ready {
        padding: 0 10px 0 100px; }
      body.order-details-page .content-wrapper .orders .order.uber, body.completed-page .content-wrapper .orders .order.uber {
        height: 42px;
        padding: 0 10px 0 100px; }
      body.order-details-page .content-wrapper .orders .order.uber, body.completed-page .content-wrapper .orders .order.uber {
        background: #3B3037; }
        body.order-details-page .content-wrapper .orders .order.uber .uber-number, body.completed-page .content-wrapper .orders .order.uber .uber-number {
          font-size: 10px;
          color: #fff;
          width: 100%; }
        body.order-details-page .content-wrapper .orders .order.uber .order-time, body.order-details-page .content-wrapper .orders .order.uber .order-id, body.completed-page .content-wrapper .orders .order.uber .order-time, body.completed-page .content-wrapper .orders .order.uber .order-id {
          color: #fff; }
      body.order-details-page .content-wrapper .orders .order .order-ready-name, body.completed-page .content-wrapper .orders .order .order-ready-name {
        background: #fff;
        border-radius: 24px;
        padding: 2px;
        align-items: center;
        display: flex;
        width: auto;
        position: absolute;
        height: 46px;
        bottom: 0;
        left: 0; }
        body.order-details-page .content-wrapper .orders .order .order-ready-name.order-ready-name-or, body.completed-page .content-wrapper .orders .order .order-ready-name.order-ready-name-or {
          width: 95px; }
        body.order-details-page .content-wrapper .orders .order .order-ready-name .order-name, body.completed-page .content-wrapper .orders .order .order-ready-name .order-name {
          padding: 3px;
          border-radius: 50%;
          line-height: 29px;
          font-size: 14px;
          width: 38px;
          height: 38px;
          text-align: center;
          border: 3px solid #fff; }
        body.order-details-page .content-wrapper .orders .order .order-ready-name .process, body.completed-page .content-wrapper .orders .order .order-ready-name .process {
          font-size: 10px;
          font-family: 'Helvetica Rounded LT Std';
          text-transform: uppercase;
          font-weight: 500;
          margin-left: 8px; }
      body.order-details-page .content-wrapper .orders .order .order-info, body.completed-page .content-wrapper .orders .order .order-info {
        display: flex;
        justify-content: right;
        width: 100%;
        padding: 0 10px;
        align-items: center; }
        body.order-details-page .content-wrapper .orders .order .order-info .view-details-btn, body.completed-page .content-wrapper .orders .order .order-info .view-details-btn {
          font-size: 10px;
          font-family: 'Helvetica Rounded LT Std';
          text-transform: uppercase;
          font-weight: 500;
          margin-left: 8px;
          color: #fff; }
        body.order-details-page .content-wrapper .orders .order .order-info .order-time, body.completed-page .content-wrapper .orders .order .order-info .order-time {
          font-size: 10px;
          margin-right: 30px; }
  body.order-details-page .content-wrapper .order-details-section, body.completed-page .content-wrapper .order-details-section {
    width: calc(100% - 367px);
    padding: 0 0; }
    body.order-details-page .content-wrapper .order-details-section .order-details-inner, body.completed-page .content-wrapper .order-details-section .order-details-inner {
      display: flex;
      min-width: 100%;
      flex-direction: column; }
      body.order-details-page .content-wrapper .order-details-section .order-details-inner .order-one, body.completed-page .content-wrapper .order-details-section .order-details-inner .order-one {
        display: flex;
        min-width: 50%;
        width: 50%; }
      body.order-details-page .content-wrapper .order-details-section .order-details-inner .order-box, body.order-details-page .content-wrapper .order-details-section .order-details-inner .checklist-box, body.completed-page .content-wrapper .order-details-section .order-details-inner .order-box, body.completed-page .content-wrapper .order-details-section .order-details-inner .checklist-box {
        margin: 0 5px; }
  body.order-details-page .content-wrapper .boxes .order-box, body.completed-page .content-wrapper .boxes .order-box {
    margin: 0 0;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #707070;
    width: 214px; }
    body.order-details-page .content-wrapper .boxes .order-box.open, body.completed-page .content-wrapper .boxes .order-box.open {
      position: relative; }
    body.order-details-page .content-wrapper .boxes .order-box .order-circle-name .order-name, body.completed-page .content-wrapper .boxes .order-box .order-circle-name .order-name {
      padding: 3px;
      border-radius: 50%;
      line-height: 29px;
      font-size: 14px;
      width: 38px;
      height: 38px;
      text-align: center;
      border: 3px solid #fff; }
    body.order-details-page .content-wrapper .boxes .order-box .order-box-body, body.completed-page .content-wrapper .boxes .order-box .order-box-body {
      max-height: 100%; }
  body.order-details-page .content-wrapper .checklist-box, body.completed-page .content-wrapper .checklist-box {
    padding: 20px 15px;
    border: 1px solid #707070;
    border-radius: 11px;
    box-shadow: 0px 3px 6px 0 #0000004d;
    background: #fff;
    width: 198px; }
    body.order-details-page .content-wrapper .checklist-box h5, body.completed-page .content-wrapper .checklist-box h5 {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.7px;
      color: #000000;
      margin-bottom: 30px; }
    body.order-details-page .content-wrapper .checklist-box ul, body.completed-page .content-wrapper .checklist-box ul {
      list-style: square;
      color: #EABEDB;
      padding: 0 0 0 20px; }
      body.order-details-page .content-wrapper .checklist-box ul.blue-dots, body.completed-page .content-wrapper .checklist-box ul.blue-dots {
        color: #BBDDE6; }
      body.order-details-page .content-wrapper .checklist-box ul li, body.completed-page .content-wrapper .checklist-box ul li {
        margin-bottom: 30px; }
        body.order-details-page .content-wrapper .checklist-box ul li h6, body.completed-page .content-wrapper .checklist-box ul li h6 {
          color: #000;
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 5px; }
        body.order-details-page .content-wrapper .checklist-box ul li p, body.completed-page .content-wrapper .checklist-box ul li p {
          font-size: 10px;
          line-height: 16px; }

.table-wrapper {
  transition: background-color 0.3s ease; }
  .table-wrapper.selected {
    background: #BBDDE6; }
    .table-wrapper.selected .order-type {
      background: transparent; }

.order-type {
  transition: background-color 0.3s ease; }

.web-tabs > div {
  display: none; }

.web-tabs > div.active {
  display: block; }

body.completed-page .content-wrapper .order-details-section {
  width: 100%; }

body.completed-page .content-wrapper .order-details-section .order-details-inner .order-one {
  min-width: unset;
  margin-right: 50px; }

body.order-details-page.combined-orders-page .content-wrapper .preparing-section {
  width: 464px !important;
  padding: 0 0; }
  body.order-details-page.combined-orders-page .content-wrapper .preparing-section .order-details-inner {
    display: flex;
    min-width: 100%;
    flex-direction: column; }
    body.order-details-page.combined-orders-page .content-wrapper .preparing-section .order-details-inner .order-one {
      display: flex;
      min-width: 50%; }
      body.order-details-page.combined-orders-page .content-wrapper .preparing-section .order-details-inner .order-one .order-box {
        margin: 0 5px; }

body.order-details-page.combined-orders-page .content-wrapper .ready-for-pickup-section {
  width: 383px;
  border-left: 2px solid #fff;
  background: #fff; }
  body.order-details-page.combined-orders-page .content-wrapper .ready-for-pickup-section .preparing-title {
    background: #000; }
  body.order-details-page.combined-orders-page .content-wrapper .ready-for-pickup-section .server-order-title {
    margin-top: 30px; }
  body.order-details-page.combined-orders-page .content-wrapper .ready-for-pickup-section .order-list {
    padding: 0 20px; }

body.order-details-page.combined-orders-page .content-wrapper .order-details-section {
  width: 464px; }
  body.order-details-page.combined-orders-page .content-wrapper .order-details-section .boxes .order-one {
    min-width: 100% !important; }
  body.order-details-page.combined-orders-page .content-wrapper .order-details-section .boxes .order-box .order-box-header .order-ready-name {
    width: auto; }
  body.order-details-page.combined-orders-page .content-wrapper .order-details-section .boxes .order-box .order-info {
    padding: 0 10px 0 50px; }

.active-green {
  box-shadow: 0px -5px 0 #06C167; }
  .active-green.active-with-shadow {
    box-shadow: 0px 3px 6px 0 #0000004D, 0px -5px 0 #06C167 !important; }
    .active-green.active-with-shadow + .btns-telephone .uber-telephone {
      background: rgba(6, 193, 103, 0.5) !important; }

.active-blue {
  box-shadow: 0px -5px 0 #08F6FF; }
  .active-blue.active-with-shadow {
    box-shadow: 0px 3px 6px 0 #0000004D, 0px -5px 0 #08F6FF !important; }
    .active-blue.active-with-shadow + .btns-telephone .uber-telephone {
      background: rgba(8, 246, 255, 0.5) !important; }

.active-red {
  box-shadow: 0px -5px 0 #FF3008; }
  .active-red.active-with-shadow {
    box-shadow: 0px 3px 6px 0 #0000004D, 0px -5px 0 #FF3008 !important; }
    .active-red.active-with-shadow + .btns-telephone .uber-telephone {
      background: rgba(255, 48, 8, 0.5) !important; }

.active-orange {
  box-shadow: 0px -5px 0 #FF8000; }
  .active-orange.active-with-shadow {
    box-shadow: 0px 3px 6px 0 #0000004D, 0px -5px 0 #ff8000 !important; }
    .active-orange.active-with-shadow + .btns-telephone .uber-telephone {
      background: rgba(255, 128, 0, 0.5) !important; }

.server-order-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 32px; }

body.add-order {
  background: #fff; }
  body.add-order aside .sidebar-title {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    height: 37px;
    margin-bottom: 20px; }
  body.add-order aside .server-list {
    padding: 0 22px;
    display: flex;
    flex-direction: column; }
    body.add-order aside .server-list .server-box {
      display: flex;
      background: #EABEDB;
      border-radius: 24px;
      padding: 0px 10px 0 0;
      margin-bottom: 10px;
      align-items: center;
      min-height: 44px;
      transition: all .3s ease; }
      body.add-order aside .server-list .server-box .server-initials {
        padding: 3px;
        margin: 0 2px;
        border-radius: 50%;
        line-height: 29px;
        font-size: 14px;
        min-width: 38px;
        height: 38px;
        text-align: center;
        border: 3px solid #fff; }
      body.add-order aside .server-list .server-box .server-info {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center; }
        body.add-order aside .server-list .server-box .server-info .server-name {
          font-size: 12px; }
        body.add-order aside .server-list .server-box .server-info .server-edit {
          font-size: 12px;
          cursor: pointer; }
  body.add-order .content-wrapper .add-server-section {
    width: 50%;
    padding: 0 0;
    background: #BFBFBF;
    padding-bottom: 100px; }
    body.add-order .content-wrapper .add-server-section .add-server-section-title {
      background: #4e4e4e;
      text-align: center;
      color: #fff;
      padding: 10px;
      font-size: 20px;
      text-transform: uppercase;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 37px;
      margin-bottom: 50px; }
    body.add-order .content-wrapper .add-server-section .server-inner-form {
      padding: 0 150px; }
      body.add-order .content-wrapper .add-server-section .server-inner-form .server-initials {
        padding: 3px;
        margin: 0 auto 50px auto;
        border-radius: 50%;
        line-height: 70px;
        font-size: 36px;
        width: 82px;
        height: 82px;
        text-align: center;
        font-weight: bold;
        border: 6px solid #fff; }
      body.add-order .content-wrapper .add-server-section .server-inner-form .color-picker-inner p {
        font-size: 12px;
        font-family: "Comfortaa",cursive;
        color: #000;
        line-height: 16px;
        margin-bottom: 10px; }
      body.add-order .content-wrapper .add-server-section .server-inner-form .color-picker-inner .color-picker-circles {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 35px; }
        body.add-order .content-wrapper .add-server-section .server-inner-form .color-picker-inner .color-picker-circles .color-picker-circle {
          padding: 10px;
          margin: 0 2px;
          border-radius: 50%;
          width: 24px;
          height: 24px;
          border: 3px solid transparent;
          cursor: pointer; }
          body.add-order .content-wrapper .add-server-section .server-inner-form .color-picker-inner .color-picker-circles .color-picker-circle.active {
            border: 3px solid #fff; }

form {
  display: block; }
  form .form-group {
    margin-bottom: 50px; }
    form .form-group label {
      display: inline-block;
      margin-bottom: 0.5rem;
      font-size: 9px;
      font-family: "Comfortaa",cursive; }
    form .form-group .form-control {
      display: block;
      width: 100%;
      padding: 10px 0px;
      font-size: 20px;
      line-height: 1.5;
      color: #000;
      background-color: transparent;
      background-clip: padding-box;
      border: none;
      border-bottom: 1px solid #000;
      border-radius: 0px;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      font-family: "Comfortaa",cursive; }
  form .btn-primary {
    color: #000;
    background-color: #fff; }
  form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 50px;
    font-size: 20px;
    border-radius: 18px;
    text-transform: uppercase;
    border: none;
    width: 100%;
    font-family: "Comfortaa",cursive;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.text-center {
  text-align: center; }
