@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
html, body {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  background-color: #f2f4f6;
}

a, a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

main {
  width: 100%;
  height: 100%;
}

.card-body {
  padding: 20px;
}

.login-left {
  position: relative;
}

.login-left img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

form .control-label {
  color: #646368;
}

label.btn.select-btn {
  margin-bottom: .6rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-control {
  font-size: 14px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #d6d1ce;
  padding: 9px 15px 9px;
  color: #000000;
  min-height: 45px;
  border-radius: 6px;
  line-height: 25px;
}

.form-control::-webkit-input-placeholder {
  color: #646368;
}

.form-control::-moz-placeholder {
  color: #646368;
}

.form-control:-ms-input-placeholder {
  color: #646368;
}

.form-control:-moz-placeholder {
  color: #646368;
}

.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: #d6d1ce;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
  border-left: 0;
  padding-left: 0;
}

.input-group-text {
  border: 1px solid #d6d1ce;
  border-right: 0;
  border-radius: 6px;
}

.time-input {
  background: #fff url(../img/ic_time.svg) no-repeat right .75rem center;
}

.date-input {
  background: #fff url(../img/ic_date_grey.svg) no-repeat right .75rem center;
}

.border-input {
  border: 1px solid #d6d1ce !important;
  border-radius: 6px;
}

.border-input .input-group-append {
  margin-left: 0;
}

.border-input.input-group>.input-group-append>.input-group-text {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.border-input.input-group>.form-control {
  min-height: 43px;
}

.custom-select {
  border-radius: 6px;
  color: #646368;
  background: #fff url(../img/ic_dropdown.svg) no-repeat right .75rem center;
  padding: 10px 42px 9px 15px;
  height: auto !important;
  font-size: 15px;
  line-height: 21px;
}

.custom-select:focus, .page-link:focus {
  box-shadow: none;
}

textarea {
  resize: none;
}

.custom-file {
  height: 120px;
  background: #fff;
  width: 120px;
  margin: 0 auto;
  display: block;
}

.custom-file input {
  height: 100%;
  cursor: pointer;
}

.custom-file-label {
  border: none;
  background-color: #F2F4F6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #646368;
  font-size: 15px;
  line-height: 21px;
  cursor: pointer;
  z-index: 0;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  text-align: center
}

.custom-file-label:after {
  display: none;
}

/* otp group css start*/

.otp-group {
  margin-bottom: 30px;
}

.otp-group input {
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  border: 0;
  border-bottom: 3px solid #FF5851;
  border-radius: 0;
  background-color: #fff;
  text-align: center;
  margin: 0 6px;
}

/* otp group css start */

body .body-clr {
  color: #000000 !important;
}

body .peach-clr {
  color: #ff5851 !important;
}

body .gray-clr {
  color: #646368 !important;
}

body .light-gray-clr {
  color: #f2f4f6 !important;
}

body .green-clr {
  color: #5DB90D !important;
}

body .red-clr {
  color: #FF5851 !important;
}

body .light-clr {
  color: #f2f2f2 !important;
}

/*.border, .border-top, .border-right, .border-bottom, .border-left { border-color: #95A4B2 !important; }*/

.border, .border-top, .border-right, .border-bottom, .border-left {
  border-color: #d6d1ce !important;
}

/*.orange-bg { background-color: #FF6600; }*/

/*.light-gray-bg { background-color: #F3F7FA; }*/

body .body-bg {
  background-color: #000000 !important;
}

body .peach-bg {
  background-color: #ff5851 !important;
}

body .gray-bg {
  background-color: #95a4b2 !important;
}

body .light-gray-bg {
  background-color: #f3f7fa !important;
}

body .green-bg {
  background-color: #78dd77 !important;
}

body .red-bg {
  background-color: #ff6860 !important;
}

body .light-bg {
  background-color: #F2F4F6 !important;
}

body main.dashboard {
  background-color: #f3f7fa;
}

body .input-bg {
  background-color: #ffffff;
}

body .bg-transparent {
  background-color: transparent;
}

body .light-orange-bg {
  background-color: rgba(255, 102, 0, 0.1);
}

.border-radius {
  border-radius: 6px;
}

.xl-font {
  font-size: 36px;
  line-height: 49px;
}

.mdxl-font {
  font-size: 30px;
  line-height: 41px;
}

.sxl-font {
  font-size: 24px;
  line-height: 32px;
}

.lg-font {
  font-size: 20px;
  line-height: 27px;
}

.sm-font {
  font-size: 15px !important;
  line-height: 21px !important;
}

.body-font {
  font-size: 15px;
  line-height: 21px;
}

.xs-font {
  font-size: 14px;
  line-height: 19px;
}

.xxs-font {
  font-size: 12px;
  line-height: 16px;
}

.xxxs-font {
  font-size: 11px;
  line-height: 15px;
}

.fw-400, .regular-font {
  font-weight: 400 !important;
}

.fw-600, .semibold-font {
  font-weight: 600;
}

.fw-bold, .fw-700, .bold-font {
  font-weight: 700;
  font-weight: bold;
}

.xbold-font, .fw-800 {
  font-weight: 800;
}

.text-underline {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

/*css for button start*/

button:focus {
  outline: none;
}

.btn, .btn:hover, .btn:active, .btn:focus {
  padding: 12px 15px;
  color: #fff;
  background-color: #FF5851;
  border-radius: 6px;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
}

.btn:hover {
  opacity: 0.9;
}

.btn-transparent, .btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  background-color: transparent;
  color: #646368;
}

.btn-white, .btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: #fff;
  color: #ff6600;
}

.btn-gray, .btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background-color: #e6eff5;
  color: #262f37;
}

.btn-sm, .btn-sm:hover, .btn-sm:focus, .btn-sm:active {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 19px;
  height: 29px;
}

.btn-rounded, .btn-rounded:hover, .btn-rounded:focus, .btn-rounded:active {
  border-radius: 50px;
}

.btn-bordered, .btn-bordered:hover, .btn-bordered:active, .btn-bordered:focus {
  border: 1px solid #FF5851;
  background-color: transparent;
  color: #FF5851;
}

.btn-bordered:hover {
  background-color: #FF5851;
  color: #fff;
}

/*
.btn-gray-dark,
.btn-gray-dark:hover,
.btn-gray-dark:active,
.btn-gray-dark:focus {
    background-color: #95a4b2;
    color: #fff;
} */

/*css for button end*/

/* tabs css start */

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border: none;
}

.nav-tabs .nav-link {
  border-bottom: 2px solid transparent;
  padding: 14px 20px 13px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  border-bottom: 2px solid #FF5851;
  color: #ff5851
}

/* tabs css end */

/*css for custom checkbox start*/

.table .custom-checkbox {
  padding: 0;
  height: 18px;
  width: 18px;
  min-height: 18px;
}

.custom-control-label:before, .custom-control-label:after, .custom-control-input:checked~.custom-control-label:before, .custom-control-input:checked~.custom-control-label:after {
  display: none;
}

.custom-checkbox .custom-control-input {
  height: 18px;
  width: 18px;
  z-index: 1;
  cursor: pointer;
}

.custom-checkbox .custom-control-label {
  background-image: url(../img/ic_radiobtn.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  /*color: #95A4B2;*/
  cursor: pointer;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
  background-image: url(../img/ic_radiobtn_check.svg);
  color: #262f37;
}

.custom-checkbox .custom-control-label.check-grey {
  background-image: url(../img/ic_radiobtn_grey.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  /*color: #95A4B2;*/
  cursor: pointer;
  line-height: 22px;
  background-position-y: center;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label.check-grey {
  background-image: url(../img/ic_radiobtn_check_grey.svg);
  color: #262f37;
}

.table tr td .custom-checkbox .custom-control-input:checked~.custom-control-label {
  background-image: url(../img/ic_radiobtn.svg);
}

/*css for custom checkbox end*/

/*css for custom radio start*/

.custom-radio, .custom-checkbox {
  padding: 0;
}

.custom-radio .custom-control-input {
  height: 20px;
  width: 20px;
  z-index: 1;
  cursor: pointer;
}

.custom-radio .custom-control-label {
  background-image: url(../img/ic_radiobtn_grey.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  /* color: #95A4B2; */
  cursor: pointer;
  line-height: 22px;
}

.custom-radio .custom-control-input:checked~.custom-control-label {
  background-image: url(../img/ic_radiobtn_check_grey.svg);
  color: #000000;
}

/*css for custom radio end*/

/* toggle password css start*/

.pwd {
  position: relative;
}

.pwd input {
  padding-right: 40px;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.pwd .toggle-password.img-eye {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background-image: url(../img/ic_eye.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 44px;
  cursor: pointer;
  z-index: 11;
}

.pwd .toggle-password.img-eye-slash {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background-image: url(../img/ic_eyesalsh.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 44px;
  cursor: pointer;
  z-index: 11;
}

/* toggle password css end*/

.v-seperator {
  position: absolute;
  height: 30px;
  width: 1px;
  left: 0;
  border-radius: 0.5px;
  background-color: #D6D1CE;
  z-index: 11;
}

.v-seperator-r {
  position: absolute;
  height: 30px;
  width: 1px;
  right: 0;
  border-radius: 0.5px;
  background-color: #D6D1CE;
  z-index: 11;
}

/*css for select2 start*/

html {
  overflow-x: hidden;
}

/*For select2*/

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d6d1ce;
  color: #041036;
  border-radius: 6px !important;
  background: #fff url("../img/ic_dropdown.svg") no-repeat right .75rem center;
  padding: 8px 42px 7px 15px;
  height: auto !important;
  font-size: 14px;
  line-height: 20px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border: 1px solid #d6d1ce
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #000000;
}

.select2-selection--single:focus {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #fff;
  color: #ff5851;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff;
  color: #ff5851;
}

.select2-dropdown--below .select2-results__options li:last-child, .select2-dropdown--below .select2-results__options li:first-child {
  border-radius: 6px;
}

.select2-dropdown--above .select2-results__options li:last-child, .select2-dropdown--above .select2-results__options li:first-child {
  border-radius: 6px;
}

.select2-container--open .select2-dropdown--below {
  animation: show-select-below .3s ease forwards;
  border-radius: 6px !important;
  border-top: 1px solid #d6d1ce;
  transform: translateY(8px);
}

.select2-container--open .select2-dropdown--above {
  animation: show-select-above .3s ease forwards;
  border-radius: 6px !important;
  border-bottom: 1px solid #d6d1ce;
  transform: translateY(-8px);
}

/* .select2-container { width: 100% !important; } */

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  padding: 9px 42px 3px 15px;
}

.select2-results__option {
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.select2-dropdown {
  border-color: #d6d1ce;
}

.select2-results__options li:last-child {
  padding-bottom: 20px
}

.select2-results__options li:first-child {
  padding-top: 20px
}

.select2-selection {
  overflow: hidden;
}

.select2-selection__rendered {
  white-space: normal;
  word-break: break-all;
}

.select2-dropdown:before {
  content: '';
  background: #FFF;
  box-shadow: none;
  display: block;
  height: 16px;
  width: 16px;
  left: 1.25rem;
  position: absolute;
  bottom: 100%;
  z-index: -5;
  transform: rotate(-45deg) translateY(15px);
  border-radius: 0.2rem;
  border: 1px solid #d6d1ce;
}

.select2-container--open .select2-dropdown--above.select2-dropdown:before {
  top: auto;
  bottom: 3px
}

.no-search .select2-search__field, .no-search .select2-search--dropdown {
  display: none;
}

/*css for select2 end*/

/*css for modal start*/

.modal-backdrop.show {
  opacity: 0.2
}

body.modal-open> :not(.modal, .daterangepicker, .select2-container) {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}


.modal-title {
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
  }

  .modal-body {
    padding: 30px;
  }

  .modal-content {
    border: none;
  }

  .modal-header {
    border-radius: 6px 6px 0 0;
    background-color: #ffffff;
    padding: 14px 20px 13px;
    box-shadow: inset 0 -1px 0 0 #D6D1CE;
  }

  .modal-dialog.modal-sm {
    width: calc(100% - 0.5rem - 0.5rem);
    max-width: 410px;
    margin: .5rem auto;
  }

  .modal-dialog.modal-md {
    width: calc(100% - 0.5rem - 0.5rem);
    max-width: 630px;
    margin: .5rem auto;
  }

  .close {
    opacity: 1;
  }

  body.modal-open {
    height: 100vh;
    overflow-y: hidden;
  }



/* .modal-title {
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
}

.modal-body {
  padding: 20px;
}

.modal-content {
  border: none;
}

.modal-header {
  border-radius: 6px 6px 0 0;
  background-color: #ffffff;
  padding: 14px 20px 13px;
  box-shadow: inset 0 -1px 0 0 #D6D1CE;
}

.modal-dialog.modal-sm {
  width: calc(100% - 0.5rem - 0.5rem);
  max-width: 410px;
  margin: auto;
}

.modal-dialog.modal-md {
  width: calc(100% - 0.5rem - 0.5rem);
  max-width: 630px;
  margin: .5rem auto;
}

.close {
  opacity: 1;
} */

/*css for modal end*/

/* css for topbar start */

.topbar {
  padding: 16.125px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
}

/*  css for topbar end*/

/*css for menu start*/

/* Sidebar sizes when expanded and expanded */

.sidebar-expanded {
  width: 300px;
}

#sidebar-container {
  height: calc(100vh - 60px);
  height: calc((calc(var(--vh, 1vh) * 100)) - 60px);
  background-color: #fff;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  left: 0;
  width: 300px;
  transition: all 0.2s ease;
  overflow-y: auto;
  z-index: 11;
}

#sidebar-container.sidebar-collapsed {
  width: 60px;
}

#sidebar-container.sidebar-collapsed .menu-collapsed {
  display: none;
}

#sidebar-container ul#MainMenu {
  min-height: calc(100vh - 60px);
  min-height: calc((calc(var(--vh, 1vh) * 100)) - 60px);
  overflow-y: auto;
}

#sidebar-container {
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

#sidebar-container::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  background-color: rgb(56 55 55 / 9%) !important;
}

#sidebar-container::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

#sidebar-container::-webkit-scrollbar-thumb {
  background-color: #d6d1ce;
}

.sidebar-close .right-sec {
  width: calc(100% - 60px);
}

.list-group-item {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  border: 0;
  padding: 18px 20px;
}

.list-group-item.active {
  color: #FF5851 !important;
  background: transparent;
}

.submenu {
  padding-left: 3px;
}

.submenu .list-group-item {
  /* padding:12px 20px; */
}

#MainMenu .dropdown>a {
  background-image: url(../img/ic_dropdownblack.svg);
  border: none;
  background-position: right 20px top 22px;
  padding-right: 20px !important;
  background-repeat: no-repeat;
}

.dropdown.open, .list-group.submenu.open {
  background-color: #f8f9fa;
}

.sidebar-toggle {
  margin-top: auto;
}

.right-sec {
  padding: 30px 30px 25px;
  float: right;
  width: calc(100% - 300px);
  transition: width 0.2s ease;
  position: relative;
  background-color: #f2f4f6;
}

@media (min-width: 768px) {
  .sidebar-collapsed .list-group-item {
    text-align: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sidebar-collapsed .list-group-item img {
    margin-right: 0 !important;
  }
  #sidebar-container.sidebar-collapsed .submenu {
    display: none !important;
  }
  #sidebar-container.sidebar-collapsed #MainMenu .dropdown>a {
    background-image: none;
  }
}

/*css for menu end*/

/*css for dropdown start*/

.dropdown-menu {
  border-radius: 6px;
  border-color: #d6d1ce;
  min-width: 200px;
  padding: 0;
  margin-top: .75rem;
}

.dropdown-menu:before {
  content: '';
  background: #FFF;
  box-shadow: none;
  display: block;
  height: 16px;
  width: 16px;
  left: 1.25rem;
  position: absolute;
  bottom: 100%;
  z-index: -5;
  transform: rotate( -45deg) translateY(1rem);
  border-radius: 0.2rem;
  border: 1px solid #d6d1ce;
}

.dropdown-menu.dropdown-menu-right:before {
  right: 2.25rem;
  left: auto;
}

.dropdown-item {
  padding: 10px 15px 10px;
  font-size: 15px;
  line-height: 21px;
  background: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #FF5851;
  background-color: #fff;
}

.dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-top: 15px;
}

.dropdown-item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 0;
  padding-bottom: 15px;
}

.dropdown-toggle {
  background-image: url(../img/ic_dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 44px !important;
}

.btn-transparent.dropdown-toggle {
  background-image: url(../img/ic_dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 35px !important;
}

.dropdown-menu-sm {
  min-width: 5.25rem;
}

.table tr td .dropdown-toggle {
  background-image: none;
  padding: 0 15px !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #f05b57;
  background-color: #fff;
}

header .btn-transparent.dropdown-toggle {
  background-image: url(../img/ic_dropdownblack.svg);
}

header .profile {
  padding-left: 12px;
  cursor: pointer;
}

header .profile .dropdown-toggle {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-position: right 0 center;
  padding-right: 20px !important;
}

header .profile .dropdown .dropdown-toggle {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

header .profile .dropdown-menu {
  top: 60% !important;
}

header .profile .dropdown-menu-right:before {
  right: 2.25rem;
}

.dropdown-toggle::after {
  display: none;
}

/*css for dropdown end*/

/* table css start */

.table th {
  font-weight: bold;
  padding: 15px 20px;
}

.table td {
  height: 50px;
  padding: 8px 20px;
}

.table td, .table th {
  font-size: 15px;
  line-height: 21px;
  vertical-align: middle;
}

.table-bordered td, .table-bordered th {
  border: 0;
  border-bottom: 1px solid #D6D1CE;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(242, 244, 246, 0.4);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .065);
}

.page-link {
  color: #646368;
  padding: 8px 18px;
  margin: 0;
  margin-left: -1px;
  border: 1px solid #D6D1CE;
  line-height: 20px;
  font-size: 15px;
}

.page-link:hover {
  color: #262F37;
}

.page-item.active .page-link {
  background-color: #ffffff;
  color: #FF5851;
  border-color: #D6D1CE;
}

.page-item.disabled .page-link img {
  opacity: 0.65;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  line-height: 20px;
  padding: 7px 18px 9px 18px;
}

/* table css end */

/* badge css start */

.badge {
  font-size: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19px;
  color: #FF5851;
  border-radius: 6px;
  padding: 5px 10px;
}

.guest-not-arrived, .guest-not-arrived:hover, .guest-not-arrived:focus {
  border: 1px solid #FF5851;
  background: transparent;
  color: #FF5851;
}

.guest-arrived, .guest-arrived:hover, .guest-arrived:focus {
  border: 1px solid #FF5851;
  background: transparent;
  color: #FF5851;
}

.release-table, .release-table:hover, .release-table:focus {
  border: 1px solid #FF5851;
  background: #FF5851;
  color: #fff;
}

.order-completed, .order-completed:hover, .order-completed:focus {
  border: 1px solid #898A8A;
  background: transparent;
  color: #898A8A;
}

a.badge:hover {
  opacity: 0.9;
}

.dish-img {
  height: 60px;
  width: 60px;
  border-radius: 6px;
}

.img-pound {
  width: 10px;
  margin-right: .2rem!important;
}

/* badge css end */

/* titlebar controls css start */

.title-act-bar .input-group {
  min-width: 200px;
}

.filter-opt .form-control {
  background-image: url(../img/ic_dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

.earning-filter-group .btn {
  padding: 10px 14px;
  border: 1px solid #D6D1CE;
  background: #fff;
  line-height: 21px;
}

.earning-filter-group .btn.active {
  background: #FF5851;
}

/* titlebar controls css end */

.card-header {
  padding: .95em 2em;
}

.restaurant .card-body {
  padding: 20px 30px;
  background: #fff;
}

.restaurant .card-footer {
  padding: 20px 30px;
}

.card-btn-arrow {
  display: inline-block;
  margin-left: 1rem;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.collapsed .card-btn-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion>.card {
  border-bottom: 1px solid #D6D1CE !important;
}

.accordion>.card>.card-header {
  padding: 10px 20px 10px 20px;
  box-shadow: inset 0 -1px 0 0 #D6D1CE;
  border: 0;
}

.chip {
  color: #646368;
  border: 1px solid #D6D1CE;
  border-radius: 15.5px;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  padding: 5px 15px;
}

.img-icon {
  min-width: 28px;
  text-align: center;
}

.rest-photos {
  display: flex;
  flex-wrap: wrap;
}

.rest-photos li {
  padding: 12px;
  width: 20%;
}

.rest-photos li img {
  width: 100%;
  max-width: 100%;
}

.list-protocols li {
  background-image: url(../img/ic_radiobtn_check_grey.svg);
  background-repeat: no-repeat;
  background-position: left 0px center;
  padding-left: 30px !important;
  margin-bottom: 20px;
}

.rating-block {
  border-right: 1px solid #d6d1ce;
}

.rating-block img {
  margin: 4px;
}

.rating-progress .progress {
  width: 135px;
  height: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

.rating-progress .progress-bar {
  background-color: #F2B60A;
}

.rating-progress .d-flex:last-child {
  margin-bottom: 0 !important;
}

/* calendar css start*/

.response {
  height: 60px;
}

.success {
  background: #cdf3cd;
  padding: 10px 60px;
  border: #c3e6c3 1px solid;
  display: inline-block;
}

#calendar {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  overflow: auto;
}

.fc th {
  border: 1px solid rgba(149, 164, 178, 0.5);
  background-color: #f3f7fa;
  height: 2.5625em;
  vertical-align: middle;
}

.fc th span {
  font-size: 1em;
  font-weight: 600;
}

.fc-unthemed td {
  border-color: rgba(149, 164, 178, 0.5);
}

td.fc-day {
  background: #ffffff;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 2px;
  font-size: 1em;
  color: #000000;
  font-family: "Nunito Sans";
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.375em;
  padding-top: 0.375em;
  padding-right: 0.625em;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0.125em 0.3125em;
}

.fc-event, .fc-event-dot {
  border-radius: 2px;
  background-color: #FF5851;
}

.fc-event {
  border: 1px solid #FF5851;
}

span.fc-title {
  font-size: 0.85em;
  text-transform: capitalize;
}

a.fc-more {
  padding: 0.125em 0.3125em;
  font-size: 0.75em;
}

.fc-toolbar .fc-left h2 {
  font-size: 1.125em;
  font-weight: 600;
  margin-top: 0.625em;
}

.fc-icon-left-single-arrow:after, .fc-icon-right-single-arrow:after {
  line-height: 15px;
}

.fc-toolbar button {
  background: transparent;
  background-image: none;
  border-color: #FF5851;
  color: #FF5851;
  text-shadow: none;
}

.fc-more-cell>div {
  line-height: 12px;
}

.fc-toolbar .fc-state-active, .fc-state-down {
  box-shadow: none;
  background-color: #FF5851;
  color: #fff;
}

/* toogle select buttons css */

.select-btn, .select-btn:hover, .select-btn:focus, .select-btn.focus {
  color: #646368;
  border: 1px solid #D6D1CE;
  border-radius: 4px;
  background-color: transparent;
  padding: 10px 12px;
  box-shadow: none;
  outline: none;
  font-weight: 400;
  background-image: url(../img/ic_tick.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 35px !important;
  margin-right: 5px;
}

.select-btn.active, .select-btn:active {
  color: #FF5851;
  background-color: transparent;
  border: 1px solid #FF5851;
  background-image: url(../img/ic_close.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 35px !important;
  outline: none;
  box-shadow: none;
}

.delele-row, .add-row {
  display: block;
  margin-top: 38px;
}

/* slideshow css start */

body {
  margin: 0;
}

.img-container {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.img-container img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.img-container img.next {
  opacity: 1;
  z-index: 1;
}

.img-container img.prev {
  opacity: 1;
  z-index: 2;
}

.img-container img.fade-out {
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
  visibility: hidden;
}

/* slideshow css end */

/* steps css */

ul.steps-number {
  padding-right: 30px;
  padding-left: 30px;
}

ul.steps-number li a .step {
  height: 37px;
  width: 37px;
  border: 1px solid #646368;
  background-color: #FFFFFF;
  display: inline-block;
  line-height: 37px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #646368;
}

ul.steps-number li {
  flex: 1 1 auto;
  text-align: center;
  padding: 10px 20px;
  position: relative;
}

ul.steps-number li:before {
  content: '';
  position: absolute;
  height: 1px;
  left: calc(50% + 18px);
  right: calc(-50%);
  background: #646368;
  top: 28px;
}

ul.steps-number li:last-child:before {
  content: none;
}

ul.steps-number li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #646368 !important;
}

ul.steps-number li.current a, ul.steps-number li.current a:hover, ul.steps-number li.done a, ul.steps-number li.done a:hover {
  color: #5DB90D !important;
}

ul.steps-number li.current a .step, ul.steps-number li.done a .step {
  border: 1px solid #5DB90D;
  color: #5DB90D;
}

ul.steps-number li.done:before {
  background: #5DB90D;
}

/*responsive css start*/

@media screen and (min-width:992px) {
  /* search input css */
  .border-input.input-group>.search-input {
    min-width: 250px;
  }
}

@media screen and (min-width:576px) {
  .login .col-12 {
    min-height: calc(var(--vh, 1vh) * 100);
    max-height: calc(var(--vh, 1vh) * 100);
  }
  .login-form {
    width: 345px;
  }
  .login-left {
    overflow: hidden;
    position: sticky;
    top: 0;
  }
  .login-right {
    /* overflow-y: auto; */
    overflow-x: hidden;
  }
}

@media screen and (max-width:991.98px) {
  #sidebar-container {
    width: 230px;
  }
  .right-sec {
    width: calc(100% - 230px);
  }
  .rest-photos li {
    padding: 10px;
    width: 33.3333333333%;
  }
  .table-availability th:first-of-type {
    width: 100px !important;
  }
  .title-act-bar .input-group {
    width: 150px;
    min-width: 150px;
  }
}

@media screen and (max-width:767.98px) {
  .title-act-bar .input-group.filter-opt, .btn-icon, .btn-icon:focus {
    width: 43px;
    min-width: 43px;
    height: 43px;
    padding: 0;
    line-height: 41px;
    background: #fff;
    border-color: #d6d1ce;
  }
  .input-group.filter-opt .input-group-text {
    width: 43px;
    background: transparent !important;
    text-align: center;
    justify-content: center;
    height: 43px;
  }
  .search-group, .date-range {
    flex: 1;
  }
  #sidebar-container {
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    width: 230px;
    height: calc(100vh - 60px);
    height: calc((calc(var(--vh, 1vh) * 100)) - 60px);
  }
  #sidebar-container.sidebar-collapsed {
    width: 300px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  #sidebar-container.sidebar-collapsed .menu-collapsed {
    display: block;
  }
  #sidebar-container .menu-collapsed {
    display: block;
  }
  .right-sec {
    width: 100% !important;
    padding: 25px 20px 25px;
  }
  .table td {
    min-height: 50px;
    padding: 5px 12px;
  }
  .table th {
    padding: 15px 12px;
  }
}

@media screen and (max-width:575.98px) {
  .table td, .table th, html, body, .dropdown-item {
    font-size: 14px;
    line-height: 19px;
  }
  .rating-block {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #d6d1ce;
    margin-bottom: 1.25rem;
    border-right: 0;
  }
  .fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    font-size: .75em;
  }
  .fc-content-skeleton {
    line-height: 12px;
  }
  .fc-more-cell>div {
    line-height: 12px;
  }
  a.fc-more {
    font-size: 10px;
  }
  .nav-tabs .nav-link {
    padding: 14px 16px 13px;
  }
  .img-container {
    height: 480px;
  }
  .login-left img {
    height: inherit;
  }
  .login-form {
    width: 100%;
    padding: 20px;
  }
  .title-act-bar {
    display: block !important;
  }
  .title-act-bar .input-group {
    width: 100%;
  }
  .rest-photos li {
    padding: 10px;
    width: 50%;
  }
  .restaurant .card-body, .restaurant .card-footer {
    padding: 15px 15px;
  }
  .restaurant .card-header {
    padding: .95em 1em;
  }
  .day-row .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .day-row .row .col {
    padding-right: 5px;
    padding-left: 5px;
  }
  .otp-group input {
    margin: 0 3px;
  }
}

.pagination span[aria-current="page"] {
  color: #FF5851;
}

.pagination svg {
  height: 20px
}

/*added by sonal on 30 march*/

/* updated on 05 march 2021 */

.timepicker {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #041036;
  border-radius: 6px !important;
  background: #fff url(../img/ic_dropdown.svg) no-repeat right .75rem center;
  padding: 8px 42px 7px 15px;
  height: auto !important;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #d6d1ce;
  width: 100%;
  min-height: 45px;
}

.timepicker:focus {
  outline: none;
}

.timerow label {
  display: block;
}

.custom-control {
  z-index: 0;
}

/* added by sonal on 05 march 2021 */

.timeset {
  flex-wrap: nowrap;
}

.ui-timepicker, .ui-timepicker-viewport {
  position: relative;
  background-color: #fff;
  border-top: 0;
  border-radius: 6px;
}

.ui-timepicker-standard {
  font-family: inherit;
  font-size: 1.1em;
  background-color: #FFF;
  border: 1px solid #AAA;
  color: #222;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d6d1ce;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 6px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  border-color: #d6d1ce;
  transform: translateY(8px);
  overflow: initial;
}

.ui-timepicker-standard .ui-menu-item, .ui-timepicker-standard .ui-menu-item a {
  text-align: left;
  font-weight: 400;
}

.ui-timepicker-standard a {
  border: 0;
  font-size: 14px;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 15px;
  position: relative;
}

.ui-timepicker-standard .ui-state-hover {
  background-color: #fff;
  color: #ff5851;
  border: 0;
}

.ui-timepicker-standard:before {
  content: '';
  background: #FFF;
  box-shadow: none;
  display: block;
  height: 16px;
  width: 16px;
  left: 1.25rem;
  position: absolute;
  bottom: 100%;
  z-index: -5;
  transform: rotate( -45deg) translateY(15px);
  border-radius: 0.2rem;
  border: 1px solid #d6d1ce;
}

.ui-menu-item:first-child a {
  color: #ff5851;
}

/* multiple select custom selection */

.select2-container--default .select2-selection--multiple {
  padding: 10px 42px 9px 15px !important;
  min-height: 45px;
}

.select2-selection--custom.select2-selection--multiple {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  background: no-repeat;
  padding: 6px 0 0 0!important;
}

.select2-selection--custom.select2-selection--multiple .select2-selection__rendered li {
  color: #FF5851;
  background-color: transparent !important;
  border: 1px solid #FF5851 !important;
  background-image: url(../img/ic_close.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 35px !important;
  outline: none;
  box-shadow: none;
  padding: 9px 12px;
  border-radius: 4px;
  margin-right: 8px;
  margin-left: 0;
  position: relative;
}

.select2-selection--custom.select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -1;
  opacity: 0;
}

.pagination .flex.justify-between.flex-1 {
  display: none;
}

.pagination .px-2 {
  padding: 7px 18px 8px 18px !important;
  min-height: 38px;
}

.pagination a {
  padding: 7px 18px 8px 18px !important;
  min-height: 38px;
}

.pagination span[aria-current="page"] span {
  min-height: 38px;
}

.pagination span[aria-current="page"] {
  color: #FF5851;
  width: 52px;
  display: inline-block;
}

.pagination {
  justify-content: center;
  text-align: center;
}

/* search input group css */

.input-group.search-opt {
  position: relative;
}

.input-group.search-opt .input-group-append:last-child {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 11;
}

.input-group.search-opt>.form-control {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* 13-05-2021 */

th.sorting {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/sort_both.png) !important;
}

th.asc {
  background-image: url(../img/sort_asc.png) !important;
}

th.desc {
  background-image: url(../img/sort_desc.png) !important;
}

#map {
  height: 200px;
}

.on-off-toggle {
  width: 56px;
  height: 24px;
  position: relative;
  display: inline-block;
}

.on-off-toggle__slider {
  width: 56px;
  height: 24px;
  display: block;
  border-radius: 34px;
  background-color: #000000;
  transition: background-color 0.4s;


}

.on-off-toggle__slider::before {
    content: '';
    display: block;
    background-color: #fff;
    bottom: 3px;
    height: 18px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 18px;
    z-index: 5;
    border-radius: 100%;
  }

.on-off-toggle__slider::after {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    content: 'off';
    color: #ffffff;
    padding-left: 26px;
    transition: all 0.4s;
  }

.on-off-toggle__input {
  /*
    This way of hiding the default input is better
    for accessibility than using display: none;
  */
  position: absolute;
  opacity: 0;
}

.on-off-toggle__input:checked +
.on-off-toggle__slider {
  background-color: #ef534f;
}

.on-off-toggle__input:checked +
.on-off-toggle__slider::before {
    transform: translateX(32px);
  }

.on-off-toggle__input:checked +
.on-off-toggle__slider::after {
    content: 'on';
    color: #fff;
    padding-left: 8px;
  }
 .on-off-toggle__input:not(:checked) + .on-off-toggle__slider{
    background-color: #d6d1ce;
}
.on-off-toggle__input:not(:checked) + .on-off-toggle__slider::after{
   content: 'off';
  color: #000;
}

.generateqr {
  width: 96%;
  margin-left: 5px;
  margin-top: 15px;
}

.generateqrcode {
  width: 50%;
  padding-top: 17px;
  padding-bottom: 17px;
}

.generateqrcodebody {
  text-align: center;
}

/*status droddown*/
.table tr td  .status-drop .dropdown-toggle{
  background-image: url(../img/ic_dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 5px 30px 5px 10px !important;
  height: 31px;
  font-weight: 500;
}
.status-drop .dropdown-menu{
  min-width: 130px;
}
.table tr td .dropdown-menu{margin-top:0;}
.table tr td .dropdown-menu:before{
content: none;
}
.topspace{
    padding-top:20px !important;
}
.bottomspace{
    padding-bottom:20px !important;
}
.reply {
    padding-top: 20px;
    margin-top: 20px;
    padding-left:50px;
}
.custom_pointer {cursor:pointer;}
.cell-no-drop {cursor:'no-drop';}
.upcomming-bg{
  background-color: rgba(255, 88, 81, 0.2);
}


 .switch {
     position: relative;
     display: inline-block;
     width: 60px;
     height: 34px;
 }

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
