html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0 !important;
  color: #4a4a4a;
  font-size: 16px;
  background: #fff;
  position: relative;
}

a {
  color: #4a4a4a;
  outline: none;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

button:link,
button:visited,
button:focus {
  outline: none;
}

a:link,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  color: #3c70bc;
}

a:focus {
  outline: 0;
}

section {
  position: relative;
}

.form-control:focus {
  box-shadow: none;
  background: transparent;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

.errorMsg {
  font-size: 12px;
  color: red;
  position: absolute;
  left: 0;
  bottom: -25px;
  display: none;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

p {
  line-height: 1.4
}


/* Typography */

body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif !important;
}

.section {
  width: 100%;
  display: table;
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1240px
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.clear-all {
  clear: both;
  height: 0px;
  width: 100%;
  text-indent: -100000px;
}

.section-md {
  padding: 60px 0px;
}

.section-sm {
  padding: 40px 0px;
}

.scrollup {
  background: #204454;
  color: #fff;
  display: table;
  float: left;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 15px;
  bottom: 70px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1000;
  display: none;
}

.scrollup i {
  line-height: 35px;
  font-size: 26px;
  text-align: center;
}

.scrollup:hover,
.scrollup:visited,
.scrollup:focus {
  color: #fff;
}


/*Navbar*/

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 100;
  background: #fff;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  z-index: 10000;
}

.navbar-toggler {
  width: 43px;
  height: 36px;
  background: #0a1330;
  padding: 0px;
  position: absolute;
  top: 29px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  display: none;
  border: 0px;
  color: #fff;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu-bar.svg);
  width: 25px;
}

.navbar-toggler span {
  color: #e42126;
}

.home-logo {
  padding: 20px;
  margin: 0px;
  position: absolute;
  left: 0;
  top: 0;
}

.home-logo img {
  width: 100%;
}

.inner-logo {
  padding: 20px;
  margin: 0px;
  position: absolute;
  left: 0;
  top: 0;
}

.inner-logo img {
  width: 100%;
}

.mobile-logo {
  display: none;
}

.header .navbar {
  padding: 0px;
}

.navbar-nav {
  margin: 0px;
  padding: 0px;
  text-align: right
}

.navbar-nav li {
  display: inline-block;
  position: relative;
}

.navbar-light .navbar-nav .nav-link {
  background: transparent;
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 15px;
  margin-left: 10px;
  border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #0069b4 !important;
  border-bottom: 2px solid #0069b4;
  background-color: rgba(255, 255, 255, 0.1);
}


/*main style*/

.col-left {
  background: #0a1330;
  height: 100vh;
}

.col-right {
  background: #fff;
  height: 100vh;
}
/* 
.col-body-content-container {
  position: relative;
  height: 100%;
}

.col-body-content {
  max-width: 400px;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.col-body-content.registerBase {
  max-width: 600px;
  width: 80%;
} */

.left-rcb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.left-rcb img {
  max-width: 400px
}

.left-rcb p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px
}

.col-right input.btn-rounded {
  border-radius: 30px;
  padding: 13px 30px 10px;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 300;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.col-right input.btn-primary {
  color: #fff;
  background-color: #46af5f;
  border-color: #46af5f;
}

.col-right input,
.col-right select {
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
  font-weight: 300;
  color: #3d3f46;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.left-content input,
.left-content textarea {
  border: 0;
  border-bottom: 1px solid #48557e;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
  padding-left: 0px;
}

.left-content textarea {
  resize: none;
  border-radius: 0px;
}

.left-content form.contact {
  border-top: 1px dashed #48557e;
  padding-top: 50px
}

.col-right .custom-select option.smallDropText {
  font-size: 13px
}

.col-right .form-group {
  margin-bottom: 20px;
  position: relative;
}

.col-body-content h1 {
  font-size: 2em;
  margin-bottom: 50px;
}

.left-content h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}

.col-body-content button {
  max-width: 250px;
  width: 100%;
  margin-top: 20px;
}

.btn-rounded {
  border-radius: 30px;
  padding: 13px 30px 10px;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 300;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.btn {
  border-width: 2px;
}

.btn-primary {
  color: #fff;
  background-color: #46af5f;
  border-color: #46af5f;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069b4;
  border-color: #0069b4;
}

.btn-success:hover {
  color: #fff;
  background-color: #219576;
  border-color: #219576;
}

.btn-success {
  color: #fff;
  background-color: #46af5f;
  border-color: #46af5f;
}

.link {
  color: #979797;
  font-size: 16px;
  font-weight: 300;
}

.link-blue {
  color: #0069b4;
}

.form-icon-base {
  position: relative;
  height: 40px;
}

.form-icon {
  position: absolute;
  top: 8px;
  right: 0px;
}

.form-icon img {
  width: 19px;
  height: 19px;
}

.left-content {
  /* position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%; */
  margin-top: 120px;
  padding-bottom: 50px;
}

.left-content .price-list li {
  border-bottom: 1px solid #48557e;
  padding-bottom: 15px;
}

.left-content .price-list li,
.left-content p {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 24px;
}

.left-content .price-list li span {
  float: right;
  font-weight: 700;
  font-size: 20px
}

.left-content .price-list li i {
  display: block;
  font-style: normal;
  font-size: 14px;
  margin-top: 7px
}

.left-content p.note {
  color: #fff;
  font-size: 14px;
  margin-top: 30px
}

.page-scroll {
  height: 80vh;
  overflow: hidden;
 
}

.btn-groups .btn:first-child {
  margin-right: 15px
}

.react-customscroll-scrollbar-area {
  opacity: 0;
  right: -4px !important; 
}

.col-left:hover .react-customscroll-scrollbar-area {
  opacity: 1
}

.checkWrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkWrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.checkWrapper:hover input~.checkmark {
  background-color: #ccc;
}

.checkWrapper input:checked~.checkmark {
  background-color: #0069b4;
  border: 1px solid #0069b4;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkWrapper input:checked~.checkmark:after {
  display: block;
}

.checkWrapper .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*footer*/

footer {
  padding: 10px 0px
}

footer ul li {
  display: inline-block;
  margin: 0px 10px
}

footer ul li img {
  height: 30px;
  margin-right: 5px
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}


/** After logged in pages style*/


/*dashboard menu*/

.top-header {
  height: 92px;
  background: #0069b4;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.top-header ul li {
  float: left;
}

.top-header ul li.dash-logo {
  padding: 13px 0px;
  display: block;
  background: transparent;
  width: 250px;
}

/* .top-header ul li.dash-logo img {
  width: 220px;
} */

.top-header ul li.menu_header {
  padding-left: 18px;
  color: #fff;
}

.top-header ul li.dropMenu {
  position: absolute;
  right: 10px
}

.top-header ul li.dropMenu ul {
  float: right;
  margin-top: 35px;
}

.top-header ul li.dropMenu li {
  margin-left: 15px;
  height: 30px;
  position: relative;
}

.top-header ul li.dropMenu li>div {
  color: #fff;
  cursor: pointer;
}

.top-header ul li.dropMenu li>div i {
  font-style: normal;
}

.top-header ul li.dropMenu li .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 5px solid #0069b4;
  transform: translate3d(-0px, 30px, 0px) !important;
}

.top-header ul li.dropMenu li .dropdown-menu {
  left: auto !important;
  right: 0;
  top: 0px;
  min-width: 13rem
}

.top-header ul li.dropMenu li .dropdown-menu li {
  margin-left: 0px;
  display: block !important;
  float: none;
  position: relative;
}

.top-header ul li.dropMenu li .dropdown-menu li a {
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
  display: block;
}

.top-header ul li.dropMenu li .dropdown-menu li a i {
  margin-right: 15px
}

.top-header ul li.dropMenu li .dropdown-menu li.divider {
  height: 1px;
  background: #f1f1f1;
}

.top-header ul li.dropMenu li .dropdown-menu li a:hover {
  color: #0069b4;
  background: #edf4fb;
}

.top-header ul li.dropdown:hover>.dropdown-menu {
  display: block;
}

.locale-flag {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 28px !important;
  top: -1px
}

.locale-flag-de-ch {
  background: url(../images/de.svg);
}


/*left side bar*/

.left-sidebar {
  width: 250px;
  display: flex;
  z-index: 11;
  overflow: hidden;
  min-width: 250px;
  position: relative;
  flex: 0 0 220px;
  transition: all .2s;
  position: fixed;
  height: calc(100vh - 91px);
  background: #fff;
}

.dash-logo {
  background: #fff;
}

.vertical-nav-menu {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  padding: 20px
}

.left-sidebar.sidebar-shadow {
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.03);
}

.left-sidebar-heading {
  text-transform: uppercase;
  font-size: .8rem;
  margin: .75rem 0;
  font-weight: bold;
  color: #919191;
  white-space: nowrap;
  position: relative;
}

.vertical-nav-menu li {
  margin-bottom: 0px;
}

.vertical-nav-menu li a {
  display: block;
  line-height: 2rem;
  padding: 0.5rem 1.5rem 0.5rem 45px;
  position: relative;
  border-radius: .25rem;
  color: #343a40;
  white-space: nowrap;
  transition: all .2s;
  margin: .1rem 0;
  font-size: 15px
}

.vertical-nav-menu i.metismenu-icon {
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -17px;
  font-size: 1.2rem;
  opacity: .6;
  transition: color 300ms;
}

.vertical-nav-menu li.mm-active>a {
  font-weight: bold;
  color: #0069b4;
}
.vertical-nav-menu li>a.mm-active {
  font-weight: bold;
  color: #0069b4;
}
.vertical-nav-menu li a:hover {
  background: #edf4fb;
  text-decoration: none;
  color: #0069b4;
}

.menuSection {
  padding-top: 5px
}


/*mainWrapper*/

.menu_header {
  font-size: 20px;
  margin-top: 35px;
}

.menu_header i {
  margin-right: 10px
}

.basket-container {
  display: inline-block;
  background-color: transparent;
  z-index: 16;
  position: fixed;
  right: 3px;
  top: 0px;
  width: 21.5%;
  height: calc(100vh - 92px);
  background: #fff;
  margin-top: 91px;
}

.mainWrapperBody {
  padding-top: 10px;
  background: #f7f7f7;
  flex: 1;
  min-height: calc(100vh - 160px);
}

.mainWrapper {
  z-index: 9;
  padding-left: 250px;
  background: #f7f7f7;
  margin-top: 91px;
}

.category-content {
  padding: 19px 22px;
  border-radius: 2px 2px 0 0;
  background-color: #edf4fb;
  ;
}

.category-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.menuContainer {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  margin: 8px 0;
  position: relative;
  background-color: #fff;
}

.menuContainer .media {
  cursor: pointer;
}

.menuContainer .media:hover {
  background: #edf4fb;
}

.menuProductContainer,
.menuProduct {
  padding: 16px 22px;
}

.menuProductContainer img {
  height: 170px;
  width: 170px;
}

.menuProduct h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.22;
  color: #0069b4;
  margin: 0 0 20px;
}

.menuDesc {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.menuNote {
  font-style: italic;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}

.menuPrice {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -.5px;
  color: #46af5f;
  margin-top: 30px;
}

.meal-add-to-basket-button div {
  font-family: 'Linearicons-Free';
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-radius: 0 2px 0 0;
  color: #b5b5b5;
  font-size: 20px;
  text-align: center;
  background: #fff;
}

.menuContainer:hover .meal-add-to-basket-button div,
.meal-add-to-basket-button:hover div {
  background: #46af5f;
  color: #fff;
}

.menu-category-bar {
  height: 64px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  position: relative;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

.menu-category-bar {
  position: sticky;
  position: -webkit-sticky;
  top: 92px;
  z-index: 1;
}

#navMenu #navMenu-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-left: 35px;
  /* padding-top: 10px; */
}

#navMenu {
  width: 100%;
  overflow: hidden;
}

#navMenu-items {
  margin: 0px 30px;
  padding: 1px 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: hidden;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

#menuSelector {
  position: relative;
  margin-left: -5px;
  top: -1px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0069b4;
}

#navMenu ul li {
  display: inline-block;
  text-align: center;
}

#navMenu ul li a {
  font-size: 18px;
  position: relative;
  top: 0px;
  padding: 22px 5px;
  display: inline-block;
}
#navMenu ul li a span{
  font-size: 15px;
  margin-left: 10px;
  display: inline-block;
}

#navMenu ul li a.active{  
  position: relative;
  color: #0069b4;
}
#navMenu ul li a.active::after{
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -1px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0069b4;
}
#navMenu ul li.active a {
  color: #0069b4;
}

.navMenu-paddle-left,
.navMenu-paddle-right {
  cursor: pointer;
  border: none;
  position: absolute;
  top: 0px;
  background-color: transparent;
  width: 50px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 0px
}
.react-multiple-carousel__arrow{
  background: #fff !important;
}
.react-multiple-carousel__arrow::before {
  color: #000 !important;
}
.react-multiple-carousel__arrow--left{
  left: -5px !important;
}
.react-multiple-carousel__arrow--right{
  right: -5px !important;
}

.slick-prev,
.navMenu-paddle-left {
  left: 35px;
}

.slick-next,
.navMenu-paddle-right {
  right: 0;
}

.navMenu-paddle-left i,
.navMenu-paddle-right i {
  position: relative;
  top: 0px;
}

.menucard-meals-group {
  border-radius: 2px 2px 0 0;
  border: 1px solid #edf4fb;
  margin-bottom: 0px;
  background: #fff;
}

.menucard-meals-group .menucard-category-image-container {
  height: 170px;
  width: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  margin: 0 auto;
}

.basket-title-container {
  border-bottom: 1px solid #f8f5f2;
  cursor: default;
  height: 63px;
  display: flex;
  align-items: center;
}

.basket-title {
  color: #343a40;
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 16px;
}

.basket-products {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 10px;
}

.cart-row {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  transform: translateZ(0);
  align-items: center;
  width: 100%;
}

.cart-single-meal {
  padding: 10px 0;
  font-size: 12px;
  color: #000;
}

.cart-single-meal .cart-row .cart-meal-amount {
  padding-right: 32px;
  width: 20px;
}

.cart-meal-name {
  width: 100%;
  padding: 4px 0;
  word-break: break-all;
  word-break: break-word;
  flex: 1 1;
  font-size: 13px;
}

.cart-meal-edit-buttons {
  min-width: 70px;
}

.basket-products .btn {
  background: #fff;
  color: #0069b4;
  padding: 2px 6px;
  font-size: 11px;
  border: 0px solid #cecece !important;
}

.basket-products .btn:hover,
.basket-products .btn:focus {
  background: #fff !important;
  box-shadow: none !important;
  color: #0069b4 !important;
}

.basket-products .btn i {
  position: relative;
  left: 1px;
  color: #0069b4 !important;
}

.basket-products .cart-meal-edit-delete:before {
  font-weight: 400;
  line-height: 1;
  padding: 4px 8px;
  margin: 0 3px;
  border: 1px solid #cecece;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  content: "-";
  font-size: 12px
}

.basket-products .cart-meal-edit-add:before {
  font-weight: 400;
  line-height: 1;
  padding: 4px 8px;
  margin: 0 3px;
  border: 1px solid #cecece;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  content: "+";
  font-size: 12px
}

.cart-meal-price {
  text-align: right;
  min-width: 3rem;
  white-space: nowrap;
  font-size: 13px;
  width: 80px;
  padding-right: 10px;
}

.cart-single-meal .cart-row .cart-meal-delete {
  min-width: 1.25rem;
}

.box-shadow-left {
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.03);
}

.basket-container-scroller {
  border-bottom: 1px solid #e9e9e9;
  bottom: 72px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  top: 56px;
  height: calc(100vh - 265px);
  overflow-y: auto;
}

.basket-container .basket-order-button {
  margin: 0 auto;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px 20px;
  position: absolute;
}

.cart-sum {
  border-top: 1px solid #d7d7d7;
  padding: 0.8rem;
  font-size: 14px;
}

.cart-sum ul li {
  color: #666;
  margin-bottom: 10px;
}

.cart-sum ul li span {
  float: right;
}

.cart-sum ul li.cart-gesamt {
  color: #000;
  font-weight: 600;
}

.left-sidebar-inner {
  position: relative;
  width: 100%;
}

.left-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0px;
  background: #edf4fb;
}

.left-footer ul li {
  display: block;
  margin: 10px 10px;
  text-align: center;
}

.left-footer ul li a {
  color: #000;
}

.left-footer ul li img {
  height: 30px
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.position-relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.order-list-table thead th {
  border-top: 0px;
  white-space: nowrap;
}

.order-list-table tbody tr td {
  vertical-align: middle;
  border: 0px;
  padding: 20px 10px
}

.order-list-table tbody tr:nth-of-type(2n+1) {
  background-color: #edf4fb;
}

.order-list-table .btn-group div {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0px 5px;
  border: 0px;
  padding: 0px;
  position: relative;
  color: #444;
  font-size: 20px;
  cursor: pointer;
}

.order-list-table .btn-group .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #0069b4;
  border-radius: 50%;
}

.order-list-table .btn-group .checkWrapper:hover input~.checkmark {
  background-color: #0069b4;
}

.order-list-table .btn-group .checkWrapper .checkmark::after {
  left: 7px;
  top: 3px;
  width: 5px;
}

.order-list-table .btn-group .delete {
  color: red;
}

.order-list-table .btn-group .deleteRow {
  color: #6c6c6c;
  font-size: 16.5px;
  position: relative;
  top: 2px;
}

.order-list-table .btn-group .info {
  color: #0069b4;
  border: 1px solid #0069b4;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: relative;
}

.order-list-table .btn-group .info i {
  color: #0069b4;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.order-list-table .btn-group .delete,
.order-list-table .btn-group .info i {
  width: 20px;
  height: 20px;
  font-style: normal;
  display: inline-block;
  border-radius: 50%;
}

.searchBase {
  position: absolute;
  height: 61px;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  z-index: 10000;
}

.searchBase .btn {
  position: absolute;
  left: 4px;
  top: 2px;
  background: transparent;
  cursor: pointer;
  margin-top: 10px;
}

.searchBase .btn:focus {
  box-shadow: none !important;
}

.searchBase .btn {
  cursor: pointer;
}

.menu-category-bar input[type="search"] {
  font-weight: 300;
  font-size: 14px;
  height: 40px;
  padding-left: 50px;
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  width: 100%;
  margin-top: 10px;
}

.orderSort {
  font-weight: 300;
  padding-left: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  margin-top: 12px;
  width: 100%;
}

.orderSort label {
  float: left;
  width: 30%;
  padding-top: 8px;
  border-right: 1px solid #f1f1f1;
  height: 39px
}

.orderSort select {
  width: 70%;
  border: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 14px;
  height: 40px;
  font-weight: 300;
}
.order-list-table .btn-group {
  opacity: 0.5
}

.order-list-table .btn-group.active {
  opacity: 1;
}

.order-list-table tr:hover .btn-group {
  opacity: 1
}

.GuthabenLeft {
  background: #fff;
  height: 100%;
}

.GuthabenLeftSearch {
  height: 45px;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  padding: 5px
}

.GuthabenLeftSearch input {
  font-weight: 300;
  font-size: 14px;
  height: 35px;
  padding-left: 15px;
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  width: 100%;
}

.GuthabenLeftSearch input:focus {
  border: 1px solid #f1f1f1;
}

.GuthabenLeftSearch .input-group-prepend,
.GuthabenLeftSearch .input-group-append {
  width: 50px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #f1f1f1;
}
.GuthabenLeftSearch .input-group-text{
  background-color: transparent;
  border: 0px solid #ced4da;
  border-radius: .0rem;
}
.add-money-list li {
  position: relative;
  display: block;
  height: 175px;
  border-radius: 6px;
  -webkit-border-radius: 6;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  padding: 0px;
}

.add-money-list .form-check-inline {
  height: 100%;
  width: 100%;
  margin: 0px;
}

.add-money-list .form-check-input {
  position: absolute;
  top: 15px;
  right: 15px;
}

.add-money-list .form-check-inline .form-check-label {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-indent: -9999px;
}

.add-money-list li:nth-child(1) {
  background: url('../images/rcb-200.png') no-repeat left bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.add-money-list li:nth-child(2) {
  background: url('../images/rcb-100.png') no-repeat left bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.add-money-list li:nth-child(3) {
  background: url('../images/rcb-50.png') no-repeat left bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.add-money-list li:nth-child(4) {
  background: url('../images/rcb-20.png') no-repeat left bottom;
  margin-right: 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.magic-radio+label::before {
  top: 10px;
  right: 10px;
  left: auto;
  border: 4px solid #fff;
  background: #fff;
}

.magic-radio+label::after {
  top: 15px;
  right: 15px;
  width: 10px;
  left: auto;
  height: 10px;
  border-radius: 50%;
  background: #6dae7f;
}

.magic-radio:checked+label::before {
  border: 4px solid #fff;
}

.rcb-amount h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  margin: 0px;
  padding: 0px;
}

.rcb-amount h3 span {
  font-weight: 400;
  font-size: 1rem
}

.rcb-amount {
  position: absolute;
  bottom: 8px;
  right: 12px;
  z-index: 1;
}

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}

.magic-radio+label,
.magic-checkbox+label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}

.magic-radio+label:hover:before,
.magic-checkbox+label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid #fff;
}

.magic-radio+label:after,
.magic-checkbox+label:after {
  position: absolute;
  display: none;
  content: '';
}

.magic-radio[disabled]+label,
.magic-checkbox[disabled]+label {
  cursor: not-allowed;
  color: #e4e4e4;
}

.magic-radio[disabled]+label:hover,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:after,
.magic-checkbox[disabled]+label:hover,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:after {
  cursor: not-allowed;
}

.magic-radio[disabled]+label:hover:before,
.magic-checkbox[disabled]+label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}

.magic-radio[disabled]+label:before,
.magic-checkbox[disabled]+label:before {
  border-color: #e4e4e4;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
  animation-name: none;
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
  display: block;
}

.magic-radio+label:before {
  border-radius: 50%;
}

.magic-radio+label:after {
  top: 16px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb;
}

.magic-radio:checked+label:before {
  border: 1px solid #fff;
}

.magic-radio:checked[disabled]+label:before {
  border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled]+label:after {
  background: #c9e2f9;
}

.magic-checkbox+label:before {
  border-radius: 3px;
}

.magic-checkbox+label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.magic-checkbox:checked+label:before {
  border: #6dae7f;
  background: #6dae7f;
}

.magic-checkbox:checked[disabled]+label:before {
  border: #c9e2f9;
  background: #c9e2f9;
}

.Aufladen {
  padding-top: 20px;
  font-size: 20px;
}

.menu-category-search {
  width: 100%;
  background: #fff;
  position: relative;
}

.menu-category-search .icon-search {
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  padding: 5px;
  position: absolute;
  top: 22px;
  cursor: pointer;
  left: 13px;
  z-index: 1
}

.menu-category-search .icon-search-close {
  cursor: pointer;
  background: #fff;
  position: absolute;
  top: 10px;
  cursor: pointer;
  z-index: 1;
  right: 20px;
  margin-top: 10px;
}

.menu-category-search .icon-search-close img {
  width: 15px;
  height: 15px;
}

.menu-category-search .searchBase input {
  padding-right: 40px;
}

.meal-restaurant-sidedishes {
  background: #edf4fb;
}

.sidedish-content {
  max-width: 867px;
  margin: 0 auto;
}

.sidedish-content form {
  padding: 24px 127px 0 110px;
}

.sidedish-content form h3,
.sidedish-content form .nav-toggle {
  font-size: 14px;
  color: #0069b4;
  font-weight: 300;
}

.sidedish-content form .nav-toggle {
  cursor: pointer;
}

.sidedish-content form p {
  margin-top: 5px;
  font-weight: 300;
}

.sidedish-content form .nav-toggle i {
  margin-right: 5px;
}

.sidedish-content form select {
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  font-size: 14px;
  height: 40px;
  font-weight: 300;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sidedish-content .checkbox-inline>span {
  box-shadow: none;
  min-height: 30px;
  height: auto;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  word-break: break-word;
  align-items: normal;
  padding: 0 0 0 24px;
  font-weight: 400;
}

.sidedish-content .sidedish-checkbox span.inline-desc {
  font-size: 90%;
  line-height: 24px;
  white-space: normal;
  display: block;
  color: #000;
  font-weight: 300;
  position: relative;
}

.sidedish-content .checkbox-inline {
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: 100%;
  max-height: 100%;
}

.sidedish-checkbox .sidedish-item-price {
  white-space: nowrap;
  display: contents;
  padding: 0 1px;
}

.sidedish-checkbox .checkbox-inline>input[type="checkbox"] {
  display: block;
  -webkit-appearance: checkbox;
  position: absolute;
  opacity: 0;
}

.sidedish-checkbox .checkbox-inline>span::before {
  content: "-";
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  min-width: 14px;
  margin-right: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 2px;
}

.sidedish-checkbox input:checked+span::after {
  position: absolute;
  left: 3px;
  top: 0px;
  content: url('../images/svg/checkmark.svg');
  width: 10px;
}

.sidedish-content .meal-price {
  font-weight: 400;
  width: 112px;
  min-width: 112px;
  display: flex;
  justify-content: space-between;
  border-radius: 1px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  line-height: 20px;
}

.sidedish-content .meal-price button {
  background: #fff;
  border: 0px;
  box-shadow: none;
  width: 40px;
  text-align: center;
  cursor: pointer;
}

.sidedish-content .meal_price_block {
  line-height: 40px
}

.sidedish-content .meal_price_block span {
  font-weight: 600;
  color: #0069b4;
  font-size: 16px;
  display: inline-block;
  line-height: 45px;
}

.sidedish-add-button button {
  height: 45px;
}

.sidedish-content .sidedish-add-button h3 {
  font-weight: 600;
  margin: 0;
  font-size: 14px;
  color: #fff !important;
  padding: 4px 0px
}

.select-input {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sidedish-content .select-input::after {
  content: "\e874";
  font-family: 'Linearicons-Free';
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 9px;
  right: 14px;
  pointer-events: none;
  font-size: 14px;
  color: #0a3847;
}

.button-remove-sidedish,
.button-add-sidedish {
  position: relative;
  height: 38px
}

.button-remove-sidedish::after,
.button-add-sidedish::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 13px;
}

.button-remove-sidedish::after {
  content: url('../images/svg/minus.svg');
}

.button-add-sidedish::after {
  content: url('../images/svg/plus.svg');
}

.contactForm {
  background: #fff;
  padding: 100px 50px;
  height: 100%;
}

.contactForm input {
  height: 50px;
}

.contactForm .form-control {
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 300;
}

.chat-box-inner {
  padding: 10px 15px	
}

.chat-box-inner .profile-img img {
  border: 1px solid #ffae00;
}

.chat-box-inner .profile-group h4 {
  font-size: 14.5px;
  font-weight: 500;
  color: #7c3a00;
  margin: 0px;
  position: relative;
  top: 10px;
  left: 10px;
}

.chat-box-inner .messages ul li {
  display: inline-block;
  clear: both;
  width: 100%;
  font-size: 0.9em;
}

.chat-box-inner .messages ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
}

.chat-box-inner .messages ul li.sent img {
  /*margin: 6px 8px 0 0;*/
}

.chat-box-inner .messages ul li.replies img {
  float: right;
}

.chat-box-inner .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}

.chat-box-inner .messages ul li.sent p {
  background: #dcf8c6;
  color: #4a4a4a;
}

.chat-box-inner .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 250px;
  line-height: 130%;
  font-weight: 300;
}

.chat-box-inner .messages ul li p span {
  font-weight: 500;
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}

.chat-box-inner .messages ul li.sent p span {
  color: #000;
}

.chat-box-inner .messages ul li.replies p span {
  color: #225A33;
}

.inputbox-position {
  position: relative;
  height: 100%
}

.chat-image.left {
  width: 40px;
  float: left;
  margin: 0px 8px 0 0;
}

.chat-image.right {
  width: 40px;
  float: right;
  margin: 0px 0 0 8px;
}

.chat-time {
  display: block;
  text-align: center;
  font-size: 9px;
  color: #999;
}

.chat-icon ul li {
  display: inline-block;
  font-size: 12px;
  color: #8b8b8b;
}

.chat-icon ul li:last-child {
  float: right;
}

.chat-date {
  text-align: center;
  padding: 8px 8px 5px 8px;
  font-size: 12px;
  color: #4e636d;
  text-transform: uppercase;
  background: #e1f2fb;
  border-radius: 6px;
  width: 120px;
  margin: 0 auto 15px auto;
}

.message-input {
  padding-bottom: 22px
}

.message-input .form-control {
  border: none;
  background: #edf4fb;
  font-size: 14px;
  color: #000;
  padding: 0px;
  height: 50px;
  box-shadow: none;
  padding: 10px 15px;
  font-weight: 300;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  resize: none;
  border: 1px solid #ddd;
  
}

.message-input .btn {
  background: #0069b4;
  color: #fff;
  height: 50px;
  width: 70px;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.basket-container-scroller .mCSB_container {
  margin-right: 20px;
}

.popUp-backdrop.show {
  display: block;
  opacity: 0.5;
}

.popUp-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  display: none;
}

.mobileAfterMenu {
  cursor: pointer;
  display: none;
}

.mobileAfterMenu img {
  width: 21px
}

.menuCart {
  background: #0069b4;
  color: #fff;
  display: table;
  float: left;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 100;
  line-height: 45px;
  cursor: pointer;
  display: none;
}

.menuCart i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.menuCartInner {
  position: relative;
  width: 100%;
  height: 100%
}

.menuCartCount {
  height: 25px;
  position: absolute;
  top: -10px;
  right: -5px;
  z-index: 10;
  line-height: 20px;
  background: #46af5f;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 3px 10px
}

#close {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  font-size: 20px;
  display: none;
  background-color: #f5f5f5;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
#close img {
  width: 15px;
  height: 15px;
}
.mobileAfterMenuClose{
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
  display: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #f5f5f5;
}
.mobileAfterMenuClose img {
  width: 15px;
  height: 15px;
}
.LoginRight {
  background: #fdc818;
  text-align: center;
}
.col-body-content {
  width: 1100px;
  position: fixed;
  text-align: left;
  background: #fff;
  box-shadow: 0 5px 10px 2px rgba(17, 17, 17, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}
.col-body-content .loginForm {
  padding: 30px;
}
.loginForm .form-control {
  border-radius: 30px;
  height: 45px !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-logo {
  padding: 30px;
  margin-bottom: 50px;
}
.form-icon {
  position: absolute;
  top: 11px;
  right: 20px;
}
.form-icon img {
  width: 19px;
  height: 19px;
}
.loginBg {
  background: #fff url(../images/login-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}
.btn-theme {
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 1.42857143;
  font-size: 18px;
  color: #fff !important;
  background-color: #46af5f;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-decoration: none;
}
.modal-slide {
  z-index: 100000 !important;
  padding-right: 0px !important;
  position: fixed;
}
.modal .modal-header .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #0069b4;
  z-index: 100;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
}
.modal .modal-header {
  overflow: hidden;
  clear: both;
  padding: 8px 15px 10px 15px;
  color: #333;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1;
  position: relative;
  background: #e8ebf0;
  color: #0069b4;
}
.profile_details li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 20px;
}
.profile_details li a {
  font-size: 13px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding: 9px 10px 9px 0px;
  display: inline-block;
}
.userInfoHeader {
  text-align: left;
  position: relative;
  padding: 40px 20px 20px 20px;
  color: #fff;
  border-bottom: 1px solid #d5dde7;
  min-height: 130px;
  background-color: #f6f8fb;
}
.userInfoHeader .userTitle {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 5px auto 10px auto;
  margin-right: auto;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  color: #000;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.chat_status {
  position: relative;
}
.online::after {
  background-color: #14b474;
  color: #14b474;
}
.chat_status::after {
  content: '';
  height: 10px;
  width: 10px;
  border: solid 2px white;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal .modal-body{
  padding: 0px;
}
.modal .modal-header .modal-title {
  font-size: 16px;
}
.profile_details li a i {
  display: inline-block;
  vertical-align: middle;
  padding: 6px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  margin-right: 15px;
}
.modal-slide.show .modal-content {
  top: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-slide .modal-content {
  position: absolute;
  top: 0%;
  right: 0px;
  height: 100vh;
  background: #fff;
  width: 400px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
}
.modal-slide .modal-dialog {
  max-width: inherit;
  margin: 0;
}
.userBottom {
  padding: 10px;
  border-top: 1px dotted #d5dde7;
  margin: 0 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.userBottom .link {
  color: #0b6eaf !important;
  font-size: 14px;
}
.modal-backdrop{
  background-color: #000;
  z-index: 10000;
}
.userInfoHeader .userTitle img {
  width: 100%;
  border-radius: 100px;
}
.userInfoHeader .profile-section {
  margin-bottom: 20px;
  position: relative;
  font-size: 12px;
  color: #5a616f;
  font-weight: 300;
  text-align: left;
}
.userInfoHeader .profile-section > span {
  display: block;
  width: 80%;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  color: #5a616f;
}