

.app-btn-primary {
    background: #ee567c !important;
    color: #fff;
    border-color: #ee567c !important;
}

/*.business-logo img{
	width: 18%;
}*/

.app-nav .nav-link.active {
    color: #ee567c !important;
    background: #ee567c14 !important;
    border-left: 3px solid #ee567c !important;
    }
  .app-nav .nav-link:hover {
    color: #ee567c;
}

.app-btn-secondary:hover {
    color: #ee567c;
    border: 1px solid #ee567c;
    background: #fff;
}
.form-text-area{
	height: auto;
}



#empty-page{
    background: #fff;
    height: 860px;
    padding: 0 10%;
}

.store-icon{
    width: 100px;
}

.vendor-inventory .food-logo img {
    width: 25%;
    border-radius: 50%;
}


.Neon {
    font-family: sans-serif;
    font-size: 14px;
    color: #494949;
    position: relative;


}
.Neon * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.Neon-input-dragDrop {
    display: block;
    width: 343px;
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #fff;
    border: 2px dashed #ee567c;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.Neon-input-dragDrop .Neon-input-icon {
    font-size: 48px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.Neon-input-text h3 {
    margin: 0;
    font-size: 18px;
}
.Neon-input-text span {
    font-size: 12px;
}
.Neon-input-choose-btn.blue {
    color: #ee567c;
    border: 1px solid #ee567c;
}
.Neon-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    width: 50%;
}
.food-item-images .Neon-input-dragDrop {
    width: 220px;
    height: 125px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #eaeaea;

}
.food-item-images .Neon-input-dragDrop .add-icon{
    font-size: 30px;
    color: #ee567c ;
}

.Neon-input-dragDrop-images{
    overflow: hidden !important;
}

.Neon-input-dragDrop-images img{
    width: 100%;
}
.cross-icon{
    position: absolute;
    color: #000;
    font-size: 25px;
    right: 5px;
    top: 20px;
}

.food-item-images .item-img {
    width: 100% !important;
    height: auto !important;
}

  @media (max-width: 767px){
    .app-page-title {
      font-size: 20px;
    }
  }
  
  .openingHours {
    padding-left: 15px;
}
.openingHours li {
    border-bottom: 2px solid #433d51;
}
.openingHours li {
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
}
.openingHours li {
    background-color: transparent !important;
}
.openingHours li {
    background-color: rgb(237, 247, 255);
    padding: 12px 10px;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #433d51;
    display: flex;
}
.left-side {
    line-height: 47px;
    padding-right: 30px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    vertical-align: middle;
    float: right;
}
.switchery {
    background-color: #ec7063 !important;
    border: 1px solid #dfdfdf!important;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
}
/*.switch-btn{
    background-color: #ec7063;
    border: none;


}*/

.switch-btn:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}
.form-switch .form-check-input:focus {
    /*    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");*/
}

.switch-btn:checked {
    background-color: #64bd63;
    border-color: #64bd63;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    /*    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");*/
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.right-side {
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: space-around;
}
.right-side span.time {
    width: 88px;
    margin: 0px 7px;
}
.right-side span.time {
    width: 70px !important;
}
.right-side .time .time_time {
    color: #333;
    padding: 5px !important;
    font-size: 14px !important;
    border-radius: 7px !important;
    text-align: center;
    background-color: #f3f3f3;
    border: none;
    box-shadow: none;
    border-radius: 25px;
    padding: 4px 0px;
    font-weight: 500;
    width: 100%;
    line-height: 30px;
}

#pills-order-tab .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ee567c !important;
}

#pills-order-tab .nav-link {
  border: 1px solid #ee567c !important;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(238, 86, 124);
  border-radius: 0 !important;
  color: #ee567c;
  border-left: 0px !important;
}
#pills-order-tab .border-left {
  border-left: 1px solid #ee567c !important;
}

.app-wrapper .app-card-orders-table .justify-content-center{
    justify-content: flex-end !important;
    margin-right: 20px !important;
    margin-top: 10px;
}

.app-wrapper .app-card-orders-table .justify-content-center nav ul li{
    margin-left: 10px !important;
}