/*
 Template Name: Homedecor360 Dashboard Template
 Author: Engin PINAR & Ali DAĞLI
 Website: https://e-basit.com
 File: Main Css File
*/
/* ============
TABLES OF CSS
---------------

01. General
02. Bootstrap-custom
03. Helper
04. Waves Effect
05. Demo Only
06. Menu
07. Buttons
08. Cards
09. Email
10. Calender
11. Ecommerce
12. Project
13. Alerts
14. Pagination
15. Popover & Tooltip
16. Rangeslider
17. Sweet alert
18. Tab & Accordion
19. Form Elements
20. Form Validation
21. Form advanced
22. Form editor
23. Form summernote
24. Form upload
25. Form wizard
26. Chart
27. Tables
28. widgets
29. Maps
30. Timeline
31. Invoice
32. Pricing
33. Extra pages
34. Account pages
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
/* ==============
  General
===================*/
body {
  background-repeat: repeat;
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
  color: #354558;
  font-size: 13px;
}

@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: "Poppins", sans-serif;
}

h6 {
  font-size: 14px;
}

p {
  line-height: 1.7;
}

svg {
  max-width: 100%;
}

* {
  outline: none !important;
}

a {
  color: #616f80;
}

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

b, strong {
  font-weight: 500;
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.slimScrollDiv {
  height: auto !important;
}

/* ==============
  Bootstrap-custom
===================*/
.dropdown-menu {
  padding: 4px 0;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
          box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
  background-color: #ffffff;
  border-color: #e9ecef;
  margin: 0;
}

.dropdown-item {
  background-color: #ffffff;
  padding: .4rem 1rem;
}

.dropdown-item:active, .dropdown-item:hover {
  background-color: #f0f4f7;
  color: #354558;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #f0f4f7;
  color: #354558;
}

.dropdown-menu-animated {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  margin-top: 20px !important;
}

.show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px !important;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #9ca8b3;
  content: "\f105" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.blockquote {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 4px solid #e9ecef;
}

.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid #e9ecef;
  text-align: right;
}

.bg-primary {
  background-color: #30419b !important;
}

.bg-success {
  background-color: #02c58d !important;
}

.bg-info {
  background-color: #59c6fb !important;
}

.bg-warning {
  background-color: #fcbe2d !important;
}

.bg-danger {
  background-color: #fc5454 !important;
}

.bg-muted {
  background-color: #9ca8b3 !important;
}

.bg-secondary {
  background-color: #616f80 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-lighten-primary {
  background-color: #c4caed;
}

.bg-lighten-success {
  background-color: #aefee7;
}

.bg-lighten-info {
  background-color: #bde8fd;
}

.bg-lighten-warning {
  background-color: #fddd92;
}

.bg-lighten-danger {
  background-color: #feb8b8;
}

.bg-lighten-secondary {
  background-color: #dfe3e7;
}

.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #fc5454 !important;
}

.text-muted {
  color: #9ca8b3 !important;
}

.text-primary {
  color: #30419b !important;
}

.text-warning {
  color: #fcbe2d !important;
}

.text-success {
  color: #02c58d !important;
}

.text-info {
  color: #59c6fb !important;
}

.text-dark {
  color: #354558 !important;
}

.text-secondary {
  color: #616f80 !important;
}

.border-primary {
  border-color: #30419b !important;
}

.border-success {
  border-color: #02c58d !important;
}

.border-info {
  border-color: #59c6fb !important;
}

.border-warning {
  border-color: #fcbe2d !important;
}

.border-danger {
  border-color: #fc5454 !important;
}

.border-dark {
  border-color: #354558 !important;
}

.border-secondary {
  border-color: #616f80 !important;
}

dt {
  font-weight: 500;
}

.bs-spinner .spinner-border, .bs-spinner .spinner-grow {
  margin-right: 8px;
  margin-top: 10px;
}

.custom-control-input:checked ~ .custom-control-label:before {
  border-color: #30419b;
  background-color: #30419b;
}

/* Navs & Tabs */
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #151515;
}

.nav-pills > .active > a > .badge {
  color: #30419b;
}

.badge {
  font-weight: 500;
}

.badge-primary {
  background-color: #30419b;
}

.badge-success {
  background-color: #02c58d;
}

.badge-info {
  background-color: #59c6fb;
}

.badge-warning {
  background-color: #fcbe2d;
  color: #ffffff;
}

.badge-danger {
  background-color: #fc5454;
}

.badge-dark {
  background-color: #354558;
}

.badge-secondary {
  background-color: #616f80;
}

.badge-soft-primary {
  background-color: rgba(48, 65, 155, 0.2);
  color: #30419b;
}

.badge-soft-success {
  background-color: rgba(2, 197, 141, 0.2);
  color: #02c58d;
}

.badge-soft-info {
  background-color: rgba(89, 198, 251, 0.2);
  color: #59c6fb;
}

.badge-soft-warning {
  background-color: rgba(252, 190, 45, 0.2);
  color: #fcbe2d;
}

.badge-soft-danger {
  background-color: rgba(252, 84, 84, 0.2);
  color: #fc5454;
}

.badge-soft-dark {
  background-color: rgba(53, 69, 88, 0.2);
  color: #354558;
}

.badge-soft-secondary {
  background-color: rgba(97, 111, 128, 0.2);
  color: #616f80;
}

/* ==============
  Progressbar
===================*/
.progress-bar {
  background-color: #30419b;
}

/* ==============
  Pagination
===================*/
.page-link {
  color: #30419b;
}

.page-item.active .page-link {
  background-color: #30419b;
  border-color: #30419b;
}

.page-link:focus, .page-link:hover {
  color: #354558;
  background-color: #f0f4f7;
}

/* ==============
  Helper Classes
===================*/
.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-r-5 {
  margin-right: 5px;
}

.w-30 {
  max-width: 30px;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.l-h-23 {
  line-height: 23px;
}

.l-h-34 {
  line-height: 34px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.header-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.rating-symbol-foreground {
  top: 0px;
}

.sub-title {
  margin-bottom: 25px;
  color: #adb5bd;
}

.bg-pattern {
  background-image: url("../images/bg-pattern.png");
  background-size: cover;
  background-position: bottom;
}

/* ==============
 Demo Only css
===================*/
.button-items .btn {
  margin-top: 8px;
  margin-right: 5px;
}

.mfp-content .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bs-example-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.icon-demo-content {
  text-align: center;
  color: #9ca8b3;
}

.icon-demo-content i {
  display: block;
  font-size: 24px;
  margin-bottom: 16px;
  color: #616f80;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.icon-demo-content .col-md-4 {
  margin-bottom: 30px;
}

.icon-demo-content .col-md-4:hover i {
  color: #30419b;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

/* ==============
  Popover & Tooltips
===================*/
.popover-header {
  margin-top: 0;
}

.tooltip .tooltip-inner {
  padding: 4px 10px;
}

/* ==============
  Waves Effect
===================*/
/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

/******* Metis Menu css *******/
.metismenu {
  padding: 0;
}

.metismenu ul {
  padding: 0;
}

.metismenu ul li {
  list-style: none;
}

/******* Topbar *******/
.topbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.topbar .topbar-left {
  background-color: #30419b;
  float: left;
  text-align: center;
  height: 70px;
  position: relative;
  width: 240px;
  z-index: 1;
}

.topbar .topbar-left .logo {
  line-height: 70px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.topbar .topbar-left .logo .logo-sm {
  display: none;
}

.topbar .navbar-custom {
  background-color: #ffffff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  margin-left: 240px;
  min-height: 70px;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 0 5px rgba(0, 0, 0, 0.05);
}
.topbar .navbar-custom.single-navbar{ background: #151515;}

.topbar .navbar-custom .navbar-right .dropdown-toggle:after {
  content: initial;
}

.notification-item-list {
  max-height: 230px;
}

.navbar-custom .dropdown-menu.dropdown-menu-right {
  -webkit-transform: none !important;
  transform: none !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
}

.notification-list.list-inline-item:not(:last-child) {
  margin-right: 0;
}

.notification-list .nav-link {
  padding: 0 15px;
  line-height: 70px;
  color: #495057;
  max-height: 70px;
}

.notification-list .noti-icon {
  font-size: 24px;
  vertical-align: middle;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 10px;
}

.notification-list .notify-item {
  padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
}

.notification-list .notify-item .notify-icon i {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  line-height: 32px;
  margin-top: 2px;
  color: #ffffff;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 12px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}

.notification-list .language-switch a img {
  float: right;
  margin-top: 3px;
}

.notification-list.show .nav-link {
  background-color: rgba(53, 69, 88, 0.05);
}

.notification-list .nav-user img {
  height: 36px;
  width: 36px;
}

.notification-list .profile-dropdown {
  width: 170px;
}

.notification-list .profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
  color: #616f80;
}

.notification-list .profile-dropdown span {
  margin-top: 5px;
}

.arrow-none:after {
  border: none;
  margin: 0;
  display: none;
}

.dropdown-menu-lg {
  width: 300px;
}

.app-search {
  position: relative;
  margin-top: 18px;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid #f0f4f7;
  font-size: 13px;
  height: 34px;
  padding-left: 18px;
  padding-right: 40px;
  margin-right: 16px;
  background: #f0f4f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
  width: 200px;
  border: none;
}

.app-search button {
  position: absolute;
  top: 9px;
  right: 26px;
  display: block;
  color: #9ca8b3;
  font-size: 11px;
  border: none;
  background-color: transparent;
}

.button-menu-mobile {
  border: none;
  color: #1d1d1d;
  display: inline-block;
  height: 70px;
  width: 60px;
  background-color: #ffffff;
  font-size: 24px;
}

/******* Sidemenu *******/
.side-menu {
  width: 240px;
  z-index: 10;
  background: #30419b;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 70px;
}

.side-menu .waves-effect .waves-ripple {
  background-color: rgba(21, 21, 21, 0.4);
}

#sidebar-menu {
  padding-top: 10px;
}

#sidebar-menu > ul > li.mm-active > a > span > .menu-arrow i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#sidebar-menu > ul > li > a {
  color: #7e8cda;
  display: block;
  padding: 13px 20px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Poppins", sans-serif;
}

#sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
  color: #ffffff;
  text-decoration: none;
}

#sidebar-menu > ul > li > a > span {
  margin-left: 7px;
}

#sidebar-menu > ul > li > a i {
  line-height: 1;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

#sidebar-menu > ul > li > a .badge {
  margin-top: 3px;
}

#sidebar-menu > ul > li > a.mm-active {
  color: #ffffff !important;
  background-color: #3345a5;
}

#sidebar-menu .menu-title {
  padding: 12px 20px !important;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b9c1eb;
}

#sidebar-menu .submenu li.mm-active > a {
  color: #ffffff;
  background-color: #151515;
}

#sidebar-menu .submenu li a {
  padding: 8px 20px 8px 10px;
  color: #7e8cda;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#sidebar-menu .submenu li a:focus {
  background-color: left-bar;
}

#sidebar-menu .submenu li a:hover {
  background-color: #151515;
  color: rgba(255, 255, 255, 0.8);
}

#sidebar-menu .submenu > li > a {
  padding-left: 50px;
}

#sidebar-menu .submenu > li .submenu > li > a {
  padding-left: 70px;
}

/******* Enlarged *******/
.enlarged .slimScrollDiv {
  overflow: inherit !important;
}

.enlarged .slimScrollBar {
  visibility: hidden;
}

.enlarged #wrapper .topbar .topbar-left {
  width: 70px !important;
}

.enlarged #wrapper .topbar .topbar-left .logo .logo-light {
  display: none;
  opacity: 0;
}

.enlarged #wrapper .topbar .topbar-left .logo .logo-sm {
  display: block;
  line-height: 70px;
  font-size: 28px;
}

.enlarged #wrapper .navbar-custom {
  margin-left: 70px;
}

.enlarged #wrapper #sidebar-menu .menu-title,
.enlarged #wrapper #sidebar-menu .menu-arrow,
.enlarged #wrapper #sidebar-menu .badge {
  display: none !important;
}

.enlarged #wrapper #sidebar-menu .mm-collapse.mm-show {
  display: none;
}

.enlarged #wrapper #sidebar-menu .nav.mm-collapse {
  height: inherit !important;
}

.enlarged #wrapper #sidebar-menu ul ul {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #151515;
}

.enlarged #wrapper .left.side-menu {
  position: absolute;
  width: 70px;
  z-index: 5;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: 260px;
  color: #ffffff;
  background-color: #151515;
  z-index: 1;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li:hover > a.open :after, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li:hover > a.mm-active :after {
  display: none;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  height: auto !important;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li:hover > ul a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li:hover > ul a:hover {
  color: #ffffff;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li:hover a span {
  display: inline-block;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  -webkit-transition: none;
  transition: none;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:hover, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:active, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:focus {
  color: #ffffff;
  background-color: #2d3d91;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a i {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 20px !important;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a span {
  display: none;
  padding-left: 10px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li > a span.float-right {
  position: absolute;
  right: 20px;
  top: 12px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.mm-active a {
  color: #ffffff;
}

.enlarged #wrapper .content-page {
  margin-left: 70px;
}

.enlarged #wrapper .footer {
  left: 70px;
}

/******* Footer *******/
.footer {
  bottom: 0;
  text-align: center !important;
  padding: 19px 30px 20px;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  left: 240px;
  font-family: "Poppins", sans-serif;
}

/******* Responsive *******/
@media (min-width: 769px) {
  .enlarged {
    min-height: 1200px;
  }
  .enlarged .slimscroll-menu {
    overflow: inherit !important;
  }
}

@media (max-width: 419px) {
  .content-page {
    margin-left: 70px;
  }
  .enlarged .side-menu.left {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
}

@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
  }
  .button-menu-mobile {
    display: block;
  }
  .navbar-custom {
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .topbar .topbar-left {
    width: 70px !important;
    height: 70px;
  }
  .topbar .topbar-left .logo-light {
    display: none !important;
  }
  .topbar .topbar-left .logo-sm {
    display: block !important;
    line-height: 70px !important;
    font-size: 28px;
  }
  .navbar-custom {
    margin-left: 70px !important;
  }
  .content-page {
    margin-left: 0 !important;
  }
  .content-page .content {
    padding: 0px;
  }
  .enlarged .left.side-menu {
    margin-left: -70px;
  }
  .footer {
    left: 0 !important;
  }
}

.right-sidebar {
  position: fixed;
  width: 280px;
  top: 70px;
  bottom: 0px;
  right: 0px;
  padding-bottom: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
          box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
}

@media (min-width: 1200px) {
  .dasboard-content {
    margin-right: 280px;
  }
}

/******* Content Page *******/
.content-page {
  margin-left: 240px;
  overflow: hidden;
}

.content-page .content {
  padding: 0 15px 10px 15px;
  margin-top: 70px;
  margin-bottom: 60px;
}

/******* Page Title *******/
.page-title-box {
  padding: 20px 0px;
}

.page-title-box .page-title {
  font-size: 18px;
  margin: 0;
  line-height: 30px;
}

.page-title-box .breadcrumb {
  padding: 4px 0;
  background-color: transparent;
  margin-bottom: 0;
}

.page-title-box .breadcrumb a {
  color: #354558;
}

.page-title-box .breadcrumb a:hover {
  color: rgba(53, 69, 88, 0.9);
}

.page-title-box .breadcrumb .active {
  color: rgba(53, 69, 88, 0.7);
}

/******* menu light *******/
.left-side-menu-light .side-menu {
  background-color: #ffffff;
}

.left-side-menu-light #sidebar-menu > ul > li > a.mm-active {
  color: #4090cb !important;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(43, 46, 49, 0.07);
          box-shadow: 0px 1px 1px 0px rgba(43, 46, 49, 0.07);
}

.left-side-menu-light #sidebar-menu > ul > li > a:hover, .left-side-menu-light #sidebar-menu > ul > li > a:focus, .left-side-menu-light #sidebar-menu > ul > li > a:active {
  color: #4090cb;
}

.left-side-menu-light #sidebar-menu > ul > li > a.waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.left-side-menu-light #sidebar-menu > ul > li > a .badge-light {
  background-color: #151515;
  color: #ffffff;
}

.left-side-menu-light #sidebar-menu .submenu li a:hover {
  background-color: #ffffff;
  color: #4090cb;
}

.left-side-menu-light.enlarged #sidebar-menu > ul > li:hover > a {
  color: #4090cb !important;
  background-color: #f9f9f9 !important;
}

.left-side-menu-light.enlarged #sidebar-menu > ul > li:hover > ul a:hover {
  color: #4090cb !important;
}

.left-side-menu-light.enlarged #sidebar-menu > ul > li > a:hover, .left-side-menu-light.enlarged #sidebar-menu > ul > li > a:active, .left-side-menu-light.enlarged #sidebar-menu > ul > li > a:focus {
  color: #4090cb !important;
}

.left-side-menu-light.enlarged #sidebar-menu ul ul {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
          box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
}

.left-side-menu-light .navbar-custom {
  background-color: #383c40;
}

.left-side-menu-light .navbar-custom .button-menu-mobile {
  color: #e9ecef;
  background-color: #383c40;
}

.left-side-menu-light .navbar-custom .btn-light {
  background-color: #42464b !important;
  border-color: #42464b !important;
  color: #ced4da !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.left-side-menu-light .navbar-custom .notification-list .nav-link {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control::-webkit-input-placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control:-ms-input-placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control::-ms-input-placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control::placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control,
.left-side-menu-light .navbar-custom .notification-list .app-search .form-control:focus {
  border: 1px solid #42464b;
  background: #42464b;
  color: #ced4da;
}

@media (max-width: 576px) {
  .page-title-box .breadcrumb {
    display: none;
  }
}

@media (max-width: 420px) {
  .dropdown-menu-lg {
    width: 220px;
  }
  .notify-icon {
    display: none;
  }
  .notify-details {
    margin-left: 0px !important;
  }
}

/* ==============
  Alertify
===================*/
.alertify, .alertify-logs {
  z-index: 99;
}

.alertify input {
  border: 2px solid #9ca8b3;
}

.alertify-logs > .success {
  background-color: #02c58d;
  color: #ffffff;
}

.alertify-logs > .error {
  background-color: #fc5454;
  color: #ffffff;
}

.alertify-logs > *, .alertify-logs > .default {
  background-color: #30419b;
}

/* ==============
  Alertify
===================*/
.alertify, .alertify-logs {
  z-index: 99;
}

.alertify input {
  border: 2px solid #9ca8b3;
}

.alertify-logs > .success {
  background-color: #02c58d;
  color: #ffffff;
}

.alertify-logs > .error {
  background-color: #fc5454;
  color: #ffffff;
}

.alertify-logs > *, .alertify-logs > .default {
  background-color: #30419b;
}

/* =============
   Alerts
============= */
.alert {
  position: relative;
  border: 0;
}

.alert .alert-link {
  font-weight: 500;
  text-decoration: underline;
}

.alert-primary {
  color: #ffffff;
  background-color: #30419b;
}

.alert-primary hr {
  border-top-color: #243174;
}

.alert-success {
  color: #ffffff;
  background-color: #02c58d;
}

.alert-success hr {
  border-top-color: #019369;
}

.alert-danger {
  color: #ffffff;
  background-color: #fc5454;
}

.alert-danger hr {
  border-top-color: #fb2222;
}

.alert-warning {
  color: #ffffff;
  background-color: #fcbe2d;
}

.alert-warning hr {
  border-top-color: #f3ab03;
}

.alert-info {
  color: #ffffff;
  background-color: #59c6fb;
}

.alert-info hr {
  border-top-color: #27b5fa;
}

.alert-secondary {
  color: #ffffff;
  background-color: #616f80;
}

.alert-secondary hr {
  border-top-color: #4b5663;
}

.alert-dark {
  color: #ffffff;
  background-color: #354558;
}

.alert-dark hr {
  border-top-color: #222c38;
}

/* ==============
  Buttons
===================*/
.btn {
  border-radius: 3px;
  font-size: 13px;
}

button:focus {
  outline: none;
}

.btn-sm {
  font-size: 10.83333px;
}

.btn-lg {
  font-size: 15.6px;
}

.btn-primary, .btn-success, .btn-info, .btn-warning,
.btn-danger, .btn-dark, .btn-pink, .btn-purple, .btn-indigo, .btn-teal,
.btn-lime, .btn-orange, .btn-brown, .btn-blue-grey {
  color: #ffffff;
}

.btn-primary {
  background-color: #30419b;
  border: 1px solid #30419b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary, .btn-outline-primary.active, .btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-primary.active,
.btn-primary:active, .show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #2a3988;
  border: 1px solid #2a3988;
}

.btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(48, 65, 155, 0.3);
  box-shadow: 0 0 0 2px rgba(48, 65, 155, 0.3);
}

.btn-secondary.focus, .btn-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
  box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
}

.btn-success {
  background-color: #02c58d;
  border: 1px solid #02c58d;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover,
.open > .dropdown-toggle.btn-success, .btn-outline-success.active, .btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle, .btn-outline-success:hover, .btn-success.active,
.btn-success:active, .show > .btn-success.dropdown-toggle,
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus,
.btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-success:not([disabled]):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #02ac7b;
  border: 1px solid #02ac7b;
}

.btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 197, 141, 0.3);
  box-shadow: 0 0 0 2px rgba(2, 197, 141, 0.3);
}

.btn-info {
  background-color: #59c6fb;
  border: 1px solid #59c6fb;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus,
.btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info,
.btn-outline-info.active, .btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle, .btn-outline-info:hover, .btn-info.active, .btn-info:active,
.show > .btn-info.dropdown-toggle, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle,
.btn-outline-info:not([disabled]):not(.disabled).active, .btn-outline-info:not([disabled]):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  background-color: #40bdfa;
  border: 1px solid #40bdfa;
}

.btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(89, 198, 251, 0.3);
  box-shadow: 0 0 0 2px rgba(89, 198, 251, 0.3);
}

.btn-warning {
  background-color: #fcbe2d;
  border: 1px solid #fcbe2d;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover,
.open > .dropdown-toggle.btn-warning, .btn-outline-warning.active, .btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover, .btn-warning.active,
.btn-warning:active, .show > .btn-warning.dropdown-toggle,
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle,
.btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning:not([disabled]):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  background-color: #fcb614;
  border: 1px solid #fcb614;
  color: #ffffff;
}

.btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(252, 190, 45, 0.3);
  box-shadow: 0 0 0 2px rgba(252, 190, 45, 0.3);
}

.btn-danger {
  background-color: #fc5454;
  border: 1px solid #fc5454;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active,
.btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover,
.open > .dropdown-toggle.btn-danger, .btn-outline-danger.active, .btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger:hover, .btn-danger.active,
.btn-danger:active, .show > .btn-danger.dropdown-toggle,
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle,
.btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger:not([disabled]):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  background-color: #fc3b3b;
  border: 1px solid #fc3b3b;
}

.btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(252, 84, 84, 0.3);
  box-shadow: 0 0 0 2px rgba(252, 84, 84, 0.3);
}

.btn-dark {
  background-color: #354558;
  border: 1px solid #354558;
  color: #ffffff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus,
.btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark,
.btn-outline-dark.active, .btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:hover,
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle,
.btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  background-color: #2b3948;
  border: 1px solid #2b3948;
  color: #ffffff;
}

.btn-dark.focus, .btn-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
  box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
}

.btn-secondary {
  background-color: #616f80;
  border: 1px solid #616f80;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active,
.btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary, .btn-outline-secondary.active, .btn-outline-secondary:active,
.show > .btn-outline-secondary.dropdown-toggle, .btn-outline-secondary:hover, .btn-secondary.active,
.btn-secondary:active, .show > .btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #566271;
  border: 1px solid #566271;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(97, 111, 128, 0.3);
  box-shadow: 0 0 0 2px rgba(97, 111, 128, 0.3);
}

.btn-link {
  color: #354558;
}

.btn-link:hover {
  color: #30419b;
}

/* button Outline */
.btn-outline-primary {
  color: #30419b;
  border-color: #30419b;
}

.btn-outline-success {
  color: #02c58d;
  border-color: #02c58d;
}

.btn-outline-info {
  color: #59c6fb;
  border-color: #59c6fb;
}

.btn-outline-warning {
  color: #fcbe2d;
  border-color: #fcbe2d;
}

.btn-outline-danger {
  color: #fc5454;
  border-color: #fc5454;
}

.btn-outline-dark {
  color: #354558;
  background-image: none;
  background-color: transparent;
  border-color: #354558;
}

.btn-outline-secondary {
  color: #616f80;
  border-color: #616f80;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-icon {
  position: relative;
}

.btn-icon .btn-icon-label {
  margin: -.55rem .9rem -.55rem -.9rem;
  padding: .6rem .9rem;
}

.btn-icon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 38%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-icon:hover::before {
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}

/* ==============
  Card
===================*/
.card {
  border: none;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
          box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

.card-columns .card {
  margin-bottom: 30px;
}

/* =============
   Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle {
  background: #f0f4f7;
  border: 1px solid #f0f4f7;
  padding: 10px 16px;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
}

.custom-dd .dd-list .dd-item .dd-handle:hover {
  color: #30419b;
}

.custom-dd .dd-list .dd-item button {
  height: auto;
  font-size: 25px;
  margin: 8px auto;
  color: #9ca8b3;
  width: 35px;
}

.custom-dd-empty .dd-list .dd3-handle {
  border: none;
  background: #dee2e6;
  height: 36px !important;
  width: 36px !important;
}

.custom-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}

.custom-dd-empty .dd-list .dd3-handle:hover {
  color: #30419b;
}

.custom-dd-empty .dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 8px 16px 8px 46px;
  background: #dee2e6;
}

.custom-dd-empty .dd-list .dd3-content:hover {
  color: #30419b;
}

.custom-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600;
}

.dd-dragel > .dd-item .dd-handle {
  padding: 8px 16px !important;
  background: #dee2e6;
  height: auto;
}

.dd-placeholder, .dd-empty {
  background: #dee2e6;
  border: 1px dashed #9ca8b3;
}

.dd-dragel > .dd3-item > .dd3-handle {
  border: none;
  background: #dee2e6;
  height: 36px !important;
  width: 36px !important;
}

.dd-dragel > .dd3-item > .dd3-handle:before {
  color: inherit;
  top: 7px;
}

.dd-dragel > .dd3-item > .dd3-content {
  padding: 8px 16px 8px 46px;
  background: #dee2e6;
  height: auto;
}

/* Ion Range slider */
.irs--modern .irs-bar, .irs--modern .irs-to, .irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-handle > i:first-child {
  background: #30419b !important;
}

.irs--modern .irs-to:before, .irs--modern .irs-from:before, .irs--modern .irs-single:before {
  border-top-color: #30419b;
}

.irs--modern .irs-min, .irs--modern .irs-max {
  color: #616f80;
}

.irs--modern .irs-grid-text {
  font-size: 10px;
}

/* =========== */
/* Sweet Alert2 */
/* =========== */
.swal2-modal .swal2-title {
  font-size: 24px;
}

.swal2-modal .swal2-content {
  font-size: 16px;
}

.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 2px solid #9ca8b3;
  font-size: 16px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #30419b;
}

.swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swal2-icon.swal2-question {
  color: #30419b;
  border-color: #30419b;
}

.swal2-icon.swal2-success {
  border-color: #02c58d;
}

.swal2-icon.swal2-success .line {
  background-color: #02c58d;
}

.swal2-icon.swal2-success .placeholder {
  border-color: #02c58d;
}

.swal2-icon.swal2-warning {
  color: #fcbe2d;
  border-color: #fcbe2d;
}

.swal2-icon.swal2-error {
  border-color: #fc5454;
}

.swal2-icon.swal2-error .line {
  background-color: #fc5454;
}

/* ==============
  Form-elements
===================*/
label {
  font-weight: 600;
}

.form-control {
  font-size: 13px;
}

.form-control:focus {
  border-color: #30419b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #30419b;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #30419b;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #30419b;
}

.has-success .form-control {
  border-color: #02c58d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.has-warning .form-control {
  border-color: #fcbe2d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.has-danger .form-control {
  border-color: #fc5454;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-group-addon {
  border-radius: 2px;
  border: 1px solid #f0f4f7;
}

.input-group-text {
  font-size: 13px;
}

/* ==============
  Form-Validation
===================*/
.error {
  color: #ff0000;
}

.parsley-error {
  border-color: #fc5454;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #fc5454;
  margin-top: 5px;
}

/* ==============
  Form-Advanced
===================*/
/* Datepicker */
.datepicker {
  border: 1px solid #ced4da;
  padding: 8px;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.today, .datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover, .datepicker table tr td.selected,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #30419b !important;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.table-condensed thead th, .table-condensed tbody td {
  padding: 5px;
}

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
  padding: 9px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px;
  left: 8px;
}

.input-group-addon {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

/* Prism */
:not(pre) > code[class*="language-"], pre[class*="language-"] {
  background: #f0f4f7;
}

/* Rating */
.badge:empty {
  padding: 0;
}

/* ==============
  Form Editor
===================*/
.mce-panel {
  border-color: #dfe8ee !important;
  background-color: #f0f4f7 !important;
}

.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
  background-color: #30419b !important;
}

.mce-menu {
  background-color: #ffffff !important;
}

/* ==============
  Form-Upload
===================*/
/* Dropzone */
.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: #ffffff;
  border-radius: 6px;
}

.dropzone .dz-message {
  font-size: 22px;
}

/* ==============
  Summernote
===================*/
.note-btn-group .dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.note-btn-group .dropdown-menu > li > a:hover {
  background-color: #f7f9fb;
}

.note-image-popover, .note-air-popover, .note-link-popover {
  display: none;
}

.note-image-popover .dropdown-toggle::after, .note-air-popover .dropdown-toggle::after, .note-link-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-icon-caret {
  display: none;
}

.note-editor {
  position: relative;
}

.note-editor .btn-light {
  background-color: transparent;
  border-color: transparent;
}

.note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
  padding: 8px 12px;
}

.note-editor .note-toolbar {
  background-color: #f0f4f7;
  border-bottom: 1px solid #f0f4f7;
  margin: 0;
}

.note-editor .note-statusbar {
  background-color: #ffffff;
}

.note-editor .note-statusbar .note-resizebar {
  border-top: none;
  height: 15px;
  padding-top: 3px;
}

.note-editor.note-frame {
  border: 1px solid #f0f4f7;
  margin-bottom: 0px;
}

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}

.note-popover .btn-default {
  background-color: transparent;
  border-color: transparent;
}

.note-popover .btn-group-sm > .btn, .note-popover .btn-sm {
  padding: 8px 12px;
}

.note-toolbar {
  padding: 5px 0 10px 5px;
}

/* ==============
  Widgets
===================*/
.widget-chart li {
  width: 31.5%;
  display: inline-block;
  padding: 0;
}

.widget-chart li i {
  font-size: 22px;
}

.mini-stat-icon i {
  font-size: 30px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.dashboard-ct-chart .ct-grid {
  stroke: rgba(0, 0, 0, 0.05);
}

#slider-1 {
  height: 49px;
}

#slider-2 {
  height: 49px;
}

/* Activity */
.activity-feed {
  list-style: none;
}

.activity-feed .feed-item {
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
  border-left: 2px solid #f0f4f7;
}

.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #30419b;
  background-color: #ffffff;
}

.activity-feed .feed-item:last-child {
  border-color: transparent;
}

.suggestion-icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #30419b;
  font-size: 15px;
}

/* ==============
  Charts
===================*/
.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/* Morris chart */
/* Morris chart */
.morris-charts text {
  font-family: "Poppins", sans-serif !important;
}

.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
          box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
}

.morris-hover.morris-default-style .morris-hover-point {
  font-weight: 500;
  font-size: 14px;
  color: #354558 !important;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  background-color: #354558;
  color: #ffffff;
  padding: 4px;
  border-radius: 5px 5px 0 0;
  margin: -10px -12px 10px;
}

/* Flot chart */
#flotTip {
  padding: 8px 12px;
  background-color: #ffffff;
  z-index: 100;
  color: #354558;
  -webkit-box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
          box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
  border-radius: 1px;
}

/* Chartist chart */
.ct-golden-section:before {
  float: none;
}

.ct-chart {
  height: 300px;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.09);
  stroke-width: 2px;
  stroke-dasharray: 3px;
}

.ct-chart .ct-label {
  fill: #9ca8b3;
  color: #9ca8b3;
  font-size: 14px;
  line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #30419b;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #02c58d;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #fcbe2d;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #59c6fb;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #59c6fb;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #fc5454;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #f0f4f7;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #30419b;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #fcbe2d;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #02c58d;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  background: #354558;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

/* C3 chart */
.c3 svg {
  max-width: 100%;
}

.c3-tooltip td > span {
  background: #354558;
}

.c3-tooltip td {
  border-left: none;
}

.c3-tooltip {
  -webkit-box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

.c3-tooltip tr {
  border: none !important;
}

.c3-tooltip th {
  background-color: #354558;
}

.c3-tooltip .value {
  font-weight: 600;
}

.c3-line {
  stroke-width: 2px;
}

.c3-legend-item {
  font-size: 13px;
}

/* ==============
  Maps
===================*/
.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #f0f4f7;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #30419b;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #30419b;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #30419b;
}

/* ==============
  Tables
===================*/
.table {
  margin-bottom: 10px;
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > td {
  padding: 15px 12px;
}

.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd),
.thead-default th {
  background-color: #f0f4f7;
}

.table td, .table th {
  vertical-align: middle;
}

/************** datatables ***************/
.dataTables_wrapper.container-fluid {
  width: auto;
}

/* == Responsive Table ==*/
table.focus-on tbody tr.focused th {
  background-color: #30419b;
  color: #ffffff;
}

table.focus-on tbody tr.focused td {
  background-color: #30419b;
  color: #ffffff;
}

.table-rep-plugin .btn-toolbar {
  display: block;
}

.table-rep-plugin .table-responsive {
  border: none !important;
}

.table-rep-plugin .fixed-solution {
  margin-bottom: 0px;
}

.table-rep-plugin .fixed-solution .sticky-table-header {
  top: 70px !important;
}

.table-rep-plugin .btn-group.float-right .dropdown-menu {
  left: auto;
  right: 0;
  -webkit-transform: none !important;
          transform: none !important;
  top: 100% !important;
}

.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

.table-rep-plugin .checkbox-row {
  padding-left: 40px;
}

.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #dee2e6;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
  color: #616f80;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
  background-color: #f0f4f7;
  cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
  background-color: #30419b;
  border-color: #30419b;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* ==============
  Calendar
===================*/
.calendar {
  float: left;
  margin-bottom: 0;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
}

.fc-toolbar h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 1px solid #d5d5d5;
  background-color: #f0f4f7;
}

.fc-widget-content {
  border: 1px solid #d5d5d5;
}

.fc th.fc-widget-header {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.fc-button {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #555555;
  text-transform: capitalize;
}

.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}

.fc-state-hover {
  background: #adb5bd;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 0;
  padding: 5px 5px;
  text-align: center;
  background-color: #30419b;
  color: #ffffff !important;
}

.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

/* ==============
  Email
===================*/
.email-leftbar {
  width: 230px;
  float: left;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}

.email-rightbar {
  margin-left: 260px;
}

.dot-online {
  position: absolute;
  left: 28px;
  font-size: 12px;
}

.chat-user-box p.user-title {
  font-size: 13px;
  color: #354558;
  font-weight: 500;
}

.chat-user-box p {
  font-size: 12px;
}

@media (max-width: 767px) {
  .email-leftbar {
    float: none;
    width: 100%;
  }
  .email-rightbar {
    margin: 0;
  }
}

.mail-list a {
  display: block;
  color: #3f5168;
  font-size: 13px;
  line-height: 24px;
  padding: 5px;
}

.mail-list a.active {
  color: #fc5454;
  font-weight: 500;
}

.message-list {
  display: block;
  padding-left: 0;
}

.message-list li {
  position: relative;
  display: block;
  height: 75px;
  line-height: 75px;
  cursor: default;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.message-list li a {
  color: #354558;
}

.message-list li:hover {
  background: rgba(53, 69, 88, 0.08);
  -webkit-transition-duration: .05s;
          transition-duration: .05s;
}

.message-list li .col-mail {
  float: left;
  position: relative;
}

.message-list li .col-mail-1 {
  width: 320px;
}

.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
  display: block;
  float: left;
}

.message-list li .col-mail-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 28px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
  margin-top: 31px;
  font-size: 13px;
  margin-left: 5px;
}

.message-list li .col-mail-1 .title {
  position: absolute;
  left: 110px;
  right: 0;
  top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}

.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 360px;
  right: 0;
  bottom: 0;
}

.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
  position: absolute;
  top: 0;
}

.message-list li .col-mail-2 .subject {
  left: 0;
  right: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  top: 8px;
}

.message-list li .col-mail-2 .date {
  right: 0;
  width: 170px;
  padding-left: 70px;
}

.message-list li.active,
.message-list li.active:hover {
  -webkit-box-shadow: inset 3px 0 0 #30419b;
          box-shadow: inset 3px 0 0 #30419b;
}

.message-list li.unread {
  background-color: #f7f7f7;
  font-weight: 500;
  color: #2b3948;
}

.message-list li.unread a {
  color: #2b3948;
  font-weight: 500;
}

.message-list .checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 1px #dee2e6;
          box-shadow: inset 0 0 0 1px #dee2e6;
  border-radius: 1px;
}

.message-list .checkbox-wrapper-mail input {
  opacity: 0;
  cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked ~ label {
  opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0;
  -webkit-transition-duration: .05s;
          transition-duration: .05s;
  top: 0;
}

.message-list .checkbox-wrapper-mail label:before {
  content: "\F12C";
  font-family: "Material Design Icons";
  top: 0;
  height: 20px;
  color: #2b3948;
  width: 20px;
  position: absolute;
  margin-top: -27px;
  left: 4px;
  font-size: 13px;
}

.email-inbox {
  position: relative;
}

.email-inbox .form-control,
.email-inbox .form-control:focus {
  border: 1px solid #f0f4f7;
  font-size: 13px;
  height: 40px;
  padding-left: 34px;
  padding-right: 12px;
  margin-right: 16px;
  background: #f6f6f6;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.email-inbox button {
  position: absolute;
  top: 12px;
  left: 6px;
  display: block;
  color: #9ca8b3;
  font-size: 11px;
  border: none;
  background-color: transparent;
}

@media (max-width: 425px) {
  .title img {
    display: none;
  }
}

.email-img-overlay .email-overlay i {
  background: #30419b;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
}

.email-img-overlay:hover img {
  opacity: 0.2;
}

.email-img-overlay:hover .email-overlay i {
  opacity: 1;
}

@media (max-width: 375px) {
  .date {
    display: none;
  }
}

@media (max-width: 768px) {
  .mo-mb-2 {
    margin-bottom: 10px;
  }
  .mo-mt-2 {
    margin-top: 10px !important;
  }
  .ex-pages {
    padding: 24px 0px;
  }
  .btn-toolbar {
    margin-top: 15px;
  }
}

.home-btn {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
}

.accountbg {
  background: url("../images/restaurant.png");
  position: absolute;
  background-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
}

.wrapper-page {
  margin: 7.5% auto;
  width: 420px;
  position: relative;
}

@media (max-width: 767px) {
  .wrapper-page {
    width: 90%;
  }
}

.account-pages {
  margin: 10.5% auto;
  position: relative;
}

.comming-watch div {
  display: inline-block;
}

.comming-watch div .card {
  margin: 0px 15px 15px 15px;
}

.comming-watch div .card .countdown-num {
  font-weight: 600;
  color: #30419b;
}

.comming-watch div span {
  width: 150px;
  display: block;
}

.comming-watch div span:first-child {
  height: 60px;
  font-weight: 300;
  font-size: 3em;
  line-height: 48px;
}

.comming-watch div span:last-child {
  padding-top: 14px;
  font-size: 0.9em;
}

.coming-soon-search-form input {
  padding: 15px 20px;
  width: 100%;
  color: #354558;
  border: 2px solid #e9ecef;
  outline: none !important;
  padding-right: 180px;
  padding-left: 30px;
  border-radius: 30px;
}

.coming-soon-search-form button {
  position: absolute;
  top: 7px;
  right: 8px;
  outline: none !important;
  border-radius: 30px;
  padding: 9px 30px;
}

.coming-soon-search-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.faq-box {
  border-left: 3px solid;
}

.error-bg {
  background: url("../images/error.png");
  position: absolute;
  background-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
}

.error-page {
  text-transform: uppercase;
  background: repeating-linear-gradient(45deg, #30419b, #30419b 10px, #02c58d 10px, #02c58d 20px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  line-height: .7;
  position: relative;
}

.maintenance-img img {
  max-width: 320px;
}

/* ==============
  Timeline
===================*/
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.main-timeline {
  overflow: hidden;
  position: relative;
}

.main-timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #adb5bd;
  position: absolute;
  top: 0;
  left: 50%;
}

.main-timeline .timeline {
  padding-right: 30px;
  position: relative;
}

.main-timeline .timeline-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #adb5bd;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -4px;
}

.main-timeline .timeline-icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #30419b;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-timeline .year {
  display: inline-block;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  background: #30419b;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-timeline .year:before {
  content: "";
  border-right: 18px solid #30419b;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 0;
  left: -18px;
}

.main-timeline .timeline-content {
  width: 46.5%;
  padding: 43px 50px;
  margin: 0 20px 0 0;
  background: #f0f4f7;
  position: relative;
}

.main-timeline .timeline-content:after {
  content: "";
  border-left: 20px solid #f0f4f7;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-timeline .title {
  float: left;
  font-size: 18px;
  margin: 0 20px 20px 0;
}

.main-timeline .description {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  clear: both;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #adb5bd;
  background: #ffffff;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: -3px;
}

.main-timeline .timeline:last-child:before {
  top: auto;
  bottom: 0;
}

.main-timeline .timeline:nth-child(2n) {
  padding: 0 0 0 30px;
}

.main-timeline .timeline:nth-child(2n) .year {
  right: auto;
  left: 35%;
}

.main-timeline .timeline:nth-child(2n) .year:before {
  border: 18px solid transparent;
  border-right: none;
  border-left: 18px solid #30419b;
  left: auto;
  right: -18px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  float: right;
  margin: 0 0 0 20px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after {
  border-left: none;
  border-right: 20px solid #f0f4f7;
  right: auto;
  left: -20px;
}

/* theme edit 4  homedecor360 */

.pricing-box {
  padding: 30px;
  position: relative;
}

.pricing-box .pricing-icon i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 56px;
  top: -25px;
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

.pricing-box .pricing-features {
  padding-left: 20px;
}

.pricing-box .pricing-plan sup {
  font-size: 26px;
  position: relative;
  top: -18px;
}

.pricing-box .pricing-border {
  border-top: 1px solid #f0f4f7;
  margin: 0 auto;
  border-bottom: 1px solid #f0f4f7;
  padding: 5px;
}

.pricing-box .pricing-features {
  padding-left: 20px;
}

.input-error{border-color: #fc5454 !important;background-color: #ffeaea !important;}
.input-error-gr .file-upload-div{border-color:#fc5454 !important;}
.loading_div{ position: fixed; width:100%; height: 100%; top:0; display: none; justify-content: center; align-items: center; z-index:999998; background: rgba(255,255,255,0.8); }

.select2-container{width:100% !important;}
.whitecollar-bonus-page .input-group.no-classic .select2-container{width: 50%!important;}
.whitecollar-bonus-page .input-group.no-classic .select2-container .select2-selection--single,
.whitecollar-bonus-page .input-group.no-classic  .select2-container .select2-selection--multiple{ border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0;}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{border:1px solid #ced4da;}
.select2-container .select2-selection--single, .select2-container .select2-selection--multiple{height:44px;}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height:42px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{line-height:36px;}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow{height:44px;}
.select2-container--default .select2-search--dropdown .select2-search__field{ font-size: 12px; }
.select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--multiple .select2-selection__rendered{ padding-left: .95rem !important; }

.form-control{ min-height: 44px; }
.file-upload-group{}
.file-upload-group label.w-100{ display: block; width: 100%;}
.file-upload-group .file-upload-div{ overflow: hidden;  border: 1px solid #ced4da; text-align: center; position: relative; width: 100%; height: 219px; background: #fff; border-radius: 4px; display: flex; justify-content: center; align-items: center; margin-top:-1px;}
.file-upload-group .file-upload-div .uploaded-thumb{ width: 100%; height: 180px; border-radius: 4px; background: #f1f1f1; }
.file-upload-group.edit-form .file-upload-div{ overflow: hidden; width: calc(100% - 44px); display: inline-flex; margin-right: -4px; border-bottom-right-radius: 0; border-top-right-radius: 0; }
.file-upload-group .file-upload-div .hide-input-container{ width: 1px; height: 1px; overflow: hidden; position: absolute; top: 0; left: 0; display: block; opacity: 0; }
.file-upload-group .file-upload-div .file-upload-text{ width: 100%; padding: 15px; }
.file-upload-group .file-upload-div .file-upload-text i{ font-size: 20px; color: #44B773; top: 2px; position: relative; }
.file-upload-group .file-upload-div .file-upload-text span{ font-size: 14px; display: inline-block;}
.file-upload-group .file-upload-div .file-upload-text span.count{ display: inline-block;}
.file-upload-group .file-upload-div .file-upload-text .hide{ display: none;}
.file-upload-group .file-upload-div a:not(.remove-thumb){ z-index: 2; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
.file-upload-group .file-upload-div a.remove-thumb{ z-index: 4; position: absolute; width: 30px; height: 30px; right: 6px; top: 6px; left: auto; background: #fc5454; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 10px;}
.file-upload-group .file-upload-div a.remove-thumb i{ font-size: 16px; top: 0; color: #FFFFFF; }
.file-upload-group .file-upload-div .uploaded-thumb a.remove-thumb{ top: 10px; right: 10px;}
.file-upload-group .file-upload-div .uploaded-thumb a.remove-thumb i{}
.img-cont .file-upload-group .file-upload-div .inner-file-uploaded{ padding-right: 25px;}
.img-cont .file-upload-group .file-upload-div .inner-file-uploaded.no-padding{ padding-right: 0;}
.btn-view-pdf{ width: 100%; background: #ffffff; color: #333333; height: 35px; border: 1px solid #E5EAED; border-radius: 4px; display: flex; font-size: 14px; text-align: center; justify-content: center; align-items: center }
.btn-view-pdf i{ margin-right: 3px; color: #44B773; }
.file-upload-group.edit-form .btn-view-pdf{ position: relative; top:-1px; border:0; width: 44px; display: inline-flex; background: #3f51b5; color: #ffffff; border-bottom-left-radius: 0; border-top-left-radius: 0; }
.file-upload-group.edit-form .btn-view-pdf i{ color: #ffffff; }
.materials-images-row{ width: 100%; display: flex; flex-wrap: wrap; padding: 0 10px; }
.materials-images-row .img-cont{  flex-grow: 1; min-width: 33.3333%; max-width: 33.33333%; padding: 5px; }
.materials-images-row .img-cont .file-upload-group .file-upload-div{ height: 44px; }
.materials-images-row.edit-page .img-cont .file-upload-group .file-upload-div{ height: 204px; }
.material-side, .product-side{ width: 100%; height: auto; display: block; }
.product-side .left-side{ width: calc(28% - 75px); display: block; float: left;  }
.product-side .center-side{ width: calc(35% + 140px); display: block; float: left; position: relative; padding-right: 155px;  }
.product-side .center-side .pro-img-select{ position: absolute; width: 130px; height: 100%; right: 7px; top: 0; }
.product-side .center-side .pro-img-select .img-div{ width: 100%; height: calc(100% - 42px); background: #02c58d; border-radius: 4px;}
.product-side .center-side .pro-img-select .img-div:before{ content: "\f03e"; position: absolute; width: 100%; height: 100%; top: 0; left: 0; color: #fff; font-size: 44px; font-family: FontAwesome; display: flex; justify-content: center; align-items: center;}
.product-side .center-side .pro-img-select .img-div a.full-anchor{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; display: block; }
.product-side .row{ margin-left: -5px; margin-right: -5px; }
.product-side .left-side .row{ margin-left: 0; margin-right: 0; }
.product-side .row .col-md-12, .product-side .row .col-md-6, .product-side .row .col-md-4{ padding-left: 5px; padding-right: 5px; }
.product-side .left-side .row .col-md-6, .product-side .left-side .row .col-md-12{ padding-left: 0; padding-right: 10px;}
.product-side .right-side{ width: calc(37% - 75px); display: block; float: left; padding-left: 10px }
.product-side .form-group .two-control{ width: 50%; float: left; display: block; border-radius: 4px 0 0 4px; }
.product-side .form-group textarea.two-control{ height:210px; }
.product-side .form-group .two-control+.two-control{ border-radius: 0 4px 4px 0; }
.product-side textarea.form-control{ min-height: 58px; margin-bottom: 14px; }
.order-product-row:nth-child(2n+2){ background: #f1f1f1; }
.order-product-row{ background: #fff; margin-bottom: 100px; margin-top: 60px; padding: 15px; position: relative; border: 1px solid #c3c7cd; border-radius: 0 4px 0 4px; }
.order-product-row.pre-edit{ border-color: #f30; background: #ffbbbb }
.order-product-row.edited-row{ border-color: #02c58d; background: #bbffca }
.order-product-row .product-title{ position: absolute; top: -44px; left: -1px; }
.order-product-row .product-title .product-head{ display: flex; justify-content: center; align-items: center; padding: 5px 15px; float: left; border-radius: 4px 4px 0 0; font-weight: 600; height: 44px; background: #30419b; color: #fff; }
.order-edit-page .order-product-row .product-title .product-head{ display: flex; justify-content: center; align-items: center; padding: 5px 15px; float: left; border-radius: 4px 0 0 0; font-weight: 600; height: 44px; background: #30419b; color: #fff; }
.order-product-row .product-title a.btn-success,
.order-product-row .product-title a.btn-danger{ font-weight: 600; border: 0; display: flex; justify-content: center; align-items: center; padding: 5px 15px; float: left; border-radius: 0 4px 0 0; height: 44px; }
.order-product-row .product-title a.btn-success i,
.order-product-row .product-title a.btn-danger i{ margin-right: 3px; }
.order-product-row .product-title a.btn-success{ background: #02c58d; border-radius: 0; }
.order-product-row .product-order-info{ display: flex; background: #f1f1f1; border-radius: 0 4px 0 0;}
.order-product-row .product-order-info .input-group-text{border-radius: 0; font-weight: 600;}
.order-product-row .product-order-info input{ width: 50px; text-align: center; border-bottom-right-radius: 0; font-weight: 600;}
.btn-sb-form{ margin-top: 15px; font-weight: 600; font-size: 14px; padding: 10px 15px; }
.dataTable td .badge{ font-size: 14px; padding: 7px 10px;  }
.select2-container--default .select2-selection--multiple .select2-selection__choice{ margin-top: 8px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{ line-height: 30px; }
.btn{ font-weight: 600; }
.view-img{ position: relative; font-weight: 600; background: #01c58d; color: #fff!important; border-radius: 4px; padding: 5px 7px; font-size: 12px; top: -1px; margin-left: 5px;}
.view-img.sub{ float: left; width: 60%; display: block; margin: 7px 0 0; text-align: center; }
.view-img.sub.green{ border-radius: 4px 0 0 4px;}
.view-img.sub.red{ border-radius: 0 4px 4px 0; background: #fc5454;  width: 40%;}
.view-img.sub.full-w{ width: 100%; border-radius: 4px; }
/*.preview-container .row{ border: 1px solid #E5EAED; }*/
/*.preview-container .row .row{ border: 0;}*/
/*.preview-container .row+.row{ border-top: 0;}*/
/*.preview-container .row .col{ background: #f9f9f9; }*/
/*.preview-container .row .col>span{ display: block; border-right: 1px solid #E5EAED; padding-top: 10px; padding-bottom: 10px; }*/
/*.preview-container .row .col+.col>span{ border-left: 1px solid #E5EAED; }*/
/*.preview-container .row .col+.col col>span{ border-left: 0; }*/
/*.preview-container .row .col+.col:last-child>span{ border-right: 0; }*/
.order-product-row .btn-new-container{width: 100%; text-align: right; position: absolute; right: -1px; bottom: -42px;}
.order-product-row .btn-new-container .btn-add-product-row{ padding: 11px; border-radius: 0 0 0 4px; border:0!important; }
.order-product-row .btn-new-container .remove-product-row{ padding: 11px; margin-left: -4px; border-radius: 0 0 4px 0; border:0!important;  }
.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd), .thead-default th{ background: #f9f9f9; }
.preview-container td b{ font-weight: bold; display: block; width: 100%; }
.preview-container td[colspan="3"]{ width: 66%; }
.preview-container td .thumb-img{ background-size: cover; background-repeat: no-repeat; background-position: center center; display: inline-block; width: 130px; height: 100px; border-radius: 5px; background: #ccc; }
.topbar .topbar-left{ background: #151515; }
.side-menu{ background: #1d1d1d; }
#sidebar-menu > ul > li > a{ color: #9e9e9e; }
#sidebar-menu > ul > li > a.mm-active{ background: #bfa181; }
#sidebar-menu .menu-title{ color: #bfa181; }
#sidebar-menu .submenu li a{ color:rgba(255, 255, 255, 0.8); }
#sidebar-menu .submenu li a:hover{ background-color:#bfa181; }
.topbar .topbar-left .logo{ color: #bfa181; }
.topbar .topbar-left .logo img{ position: relative; width: 100%; padding: 0 15px; }
.side-menu .waves-effect .waves-ripple{  color: #fff!important; }
.show-product-row-edited{ position: relative; margin-bottom: 25px; }
.show-product-row-edited .alert-danger{ padding-right: 150px; }
.show-product-row-edited .btn-default{ background: #FFFFFF; position: absolute; right: 10px; top: calc(50% - 16px);}
.show-product-row-edited .btn-default i{ margin-left: 5px; }
.home-table-report th{ min-width: 175px; }
.home-table-report td.td-red{ background: #fc5454; color:#fff; }
.home-table-report td.td-green{ background: #02c58d; color:#fff; }
.order-delivery-date-warning{}
.order-delivery-date-warning label{ color:#ff2525; }
.order-delivery-date-warning input.form-control{ border-color:#ff2525; }
.order-quality-row{ margin-top: 20px; border-radius: 4px; }
tr.tr-success{ background-color: #9cffe2; }
tr.tr-success:hover{ background-color: #78ffd8 !important; }
tr.tr-danger{ background-color: #ffafaf; }
tr.tr-danger:hover{ background-color: #ff9a9a !important; }
.room-container{  width: 100%; position: relative; display: block; padding: 15px; border-radius: 0 0 4px 4px; background: #f1f1f1; border: 2px solid #ddd; border-image: linear-gradient( to bottom, #f44336, rgba(0, 0, 0, 0)) 1 100%; }
.room-item + .room-item{ margin-top: 15px;}
.room-item .product-side .left-side{ display: none; }
.room-item .product-side .right-side,
.room-item .product-side .center-side{ width: 50%; }
.room-btns{ width: 100%; position: relative; display: flex; justify-content: space-between; background: #f44336; padding: 5px 15px; border-radius: 4px 4px 0 0; border: 2px solid #f44336; border-bottom: 0; }
.room-btns .form-group{ margin-bottom: 0;}
.room-btns .form-control{ height: 32px; min-height: 32px;}
.room-btns .room-name{ display: flex; justify-content: center; align-items: center; font-weight: 600; }
.room-btns .room-actions .btn-danger{ background: #cb0045; border-color: #cb0045 }


.table.no-bd thead th { border-top: 0; }
.dashboard-boxes .card-cont:nth-child(1) .mini-stat-icon i{ background: #FFC312!important;}
.dashboard-boxes .card-cont:nth-child(1) .progress-bar{ background: #FFC312!important;}
.dashboard-boxes .card-cont:nth-child(2) .mini-stat-icon i{ background: #0652DD!important;}
.dashboard-boxes .card-cont:nth-child(2) .progress-bar{ background: #0652DD!important;}
.dashboard-boxes .card-cont:nth-child(3) .mini-stat-icon i{ background: #12CBC4!important;}
.dashboard-boxes .card-cont:nth-child(3) .progress-bar{ background: #12CBC4!important;}
.dashboard-boxes .card-cont:nth-child(4) .mini-stat-icon i{ background: #ED4C67!important;}
.dashboard-boxes .card-cont:nth-child(4) .progress-bar{ background: #ED4C67!important;}
.dashboard-boxes .card-cont:nth-child(5) .mini-stat-icon i{ background: #F79F1F!important;}
.dashboard-boxes .card-cont:nth-child(5) .progress-bar{ background: #F79F1F!important;}
.dashboard-boxes .card-cont:nth-child(6) .mini-stat-icon i{ background: #1289A7!important;}
.dashboard-boxes .card-cont:nth-child(6) .progress-bar{ background: #1289A7!important;}
.dashboard-boxes .card-cont:nth-child(7) .mini-stat-icon i{ background: #009432!important;}
.dashboard-boxes .card-cont:nth-child(7) .progress-bar{ background: #009432!important;}
.dashboard-boxes .card-cont:nth-child(8) .mini-stat-icon i{ background: #006266!important;}
.dashboard-boxes .card-cont:nth-child(8) .progress-bar{ background: #006266!important;}
.dashboard-boxes .card-cont:nth-child(9) .mini-stat-icon i{ background: #FFC312 !important;}
.dashboard-boxes .card-cont:nth-child(9) .progress-bar{ background: #FFC312!important;}
.dashboard-boxes .card-cont:nth-child(10) .mini-stat-icon i{ background: #0652DD !important;}
.dashboard-boxes .card-cont:nth-child(10) .progress-bar{ background: #0652DD!important;}
.dashboard-boxes .card-cont:nth-child(11) .mini-stat-icon i{ background: #12CBC4 !important;}
.dashboard-boxes .card-cont:nth-child(11) .progress-bar{ background: #12CBC4!important;}
.dashboard-boxes .card-cont:nth-child(12) .mini-stat-icon i{ background: #A40266FF !important;}
.dashboard-boxes .card-cont:nth-child(12) .progress-bar{ background: #ED4C67!important;}
.dashboard-boxes .card-cont:nth-child(13) .mini-stat-icon i{ background: #F79F1F !important;}
.dashboard-boxes .card-cont:nth-child(13) .progress-bar{ background: #F79F1F!important;}
.dashboard-boxes .card-cont:nth-child(14) .mini-stat-icon i{ background: #1289A7 !important;}
.dashboard-boxes .card-cont:nth-child(14) .progress-bar{ background: #1289A7!important;}
.dashboard-boxes .card-cont:nth-child(15) .mini-stat-icon i{ background: #009432!important;}
.dashboard-boxes .card-cont:nth-child(15) .progress-bar{ background: #009432!important;}
.dashboard-boxes .card-cont:nth-child(16) .mini-stat-icon i{ background: #006266!important;}
.dashboard-boxes .card-cont:nth-child(16) .progress-bar{ background: #006266!important;}
.dashboard-boxes .card-cont:nth-child(17) .mini-stat-icon i{ background: #FFC312!important;}
.dashboard-boxes .card-cont:nth-child(17) .progress-bar{ background: #FFC312!important;}
.dashboard-boxes .card-cont:nth-child(18) .mini-stat-icon i{ background: #0652DD!important;}
.dashboard-boxes .card-cont:nth-child(18) .progress-bar{ background: #0652DD!important;}
.dashboard-boxes .card-cont:nth-child(19) .mini-stat-icon i{ background: #12CBC4!important;}
.dashboard-boxes .card-cont:nth-child(19) .progress-bar{ background: #12CBC4!important;}
.dashboard-boxes .card-cont:nth-child(20) .mini-stat-icon i{ background: #ED4C67!important;}
.dashboard-boxes .card-cont:nth-child(20) .progress-bar{ background: #ED4C67!important;}
.dashboard-boxes .card-cont:nth-child(21) .mini-stat-icon i{ background: #F79F1F!important;}
.dashboard-boxes .card-cont:nth-child(21) .progress-bar{ background: #F79F1F!important;}
.dashboard-boxes .card-cont:nth-child(22) .mini-stat-icon i{ background: #1289A7!important;}
.dashboard-boxes .card-cont:nth-child(22) .progress-bar{ background: #1289A7!important;}
.dashboard-boxes .card-cont:nth-child(23) .mini-stat-icon i{ background: #009432!important;}
.dashboard-boxes .card-cont:nth-child(23) .progress-bar{ background: #009432!important;}
.dashboard-boxes .card-cont:nth-child(24) .mini-stat-icon i{ background: #006266!important;}
.dashboard-boxes .card-cont:nth-child(24) .progress-bar{ background: #006266!important;}
.dashboard-boxes .card-cont:nth-child(25) .mini-stat-icon i{ background: #FFC312 !important;}
.dashboard-boxes .card-cont:nth-child(25) .progress-bar{ background: #FFC312!important;}
.dashboard-boxes .card-heading{ position: relative }
.dashboard-boxes .card-heading .full-anchor{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }
.dashboard-boxes .card-heading .full-anchor:hover{ background: rgba(0,0,0,0.12) }
.dashboard-boxes .card-heading .mt-4.small-text{ min-height: 33px; font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.options-check-row .custom-control{ padding-left: 0; background: #f1f1f1; border-radius: 4px; margin-bottom: 15px; }
.order-product-row:nth-child(2n+2) .options-check-row .custom-control{ background: #FFFFFF; }
.options-check-row .custom-control-label{ padding-left: 45px; height: 44px; width: 100%; display: inline-flex; align-items: center; }
.options-check-row .custom-control-label:before{ height: 25px; width: 25px; top: 9px; left: 10px; }
.options-check-row .custom-control-label:after{ height: 25px; width: 25px; top: 9px; left: 10px; }
.options-check-row .eb-form label{ width: 66px; }
.options-check-row .eb-form .form-control{ width: calc(50% - 33px); border-radius: 4px 0 0 4px; }
.options-check-row .eb-form.single-input .form-control{ width: calc(100% - 70px); border-radius: 4px; }
.options-check-row .eb-form .form-control+.form-control{ border-radius: 0 4px 4px 0; }
.options-check-row .row{ margin-left: -5px; margin-right: -5px;}
.options-check-row .row .form-cont{ padding-left: 5px; padding-right: 5px; }
.attr-checkbox .custom-control-label span{ margin-left:5px; }
.options-check-row .eb-form.w3-inps label{ width: 90px; }
.options-check-row .eb-form.w3-inps .form-control{ width: calc(33.3333% - 30px); border-radius: 4px 0 0 4px; padding: 0 5px }
.options-check-row .eb-form.w3-inps .form-control+.form-control{ border-radius: 0; }
.options-check-row .eb-form.w3-inps .form-control:last-child{ border-radius: 0 4px 4px 0; }

.material-image-wrapper{ padding-top: 15px; margin-left: -5px; margin-right: -5px; max-height: calc(100vh - 279px); overflow: auto; }
.material-image-wrapper .material-image-container{ transition: all .3s ease; opacity: .65; padding: 5px 5px 20% 5px; width: 20%; height: 0; display: block; float: left; position: relative; }
.material-image-wrapper .material-image-container.selected,
.material-image-wrapper .material-image-container:hover{ opacity: 1; }
.material-image-wrapper .material-image-container:after{ opacity: 0; transition: all .3s ease; position: absolute; top: 10px; right: 10px; width: 25px; height: 25px; border-radius: 50%; background: #28a745; content: "\f00c"; display: flex; color: #fff; font-family: FontAwesome; justify-content: center; align-items: center;  font-size: 16px; }
.material-image-wrapper .material-image-container.selected:after{ opacity: 1; }
.material-image-wrapper .material-image-container .check-wrap{ position: absolute; width: 1px; height: 1px; top:0; left: 0; opacity: 0; overflow: hidden;}
.material-image-wrapper .material-image-container .thumb-div{ border-radius: 5px; position: absolute; width: calc(100% - 10px); height: calc(100% - 40px); display: block; top: 5px; left: 5px; }
.material-image-wrapper .material-image-container .material-name{ text-align: center; position: absolute; bottom: 5px; left: 5px; width: calc(100% - 10px); height: 30px; overflow: hidden; display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical; justify-content: center; align-items: center; font-size: 12px; font-weight: 600; }
.material-image-wrapper .material-image-container a.full-anchor{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: block; }

.product-image-wrapper{ padding-top: 15px; margin-left: -5px; margin-right: -5px; max-height: calc(100vh - 280px); overflow: auto; }
.product-image-wrapper .product-image-container{ transition: all .3s ease; opacity: .65; padding: 5px 5px 20% 5px; width: 20%; height: 0; display: block; float: left; position: relative; }
.product-image-wrapper .product-image-container.selected,
.product-image-wrapper .product-image-container:hover{ opacity: 1; }
.product-image-wrapper .product-image-container:after{ opacity: 0; transition: all .3s ease; position: absolute; top: 10px; right: 10px; width: 25px; height: 25px; border-radius: 50%; background: #28a745; content: "\f00c"; display: flex; color: #fff; font-family: FontAwesome; justify-content: center; align-items: center;  font-size: 16px; }
.product-image-wrapper .product-image-container.selected:after{ opacity: 1; }
.product-image-wrapper .product-image-container .check-wrap{ position: absolute; width: 1px; height: 1px; top:0; left: 0; opacity: 0; overflow: hidden;}
.product-image-wrapper .product-image-container .thumb-div{ border-radius: 5px; position: absolute; width: calc(100% - 10px); height: calc(100% - 40px); display: block; top: 5px; left: 5px; }
.product-image-wrapper .product-image-container .product-name{ text-align: center; position: absolute; bottom: 5px; left: 5px; width: calc(100% - 10px); height: 30px; overflow: hidden; display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical; justify-content: center; align-items: center; font-size: 12px; font-weight: 600; }
.product-image-wrapper .product-image-container a.full-anchor{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: block; }

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:hover, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:active, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:focus, .enlarged #wrapper #sidebar-menu ul ul{ background: #151515;}
.home-table-report.table thead th{ min-width: 120px; width: auto; font-size: 12px; font-weight: 600; padding: 5px; /*vertical-align: top; transform: rotate(-90deg)*/}

.selected-material-images{ margin-left: -5px; margin-right: -5px; }
.selected-material-images .selected-material-item{ padding: 5px 5px 50% 5px; width: 50%; height: 0; display: block; float: left; position: relative; }
.selected-material-images .selected-material-item .selected-material-thumb{ position: absolute; display: block; top: 5px; left: 5px; border-radius: 4px; width: calc(100% - 10px); height: calc(100% - 45px); }
.selected-material-images .selected-material-item .selected-material-name{ text-align: center; position: absolute; bottom: 5px; left: 5px; width: calc(100% - 10px); height: 30px; overflow: hidden; display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical; justify-content: center; align-items: center; font-size: 12px; font-weight: 600; }
.selected-material-images .selected-material-item a.full-anchor{ border-radius: 50%; background: #dc3545; color: #FFFFFF; position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; z-index: 2;}

.selected-product-images{ margin-left: -5px; margin-right: -5px; }
.selected-product-images .selected-product-item{ padding: 5px 5px 50% 5px; width: 50%; height: 0; display: block; float: left; position: relative; }
.selected-product-images .selected-product-item .selected-product-thumb{ position: absolute; display: block; top: 5px; left: 5px; border-radius: 4px; width: calc(100% - 10px); height: calc(100% - 45px); }
.selected-product-images .selected-product-item .selected-product-name{ text-align: center; position: absolute; bottom: 5px; left: 5px; width: calc(100% - 10px); height: 30px; overflow: hidden; display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical; justify-content: center; align-items: center; font-size: 12px; font-weight: 600; }
.selected-product-images .selected-product-item a.full-anchor{ border-radius: 50%; background: #dc3545; color: #FFFFFF; position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; z-index: 2;}
.set-p-5{ padding-right: 5px; padding-left: 5px; }

.mobile-back-btn{ color: #bfa181; width: 30px; height: 30px; position: absolute; top: 90px; left: 15px; display: none; justify-content: center; align-items: center; font-size: 26px; }

.table.planning-table > tbody > tr > td, .table.planning-table > tfoot > tr > td, .table.planning-table > thead > tr > td,
.table.planning-table > tbody > tr > th, .table.planning-table > tfoot > tr > th, .table.planning-table > thead > tr > th{ font-size: 12px; padding: 5px;}
.table.planning-table .form-control{ padding: 0 0 0 5px; font-size: 12px; height: 24px; min-height: 24px; }
.table.planning-table select.form-control{ max-width: 90px; }
.table.planning-table select.plan-percentage{ text-align: center; font-family: 'FontAwesome', 'Second Font name'; max-width: 44px; }
.table.planning-table > tbody > tr{ height: 100px; }
.table.planning-table > thead > tr > th.desc-col{ min-width:200px !important; width: 200px !important; }
.table.planning-table > tbody > tr > td > textarea{ width: 100%; height:75px !important; }
.table.planning-table > tbody > tr > td.td-item-0, .plan-workshop-table > tbody > tr > td.td-item-0{ text-align: center; background: #dddddd }
.table.planning-table > tbody > tr > td.td-item-1, .plan-workshop-table > tbody > tr > td.td-item-1{ text-align: center; background: #36d059 }
.table.planning-table > tbody > tr > td.td-item-1-yellow{ text-align: center; background: #fcbe2d }
.table.planning-table > tbody > tr > td.td-item-2, .plan-workshop-table > tbody > tr > td.td-item-2{ text-align: center; background: #fc5454; /* color: #fff; */ }
.table.planning-table > tbody > tr > td.td-item-3, .plan-workshop-table > tbody > tr > td.td-item-3{ text-align: center; background: #fcbe2d }
.table.planning-table > tbody > tr > td .sum-total{ font-weight: bold; color: #ff3300 }
.table.planning-table > tbody > tr > td.no-space-class{ padding: 0!important;}
.table.planning-table > tbody > tr > td.no-space-class > div:not(.editable-item),
.table.planning-table > tbody > tr > td.no-space-class > div.editable-item > div{ padding: 5px }
.table.planning-table > tbody > tr > td.no-space-class > div.editable-item .date-div{ background: #e3544e; font-weight: 600; /*animation: planningBlink 2s infinite;*/}
.table.planning-table .file-upload-group{ min-width: 100px; }
.table.planning-table .file-upload-group .file-upload-div{ overflow: visible; height: 25px; width: 25px; background: #44b773; border: 0; margin-top:10px; }
.table.planning-table .file-upload-group .file-upload-div .file-upload-text{ padding: 0; }
.table.planning-table .file-upload-group .file-upload-div .file-upload-text i{ color: #FFFFFF; }
.table.planning-table .file-upload-group .file-upload-div .file-upload-text .inner-file-uploaded{ position: absolute; top: 0; left: calc(100% + 5px); width: 24px; height: 24px; }
.table.planning-table .file-upload-group .file-upload-div .file-upload-text .uploaded-thumb{ height: 100%; background: #1c94c4!important; }
.table.planning-table .file-upload-group .file-upload-div .file-upload-text .uploaded-thumb a.remove-thumb{ top: 0; left: calc(100% + 5px); width: 24px; height: 24px; border-radius: 4px;}
.table.planning-table td .desc-td{ white-space: normal; height: 100px; overflow: auto; width: 200px; }
.table.planning-table td .btn-group .btn{ border:1px solid #000; }
.table.planning-table td img{ max-width: 150px !important; height: auto; }
.planning-table-img{ max-width: 150px !important; height: auto; }
.preview-modal .thumb-div{ width: 100%; height: 65vh; display: block; position: relative; }

.image-slct-col.col-md-3{ -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20% }
.image-slct-col.col-md-3 label{ margin-bottom: 0; }
.price-show-div{ font-size: 14px; background: #007bff; color: #ffffff; border-radius: 5px; padding: 4px 7px; display: inline-block; margin-left: 7px;}
.curtain-dims-show-div{ font-size: 14px; background: #007bff; color: #ffffff; border-radius: 5px; padding: 4px 7px; display: inline-block; margin-left: 7px;}
.order-show-page .table img{ max-width: 120px; max-height: 120px; margin-bottom:10px; }
.get-order-input-group .select2-container{ width: calc(100% - 150px)!important;}
.get-order-input-group .input-group-append .btn{ width: 150px; height: 44px; }
.card.m-b-10{ margin-bottom: 10px; }
.page-title-box .btn{ margin-bottom: 5px;}
.sticker-table{ border: 3px solid #0b0b0b; position: relative; }
.sticker-table.table td, .sticker-table.table th{ border: 0; }
.sticker-table.table td .stamp{ width: 120px; height: 120px; display: inline-block; position: relative; }
.sticker-table.table td #product_qrcode{ width: 180px; height: 180px; display: inline-block; position: relative; }
.product_edit_page #product_qrcode{ width: 130px; height: 130px; display: inline-block; position: relative; }
.product_edit_page #section-to-print + .btn-success{ max-width: 130px; background: #02c58d; width: calc(100% - 140px); padding: 10px 15px; border-radius: 4px; color: #fff; display: inline-block; height: 40px; font-weight: 600; text-align: center; top: 15px; position: relative; }
.sticker-table.table td #barcode_div{ width: 200px; top:3px; display: inline-block; position: relative; }
.sticker-table.table td .stamp img{ position: relative; width: 100%;}
.sticker-table.table td.logo-side img{ position: relative; max-width: 400px;}
.sticker-table.table th{ font-size: 18px; width: 215px!important;}
.sticker-table.table td.with-dotted{ font-size: 20px; padding-right: 30px; }
.sticker-table.table td.with-dotted span{ display: inline-block; min-width: 100%; border-bottom: 1px dotted #0b0b0b;  }
.sticker-table.table td.with-dotted span .mr-50{ margin-right: 40%; display: inline-block; }
.sticker-table.table td.with-dotted span .mr-20{ margin-right: 10%; display: inline-block; }
.sticker-table.table td.with-dotted span b{ font-size: 18px; font-weight: bold; margin-right: 10px;  }
.sticker-table.table td.qr-td{ width: 220px; text-align: center; }
.sticker-table.table td.qr-td label{ width: 100%; margin-bottom: -5px; font-size: 20px; }
.mdt-text{ font-size: 44px; color: #0b0b0b; font-weight: 600}
p.web-text{ font-size: 20px; color: #0b0b0b; font-weight: 600}

.qr-view-page .description-text{ padding: 15px; background: #d5f3ff; border-radius: 10px; margin: 35px 0 15px; }
.qr-view-page .description-text p{ margin: 0; }
.qr-view-page img{ border-radius: 10px; margin-bottom: 10px; }
.qr-view-page .product-info{ font-weight: 600; font-size: 20px; margin-bottom: 15px;  }
.qr-view-page .product-info span{ color: #f30; margin-right: 5px; }
.qr-view-page .product-info,
.qr-view-page .preview-inner{ border-radius: 10px; padding: 15px; background: #f1f1f1; }

.keyboard-container{ z-index: 99999; padding: 7px 7px; border-radius: 10px 10px 0 0; background: #0c5460; width: 100%; max-width: 660px; position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); }
.keyboard-container a{ font-size: 20px; color: #333333; font-weight: 600; border-radius: 10px; display: flex; float: left; width: calc(7.5% - 6px); margin: 3px; height: 50px; background: #f1f1f1; justify-content: center; align-items: center; }
.keyboard-container a:last-child{ width: calc(10% - 6px); background: #da4453; color: #fff; }

.packaging-items-wrapper .input-group .form-control{ border-radius: .25rem 0 0 .25rem}
.packaging-items-wrapper .input-group .btn-danger{ border-radius: 0}
.packaging-items-wrapper .input-group .btn-primary{ border-radius: 0 .25rem .25rem 0}
.sweet-alert button.cancel{ background-color:#fc5454 !important; }
.sweet-alert button.confirm{ background-color:#02c58d !important; }
.file-upload-group.material-img .file-upload-div .uploaded-thumb,
.file-upload-group.material-img .file-upload-div .thumb-wrapper{  width: 180px; height: 180px; margin: 0 auto;}

.content-page.no-margin{ margin: 0; }
#section-to-print + .footer{ left: 0; }

#material_images_modal .select2-container{ position: relative; -ms-flex: 1 1 0%; flex: 1 1 0%; min-width: 0; margin-bottom: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; }

.new-db-page .dashboard-boxes .card-cont{ -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
.new-db-page .mini-stat-icon i{ width: 30px; height: 30px; font-size: 18px; line-height: 30px;  }
.new-db-page .card-heading{ min-height: 185px; padding: 15px!important; }
.new-db-page .card-heading .font-16{ font-size: 14px; margin-top: 0; margin-bottom: 0; min-height: 48px; }
.new-db-page .card-heading .mt-4:not(.progress){ font-size: 20px; margin-top: 10px!important; margin-bottom: 0; min-height: 30px}
.new-db-page .card-heading .mt-4.small-text{ font-size: 12px}
.new-db-page .card-heading .mt-4.progress{ margin-top: 10px!important; margin-bottom: 0;}

.product-list-img{ width:100%; height:100%; max-width:100px; max-height:100px; }
div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,div.dataTables_wrapper .dataTables_paginate .paginate_button{ padding: 0!important; border: 0!important; background: none!important;}
table.table-bordered.dataTable{ border-bottom: 1px solid #dee2e6!important; border-top: 0!important;}
table.dataTable thead th, table.dataTable thead td{ border-bottom: 1px solid #dee2e6;}
div.dataTables_wrapper div.dataTables_length select{ width: 50px; display: inline-block; padding: 0 7px; height: 30px; min-height: 20px; }
.table.sm-table > tbody > tr > td, .table.sm-table > tfoot > tr > td, .table.sm-table > thead > tr > td,.table.sm-table > thead > tr > th{ font-size: 14px; padding: 5px;}
table.dataTable.sm-table>thead .sorting:before, table.dataTable.sm-table>thead .sorting:after, table.dataTable.sm-table>thead .sorting_asc:before, table.dataTable.sm-table>thead .sorting_asc:after, table.dataTable.sm-table>thead .sorting_desc:before, table.dataTable.sm-table>thead .sorting_desc:after, table.dataTable.sm-table>thead .sorting_asc_disabled:before, table.dataTable.sm-table>thead .sorting_asc_disabled:after, table.dataTable.sm-table>thead .sorting_desc_disabled:before, table.dataTable.sm-table>thead .sorting_desc_disabled:after{ bottom: .5em }
div.dataTables_wrapper div.dataTables_length select{ min-height: 30px; font-size: 14px; border-color: #dee2e6 }
div.dataTables_wrapper div.dataTables_filter input{ min-height: 30px; height: 30px; border-color: #dee2e6 }
.table.make-datatable-planning > tbody > tr > td, .table.make-datatable-planning > tfoot > tr > td, .table.make-datatable-planning > thead > tr > td,.table.make-datatable-planning > thead > tr > th{ font-size: 12px; padding: 3px;}
.table.planning-table.make-datatable-planning td .desc-td{ height: auto; width: 140px;}
div.dataTables_wrapper.no-footer .dataTables_scrollBody{ border-bottom: 1px solid #dee2e6!important;)}
.table.planning-table.make-datatable-planning .file-upload-group{ min-width: 84px;}
/*.table.planning-table.make-datatable-planning th span{ -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; transform: rotate(180deg);}*/
.table.planning-table.make-datatable-planning td.no-padding-text{ min-width: 72px; padding: 0; position: relative; vertical-align: middle; text-align: center; }
.table.planning-table.make-datatable-planning td.no-padding-text textarea{ display: none!important; min-width: 72px; padding: 5px!important; height: 100%!important; resize: none; overflow: auto; position: absolute; top: 0; left: 0; border: 0; border-radius: 0; background: none; box-shadow:  none; }
.table.planning-table.make-datatable-planning td.no-padding-text div[contenteditable="true"]{ text-align: center; display: flex; justify-content: center; align-items: center; min-width: 72px; width: 100%; padding: 5px!important; height: 100%!important; overflow: auto; position: absolute; top: 0; left: 0;  }

.order-beds-radio-wrapper .d-flex-item{ display: flex; align-items: center; justify-content: flex-start; padding-top: 17px; }
.order-beds-radio-wrapper .d-flex-item .form-check{ margin-bottom: 7px; margin-right: 10px; background: #e1e1e1; padding: 13px 15px 7px 30px; border-radius: 5px; height: 44px; }
.order-beds-radio-wrapper .d-flex-item .form-check-input{ margin-top: 3px; }
.mw-140{ min-width: 140px!important;}

.image-slct-col .form-group>label{ width: 100%; display: block; text-align: center; padding: 3px; }
.image-slct-col .form-group input{ margin-bottom: 5px; display: inline-block; width: 50%; border-radius: 4px 0 0 4px; }
.image-slct-col .form-group input+input{ margin-left: -4px; border-radius: 0 4px 4px 0;}
.image-slct-col .form-group .price-show-div{}
.image-slct-col .form-group input.form-control::placeholder{ font-size: 10px!important; }
.image-slct-col .form-group input.form-control:-ms-input-placeholder{ font-size: 10px!important; }
.image-slct-col .form-group input.form-control::-ms-input-placeholder{ font-size: 10px!important; }
.image-slct-col .form-group input.form-control::-webkit-input-placeholder{ font-size: 10px!important; }
.image-slct-col .form-group input.form-control:-moz-placeholder{ font-size: 10px!important; }
.image-slct-col .form-group input.form-control::-moz-placeholder{ font-size: 10px!important; }

.material-side-curtains .image-slct-col .form-group .price-show-div{ margin-left: 0; display: block; width: 100%;  }
.material-side-curtains .image-slct-col .form-group .curtain-dims-show-div{ margin-left: 0; display: block; width: 100%; margin-top:5px; }

.signature-row{}
.signature-row .rating-label{ cursor: pointer; color: #fff; width: 100%; display: block; margin-bottom: 5px; border-radius: 4px; background: #02c58d; padding: 10px; }
.signature-row .rating-label input{ top:2px; margin-right: 7px; position: relative;}
/*.signature-row .sigWrapper{ width: 100%; max-width: 380px; }*/
.signature-row .signatureClear{ border-radius: 0 0 4px 4px; }

.floorRoomInputs input{ width: 50%; float: left;}
.floorRoomInputs input.form-control:nth-child(1){ border-radius: 4px 0 0 4px; }
.floorRoomInputs input.form-control:nth-child(2){ border-radius: 0 4px 4px 0; }

.product-price-page .product-img{ width: 100%; height: auto; max-width: 300px; }
.product-set-dims-wrapper .flex-wrapper{ display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 15px; }
.product-set-dims-wrapper>.row{ margin-right: -5px; margin-left: -5px; }
.product-set-dims-wrapper .flex-wrapper .product-set-dims-item{ flex: 1 0 0%; padding: 0 5px; }
.product-set-dims-wrapper .flex-wrapper .product-set-dims-item .input-group-text{ justify-content: center; width: 39px; font-weight: 600; }
.product-set-dims-wrapper .flex-wrapper .product-set-dims-item .input-group+.input-group{ margin-top: -1px; }
.product-set-dims-wrapper .flex-wrapper .product-set-dims-item .input-group .form-control{ border-bottom-right-radius: 0; }
.product-set-dims-wrapper .flex-wrapper .product-set-dims-item .input-group .input-group-text{ border-bottom-left-radius: 0; }
.product-set-dims-wrapper .flex-wrapper .product-set-dims-item .input-group+.input-group .form-control,
.product-set-dims-wrapper .flex-wrapper .product-set-dims-item .input-group+.input-group .input-group-text{ border-radius: 0; }
.product-set-dims-wrapper .flex-wrapper .product-set-dims-item .input-group+.price-show-div{ width: 100%; margin-left: 0; border-radius: 0 0 4px 4px; text-align: center; background: #01c58d; font-weight: 600 }

.dataTables_processing{ background:#eee !important; padding: 10px 0 !important; }
.plan-workshop-table th{ min-width: 75px; }

.stripe-container{ width: 100%; display: block; position: relative; padding: 15px; border: 1px solid #ddd; border-bottom: 0; }
.stripe-container:nth-child(2n+2){ background: #f7f7f7 }
.stripe-container:last-child{ margin-bottom: 15px; border-bottom: 1px solid #ddd; }
.notes-container{ position: relative;}
.notes-container .notes-title{ width: 200px; display: block; padding: 10px 15px; border: 1px solid #007bff; border-bottom: none; border-radius: 4px 4px 0 0; font-weight: 600; background: #007bff; color: #fff; }

.planning-prd-report-total-tr{ background-color:#02c58d !important; font-weight:bold; color:#fff; }


.planning-bonus-settings .order-product-row { border-radius: 0 4px 4px; }
.planning-bonus-settings .order-product-row .product-title .product-head{ border-radius: 4px 0 0 0; }
.planning-bonus-settings .order-product-row .product-title .add-new-btn{ border-radius: 0 4px 0 0}
.modal-body .planning-bonus-settings .order-product-row .product-title .product-head{ border-radius: 4px 4px 0 0}
.planning-bonus-settings .order-product-row .input-group-append .btn-danger{ border-color: #fc5454}
.planning-bonus-settings .order-product-row .input-group-append .btn-danger:hover{ border-color: #e54444; background: #e54444}
.table.va-top td{ vertical-align: top; }

.product-query-btn-div{ width: 100%; display: block; text-align: center;}
.product-query-btn-div .btn-success{ border: 0!important; padding: 10px 15px; border-radius: 0 0 5px 5px;  }
.check-serial-page-edit{}
.check-serial-page-edit .result-container{ display: none; }
.check-serial-page-edit .select2-container{ width: 33% !important; }
.check-serial-page-edit .select2-container--default .select2-selection--single{border-radius: 0; }

.warehouse-dashboard-page{}
.warehouse-dashboard-page .duty-item{ padding-left: 60px; position: relative; overflow: hidden; }
.warehouse-dashboard-page .duty-item .alert-div{ position: absolute; display: flex; top: 0; justify-content: center; align-items: center; left: 0; width: 60px; height: 100%; background: #dfdfdf; color: #747474; }
.warehouse-dashboard-page .duty-item.item-no-vue .alert-div{ background: #e54444; color: #fff;  }
.warehouse-dashboard-page .duty-item.item .alert-div .fa-bell,
.warehouse-dashboard-page .duty-item.item-no-vue .alert-div .fa-check{ display: none; }
.warehouse-dashboard-page .duty-item.item-no-vue .alert-div .fa-bell,
.warehouse-dashboard-page .duty-item .alert-div .fa-check{ display: flex; }
.warehouse-dashboard-page .duty-item a.full-anchor{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3;}
.warehouse-dashboard-page thead{ background: #f1f1f1;}
.warehouse-dashboard-page tr.item-no-vue{ animation: mymove 2s infinite;}
.warehouse-dashboard-page tr .btn{ width: 34px; padding: 5px 0; }
.warehouse-dashboard-page .warehouse-item{ margin-bottom: 15px; }
.warehouse-dashboard-page .warehouse-item .item-inner-wrapper{ border-radius: 10px; background: #f1f1f1; display: flex; align-items: stretch; height: 100%; width: 100%;}
.warehouse-dashboard-page .warehouse-item.item-no-vue .item-inner-wrapper{ animation: mymove 2s infinite; }
.warehouse-dashboard-page .warehouse-item .item-inner-wrapper .img-side{ padding: 20px; flex-basis: 35%; }
.warehouse-dashboard-page .warehouse-item .item-inner-wrapper .img-side .pr-image{ border-radius: 10px; width: 100%; height: 100%; justify-content: center; align-items: center; display: flex;}
.warehouse-dashboard-page .warehouse-item .item-inner-wrapper .img-side .pr-image img{ position: relative; width: 100%; border-radius: 10px; }
.warehouse-dashboard-page .warehouse-item .item-inner-wrapper .text-side{ flex: 1 1 auto; padding: 20px 20px 20px 0; }
.warehouse-dashboard-page .warehouse-item .item-inner-wrapper .text-side .card-header{ margin: 0; font-size: 16px; }
.warehouse-dashboard-page .warehouse-item .item-inner-wrapper .text-side .card{ margin: 0; height: 100% }
.warehouse-dashboard-page .warehouse-item .item-inner-wrapper .text-side .card-body{ padding: 0;}
.warehouse-dashboard-page .warehouse-item .item-inner-wrapper .text-side .card-text{ height: 100%; padding: 0; display: flex; align-content: stretch; align-items: stretch; flex-wrap: wrap;}
.warehouse-dashboard-page .warehouse-item .item-inner-wrapper .text-side .card-text div{ font-size: 16px; align-items: center; display: flex; padding: 20px; flex-basis: 0; flex-grow: 1; }
.warehouse-dashboard-page .warehouse-item .item-inner-wrapper .text-side .card-text div b{margin-right: 5px; font-weight: 600; }

.order-status-wrapper{ display: inline-flex; width: auto; position: relative; margin-top: 0; top: -2px; }
.order-status-wrapper .form-control{ min-height: 34px; margin-top: 0; }
.order-status-wrapper label{ background: #7c7c7c; color: #ffffff; font-weight: 600; border-color: #7c7c7c}

.planningFilterPercent .select2-container .select2-selection--single, .planningFilterPercent .select2-container .select2-selection--multiple{ min-height: 44px; height: auto; }
.planningFilterPercent .select2-container--default .select2-selection--single .select2-selection__rendered,
.planningFilterPercent .select2-container--default .select2-selection--multiple .select2-selection__rendered{ line-height: 32px; }
.planningFilterPercent .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{ line-height: 26px }
.planningFilterPercent .select2-container--default .select2-selection--multiple .select2-selection__choice{ margin-top: 9px; }

table.work-order-list td.td-item-0{ text-align: center; background: #dddddd }
table.work-order-list td.td-item-1{ text-align: center; background: #36d059 }
table.work-order-list td.td-item-2{ text-align: center; background: #fc5454; /* color: #fff; */ }
table.work-order-list td.td-item-3{ text-align: center; background: #fcbe2d }

table.home-table-report td.td-item-0{ text-align: center; background: #dddddd }
table.home-table-report td.td-item-1{ text-align: center; background: #36d059 }
table.home-table-report td.td-item-2{ text-align: center; background: #fc5454; /* color: #fff; */ }
table.home-table-report td.td-item-3{ text-align: center; background: #fcbe2d }

.whitecollar-bonus-page .order-product-row .product-title .product-head{ border-top-right-radius: 0; border-bottom-right-radius: 0; }
.whitecollar-bonus-page .order-product-row .product-title a.btn-success{ border-top-right-radius: 5px;}

.table-delayed-products img.img-fluid{ max-width:170px !important; }


@keyframes mymove {
  0% {background-color: #ffadad;}
  50% {background-color: #f1f1f1;}
  100% {background-color: #ffadad;}
}
@keyframes planningBlink {
  0% {background-color: #e3544e;}
  50% {background-color: #7c7c7c;}
  100% {background-color: #e3544e;}
}

.dt-svside a.btn { margin-right:5px; }
body.h-modal{ height: 100vh; }
.full-footer .footer{ left: 0; }

.planning-workshop-edit-orders .input-group-text{ min-width: 130px; font-weight: 600;}
@media only screen and (min-width: 480px) {
  .input-group.white-collar-bonus-ig .select2-container{ width: calc(33.333333% - 83px)!important; }
  .input-group.white-collar-bonus-ig>.select2-container .select2-selection--single{ border-bottom-right-radius: 0!important; border-top-right-radius: 0!important;}
  .input-group.white-collar-bonus-ig .no-l-r + .select2-container .select2-selection--single{ border-top-left-radius: 0!important; border-bottom-left-radius: 0!important;}
}
@media only screen and (max-width: 1400px) {
  .warehouse-dashboard-page .warehouse-item .item-inner-wrapper .img-side{ flex-basis: 45%;}
}
@media only screen and (max-width: 1200px) {

  .new-db-page .dashboard-boxes .card-cont{ -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .main-timeline .year {
    right: 30%;
  }
  .main-timeline .timeline:nth-child(2n) .year {
    left: 30%;
  }
  .center-side .full-x,
  .left-side .left-img-cont{ width: 100%!important; flex: 0 0 100%; max-width: 100%; }
  .left-img-cont .file-upload-group .file-upload-div{ height: 130px; }
  .product-side textarea.form-control{ min-height: 50px;}
  .left-side label, .center-side label, .right-side label{ font-size: 10px; }
  .options-check-row .row .form-cont{ flex: 0 0 33.33333%; max-width: 33.333333%}
  .material-side .row{ margin-left: -5px; margin-right: -5px }
  .material-side .col, .material-side .col-1, .material-side .col-10, .material-side .col-11, .material-side .col-12, .material-side .col-2, .material-side .col-3, .material-side .col-4, .material-side .col-5, .material-side .col-6, .material-side .col-7, .material-side .col-8, .material-side .col-9, .material-side .col-auto, .material-side .col-lg, .material-side .col-lg-1, .material-side .col-lg-10, .material-side .col-lg-11, .material-side .col-lg-12, .material-side .col-lg-2, .material-side .col-lg-3, .material-side .col-lg-4, .material-side .col-lg-5, .material-side .col-lg-6, .material-side .col-lg-7, .material-side .col-lg-8, .material-side .col-lg-9, .material-side .col-lg-auto, .material-side .col-md, .material-side .col-md-1, .material-side .col-md-10, .material-side .col-md-11, .material-side .col-md-12, .material-side .col-md-2, .material-side .col-md-3, .material-side .col-md-4, .material-side .col-md-5, .material-side .col-md-6, .material-side .col-md-7, .material-side .col-md-8, .material-side .col-md-9, .material-side .col-md-auto, .material-side .col-sm, .material-side .col-sm-1, .material-side .col-sm-10, .material-side .col-sm-11, .material-side .col-sm-12, .material-side .col-sm-2, .material-side .col-sm-3, .material-side .col-sm-4, .material-side .col-sm-5, .material-side .col-sm-6, .material-side .col-sm-7, .material-side .col-sm-8, .material-side .col-sm-9, .material-side .col-sm-auto, .material-side .col-xl, .material-side .col-xl-1, .material-side .col-xl-10, .material-side .col-xl-11, .material-side .col-xl-12, .material-side .col-xl-2, .material-side .col-xl-3, .material-side .col-xl-4, .material-side .col-xl-5, .material-side .col-xl-6, .material-side .col-xl-7, .material-side .col-xl-8, .material-side .col-xl-9, .material-side .col-xl-auto{padding-left: 5px; padding-right: 5px;}
  .product-side .left-side{ width: calc(32% - 75px)}
  .product-side .center-side{ width: calc(39% + 140px) }
  .product-side .right-side{ width: calc(30% - 75px) }
  .options-check-row .row .form-cont.order-beds-radio-wrapper{ }
  .order-beds-radio-wrapper .d-flex-item{ display: block; }
  .order-beds-radio-wrapper .d-flex-item .form-check{ width: auto; display: inline-block; }
  .product-set-dims-wrapper .flex-wrapper .product-set-dims-item{ flex: 0 0 auto; width: 33.3333334%; }
}

@media only screen and (max-width: 990px) {
  .main-timeline .year {
    right: 25%;
  }
  .main-timeline .timeline:nth-child(2n) .year {
    left: 25%;
  }
  .view-img{ display: block; margin-left: 0; margin-top: 0;}
  .file-upload-group .file-upload-div{ height: 191px}
  .materials-images-row.edit-page .img-cont .file-upload-group .file-upload-div{ height: 160px;}
  .left-side label, .center-side label, .right-side label{ font-size: 10px; }
  .left-img-cont .view-img{ display: inline-block; margin-left: 5px; margin-bottom: -3px }
  .order-page-col{ flex: 0 0 50%; max-width: 50%; }
  .order-page-col.full-w{ flex: 0 0 100%; max-width: 100%; }
  .product-side .left-side{ width: 30% }
  .product-side .left-side,
  .product-side .center-side{ display: block; float: left;  }
  .product-side .center-side{ width: 70%;   }
  .product-side .right-side{ width: 100%; padding-left: 0; }
  .selected-material-images .selected-material-item{ padding: 5px 5px 100% 5px; width: 100%;}
  .product-image-wrapper .product-image-container,
  .material-image-wrapper .material-image-container{ padding: 5px 5px 25% 5px; width: 25%;}
  .image-slct-col.col-md-3 label,
  .image-slct-col.col-md-3 .btn-block i{ font-size: 12px }
  .new-db-page .dashboard-boxes .card-cont{ -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .options-check-row .row .form-cont.order-beds-radio-wrapper{  }
  .order-beds-radio-wrapper .d-flex-item{ display: block; }
  .order-beds-radio-wrapper .d-flex-item .form-check{ width: auto; display: inline-block; }
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    left: 10px;
  }
  .main-timeline .timeline {
    padding: 0 0 0 30px;
    margin-bottom: 20px;
  }
  .main-timeline .timeline:last-child {
    margin-bottom: 0;
  }
  .main-timeline .timeline:first-child:before,
  .main-timeline .timeline:last-child:before {
    display: none;
  }
  .main-timeline .timeline-icon {
    margin: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }
  .main-timeline .year,
  .main-timeline .timeline:nth-child(2n) .year {
    display: block;
    font-weight: bold;
    margin: 0 0 32px 30px;
    z-index: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
  .main-timeline .timeline:nth-child(2n) .year:before {
    border-left: none;
    border-right: 18px solid #30419b;
    right: auto;
    left: -18px;
  }
  .main-timeline .timeline-content {
    padding: 20px;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: auto;
    float: none;
    margin: 0 0 0 30px;
  }
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    border: none;
    border-bottom: 20px solid #f0f4f7;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -20px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .left-side label, .center-side label, .right-side label{ font-size: 14px; }
  .center-side .full-x,
  .left-side .left-img-cont{ width: 50%!important; flex: 0 0 50%; max-width: 50%; }
  .product-side .left-side .row .left-img-cont:nth-child(2){ padding-right: 0 }
  .options-check-row .row .form-cont{ flex: 0 0 50%; max-width: 50%; }
  .product-side .left-side .row .col-md-12{ padding-right: 0; }
  .product-side .center-side, .product-side .left-side, .product-side .right-side{ width: 100%; padding: 0; }
  .btn-sb-form{ width: 100%; }
  .materials-images-row .img-cont{  flex-grow: 1; min-width: 100%; max-width: 100%; padding: 5px; }
  .product-side .center-side .pro-img-select{ position: relative; width: 160px; height: 160px; right: 0; top: 0; }
  .product-set-dims-wrapper .flex-wrapper .product-set-dims-item{ flex: 0 0 auto; width: 50%; }

}

@media only screen and (max-width: 480px) {
  .new-db-page .dashboard-boxes .card-cont{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .main-timeline .title {
    float: none;
  }
  .main-timeline .year,
  .main-timeline .timeline:nth-child(2n) .year {
    margin-left: 20px;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    margin-left: 10px;
  }
  .content-page .content{ padding: 0; }
  .options-check-row .row .form-cont{ flex: 0 0 100%; max-width: 100%; }
  .order-page-col.full-w-s{ flex: 0 0 100%; max-width: 100%; }
  .form-group label, .order-product-wrapper label{ font-size: 12px;}
  .product-image-wrapper .product-image-container,
  .material-image-wrapper .material-image-container{ padding: 5px 5px 33.333333% 5px; width: 33.333333%;}
  .mobile-back-btn{ display: flex;}
  .page-title-box{ padding-left: 35px; }
  .table.planning-table select.plan-percentage{ max-width: 55px; }
  .image-slct-col.col-md-3{ -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
  .floorRoomInputs input{ width: 100%; float: none; }
  .floorRoomInputs input.form-control:nth-child(1),
  .floorRoomInputs input.form-control:nth-child(2){ border-radius: 4px; }
  .floorRoomInputs input.form-control:nth-child(2){ margin-top: 10px; }
  .product-set-dims-wrapper .flex-wrapper .product-set-dims-item{ flex: 0 0 auto; width: 100%; }
  .room-btns{ display: block; }
  .room-btns .form-group{ width: 100%; margin-bottom: 10px }
  .room-btns .form-control{ width: 50%; max-width: 50%; float: left; margin: 0!important; }
  .room-btns .room-name,
  .room-btns .room-actions{ min-width: 100% }
}

@media print {
  body,html{ width: 100%!important; height: 100%!important; overflow: hidden!important; margin: 0!important;}
  #wrapper,.content-page, .content-page .content{ top: 0!important; padding: 0!important; margin: 0!important; width: 100%!important; height: 100%!important; overflow: visible!important; }
  .page-title-box{ padding: 0!important; margin: 0!important; display: none; }
  body * { visibility: hidden; }
  #section-to-print, #section-to-print * { visibility: visible; font-size: 12px; }
  #section-to-print { margin-top: 20px!important; position: absolute; border: 0; top: 0; left:16px!important; width: 838px!important; height: auto; display: block!important; }
  #section-to-print.sec2print{ left: 10px!important;}
  .sticker-table.table th{ font-size: 16px!important; width: 160px!important;}
  .sticker-table.table th, .sticker-table.table td{ padding: 3px 5px!important;}
  .sticker-table.table td.with-dotted{ font-size: 16px!important; padding-right: 30px; }
  .sticker-table.table td.with-dotted span{ font-size: 18px!important; }
  .mdt-text{ font-size: 44px!important; color: #0b0b0b; font-weight: 600}
  .web-text{ font-size: 18px!important; color: #0b0b0b; font-weight: 600}
  .sticker-table.table td.with-dotted span{ font-size: 16px!important; display: inline-block; min-width: 100%; border-bottom: 1px dotted #0b0b0b;  }
  .sticker-table.table td.with-dotted span.nodot{ font-size: 16px!important; display: inline-block; min-width: 100%; border-bottom: 0;  }
  .sticker-table.table td.with-dotted span .mr-50{ margin-right: 10%; display: inline-block; font-size: 16px!important;  }
  .sticker-table.table td.with-dotted span .mr-20{ margin-right: 0; display: block; font-size: 16px!important;  }
  .sticker-table.table td.with-dotted span .mr-51{ margin-right: 10%; display: inline-block; font-size: 16px!important;  }
  .sticker-table.table td.with-dotted span b{ font-size: 16px!important; font-weight: bold; margin-right: 10px;  }
  .sticker-table.table td.qr-td{ width: 220px; text-align: center; }
  .sticker-table.table td.qr-td label{ width: 100%; margin-bottom: -5px; font-size: 20px!important; }
  .ruler{ width: 100% !important; height: auto; position: relative; }
  .sticker-table.table td.logo-side img{ max-width: 260px!important;}
  .ruler div{ width: 100px; display: flex; justify-content: center; align-items: center; height: 50px; border: 1px dotted #ccc; float: left; }
  .sticker-table.table td .stamp{ width: 90px!important; height: 90px!important;}
  .mdt-text{ font-size: 30px!important; margin-bottom: 0px!important;}
  p.web-text{ font-size: 14px!important; margin: 0!important;}
  .left.side-menu,.footer{ display: none!important;}
  #add_packaging_form, #add_packaging_form *, #add_packaging_form table{ display: none!important; margin: 0!important; padding: 0!important; width: 0px!important; height: 0px!important;}
  #packaging-table-new, #packaging-table-new *, #packaging-table-new table, #hide-table{ display: none!important; margin: 0!important; padding: 0!important; width: 0px!important; height: 0px!important;}
  .product_edit_page #section-to-print{ position: fixed; top: 0; left: 0;}
  .product_edit_page #section-to-print #product_qrcode{ width: 240px; height: 240px;}
  @page { size: auto; margin: 0; }
  #fabric_barcode_modal .modal-header{ display: none!important;}
  #fabric_barcode_modal .modal-content{ margin: 0; position: fixed; top:0; left: 0; }
  #fabric_barcode_modal #section-to-print{ width: 850px!important; /* 850px */ }
  #fabric_barcode_modal #section-to-print td{ width: 50%; font-size: 16px!important;}
  #fabric_barcode_modal{ position: fixed!important; margin: 0!important; top: 0!important; left: 0!important;   }

  pieceno{ font-size: 16px!important;}
  rowno{ font-size: 16px!important;}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .new-db-page .dashboard-boxes .card-cont{ -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
}

/*# sourceMappingURL=style.css.map */