/*************************************************
**************************************************

Website Name: Jalebi
Website URL: jalebi.io
Website Author: Jalebi
Author URL: jalebi.io
Copyright 2021. All Rights Reserved.



1. Theme Setting
2. Login Screen
3. Login Options
4. OTP Screen
5. Login Email/Socail Media
6. Dashboard
7. Bussiness Profile


Theme Setting

**************************************************
*************************************************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
}

body.db {
  background-color: #f1f4f5;
}

p {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #7c7c7c;
}

a:hover {
  color: #ff8c00;
}

hr:not([size]) {
  height: 1px !important;
  opacity: 1 !important;
}

.jbi-bold-font {
  font-weight: 700;
}

.jbi-primary-color {
  color: #ff8c00;
}

.jbi-secondary-color {
  color: #7c7c7c;
}

.jbi-btn {
  font-weight: 500;
  padding: 7px 10px;
  min-width: 110px;
  outline: #ff8c00;
}

.jbi-outline {
  outline: #ff8c00;
}

.jbi-outline:focus {
  box-shadow: 0 0 0 0.15rem #ff8c005b;
}

.jbi-btn:focus {
  box-shadow: 0 0 0 0.15rem #ff8c005b;
}

.jbi-btn-bg {
  background-color: #ff8c00;
}

.jbi-btn-gray {
  background-color: #686868;
  color: #fff;
}

.jbi-bg-btn:hover {
  font-weight: 500;
  background-color: #ff8c00;
}

.jbi-menu-color-active {
  color: #ffa539;
}

.jbi-form input[type="number"],
.jbi-form input[type="text"],
.jbi-form input[type="email"],
.form-select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #7c7c7c;
  padding: 0 3px 5px 3px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.jbi-form .form-select {
  background-image: url(../images/sdropdown.png) !important;
}

.jbi-form .form-label {
  font-family: Raleway;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*text-align: left;*/
  color: var(--greyish-brown-two);
}

.jbi-form input:focus,
.form-select:focus,
textarea:focus {
  box-shadow: none;
  border-color: #ff8c00 !important;
  box-shadow: none !important;
}

.jbi-form .jbi-checkbox {
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}

.jbi-form .jbi-checkbox + label {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  border: 1px solid black;
  cursor: pointer;
}

.jbi-form .jbi-checkbox + label {
  border: 1px solid black;
  background: transparent;
  color: transparent;
  z-index: -1;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.jbi-form .jbi-checkbox + label::before {
  content: "";
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  position: absolute;
  margin: auto;
  background-color: #ff8c00;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.4s cubic-bezier(1, 0, 0.4, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0.4, 0.5);
}

.jbi-form .jbi-radio + label {
  border-radius: 20px;
}

.jbi-form .jbi-radio + label::before {
  border-radius: 30px;
  width: 7px;
  height: 7px;
}

.jbi-form .jbi-checkbox:checked + label::before {
  transition: all 0.4s cubic-bezier(1, 0, 0.4, 1);
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0.4, 1);
  transform: scale(1);
  -webkit-transform: scale(1);
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-family: Raleway;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #afafaf;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  font-family: Raleway;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #afafaf;
}

::-ms-input-placeholder {
  /* Microsoft Edge */

  font-family: Raleway;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #afafaf;
}

.jbi-bg {
  position: absolute;
  background-image: url("../images/spiral.png");
  background-repeat: no-repeat;
  background-position: 45%;
  background-size: 430px;

  opacity: 10%;
  z-index: -1;

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  width: 100%;
  height: 100%;
}

.plane-bg {
  position: absolute;
  background-image: url("../images/paper-plane.png");
  background-repeat: no-repeat;
  background-position: 45%;
  background-size: 458px;
  opacity: 100%;
  z-index: -1;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.jbi-content {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.round-img {
  border-radius: 26px;
  display: block;
}

.desc-table-td {
  max-width: 350px;
  padding-right: 2rem !important;
}

.table-feature-icons a {
  color: #000;
  margin-right: 1rem;
}

.v-s-space {
  padding: 10px 0;
}

.v-m-space {
  padding: 20px 0;
}

.v-l-space {
  padding: 40px 0;
}

.jbi-h-line {
  background-color: #c5c5c5;
}

.search-icon::-webkit-input-placeholder {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  opacity: 0.5;
}

.search-icon::-moz-placeholder {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  opacity: 0.5;
}

.search-icon:-ms-input-placeholder {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  opacity: 0.5;
}

.social-link {
  width: 45%;
}

.social-link I {
  font-size: 24px;
}

.fa-facebook,
.fa-facebook-square {
  color: #3b5998;
}

.fa-facebook-messenger {
  color: #0078ff;
}

.fa-whatsapp-square {
  color: #4fce5d;
}

.fa-twitter,
.fa-twitter-square {
  color: #00aced;
}

.fa-instagram {
  color: #dd2a7b;
}

.fa-snapchat-square {
  color: #ffd300;
}

.fa-linkedin {
  color: #0077b5;
}

/*************************************************
**************************************************
Login Screen

**************************************************
*************************************************/

.login-screen .jbi-content {
  justify-content: space-around;
  align-items: center;
}

/*************************************************
**************************************************

Login Options

**************************************************
*************************************************/

.login-options .jbi-content {
  height: 600px !important;
  justify-content: center;
}

.login-options .vertical-line {
  margin: auto;
  height: 1px;
  width: 100%;
  border: 1px solid #7c7c7c;
  opacity: 0.5;
}

/*************************************************
**************************************************

OTP Screen

**************************************************
*************************************************/

.otp-time {
  border-bottom: 1px solid #7c7c7c;
}

.otp-time:hover {
  border-bottom-color: #ff8c00;
}

.otp-screen .jbi-form {
  width: auto;
}

.otp-screen .jbi-content {
  justify-content: space-evenly;
  align-items: center;
}

/*************************************************
**************************************************

Login Email

**************************************************
*************************************************/

.login-block .jbi-form {
  width: 200px;
}

.login-block .jbi-content {
  justify-content: space-evenly;
  align-items: center;
}

/*************************************************
**************************************************

Confirm Screen

**************************************************
*************************************************/

.confirm-screen .jbi-content {
  justify-content: space-evenly;
  align-items: center;
}

/*************************************************
**************************************************

Buissnes Info

**************************************************
*************************************************/

.buissnes-info .jbi-form {
  width: auto;
}

.buissnes-info .jbi-content {
  justify-content: space-evenly;
  align-items: center;
}

.buissnes-info .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.buissnes-info .inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: black;
  background-color: #ff8c00;
  padding: 4.5px 12.5px 4.5px 12.5px;
  border-radius: 9px;
  /*-webkit-filter: blur(10px);
    filter: blur(0.2px);*/
  display: inline-block;
}

.buissnes-info .inputfile:focus + label,
.buissnes-info .inputfile + label:hover {
  background-color: #ff8c0086;
}

.buissnes-info .inputfile + label {
  cursor: pointer;
}

.buissnes-info .logo-file-block {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ff8c0018;
}

/*************************************************
**************************************************

Dashboard
Bussiness Profile

**************************************************
*************************************************/

.dashboard-layout {
  flex-wrap: nowrap;
  display: flex;
}

.saperator {
  width: 55px;
  height: 0;
  margin: 10px auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 0.5px #ffffff2d;
}

.jbi-db-nav {
  height: 60px;
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.5);
}

.jbi-header-title {
  margin: auto 50px;
}

.jbi-db-nav .jbi-db-logo {
  padding: 10px 50px 10px 0px;
}

.jbi-db-nav img {
  max-height: 100%;
}

.jbi-db-menu {
  z-index: 1;
  background-color: #ff8c00;
  width: 90px;
  position: relative;
  min-height: 890px;
}

.jbi-db-menu.menu-collapsed span {
  display: none;
}

ul.jbi-db-icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;

  box-shadow: 2px -1px 27px -3px rgb(0 0 0 / 61%);

  position: absolute;
  width: 310px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: #ff8c00;

  transition: width 0.1s ease-in;
}

.menu-collapsed ul.jbi-db-icons {
  width: 90px;
  box-shadow: none;
}

li.jbi-db-icon:first-child {
  padding: 12px 0px;
}
li.jbi-db-icon:last-child {
  padding: 12px 0px;
}

li.jbi-db-icon span {
  display: inline-block;
  width: 80%;
  text-align: left;
  padding-left: 20px;
}

.jbi-db-icon {
  cursor: pointer;

  font-size: 18px;
  margin: 20px 20px;
  padding: 5px 0px 5px 0px;
}

.jbi-db-icon a {
  width: 100%;
  display: inline-block;
  color: #ffa539;
}

.jbi-db-icon {
  color: #ffa539;
}

.jbi-db-icon:hover,
.jbi-db-icon.active {
  color: #ff8c00;
  border-radius: 50px;
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.192);
}

.jbi-db-content {
  position: relative;
  width: 100%;
  opacity: 1;
  margin-left: 25.3rem;

  transition: opacity 0.3s ease-out;
}

.jbi-db-content-disabled-layer {
  display: none;
}
.jbi-db-content.send-back .jbi-db-content-disabled-layer {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.jbi-db-content.send-back {
  opacity: 0.4;
}

.jbi-inner-content .box {
  margin: 10px;
  padding: 40px 0px 31px 40px;
  color: white;
  height: fit-content;
  border-radius: 15px;
  background-color: #545454;
}

.jbi-inner-content .box-text {
  font-family: "Merriweather", serif;
  font-size: 55px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color: #dddddd;
}

.jbi-inner-content .list-box {
  border-radius: 15px;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}

.jbi-inner-content .list-box-items {
  margin-top: 30px;
}

.jbi-inner-content .list-box-items ul {
  list-style-type: none;
  cursor: pointer;
}

.jbi-inner-content .list-box-items.rounded-list-box li {
  margin: 10px 18.5px 0 0px;
  padding: 27px 31.5px 26px 31px;
  border-radius: 13px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--white);
}

.jbi-inner-content .list-box-items.rounded-list-box li:hover {
  background-image: linear-gradient(to bottom, white, #ffcd8f 51%, #fff8f8);
}

.jbi-inner-content .list-box-status {
  color: white;
  width: fit-content;
  padding: 4px 26px;
  border-radius: 9px;
  background-color: #68c166;
  text-align: center;
}

.jbi-inner-content .list-box-status.cancel {
  background-color: #ee001d;
}

.jbi-inner-content .map,
#mapid {
  border-radius: 15px;
}

.card {
  margin: 10px;
  padding: 2rem 1.7rem;
  color: white;
  height: fit-content;
  border-radius: 15px;
  background-color: #545454;
}

.card-text {
  font-family: "Merriweather", serif;
  font-size: 3.45rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color: #dddddd;
}

.card h4 {
  font-family: "Merriweather", serif;
  font-weight: bold;
}

.db-overview-box {
  border-radius: 15px;
}

.db-overview-box .list-box-items ul {
  padding-left: 0;
}

.blank-page-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blank-page-img {
  max-width: 100%;
  height: auto;
}

body.db-add-menu {
}

.action-btns {
  position: fixed;
  right: 5vw;
  bottom: 8vh;
}

.action-btns .dropup .dropdown-toggle::after {
  display: none;
}

.db-add-btn {
  border-radius: 50% !important;
  background-color: #ff8c00;
  border: 1px solid #ff8c00;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 65px;
  height: 65px;
}

.btn-check:focus + .db-add-btn,
.db-add-btn:focus,
.db-add-btn:hover {
  background-color: #ff8c00 !important;
  border-color: #ff8c00 !important;
}

.db-add-btn i {
  font-size: 1.8rem;
}

.action-btn-menu.show {
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: end;
  transform: translate(5px, -60px) !important;
  min-width: auto;
  border: none;
}

.action-btns li a {
  background-color: #767676 !important;
  width: 50px;
  height: 50px;
  margin: 10px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.action-btns li a:hover {
  color: #fff;
}

.sort-and-filter-bar {
  display: flex;
  justify-content: flex-end;
}

.sort-and-filter-bar div {
  margin-right: 0.7rem;
}

.sort-and-filter-bar button {
  color: #000;
  background: transparent;
  border: none;
  font-size: 1.4rem;
}

.sort-and-filter-bar .dropdown-toggle::after {
  display: none;
}

.sort-and-filter-bar .btn-secondary:hover,
.sort-and-filter-bar .btn-secondary:active,
.sort-and-filter-bar .btn-secondary:focus {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

/*--------------------------------------
--------------------------------------*/

.csv-file-input {
  cursor: pointer;
  width: 100%;
  padding: 5px 10px 5px 10px;
  border-radius: 1px;
  -webkit-filter: blur(0.2px);
  filter: blur(0.2px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.37);
  display: flex;
  justify-content: space-between;
}

.cat-input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.37);
  border-radius: 0;
  padding-left: 0;
}

.minus-bttn {
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #707070;
  position: relative;
  cursor: pointer;
}

.minus-bttn::before {
  content: "";
  width: 8px;
  border: 1px solid #ff8c00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plus-bttn {
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #707070;
  position: relative;
  cursor: pointer;
}

.plus-bttn::before {
  content: "";
  width: 8px;
  border: 1px solid #ff8c00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plus-bttn::after {
  content: "";
  height: 8px;
  border: 1px solid #ff8c00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordion-button {
  padding: 0;
  font-size: 1.5rem;
  color: #ff8c00;
  border: none;
}

.accordion-button:not(.collapsed) {
  color: #ff8c00;
  background-color: white;
}

.accordion-button:focus {
  box-shadow: none;
}

.jbi-form .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#cat-slider {
  display: flex;
  justify-content: center;
}

.cat-item {
  color: white;

  text-align: center;
  padding: 10px;
  border-radius: 15px;
  background-color: #545454;
}

.cat-item.is-active {
  background-color: #ff8c00;
}

.splide__arrow {
  opacity: 1;
  background: #ff8c00;
}

.splide__arrow--prev {
  left: 0em;
}

.splide__arrow--next {
  right: 0em;
}

.ds-yellow {
  color: yellow;
}

.map-boxes {
  position: absolute;
  bottom: 5%;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 401;
  width: 100%;
}

.map-box {
  padding: 13.2px 16px 12px;
  border-radius: 15px;
  width: 50%;
}

.map-box-color1 {
  background-color: rgba(48, 200, 98, 0.4);
}

.map-box-color2 {
  background-color: rgba(255, 140, 0, 0.4);
}

/*************************************************
**************************************************

Bussiness Profile

**************************************************
*************************************************/

.week-days .btn {
  width: 50px;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}

.week-days input[type="time"],
.special-timie-input-group input[type="time"] {
  padding: 0.5rem 0.2rem;
  font-size: 12px;
  width: auto;
}

.week-days .fa-trash {
  color: #d3d3d3;
}

/*************************************************
**************************************************

Inventory Managment

**************************************************
*************************************************/

.inventry-mgt-tabs {
  padding: 0%;

  width: max-content;
}

.inventry-mgt-tabs li {
  border-radius: 5px;
  background-color: #fff;
  margin-right: 2px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ff8c00;
}

.nav-pills .nav-link:hover {
  color: #ffffff;
}

.inventory-form label {
  min-width: max-content;
}

.page-link:hover {
  z-index: 2;
  color: #ff8c00;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

/* ############## Edit Button ########### */

.edit-button {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}

/* ############## Data Tables ########### */
table.dataTable thead > tr > th {
  padding-left: 20px !important;
  padding-right: initial !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  left: 8px !important;
  right: auto !important;
  content: none !important;
}

table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center left;
}
table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center left;
}
table.dataTable thead .sorting {
  background: url("../images/sort_both.png") no-repeat center left;
}

/* ############## Highlight dates in date picker ########### */
.highlighted a {
  background: #ff8c00 !important;
}

img.ui-datepicker-trigger {
  position: inherit;
  float: left;
  margin-left: 172px;
  margin-top: -29px;
}

/* ############## width classes ########### */
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}

.input-error {
  border-color: red !important;
}

/*
########################################
########################################
########################################
########################################
########################################
########################################

Media Queries


########################################
########################################
########################################
########################################
########################################
########################################
*/

@media screen and (min-width: 480px) {
  .login-block .jbi-form {
    width: 300px;
  }
}

@media screen and (min-width: 576px) {
  .buissnes-info .jbi-form {
    margin-top: 50px;
    width: 400px;
  }

  .otp-screen .jbi-form {
    margin-top: 50px;
    width: 300px;
  }

  .login-options .vertical-line {
    height: 50%;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .social-link {
    width: 100%;
  }

  .d-flex {
    flex-direction: column;
  }

  .card-text {
    font-size: 2.45rem;
  }

  .plane-bg {
    background-position: 0%;
  }

  .map-boxes {
    flex-wrap: wrap;
  }

  .map-box {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .w-lg-70 {
    width: 70% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .w-md-70 {
    width: 70% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }
}
