@font-face {
  font-family: nooriRegular;
  src: url("/fonts/jameel-noori-nastaleeq-regular.ttf") format("truetype");
}
@font-face {
  font-family: nooriKasheeda;
  src: url("/fonts/jameel_noori_nastaleeq_kasheeda.ttf") format("truetype");
}
html, body {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #ffdcf6ed/*#f4f5f8*/;
}

.logo_home {
  text-align: center;
  margin-bottom: 20px;
}

.login {
  height: 100vh;
  background-image: url("../images/login_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.login:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fa8443+0,f84c72+100&0.5+0,0.5+100 */
  background: -moz-linear-gradient(left, rgba(250, 132, 67, 0.5) 0%, rgba(248, 76, 114, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(250, 132, 67, 0.5) 0%, rgba(248, 76, 114, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(250, 132, 67, 0.5) 0%, rgba(248, 76, 114, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80fa8443", endColorstr="#80f84c72",GradientType=1 );
  /* IE6-9 */
}

.inner_form {
  position: relative;
  z-index: 1;
  width: 490px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 80px 55px 30px;
}
.inner_form h1 {
  text-align: center;
  font-size: 30px;
  color: #4b2354;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.inner_form .inputs {
  position: relative;
}
.inner_form .inputs .btn-hide-validate {
  position: absolute;
  right: 15px;
  top: 20px;
  color: #fa8443;
}
.inner_form .form-control {
  border-radius: 20px;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  height: 62px;
  font-size: 14px;
  margin-bottom: 15px;
  border: 0;
}
.inner_form .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #f84c72;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0 10px 30px 0px rgba(248, 76, 114, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(248, 76, 114, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(248, 76, 114, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(248, 76, 114, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(248, 76, 114, 0.5);
  margin: 25px auto;
}
.inner_form .btn:hover {
  background-color: #fa8443;
  box-shadow: 0 10px 30px 0px rgba(250, 132, 67, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(250, 132, 67, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(250, 132, 67, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(250, 132, 67, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(250, 132, 67, 0.5);
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 62px;
  background-color: #fff;
  border-radius: 20px;
  top: 0px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;
  font-size: 16px;
  color: #fa4251;
  line-height: 1.2;
}

/*------------
---------------DASHBOARD STYLING-------------------------------*/
.col-p-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
/*CI_Developer*/
.nexus-bg-pink {background: #da39ae !important;border-color: #da39ae !important;}
.nexus-bg-pink.active {background: #9a0973 !important;}
.search-filter-lbl{font-size: 0.8rem;font-weight:bold}
.breadcrumb-item {font-size: 0.8rem;}
.breadcrumb-item+.breadcrumb-item::before{padding-right: 0.2rem;padding-left: 0.2rem}
.fs-10px{font-size: 0.6rem !important;}
.fs-1056px{font-size: 0.66rem !important;}
.fs-1104px{font-size: 0.69rem !important;}
.fs-09rem{font-size: 0.9rem !important;}
.fs-087rem{font-size: 0.87rem !important;}
.fwb-600{font-weight: 600 !important}
.modal-header {padding: 0.3rem 0.5rem;background: #da39ae;color: #fff;}
.padding-rem-1 { padding: 1rem !important; }
.delivery-tbl-bg{background:#fbd974 !important}
.dinein-takeaway-bg{background:#fff !important}
/*.is-item-variations-bg {background: #da39ae !important;color: #fff !important;}*/
.other-language.fs-18px{font-size: 16px;font-family: nooriKasheeda;}
.language-slct {height: 40px;padding: 3px;border-radius: 5px;background: #da39ae;color: #fff;font-weight: bold;}
table.dataTable tbody td {cursor: pointer;}
@media (max-width: 768px) {.language-slct {height: 30px;padding: 0px;width: 35px;}}
/*CI_Developer*/

@media screen and (min-width: 767px) {
  .col-p-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.navbar {
  font-weight: 400;
  transition: background 0.25s ease;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
}
.navbar .navbar-brand-wrapper {
  background: #ffffff;
  /*border-bottom: 1px solid #e3e3e3;*/
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  width: 185px;
  height: 60px;
  padding-left: 1.375rem;
}
.navbar .navbar-brand-wrapper .navbar-brand {
  color: #27367f;
  font-size: 1.5rem;
  margin-right: 0;
  padding: 0.25rem 0;
}
.navbar .navbar-brand-wrapper .navbar-toggler {
  border: 0;
  color: #4a4a4a;
  font-size: 1.5rem;
  padding: 0;
  outline: none;
  display: none;
}
.navbar .navbar-brand-wrapper .navbar-toggler.close_full_menu {
  display: block;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-menu-wrapper {
  background: #ffffff;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  color: #9b9b9b;
  padding-left: 0.2rem;
  padding-right: 1.062rem;
  width: calc(100% - 185px);
  height: 60px;
  /*border-bottom: 1px solid #e3e3e3;*/
}
.navbar-menu-wrapper .navbar-nav .nav-item.nav-search {
  margin-left: 0rem;
}
.navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group {
  background: #ececec;
  border-radius: 4px;
  padding: 0 0.75rem;
}
.navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .input-group-prepend {
  color: #c9c8c8;
  width: auto;
  border: none;
}
.navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group i {
  color: #9b9b9b;
}
.navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0;
  border-radius: 0;
}
.navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  font-size: 16px;
  height: 50px;
}
.navbar-menu-wrapper .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right {
  margin-left: auto;
  align-self: stretch !important;
  flex-direction: row !important;
  align-items: center;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
  color: #4F4F4F;
  font-size: 0.875rem;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item .nav-link {
  color: #a3a3a3;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item .nav-link.mobile_search {
  margin-right: 5px;
  display: none;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item .nav-link.mobile_search i {
  font-size: 1.5rem;
  margin-right: 0;
  vertical-align: middle;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .count-indicator {
  position: relative;
  padding: 0;
  text-align: center;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .count-indicator i {
  font-size: 1.5rem;
  margin-right: 0;
  vertical-align: middle;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .count-indicator .count {
  position: absolute;
  left: 59%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ff4747;
  top: 9px;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .count-indicator:after {
  display: none;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .navbar-dropdown {
  position: absolute;
  font-size: 0.9rem;
  margin-top: 0;
  right: 0;
  left: auto;
  top: 60px;
  border: none;
  -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item {
  display: flex;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  padding: 0.65rem 1.5rem;
  cursor: pointer;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center !important;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon i {
  font-size: 17px;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item .item-content {
  padding-left: 0.937rem;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item .ellipsis {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-profile {
  margin-left: 1.8rem;
  margin-right: 1.8rem;
  white-space: nowrap;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-link img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-link .nav-profile-name {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #4a4a4a;
  font-weight: 500;
}

@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0);
  }
}
.content_area {
  min-height: calc(100vh - 60px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
  position: relative;
}

.items_list li {
  margin-bottom: 8px;
}
.items_list li a.btn {
  font-size: 13px;
  width: 100%;
  white-space: break-spaces;
  padding: 12px 5px;
  line-height: 1.5
}
.items_list.sb-container {
  padding-right: 0;
}
.items_list.sb-container .sb-scrollbar-container {
  right: 0;
  width: 5px;
}
.items_list.sb-container .sb-scrollbar-container .sb-scrollbar {
  width: 5px;
}

.sidebar {
  background-color: #2c3136;
  font-weight: 400;
  padding: 0;
  width: 50px;
  z-index: 11;
  /*position: absolute;*/
  position: fixed;
  left: 0;
  height: 100%;
  min-height: 100%;
  transition: all 0.1s linear;
  top: 60px;
}
.sidebar:hover {
  width: 257px;
}
.sidebar:hover .nav .nav-item .nav-link span {
  display: inline-block;
  margin-left: 0;
  transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.sidebar:hover .nav .nav-item .nav-link i.fa.fa-angle-down {
  opacity: 1;
  visibility: visible;
}
.sidebar .nav {
  overflow: hidden;
  flex-direction: column;
  position: relative;
  padding-top: 15px;
  z-index: 1;
  background-color: #2c3136;
}
.sidebar .nav.sub-menu {
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.sidebar .nav.sub-menu .nav-item .nav-link {
  padding: 10px 46px;
  font-size: 12px;
  font-weight: 500;
}
.sidebar .nav .nav-item .nav-link {
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar .nav .nav-item .nav-link span {
  margin-left: -10px;
  opacity: 0;
  visibility: hidden;
  transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
  width: 0;
}
.sidebar .nav .nav-item .nav-link.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar .nav .nav-item .nav-link i {
  vertical-align: bottom;
  width: 33px;
}
.sidebar .nav .nav-item .nav-link i img {
  width: 25px;
}
.sidebar .nav .nav-item .nav-link i.fa.fa-angle-down {
  margin-left: auto;
  padding-right: 0;
  opacity: 0;
  visibility: hidden;
  width: auto;
}
.sidebar .nav .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar.menu_close {
  width: 0;
}
.sidebar.menu_close .nav {
  width: 0;
}

.main_panel {
  min-height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 60px;
  width: 100%;
}
.main_panel.expend {
  width: calc(100% - 0px);
}
.main_panel .content_wrapper {
  padding: 0.3rem 1.04rem;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.item_list .custom-checkbox {
  padding-left: 0;
}
.item_list .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fa8443;
  background: -moz-linear-gradient(top, #fa8443 0%, #fa8343 1%, #f84773 100%);
  background: -webkit-linear-gradient(top, #fa8443 0%, #fa8343 1%, #f84773 100%);
  background: linear-gradient(to bottom, #fa8443 0%, #fa8343 1%, #f84773 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6fa8443", endColorstr="#e6f84773",GradientType=0 );
}
.item_list .custom-checkbox .custom-control-input:checked ~ .custom-control-label img {
  border: 4px solid #fa8443;
}
.item_list .custom-checkbox .custom-control-label {
  box-shadow: none;
}
.item_list .custom-checkbox .custom-control-label:before {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  bottom: 6px;
  top: auto;
  right: 5px;
  left: auto;
}
.item_list .custom-checkbox .custom-control-label:after {
  width: 1.5rem;
  height: 1.5rem;
  bottom: 6px;
  top: auto;
  right: 5px;
  left: auto;
}
.item_list .inner_item_single {
  margin-bottom: 6px;
  cursor: pointer;
  /*border: 1px solid #bfbfbf;*/
  background-color: #fff;
}
.item_list .inner_item_single:hover img {
  opacity: 0.8;
}
.item_list .inner_item_single:hover .desc {
  background-color: #fff;
}
.item_list .inner_item_single img {
  height: 120px;
  object-fit: cover;
  width: 100%;
  padding: 5px;
  transition: 0.2s linear;
}
.item_list .desc {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  /*background-color: #f7f9fa;*/
  /*border-top: 1px solid #bfbfbf;*/
  transition: 0.2s linear;
}
.item_list .desc h5 {
  font-size: 12px;
  color: #323335;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 5px;
  height: 25px;
}
.item_list .desc p {
  background-color: #fa8443;
  background: -moz-linear-gradient(top, #fa8443 0%, #fa8343 1%, #f84773 100%);
  background: -webkit-linear-gradient(top, #fa8443 0%, #fa8343 1%, #f84773 100%);
  background: linear-gradient(to bottom, #fa8443 0%, #fa8343 1%, #f84773 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6fa8443", endColorstr="#e6f84773",GradientType=0 );
  padding: 4px 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  display: inline;
}
.item_list .desc .table {
  margin-bottom: 0;
}
.item_list .desc .table th {
  padding: 1px;
  background-color: #bc532a;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.item_list .desc .table td {
  padding: 1px !important;
  vertical-align: middle;
  font-size: 12px;
  border: 0;
}
.item_list .desc .table td strong {
  color: #FB0004;
  font-size: 13px;
}
.item_list .desc .table td a {
  font-size: 13px;
}
.item_list .desc .table td p {
  border-radius: 0;
  margin-bottom: 0;
  display: block;
  padding: 3px 8px;
  font-size: 12px;
}

.orders .desc .table th {
  background-color: #f0c132;
}
.orders .inner_item_single {
  margin-bottom: 2px;
  border: 0;
}
.orders .inner_item_single .desc {
  padding: 0;
  border: 0;
}

.invoice .top_title {
  background-color: #fa8443;
  padding: 10px;
  text-align: center;
}
.invoice .top_title h5 {
  color: #fff;
  margin-bottom: 0;
}
.invoice .top_title iframe {
  background-color: #fff;
  width: 100%;
  height: 50px;
  padding: 8px;
}

.item_que {
  background-color: #fff;
}
.item_que .table th {
  padding: 5px 0.75rem;
  font-size: 14px;
  font-weight: bold;
}
.item_que .table td {
  color: #2E55F9;
  padding: 5px 0.75rem !important;
  font-weight: 600;
}
.item_que .table td a {
  color: red;
}
.item_que .table td a:hover {
  color: #000;
}

.scroll_2 {
  height: 370px;
  max-width: 100%;
}
.scroll_2.sb-container {
  padding: 0px 15px 0 0;
}
.scroll_2 .sb-scrollbar-container {
  right: 5px;
  width: 6px;
}
.scroll_2 .sb-scrollbar {
  width: 6px;
}

.item_row {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.item_row ul {
  display: flex;
  margin-bottom: 0;
}
.item_row ul li a {
  color: #ea2225;
  font-size: 20px;
  padding-right: 5px;
  margin-right: 10px;
}
.item_row ul li a:hover {
  color: #000;
}
.item_row ul li h5 {
  font-size: 14px;
  color: #323335;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 5px;
}
.item_row ul li p {
  margin-bottom: 0;
}
.item_row ul li .form-control {
  text-align: center;
}
.item_row ul li .btn {
  box-shadow: none;
  background-color: #fa8443;
  background: -moz-linear-gradient(top, #fa8443 0%, #fa8343 1%, #f84773 100%);
  background: -webkit-linear-gradient(top, #fa8443 0%, #fa8343 1%, #f84773 100%);
  background: linear-gradient(to bottom, #fa8443 0%, #fa8343 1%, #f84773 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6fa8443", endColorstr="#e6f84773",GradientType=0 );
  color: #fff;
}

.sub_total {
  padding: 1px 15px 5px;
  background-color: #fff;
}
.sub_total ul {
  margin-bottom: 0;
}
.sub_total ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
}
.sub_total ul li:last-child {
  border-top: 1px solid #000;
  padding-top: 8px;
  margin-top: 8px;
}
.sub_total ul li p {
  margin-bottom: 0;
  font-size: 13px;
}
.sub_total ul li h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #1bc007;
}
.sub_total .btn {
  display: block;
  margin-top: 5px;
  width: 100%;
}

.scroll_1 {
  height: 650px;
  max-width: 100%;
}

.sb-container {
  position: relative;
  overflow: hidden;
  padding-right: 10px;
  padding: 0px 30px 0 0;
}

.sb-container td img {
  margin-right: 5px;
}

.sb-container td {
  padding: 14px 8px !important;
}

.sb-content {
  height: 100%;
  width: 120%;
  padding-right: 20%;
  overflow-y: scroll;
  box-sizing: border-box;
}

.sb-scrollbar-container {
  position: absolute;
  right: 25px;
  bottom: 35px;
  top: 30px;
  width: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.sb-container-noscroll .sb-scrollbar-container {
  right: -20px;
}

.sb-scrollbar {
  position: absolute;
  right: 0;
  height: 30px;
  width: 10px;
  border-radius: 0;
  background-color: #fa8443;
  background: -moz-linear-gradient(top, #fa8443 0%, #fa8343 1%, #f84773 100%);
  background: -webkit-linear-gradient(top, #fa8443 0%, #fa8343 1%, #f84773 100%);
  background: linear-gradient(to bottom, #fa8443 0%, #fa8343 1%, #f84773 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6fa8443", endColorstr="#e6f84773",GradientType=0 );
}

.sb-scrollbar:hover {
  background: rgba(0, 0, 0, 0.5);
}

.table th {
  border-top: 0;
  border-bottom-width: 1px;
  font-weight: 500;
  font-size: 1rem;
}
.table td {
  font-size: 0.875rem;
}
.table td img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

.progress {
  border-radius: 3px;
  height: 8px;
}

.grid-margin {
  margin-bottom: 1.875rem;
}

.fix_footer {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #fff;
  padding: 7px 0;
  z-index: 11;
  bottom: 0;
}
.fix_footer .btn {
  border-radius: 0;
  padding: 15px 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.fix_footer .btn.btn-light {
  background-color: #ccc;
}
.fix_footer .btn.btn-light:hover {
  background-color: #DCDCDC;
}
.fix_footer .table {
  margin-bottom: 0;
}
.fix_footer .table td {
  width: 50%;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 45px;
}
.fix_footer .table td p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-bottom: 0;
}
.fix_footer .table td p span .form-control {
  width: 75px;
  text-align: center;
  font-size: 13px;
  padding: 2px;
}

.open_navigation .sidebar {
  width: 290px;
  position: relative;
  height: auto;
  top: 0;
}
.open_navigation .sidebar .nav .nav-item .nav-link span {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  transition: margin-left 0.3s linear, opacity 1s ease, visibility 1s ease;
  width: auto;
}
.open_navigation .sidebar .nav .nav-item .nav-link i.fa.fa-angle-down {
  opacity: 1;
  visibility: visible;
}
.open_navigation .main_panel {
  padding-left: 0;
}
/*--------------
	================FORMS
--------------*/
/* Forms */
.forms select.form-control {
  padding: 0.4375rem 0.75rem;
  height: calc(3rem + 2px) !important;
}
.forms .form-control {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.875rem 1.375rem;
}
.forms .form-control:placholder {
  color: #ccc;
}
.forms .form-control:focus {
  border-color: #fa8443;
  box-shadow: none;
}
.forms .form-group {
  margin-bottom: 30px;
}
.forms .form-group label {
  font-size: 0.875rem;
  line-height: 1.4rem;
  vertical-align: top;
  margin-bottom: 0.5rem;
}
.forms .file-upload-default {
  visibility: hidden;
  position: absolute;
  right: 0;
  width: 100%;
}
.forms .file-upload-info {
  background: transparent;
}

.btn {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 2px 2px 0 rgba(77, 131, 255, 0.14), 0 3px 1px -2px rgba(77, 131, 255, 0.2), 0 1px 5px 0 rgba(77, 131, 255, 0.12);
}
.btn:hover {
  box-shadow: 0 2px 2px 0 rgba(77, 131, 255, 0.14), 0 3px 1px -2px rgba(77, 131, 255, 0.2), 0 1px 5px 0 rgba(77, 131, 255, 0.12);
}

/*-----------*/
.footer {
  padding-bottom: 60px;
  background-color: rgba(219, 219, 219, 0.5);
}
.footer p {
  margin-bottom: 0;
  padding: 5px 0;
}

/*------------------------*/
@media screen and (max-width: 1130px) {
  .items_list li a.btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 4px;
  }
}
@media screen and (max-width: 1024px) {
  .one_column {
    padding: 0;
  }

  .main_panel {
    width: calc(100% - 0px);
  }
  .main_panel.expend {
    min-height: calc(100vh - 60px);
  }

  .sb-container {
    padding-right: 15px;
  }

  .sb-scrollbar-container {
    right: 0;
    width: 4px;
  }

  .sb-scrollbar {
    width: 4px;
  }
}
@media screen and (max-width: 991px) {
  .items_list {
    display: flex;
  }
  .items_list li {
    margin-right: 10px;
  }
  .items_list li a.btn {
    padding: 12px 12px;
  }
  .items_list .sb-content {
    display: flex;
  }
  .items_list.scroll_1 {
    height: auto;
  }
}
@media screen and (max-width: 890px) {
  .one_column {
    white-space: nowrap;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .one_column {
    white-space: nowrap;
    overflow: auto;
  }

  .items_list {
    display: flex;
  }
  .items_list li {
    margin: 0 5px;
  }
  .items_list li a.btn {
    white-space: nowrap;
  }

  .col-p-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .open_navigation .sidebar {
    width: 50px;
    position: absolute;
    top: 55px;
  }
  .open_navigation .sidebar .nav .nav-item .nav-link span {
    opacity: 0;
    visibility: hidden;
    margin-left: -10px;
    width: 0;
  }
  .open_navigation .sidebar .nav .nav-item .nav-link i.fa.fa-angle-down {
    margin-left: auto;
    padding-right: 0;
    opacity: 0;
    visibility: hidden;
    width: auto;
  }
  .open_navigation .main_panel {
    width: calc(100% - 0px) !important;
    padding-left: 50px;
  }

  .inner_sidebar {
    width: 257px;
  }
  .inner_sidebar .nav .nav-item .nav-link span {
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
    width: auto;
  }
  .inner_sidebar .nav .nav-item .nav-link i.fa.fa-angle-down {
    padding-right: 0;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    width: auto;
  }

  .orders {
    margin-right: -15px;
    margin-left: -15px;
  }
  .orders [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .orders .inner_item_single {
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .navbar .navbar-brand-wrapper {
    width: 135px;
  }

  .navbar-menu-wrapper {
    width: calc(100% - 135px);
  }

  .open_navigation .navbar-menu-wrapper {
    width: auto;
  }

  .fix_footer .text-right {
    text-align: center !important;
  }
  .fix_footer .btn {
    margin-bottom: 10px;
    font-size: 1.3vw;
    padding: 1.5vw 1.5vw;
  }

  .item_que .table th {
    font-size: 12px;
  }
  .item_que .table td {
    font-size: 12px;
  }

  .footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 580px) {
  .fixed-top {
    background-color: #fff;
  }

  .navbar .navbar-brand-wrapper {
    border-right: 0;
    width: auto;
  }
  .navbar .navbar-brand-wrapper .navbar-brand {
    margin-right: 15px;
  }
  .navbar .navbar-brand-wrapper .navbar-brand img {
    width: 60px;
  }

  .navbar-menu-wrapper {
    padding-right: 0;
  }
  .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-profile {
    margin-right: 0;
    margin-left: 10px;
  }
  .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
    margin: 0 5px !important;
  }
  .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item .nav-link.mobile_search {
    display: block;
  }
  .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item i {
    font-size: 4vw !important;
  }
  .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-link .nav-profile-name {
    font-size: 3vw;
    margin: 0;
  }
  .navbar-menu-wrapper .searching {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90% !important;
    bottom: -52px;
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .inner_form {
    width: 100%;
    padding: 50px 20px 30px;
  }

  .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .navbar-dropdown {
    right: -100px;
    top: 45px;
  }
  .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .navbar-dropdown[aria-labelledby=profileDropdown] {
    right: 0;
  }
}
@media screen and (max-width: 420px) {
  .cash-calculator-div .btn.btn-secondary {
    font-size: 3.5vw;
    padding: 6.2vw 6vw !important;
    width: 30.222%;
  }

  .item_list .custom-checkbox img {
    height: 130px;
  }
  .item_list .desc {
    margin-bottom: 10px;
  }
  .item_list .desc h5 {
    font-size: 3.5vw;
  }

  .main_center {
    padding-left: 0;
  }

  .col-p-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fix_footer .btn {
    font-size: 2.5vw;
    padding: 3.2vw 2.6vw;
    margin-bottom: 8px;
  }

  .footer {
    padding-bottom: 170px;
  }
}