/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position:relative;
    position: absolute;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 99999;
    left: 220px;
    width: 0;
    height: 100%;

    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 25%;
    padding: 20px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    /* margin-right: -237px; */
    left: 293px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
   margin-top: 20px;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}



.sidebar-nav li a {
    display: block;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 0px 0px 20px 0px;
}

.sidebar-nav li a .fa 
{
  width: 30px;
  font-size: 20px;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -1px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  
}

.hamburger.is-closed:hover .hamb-top {
  
  
}
.hamburger.is-closed:hover .hamb-bottom {
  
  
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  
}

.header_box_food
{
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 10px;
  
  z-index: 9999;
}
.toggle_box h2 
{
  margin: auto;
    position: absolute;
    left: 35%;
    top: 10px;
    color: #222;
}
.toggle_box h2 i 
{

}
.toggle_box .btn 
{
  padding:0px !important;
  border-radius: 0px;
  color: #222;
  margin-top: -6px;
  margin-right: 20px;
  font-size: unset;
  font-weight: 400;
  z-index: 99999;
  font-size: 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: transparent;
}
.btn-login, .btn-signup
{
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1), 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.toggle_box a
{
  padding: 10px 20px !important;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
}
.btn-login
{
   background: #fff;
   color: #222;
}
.toggle_box a i 
{
  color: #222;
}
.btn-signup
{
  background: #000000;
  color: #fff;
}
.btn-login:hover
{
   background: #fff !important;
   color: #222;
}
.btn-signup:hover
{
  background: #000000 !important;
  color: #fff;
}

/**/

.nav_li_a a
{
  padding: 10px 20px !important;
  border-radius: 10px;
  font-size: 16px;
  display: block;
  text-decoration: none !important;
  text-align: center ;
  font-weight: 400;
  margin-bottom: 5px;
}

.btn-login-nav, .btn-signup-nav
{

}
.btn-login-nav
{
   background: rgb(203, 203, 203) !important;
   color: #222;
}
.btn-login-nav:hover
{
   background: rgb(203, 203, 203) !important;
   color: #222;
}
.btn-signup-nav
{
  background: #000000;
  color: #fff;
}

.btn-signup-nav:hover
{
  background: #000000 !important;
  color: #fff;
}


.upi_heading h4
{
  margin: 0px 0px 20px 0px;
}


.transaction_box
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 6px;
  background: #fbf9f8;
  border-radius: 5px;
}

.transaction_img
{
  
}

.transaction_img img
{
  width: 40px;
  height: 40px;
  object-fit: contain;
  float: left;
  background: #fff;
  padding: 3px;
  border-radius: 50%;
  margin-right: 5px;
}

.transaction_amount img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: 5px;
}

.transaction_img h4 {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
}

.transaction_img {
    width: 75%;
}

.transaction_amount h4 
{
  margin: 0px 0px 0px 0px;
    font-size: 14px;
}

.transaction_flex
{
  margin-bottom: 10px;
}

.pay_wallet {
    background: #F8F9FA;
    border-radius: 10px;
    border: 1px solid #E8EBF7;
    padding: 13px 14px;
    font-size: 15px;
    font-weight: 500;
    /* display: flex; */
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.pay_wallet h4 
{
  margin: 0px 0px 10px 0px;
}

.pay_wallet a
{
  font-size: 12px;
  display: block;
}

.pay_wallet
{
  margin: 0px 4px;
}


.side_menu_title 
{
  padding: 10px 0px 0px 0px;
  margin: 0px 0px;
}

.header_search_mobile
{
  margin-top: 6px;
}



.header_search_mobile input
{
  border: 1px solid #f0f0f0;
  box-shadow: none;
  border-radius: 5px;
  height: 44px;
  padding-left: 40px;
}

.header_search_mobile input:focus
{
  border: 1px solid #f0f0f0;
}

.header_search_mobile .btn 
{
  background-color: transparent;
  padding: 0px 0px;
  color: #222;
  position: absolute;
  left: 13px;
  top: 16px;
}
.mobile_qr_code
{
  display: none;
}
.mobile_qr_code a
{
  display: block;
  background: #fbe6dc;
  padding: 10px;
  border-radius: 50%;
}
.mobile_qr_code img 
{
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.mobile_view_head
{
  display: block;
  gap: 10px;
}

.bank_transfer_form
{
  display: block;
}

.bank_transfer_form .input_rupee_wallet
{
  margin-bottom: 20px;
}

.self_account .transaction_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 10px; 
    
    border-radius: 5px;
}

.self_account
{
  background: #F8F9FA;
    border-radius: 10px;
    border: 1px solid #E8EBF7;
    padding: 10px 10px;
    margin-bottom: 20px;
}

.self_account .radio
{
  margin: 0px 0px;
}

.selected span {
  float: right;
  margin-top: -5px;
}

.select-dropdown {
  overflow: scroll;
  height: 0px;
  transition: height ease 0.2s;
}

.select-dropdown.opened {
  height: 193px;
  transition: height ease 0.2s;
}

.selected {
  /* height: 23px; */
  /* padding: 10px 10px; */
  background: #fff;
  cursor: pointer;
}

select {
  display: none;
}

.select {
  /* text-align: left; */
  /* display: inline-block; */
  /* width: 400px; */
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  /* box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1); */
}

.item-search {
  padding: 0px 0px;
  background: #fafafa;
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: 5px;
}

.item-search input {
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
  border: 2px solid #eee;
  border-radius: 5px;
  font-size: 14px;
}

.item-search input:focus {
  outline: none;
  border: 1px solid #4fa5ff;
  margin: 1px;
  box-shadow: none;
}
  
.items {
  /* height: 205px; */
  /* overflow: auto; */
  /* overflow-x: hidden; */
}

.item-count {
  padding: 15px 10px;
  background: #fafafa;
  border-top: 1px solid #ccc;
}

.items > div {
    border-bottom:  1px solid #eee;
    font-size: 0px;
    line-height: normal;
    padding: 10px 0px;
}

.items > div:hover {
  background: #fcfcfc;
  cursor: pointer;
}


.items > div:last-child {
  border-bottom: 1px solid #eee;
}
.selected_option .img img
{
  width: 20px;
}
.selected_option .img {
    vertical-align: top;
    display: inline-block;
    /* width: 10px; */
    /* padding: 12px 0px 0px 12px; */
}
.content b
{
  font-weight: normal !important;
}
.content {
    display: inline-block;
    width: calc(100% - 120px);
    padding: 0px 5px;
    font-size: 14px;
    font-weight: normal;
}

span.badge {
    border:  1px solid #ccc;
    padding:  3px 10px;
    font-size:  13px;
    background:  #fafafa;
    border-radius: 4px;
}

::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.1);
  border-radius: 5px;
}


.credit_box
{
  display: flex;
  align-items: center;
  /* padding: 10px 6px; */
  background: #fbf9f8;
  border-radius: 5px;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 6px;
}

.credit_img
{
  
}

.credit_img img
{
  width: 40px;
  height: 40px;
  object-fit: contain;
  float: left;
  background: #fff;
  padding: 3px;
  border-radius: 50%;
  margin-right: 5px;
}

.credit_amount img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-right: 5px;
}

.credit_img h4 {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
}

.credit_img {
    width: 75%;
}

.credit_amount h4 
{
  margin: 0px 0px 0px 0px;
    font-size: 14px;
}

.credit_flex
{
  margin-bottom: 10px;
}

.credit_amount .btn-otp
{
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 50px;
  text-align: right;
  float: right;
}


.bike_model .mobile_input label
{
  margin-bottom: 5px;
}

.bike_model .mobile_input
{
  margin-top: 10px;
}

.bill_table ul li 
{
  display: block !important;
  line-height: normal;
  margin: 10px 0px 10px 0px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}
.bill_table
{
  margin-bottom: 10px;
}

.bill_table ul li  span
{
  /* text-align: right; */
  float: right;
}

.bill_table
{
  
  border-bottom: 1px solid #f0f0f0;
}

@media only screen and (max-width:768px)
{
  .bill_table ul li 

  {
    width: 100% !important;
  }

.footer_menu {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999 !important;
  }
.operater_box li img {
    margin-bottom: 10px;
    width: 43px;
}
}


.form-control
{
  height: auto;
}

.footer_menu {
    z-index: -1;
}

.bs_plc_box 
{
  position: relative;
}

.bs_plc_box .cnt {
    position: absolute;
    top: auto;
    bottom: 0px !important;
    left: 38px;
    transform: translateY(-50%);
    color: #fff;
}
.bs_plc_box .cnt span {
  font-size: 13px;
}

.bs_plc_box .cnt h5 {
  font-size: 18px;
  margin-left: 10px;
  font-weight: 600;
}

.bs_plc_box.w-50 .cnt h4 {
  margin-right: 30px;
}

.bs_plc_box_prnt .colmn .row {
  display: flex;
  gap: 25px;
}

.bs_plc_box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #A0A0A000 37%, #71717100 48%, #3C3C3C77 62%, #252525AB 83%, #000000 100%) 0% 0% no-repeat padding-box;
}



