/*------------------------------------------------------------------
Project:	inventory system (MS)
Version:	1.0
Author: kassam mustapha
-------------------------------------------------------------------*/
@-webkit-keyframes panelAnimate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes panelAnimate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  100% {
    transform: scaleX(1);
  }
}
/* --------------------------------------------------------	*/
/* Variables */
/* --------------------------------------------------------	*/
/*+++++ Colors +++++*/
/*+++++ Fonts +++++*/
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Rubik Light";
  src: url("../fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
}
.nav-dropdown {
  position: absolute;
  z-index: 1000;
  /* display: none; */
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.float-top {
  position: relative;
  top: 7px;
  right: 10px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --------------------------------------------------------	*/
/* Body Styles                                              */
/* --------------------------------------------------------	*/
.user-details-dp p {
  max-width: 150px; /* Adjust based on layout */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.user-details-dp span {
  display: block;
  font-size: 12px;
  color: #888;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#overlayLoader {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
#overlayLoader .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#overlayLoader .cv-spinner .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

.datepicker-days {
  padding: 10px;
}

.day {
  font-size: 14px;
  padding: 6px;
}

.dow {
  padding: 6px;
}

.comp_logo {
  width: 226px;
  padding: 10px;
  float: left;
}
.comp_logo img {
  width: 100%;
}

.tra_logo {
  width: 100px;
  float: right;
  padding: 10px;
}
.tra_logo img {
  width: 100%;
}

.efd_details p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.efd_details td {
  text-align: right;
}
.efd_details td, .efd_details th {
  font-size: 12px;
}
.efd_details h6 {
  font-size: 13px !important;
  text-align: center;
  font-weight: bold;
}

.tab-pane {
  padding: 26px;
}

.tagline {
  color: black;
  font-size: 12px;
  padding: 10px;
  text-decoration: none;
}

.pnotify_overide {
  position: important absolute;
  z-index: 99999;
}

.btn-group-margin {
  margin-top: 20px;
}

.btn-block {
  width: 100%;
}

.image-holder .old-image {
  width: 174px;
  height: 177px;
  padding: 10px;
  background: #ecedf0;
}

.image-holder .old-image img {
  width: 156px;
}

.tab-header {
  border-bottom: 1px solid #009656;
  margin-bottom: unset;
  margin-top: 20px;
  color: #182e56;
  font-weight: bold;
}
.tab-header.tab-header-borderless {
  border-bottom: unset;
}

.token_text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 466px;
}

.btn_holder_install {
  width: 38%;
  padding: 10px;
  margin: 0 auto;
}

.installing_img_holder {
  width: 20%;
  margin: 0 auto;
  display: none;
}

.installing_img {
  width: 86px;
  position: relative;
}

.icon-plane {
  width: 100%;
  font-size: 78px;
  text-align: center;
  padding: 25px;
  color: red;
}

.icon-message {
  text-align: center;
  width: 78%;
  margin: 0 auto;
  color: red;
  font-size: 15px;
}

th.border-total {
  border-top: 1px solid;
  border-bottom: 2px solid;
}

.btn_float {
  position: absolute;
  right: 30%;
}

.receipt-container-preview {
  width: 500px;
}

.receipt-container, .receipt-container-preview {
  margin-left: 0;
  background: #ffffff;
  margin: 0 auto;
  padding: 20px;
  margin-top: 4%;
}
.receipt-container table, .receipt-container-preview table {
  font-size: 14px;
}
.receipt-container table td, .receipt-container table th, .receipt-container-preview table td, .receipt-container-preview table th {
  font-size: 11px;
}
.receipt-container .logobar img, .receipt-container-preview .logobar img {
  width: 100%;
}
.receipt-container .logobar, .receipt-container-preview .logobar {
  width: 67px;
}
.receipt-container ul, .receipt-container-preview ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.receipt-container .details, .receipt-container-preview .details {
  margin-top: 20px;
}
.receipt-container .company-details ul li, .receipt-container h4, .receipt-container h3, .receipt-container h6, .receipt-container-preview .company-details ul li, .receipt-container-preview h4, .receipt-container-preview h3, .receipt-container-preview h6 {
  text-align: center;
  text-transform: uppercase;
}
.receipt-container #qrcode, .receipt-container-preview #qrcode {
  width: 100%;
  margin: 0 auto;
}
.receipt-container #qrcode img, .receipt-container-preview #qrcode img {
  margin: 0 auto;
}
.receipt-container .normal-header, .receipt-container-preview .normal-header {
  width: 102px;
  font-size: 13px;
}
.receipt-container .customer-details, .receipt-container-preview .customer-details {
  padding: 7px;
}
.receipt-container .normal, .receipt-container-preview .normal {
  text-transform: uppercase;
  font-size: 13px;
}
.receipt-container .dashed-line, .receipt-container-preview .dashed-line {
  border-bottom: 1px dashed;
}
.receipt-container .receipt_tbl, .receipt-container-preview .receipt_tbl {
  width: 100%;
}
.receipt-container .receipt_tbl th, .receipt-container-preview .receipt_tbl th {
  /* width: 80%; */
  text-align: left;
}
.receipt-container .receipt_tbl td, .receipt-container-preview .receipt_tbl td {
  text-align: right;
}
.receipt-container .product_tbl, .receipt-container .total_tbl, .receipt-container-preview .product_tbl, .receipt-container-preview .total_tbl {
  width: 100%;
  /* margin: 0 auto; */
}
.receipt-container .product_tbl, .receipt-container .total_tbl th, .receipt-container-preview .product_tbl, .receipt-container-preview .total_tbl th {
  text-align: left;
}
.receipt-container .product_tbl td, .receipt-container .total_tbl td, .receipt-container .total_tbl th, .receipt-container-preview .product_tbl td, .receipt-container-preview .total_tbl td, .receipt-container-preview .total_tbl th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.receipt-container .nomargin, .receipt-container-preview .nomargin {
  padding: 0;
  margin: 0;
  text-align: center;
}
.receipt-container .receipt-code, .receipt-container-preview .receipt-code {
  padding-bottom: 20px;
}
.receipt-container .qrCodeHolder, .receipt-container-preview .qrCodeHolder {
  padding-bottom: 20px;
}
.receipt-container .company-details ul li, .receipt-container-preview .company-details ul li {
  text-align: center;
  font-size: 14px;
}

body {
  background-color: #f2f4f8;
  font-family: "Rubik", sans-serif;
  color: #182e56;
  overflow-x: hidden;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.badge-outline {
  background: transparent;
  color: #28a745;
  border: 1px solid #28a745;
  margin-top: 4px;
}

.is-box-container {
  padding: 31px;
  background: transparent;
  font-family: "Rubik Light", sans-serif;
  margin-bottom: 29px;
}
.is-box-container.shadow {
  -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
}

.sticky, .sticky-row {
  position: -webkit-sticky;
  position: sticky;
  top: 86px;
  background: #fff;
  z-index: 9;
}

.sticky-row {
  top: 34%;
}

/* --------------------------------------------------------	*/
/* Highlighting Color                                       */
/* --------------------------------------------------------	*/
::-moz-selection { /* Code for Firefox */
  color: #ffcb00;
  background-color: #1e2b6f;
}

::selection {
  color: #ffcb00;
}

.header {
  background: #fff;
  height: 73px;
  -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  position: sticky;
  top: 0;
  z-index: 1;
}

.btn-secondary {
  color: #182e56 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.tfoot {
  border-top: 2px solid #212529;
  border-bottom: 1px solid;
}

#body-wrapper {
  /* --------------------------------------------------------	*/
  /* GLOBAL STYLES                                             */
  /* --------------------------------------------------------	*/
  /* --------------------------------------------------------	*/
  /* HEADER STYLE                                               */
  /* --------------------------------------------------------	*/
  /* --------------------------------------------------------	*/
  /* NAV STYLE                                                  */
  /* --------------------------------------------------------	*/
  /* --------------------------------------------------------	*/
  /* CAROUSEL STYLE                                             */
  /* --------------------------------------------------------	*/
  /* --------------------------------------------------------	*/
  /* CONTENT STYLE                                              */
  /* --------------------------------------------------------	*/
  /* --------------------------------------------------------	*/
  /* FOOTER STYLE                                               */
  /* --------------------------------------------------------	*/
}
#body-wrapper .float-btn-sm-screen {
  display: none;
}
#body-wrapper .float-btn-save {
  position: absolute;
  right: 0;
  height: 100%;
}
#body-wrapper .row-top {
  margin-top: 10px;
}
#body-wrapper .side-shadow {
  box-shadow: 0 0.125rem 0.375rem 0 rgba(161, 172, 184, 0.12);
}
#body-wrapper .dropdown-menu.right-angle {
  right: 0;
}
#body-wrapper .side-bar-container {
  background-color: #fff;
  /*background-color: $brand-white;
  position: fixed;
  top: 0;
  bottom: 0;
  width:13%;
  z-index: 9;*/
}
#body-wrapper .side-bar-container .side-bar .app-logo-container {
  height: 110px;
  position: relative;
  top: 16px;
}
#body-wrapper .side-bar-container .side-bar .app-logo-container .app-logo {
  padding: 15px;
}
#body-wrapper .side-bar-container .side-bar .app-logo-container .app-logo img {
  width: 100%;
}
#body-wrapper .side-bar-container .side-bar .logo-container {
  height: 64px;
  margin-top: 12px;
}
#body-wrapper .side-bar-container .side-bar .logo-container .logo-box {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  min-height: 1px;
  overflow: hidden;
  padding: 10px;
}
#body-wrapper .side-bar-container .side-bar .logo-container .logo-box img {
  width: 100%;
}
#body-wrapper .side-bar-container .side-bar .menu-inner-shadow {
  background: linear-gradient(#fff 41%, hsla(0, 0%, 100%, 0.11) 95%, hsla(0, 0%, 100%, 0));
}
#body-wrapper .side-bar-container .side-bar .nav-container {
  /*  position: relative;
    top: 44px;
    overflow: hidden;
    transition: .2s;*/
}
#body-wrapper .side-bar-container .side-bar .nav-container .menu-inner {
  -ms-flex-align: start;
  -ms-flex-pack: start;
  align-items: flex-start;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
#body-wrapper .side-bar-container .side-bar .nav-container .menu-inner .menu-item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
#body-wrapper .side-bar-container .side-bar .nav-container .menu-inner .menu-item .menu-link {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
  position: relative;
  display: block;
  text-decoration: none;
  color: #183153;
  padding: 10px;
  width: 100%;
  font-size: 13px;
  transition: 0.2s;
  margin-top: 10px;
}
#body-wrapper .side-bar-container .side-bar .nav-container .menu-inner .menu-item .menu-link .menu-link-icon {
  color: #0e0e0e;
}
#body-wrapper .side-bar-container .side-bar .nav-container .menu-inner .menu-item .menu-link .menu-link-sub {
  display: inline-block;
  float: right;
  padding: 5px;
}
#body-wrapper .side-bar-container .side-bar .nav-container .menu-inner .menu-item:hover .menu-link {
  background-color: rgba(105, 108, 255, 0.16) !important;
}
#body-wrapper .side-bar-container .side-bar .nav-container .menu-inner .menu-item:hover .sub-menu-item {
  display: block;
}
#body-wrapper .side-bar-container .side-bar .nav-container .menu-inner .menu-item .sub-menu-item {
  padding: 10px;
  position: absolute;
  background: white;
  z-index: 1000;
  box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}
#body-wrapper .side-bar-container .side-bar .nav-container .menu-inner .menu-item .sub-menu-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#body-wrapper .side-bar-container .side-bar .nav-container .menu-inner .menu-item .sub-menu-item ul li a {
  text-decoration: none;
  font-size: 13px;
}
#body-wrapper .header-container {
  padding: 13px;
  position: sticky;
  top: 20px;
  background: #fff;
  z-index: 9;
  margin: 0.75rem auto 0;
  height: 75px;
}
#body-wrapper .header-container .user-details {
  padding: 10px;
}
#body-wrapper .header-container .user-details p {
  font-size: 14px;
  margin: 0;
}
#body-wrapper .header-container .user-details span {
  font-size: 13;
  color: #c38b8b;
}
#body-wrapper .header-container .float-end {
  margin-left: 10px;
}
#body-wrapper .header-container .avatar {
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  background: #ecedf0;
  border-radius: 100%;
}
#body-wrapper .header-container .avatar img {
  width: 100%;
  border-radius: 100%;
  padding: 9px;
}
#body-wrapper .header-container .avatar:hover .sub-menu-item {
  display: block;
}
#body-wrapper .flipper {
  padding-top: 3.625rem !important;
}
#body-wrapper i {
  font-style: unset;
}
#body-wrapper .shadow-dm-color1 {
  background-color: #533b78 !important;
  color: #fff !important;
}
#body-wrapper .shadow-dm-color2 {
  background-color: #d6002f !important;
  color: #fff !important;
}
#body-wrapper .shadow-dm-color3 {
  background-color: #218838 !important;
  color: #fff !important;
}
#body-wrapper .imageForQrc {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#body-wrapper .imageForQrc img {
  width: 100%;
}
#body-wrapper .qrcodeholderlist {
  width: 25px;
  cursor: pointer;
}
#body-wrapper .qrcodeholderlist img {
  width: 100%;
}
#body-wrapper .badge.badge-overide {
  padding: 0.25em 0.1em;
  font-size: 14px;
}
#body-wrapper .shadow-box {
  background-color: #fff;
  padding: 16px;
  margin-top: 13px;
  -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
}
#body-wrapper .popup-box-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  /* overflow: hidden; */
  /* outline: 0; */
  background: rgba(0, 0, 0, 0.26);
}
#body-wrapper .popup-box-container.scrollable {
  overflow-y: scroll;
}
#body-wrapper .popup-box-container .popup-loader {
  width: 100px;
  position: absolute;
  top: 20%;
  left: 50%;
  right: 50%;
  padding: 10px;
  background: #fff;
  border-radius: 100%;
  display: none;
}
#body-wrapper .popup-box-container .popup-loader img {
  width: 100%;
}
#body-wrapper .popup-box-container.show-popup-container {
  display: block;
}
#body-wrapper .popup-box-container .popup-box {
  width: 75%;
  top: 48%;
  height: auto;
  padding: 18px;
  position: relative;
  margin: 0 auto;
  background: white;
  /* overflow-y: scroll; */
  -webkit-box-shadow: 0 25px 65px rgba(15, 24, 33, 0.29);
  box-shadow: 0 25px 65px rgba(15, 24, 33, 0.29);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#body-wrapper .popup-box-container .popup-box.small-popup-box {
  width: 20%;
}
#body-wrapper .popup-box-container .popup-box.show-popup-efd-box {
  top: 68%;
  -webkit-transform: translate(0, -42%);
  transform: translate(0, -42%);
  margin: 0px auto;
}
#body-wrapper .popup-box-container .popup-box.show-popup-box {
  top: 48%;
  -webkit-transform: translate(0, -42%);
  transform: translate(0, -42%);
  margin: 0px auto;
}
#body-wrapper .popup-box-container .popup-box .popup-btn-close {
  font-size: 12px;
}
#body-wrapper .popup-box-container .popup-box .popup-btn-close .popup-btn-close-icon {
  font-size: 23px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}
#body-wrapper .popup-box-container .popup-box .popup-content-holder {
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
}
#body-wrapper .popup-box-container .popup-box .popup-content-holder .table {
  font-size: 14px;
  color: #3E4B5B;
}
#body-wrapper .popup-box-container .popup-box .popup-content-holder .popup-total {
  float: right;
}
#body-wrapper .popup-box-container .popup-box .popup-content-holder #linkApprove {
  display: none;
}
#body-wrapper .qrCodeHolder {
  float: left;
  padding: 7px;
  border: 2px solid;
}
#body-wrapper .is-list-row {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#body-wrapper .overlay {
  background: rgba(236, 237, 240, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
#body-wrapper .overide-badge {
  border-radius: unset;
  width: 100%;
  font-weight: 400;
}
#body-wrapper fieldset {
  border: 1px solid #ddd !important;
  margin: 0;
  min-width: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  margin-top: 21px;
  padding-left: 10px !important;
}
#body-wrapper legend {
  font-size: 14px;
  margin-bottom: 0px;
  width: 35%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
}
#body-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
}
#body-wrapper .select2-selection.select2-selection--single {
  height: 41px;
}
#body-wrapper small {
  color: #919191;
}
#body-wrapper .header-right .profile-picture {
  width: 48px;
  border: 2px solid #7c7c7d;
  border-radius: 100%;
  padding: 6px;
}
#body-wrapper .header-right .profile-picture img {
  width: 100%;
}
#body-wrapper .header-right .role {
  color: #9c8d8d;
  display: block;
  font-size: 12px;
}
#body-wrapper .header-right li.nav-item {
  padding: 6px;
}
#body-wrapper .ithas-sub:hover .list-sub {
  display: unset;
}
#body-wrapper .menulist .list-sub, #body-wrapper .userinfor-tab .list-sub {
  width: 137px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 18px -4px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 9px 18px -4px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 9px 18px -4px rgba(0, 0, 0, 0.26);
  padding: 10px;
  position: absolute;
  display: none;
  z-index: 999;
}
#body-wrapper .menulist .list-sub .child-item, #body-wrapper .userinfor-tab .list-sub .child-item {
  display: block;
  width: 100%;
  padding: 4px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  position: relative;
  z-index: 99999;
}
#body-wrapper .menulist .list-sub .child-item a, #body-wrapper .userinfor-tab .list-sub .child-item a {
  color: #212529;
  font-size: 14px;
}
#body-wrapper .body-sign-login {
  margin-top: 12%;
}
#body-wrapper #username, #body-wrapper #password {
  border-radius: unset;
  outline: none;
  border: 1px solid black;
}
#body-wrapper .login-title {
  font-size: 25px;
  padding: 11px;
}
#body-wrapper .logo-container {
  padding: 15px;
  width: 202px;
}
#body-wrapper .logo-container img {
  width: 100%;
}
#body-wrapper .login-btn {
  border-radius: unset;
  background: black;
  border: none;
}
#body-wrapper .scroll-to-top {
  position: fixed;
  bottom: 0;
  right: 16px;
  background: #533b78;
  padding: 10px;
  color: white;
}
#body-wrapper .box-tab_holder .dash_tab .dashbox {
  padding: 10px;
  font-size: 15px;
}
#body-wrapper .box-tab_holder .dash_tab .dashbox .dashbox-wrapper {
  padding: 18px;
  border-radius: 5px;
}
#body-wrapper .box-tab_holder .dash_tab .dashbox .dashbox-wrapper .ico-dashbox {
  height: 76px;
  padding: 18px;
  font-size: 45px;
  margin: 0 auto;
  text-align: center;
}
#body-wrapper .box-tab_holder .dash_tab .dashbox .dashbox-wrapper .ico-dashbox.sm-fnt {
  font-size: 21px;
}
#body-wrapper .panel-top {
  position: relative;
  top: 56px;
}

/*******           Media Queries          ********/
@media (max-width: 575px) {
  #body-wrapper .float-btn-sm-screen {
    position: absolute;
    right: 14px;
    top: 15px;
    display: block;
  }
  #body-wrapper .header-container {
    padding: 0;
  }
  #body-wrapper .header-container .user-details, #body-wrapper .header-container .avatar {
    display: none;
  }
  #body-wrapper .flipper {
    padding-top: 0 !important;
  }
  #body-wrapper .for_mobile {
    display: table !important;
  }
  #body-wrapper .not_for_mobile {
    display: none;
  }
  #body-wrapper .side-bar-container {
    display: none;
    margin-top: 10px;
  }
  #body-wrapper .side-bar-container-mb {
    display: none;
  }
  #body-wrapper .logo-container {
    padding: unset;
  }
  #body-wrapper .profile-bar {
    display: none;
  }
  #body-wrapper .mobile-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    display: block !important;
  }
  .tab-pane {
    padding: unset;
    padding-top: 26px;
  }
}

/*# sourceMappingURL=power-expo-style.css.map */
