/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.react-select__control
{
  background-color: #f3f3f3!important;
    border: 0!important;
    padding: 0px!important;
    border-radius: 4px;
    height: 48px!important;
}

.react-select__single-value,.react-select__option
{
  font-size: 15px!important;
}
.select2-container--default .select2-selection--single
{
  background-color: #f3f3f3!important;
    border: 0!important;
    padding: 8px 12px!important;
    border-radius: 4px;
    height: 44px!important;
  }
  
  .select2-container .select2-selection--single .select2-selection__rendered
  {
    padding: 6px 12px!important;
    height: 32px!important;
    line-height: normal!important;
}

.button-flex
{
  display: flex;
  justify-content: space-between;
}

.bill-class td p {
  color: rgb(212, 138, 0) !important;
}
.payment-class {
  /* background-color: rgba(92, 171, 125, 0.05) !important; */
}
.payment-class td p {
  color: rgb(40, 143, 83) !important;
}
tr,
td,
table {
  border: none;
}
.toggle-right-button {
  height: 12px;
  width: 12px;
  background-color: #fefefe;
  border-radius: 50%;
  margin-right: 8px;
}

.toggle-price-button {
  height: 12px;
  width: 12px;
  margin-left: 4px;
  background-color: #fefefe;
  border-radius: 50%;
}
.switch-container {
  display: flex;
  align-items: center;
  /* margin: 5px 0; */
  align-self: center;
  width: 200px;
}

.switch {
  visibility: hidden;
}

.label {
  background-color: #d0d0d0;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  /* margin: 0 20px 0; */
  width: 40px;
  height: 20px;
  position: relative;
}

.switch:checked + .label {
  background-color: #00884e;
}

.ball {
  background: #fff;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  position: absolute;
  top: 1.5px;
  left: 1.5px;
  align-items: center;
  justify-content: center;
  animation: slideOff 0.3s linear forwards;
}

.switch:checked + .label .ball {
  animation: slideOn 0.3s linear forwards;
}

@keyframes slideOn {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(10px) scale(1.2);
  }
  100% {
    transform: translateX(20px) scale(1);
  }
}

@keyframes slideOff {
  0% {
    transform: translateX(20px) scale(1);
  }
  50% {
    transform: translateX(10px) scale(1.2);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}

input[type="checkbox"] {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  align-self: center;
}

.hide-class {
  position: relative;
  display: inline-block;
}

.hide-active {
  display: none !important;
}

#hide-btn {
  cursor: pointer;
  opacity: 0.75;
}

.hide-price-class {
  position: relative;
  display: inline-block;
}

.hide-price-active {
  display: none !important;
}

#hide-price-btn {
  cursor: pointer;
  opacity: 0.75;
}

.hide-price-class
{
  opacity: 0!important;
}
.prev-modal {
  height: 100vh;
  width: 100%;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  right: 0;
  top: 0;
  opacity: 0;
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
}

.prev-modal-active {
  right: 0;
  top: 0;
  opacity: 1;
  display: block;
}
.prev-modal-close {
}

.prev-modal-close i {
  font-size: 1.5em;
  margin-bottom: 20px;
  cursor: pointer;
  color: #00b05b;
  background-color: rgba(180, 235, 180, 0.5);
  padding: 10px 20px;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.prev-modal-close i:hover {
  background-color: rgba(180, 235, 180, 0.85) !important;
}

.prev-modal-content {
  height: 100%;
  right: 0;
  overflow-y: scroll;
  width: 450px;
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  max-width: 100%;
  padding: 30px 40px;
  background-color: white;
  position: absolute;
}

.main-bl {
  filter: blur(10px);
  position: relative;
  opacity: 1;
  min-height: 100vh;
}
.main-loading {
  opacity: 0 !important;
}
.main-bl:after {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.35);
}

.lock-popup {
  position: fixed;
  top: 0;
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 40px;
  left: 0;
  content: "";
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.lock-popup-active {
  display: flex !important;
  opacity: 1 !important;
}
.lock-popup-content {
  display: block;
  padding: 40px 20px;
  background-color: #00d36d !important;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  /* box-shadow: 0px 4px 24px 4px rgba(0, 0, 0, 0.075); */
}

.lock-popup-content h3 {
  color: #fff !important;
  margin-left: 24px;
  font-size: 0.95em;
}

.lock-popup-content form {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  margin: 24px;
}
.lock-popup-content input {
  min-width: 180px;
  background-color: transparent;
  width: auto;
}
.lock-popup-content button {
  border-left: 1px solid #e3e3e3;
  padding: 0 16px;
  display: block;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-right: 8px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ef4043;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #5cab7d;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #5cab7d;
  box-shadow: 0 0 1px #5cab7d;
}

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

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

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

.flex-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-form .input-group {
  margin: 0 6px;
}

.modal {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.25);
}

.modal .close {
}

.modal .close i {
  font-size: 1.5em;
  margin-bottom: 20px;
  cursor: pointer;
  color: #00b05b;
  background-color: rgba(180, 235, 180, 0.5);
  padding: 10px 20px;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.modal .close i:hover {
  background-color: rgba(180, 235, 180, 0.85) !important;
}

.modal_content {
  height: 100%;
  right: 0;
  overflow-y: scroll;
  width: 450px;
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  max-width: 100%;
  padding: 30px 40px;
  background-color: white;
  position: absolute;
}

.lg-text {
  font-size: 1.2em;
}
.medium-text {
  font-size: 1em;
}
.regular-text {
  font-size: 0.9em;
}
.small-text {
  font-size: 0.835em;
}
.xs-text {
  font-size: 0.7em;
}

.xb-weight-text {
  font-weight: 700;
}
.b-weight-text {
  font-weight: 600;
}
.m-weight-text {
  font-weight: 500;
}
.r-weight-text {
  font-weight: 400;
}

.caps {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.half-op {
  opacity: 0.5;
}

.m-half-op {
  opacity: 0.75;
}
.a-full-op {
  opacity: 0.9;
}

.gray-text {
  color: #e3e3e3 !important;
}
.white-text {
  color: #fff !important;
}

.text-center {
  text-align: center !important;
}

.xs-padding {
  padding: 4px 0;
}
.reg-padding {
  padding: 6px 0;
}
.md-padding {
  padding: 10px 0;
}
.xl-padding {
  padding: 20px 0;
}

.table-parent::-webkit-scrollbar {
  display: none;
}

.table-parent {
  /*width: 100%;*/
  overflow-x: scroll;
}

table {
  overflow-x: auto;
  min-width: 100%;
  margin-top: 40px;
}

table thead {
  /*background-color: rgba(180, 235, 180, .35);*/
}

thead td {
  border: 0;
  border-bottom: 3px solid rgba(180, 235, 180, 0.5);
  /*font-size: .9em;*/
  color: #00905b;
  /*font-weight: 600;*/
  padding: 20px;
  /*text-align: center;*/
}

tbody td {
  padding: 15px 20px;
  border-bottom: 1px solid #e3e3e3;
  /*font-weight: 500;*/
  /*font-size: .9em;*/
  /*text-align: center;*/
}

* {
  font-family: "Inter";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
select:focus {
  outline: none;
  border: 0;
}
.submit-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.submit-input-group input {
  margin: auto;
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  font-size: 0.95em;
}
.product-stock {
  border: 1px solid #ffbc42 !important;
}

.product-cost {
  border: 1px solid #9055a2 !important;
}
.customer-price-input {
  border: 1px solid rgba(200, 0, 0, 0.5);
}
.dealer-price-input,
.price-input {
  border: 1px solid rgba(0, 150, 50, 0.5) !important;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  padding-left: 120px !important;
}
main {
  /*margin-top: 100px;*/
}
.dashboard-section-container {
  margin: auto;
  /*max-width: 90%;*/
  /*margin-left: 120px;*/
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
}

.section-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-header-flex div {
  margin: auto 0;
}
.btn {
  margin: 10px 0;
  border: 0;
  background-color: #00b05b;
  width: 100%;
  border-radius: 4px;
  padding: 15px 20px;
  color: #fff;
  font-size: 0.9em;
  display: block !important;
  margin: auto;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}

.btn:hover {
  background-color: rgb(0, 156, 91);
}

input[type="file"] {
  display: none;
}
.small-btn {
  font-size: 0.9em;
  border-radius: 6px;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #00b05b;
  width: 100%;
  border-radius: 4px;
  padding: 14px 28px;
  border: 0;
  color: #fff;
  display: block !important;
  -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
}
.small-btn:hover {
  background-color: #00a05b;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.xs-btn {
  background-color: rgba(180, 235, 180, 0.4);
  border-radius: 5px;
  padding: 12px 16px;
  font-weight: 600;
  color: #00905b;
  cursor: pointer;
  font-size: 0.9em;
  text-decoration: none;
  display: block;
  margin: auto 10px;
  width: 100%;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.xs-btn:hover {
  background-color: rgba(180, 235, 180, 0.75);
}

.red-btn {
  background-color: rgba(255, 21, 21, 0.25);
  border-radius: 5px;
  padding: 12px 8px;
  font-weight: 600;
  color: rgba(255, 21, 21, 1);
  cursor: pointer;
  font-size: 0.9em;
  text-decoration: none;
  display: block;
  margin: auto 8px;
  width: 100%;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.red-btn:hover {
  background-color: rgba(255, 21, 21, 0.3);
}

.micro-btn-inverted {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 1px;
  cursor: pointer;
  padding: 4px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #fff;
  display: block;
  margin: auto;
  vertical-align: middle;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border: 1px solid #fff;
}
.micro-btn-inverted:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#admin-nav-normal {
  width: 120px;
  height: 100%;
  display: block !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  overflow-y: auto;
  justify-content: space-between;
  padding: 8px 0px;
  /*box-shadow: 5px 0 35px 10px rgba(0,0,0,0.035);*/
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  border-right: 5px solid #f3f3f3;
  position: fixed;
  left: 0;
  top: 0;
}

#admin-nav-link-container {
  display: block;
  padding: 0;
  margin-bottom: 16px;
}

#admin-nav-link-container a:hover,
#admin-nav-link-container a:hover i {
  color: #00b05b;
}
#admin-nav-link-container a {
  margin: 0;
  padding: 18px 10px;
  border-radius: 4px;
  width: 100%;

  text-align: center;
  display: block;
}

#admin-nav-link-container a i {
  font-size: 1em;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin-bottom: 5px;
  color: #757575;
  display: block;
}
#admin-nav-link-container a p {
  font-weight: 500;
  font-size: 0.9em;
  margin-top: 10px;
}

#admin-logout {
  background-color: rgba(180, 235, 180, 0.5);
  border-radius: 5px;
  padding: 15px 30px;
  display: inline-block;
  margin: auto;
}

#admin-logout:hover {
  background-color: rgba(180, 235, 180, 0.85);
}
#admin-logout i {
  font-size: 1.5em;
  color: rgba(0, 186, 91, 1);
}

#admin-nav-mobile {
  display: none !important;
}
#admin-nav a {
  text-decoration: none;
  color: #111;
  padding: 20px 40px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#admin-nav-normal img {
  height: 60px;
  width: auto;
}
#admin-nav-mobile a:hover {
  color: #2f80ed;
}

/* Popup styles */

.popup {
  position: fixed;
  width: 100%;
  min-height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  left: 0;
  top: 0;
  z-index: 99;
}
.popup-active {
  display: block !important;
  opacity: 1 !important;
}
.popup-header-container {
  /*background-color: rgba(47, 128, 237, .1);*/
  /*border-bottom: 1px solid rgba(47, 128, 237, .2);*/
  margin-bottom: 20px;
  /*padding: 20px 0;*/
}
.popup-inner-container {
  width: 450px;
  position: relative;
  margin: auto;
  margin-top: 20px;
  padding: 40px;
  min-height: 550px;
  display: none;
  opacity: 0;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  overflow: hidden;
}
.popup-inner-container-active {
  display: block !important;
  opacity: 1 !important;
}
.popup-inner-content {
  /*padding: 40px;*/
}
.popup-cancel {
  position: absolute;
  right: 40px;
  top: 35px;
  cursor: pointer;
  font-size: 1.2em;
}
.popup-info-container {
  padding: 20px 40px;
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 80%;
  margin: 40px;
  background-color: rgba(237, 28, 47, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.popup-info-container-active {
  bottom: 0% !important;
}
.popup-info-text {
  font-size: 0.9em;
  text-align: center;
  color: rgba(237, 28, 47, 0.9);
}

.input-info {
  font-size: 0.75em;
  position: absolute;
  bottom: -18px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.input-info-success {
  color: #5cab7d;
  bottom: -12px;
  opacity: 1;
}

.input-info-normal {
  color: rgba(57, 57, 57, 0.75);
  bottom: -12px;
  opacity: 1;
}

.input-info-error {
  color: rgba(237, 28, 47, 0.75);
  bottom: -12px;
  opacity: 1;
}

.content-seperate-container {
  margin: 20px 0;
  display: block;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 10px;
  border-bottom: 3px solid #f3f3f3;
}
.content-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  border-radius: 4px;
}

.content-header-container p {
  font-size: 0.85em;
  text-align: center;
  margin: auto 0;
  font-weight: 500;
}
.content-seperate-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}
.brand-individual-container {
  background-color: rgba(242, 109, 91, 0.15);
  color: #ef4043;
  margin: 5px;
  padding: 10px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.brand-individual-container-overlay {
  position: absolute;
  width: 50%;
  background-color: rgba(242, 109, 91, 0.85);
  height: 100%;
  left: -50%;
  bottom: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.brand-individual-container:hover .brand-individual-container-overlay {
  left: 0;
}
.brand-individual-container img {
  height: 40px;
  padding: 5px 0;
  display: none;
  margin: auto;
  margin-bottom: 5px;
}

.accessory-individual-container {
  background-color: rgba(59, 134, 134, 0.15);
  color: rgba(59, 134, 134, 1);
  margin: 5px;
  padding: 12px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0);
  text-align: center;
  overflow: hidden;
  position: relative;
}
.accessory-individual-container-overlay {
  position: absolute;
  width: 50%;
  background-color: rgba(59, 134, 134, 0.85);
  height: 100%;
  left: -50%;
  bottom: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.accessory-individual-container-overlay div {
  height: 100%;
  position: relative;
}
.accessory-individual-container:hover .accessory-individual-container-overlay {
  left: 0;
}
.accessory-individual-container img {
  height: 40px;
  padding: 5px 0;
  margin: auto;
  display: none;
}

.content-model-inner-container {
  padding: 0px;
}
.model-individual-container {
  background-color: rgba(47, 128, 237, 0.15);
  color: rgba(47, 128, 237, 0.85);
  margin: 5px;
  padding: 10px 10px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
.model-individual-container-overlay {
  position: absolute;
  width: 50%;
  background-color: rgba(47, 128, 237, 0.85);
  height: 100%;
  left: -50%;
  bottom: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.model-individual-container:hover .model-individual-container-overlay {
  left: 0;
}
.model-individual-container-overlay div,
.brand-individual-container-overlay div,
.accessory-individual-container-overlay div {
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.model-individual-container-overlay .btn,
.brand-individual-container-overlay .btn,
.accessory-individual-container-overlay .btn {
  color: #fff;
  margin: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
}
.model-individual-container i {
  position: absolute;
  display: inline-block;
  height: 15px;
  width: 15px;
  left: 3px;
  top: 3px;
}
.model-individual-container p,
.brand-individual-container p,
.accessory-individual-container p {
  margin: 5px 10px;
  border-radius: 2px;
  min-width: 100px;
}

.brand-model-container {
  padding: 20px 0;
  border-bottom: 1px solid rgba(47, 128, 237, 0.15);
  margin: 10px 0;
}

.brand-model-container h4 {
  background-color: rgba(47, 128, 237, 0.15);
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 30px;
  border-radius: 4px;
}
.brand-model-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#image_preview {
  cursor: pointer;
  height: 140px;
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 20px;
  background-color: rgba(47, 128, 237, 0.1);
  border-radius: 4px;
  margin: auto;
  border: 1.2px dashed rgba(47, 128, 237, 0.35);
}
#previewing {
  width: auto;
  height: 100%;
}

/* Stock Page */
#stock-sort-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.sort-prev-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-right: 24px; */
}
.sort-prev-stock {
  font-size: 0.25em;
  display: block;
  margin-right: 4px;
}
#stock-sort-form .input-group {
  display: inline-block;
  margin: auto 10px;
}

/* Stock Page */
#cost-sort-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.sort-prev-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}
.sort-prev-stock {
  font-size: 0.75em;
  margin-right: 4px;
  vertical-align: middle;
}
#cost-sort-form .input-group {
  display: inline-block;
  margin: auto 10px;
}
.min-stock-input {
  border: 1px solid #ef4043 !important;
}
.reg-stock-input {
  border: 1px solid blue !important;
}

/* Product Listing Page */
#filter-container {
  display: block;
  margin: 0px auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
#product-sort-form .input-group {
  display: inline-block;
  margin: auto 10px;
}
#product-sort-form select {
  width: auto;
  min-width: 150px;
  display: block;
}
#product-sort-form input {
  padding: 14px 40px;
}
#product-listing-container {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.listing-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px;
  border-radius: 4px;
  position: relative;
}

.listing-brand-indicator {
  position: absolute;
  margin: auto;
  top: 0px;
  left: 10px;
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
  padding: 2px 10px;
  background-color: rgba(47, 128, 237, 0.075);
  border: 1px solid rgba(47, 128, 237, 1);
  font-size: 0.7em;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#product-model-view-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-model-view-container {
  -webkit-box-flex: 1/2;
  -ms-flex: 1/2;
  flex: 1/2;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-model-view-left-content {
  margin: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.product-model-view-left-content img {
  height: 150px;
  width: auto;
}
.product-model-view-right-content {
  margin: auto 0;
  padding: 0 20px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  width: 60%;
}
.product-model-view-price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-self: center;
  grid-gap: 50px;
  margin: 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-model-view-price-content div {
  position: relative;
  -webkit-box-flex: 1/3;
  -ms-flex: 1/3;
  flex: 1/3;
  width: 33.3%;
  margin: auto;
  padding: 5px 0;
}
.model-name-container {
  position: relative;
  width: 33.3%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  -webkit-box-flex: 1/4;
  -ms-flex: 1/4;
  flex: 1/4;
}
.model-name-container:hover .listing-brand-indicator {
  opacity: 1;
  top: -20px;
}

#product-listing-container input {
  padding: 10px;
  max-width: 80px;
}

/*product sort accessory view */
.min-stock {
  border: 1px solid #ef4043 !important;
  background-color: rgba(239, 64, 67, 0.075) !important;
}
#admin-accessory-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.admin-accessory-container {
  -webkit-box-flex: 1/4;
  -ms-flex: 1/4;
  flex: 1/4;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify; */
  justify-content: flex-end;
  border: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin-wide-container {
  -webkit-box-flex: 1/4;
  -ms-flex: 1/4;
  flex: 1/4;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.admin-accessory-name-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.admin-accessory-price-container {
  position: relative;
  margin: auto;
  padding: 5px 0;
}

#sort-product-search,
#stock-product-search {
  max-width: 240px !important;
}
/* Admin Live order Page*/

#r-app {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
  height: 100vh;
  padding: 0;
}

.admin-order-popup {
  height: auto;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.admin-order-close-btn {
  position: absolute;
  right: 40px;
  top: 32px;
  height: 40px;
  z-index: 9;
  margin-right: 20px;
  border-radius: 50%;
  background-color: rgba(255, 16, 18, 0.15);
  padding: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

#live-order {
  height: 100%;
  background-color: #fff;
  padding: 40px;
  padding-top: 64px;
  overflow-y: auto;
  position: relative;
  border-right: 3px solid #f3f3f3;
}

.live-order-btn-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 100%; */
  left: 40px;
  top: 24px;
}

.live-order-btn {
  padding: 12px;
  border-radius: 4px;
  background-color: rgba(18, 166, 108, 1);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  display: flex;
  color: #fff !important;
}

.live-order-btn p {
  color: #fff;
  vertical-align: middle;
  margin-right: 16px;
}

.live-order-btn img {
  height: 12px;
  width: auto;
  margin: auto;
  display: block;
}

.live-order-btn:hover {
  background-color: rgba(0, 136, 78, 1);
}

#right-parent {
  padding: 20px 20px;
}

.right-header-container {
  border-bottom: 3px solid #f3f3f3;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.right-header-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dealer-order-container {
  display: -ms-grid;
  display: grid;
  border-bottom: 3px solid #f3f3f3;
  -ms-grid-columns: 33.3% 33.3% 33.3%;
  grid-template-columns: 33.3% 33.3% 33.3%;
}

.dealer-order-holder {
  min-height: 350px;
  height: 350px;
  overflow-y: auto;
  background-color: #fff;
  padding: 20px;
  border-right: 3px solid #e9e9e9;
  border-bottom: 3px solid #e9e9e9;
}

.dealer-order-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dealer-name {
  font-size: 0.9em;
  font-weight: 500;
  text-transform: capitalize;
  /*background-color: #f3f3f3;*/
  border-radius: 4px;
  margin-bottom: 20px;
  /*padding: 15px 10px;*/
}

.total-text {
  font-size: 0.9em;
  font-weight: 500;
  text-transform: capitalize;
  color: #575757;
}

.order-holder {
  padding: 15px 0;
  border-bottom: 1px solid #f3f3f3;
  display: block;
  position: relative;
}

.order-dot {
  position: absolute;
  left: -24px;
  font-size: 0.85em;
  cursor: pointer;
  padding: 4px;
  border-radius: 2px;
  /* background-color: rgba(92, 171, 125, 0.15); */
  top: 40%;
  transform: translateY(-50%);
}

.order-change {
  position: absolute;
  top: 50%;
  left: -16px;
  background-color: #fff;
  border-radius: 4px;
  height: 0;
  z-index: -1;
  display: none;
  opacity: 0;
  padding: 4px;
  width: 0;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e3e3;
  cursor: pointer;
}

.order-change:hover {
  background-color: #f3f3f3;
}

.order-change-active {
  z-index: 1 !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  opacity: 1 !important;
}
.order-change p {
  font-size: 0.85em;
  padding: 4px;
}
.order-success {
  color: #00a05b !important;
}

.order-failure {
  color: #ef4043 !important;
}

.order-cancelled {
  color: darkorange !important;
}
.order-returned {
  color: darkorange !important;
}

.order-wrong {
  color: #5542ff !important;
}
.order-row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.live-order-list-container {
  margin-top: 32px;
}

.live-order-individual-container {
  border-radius: 8px;
  padding: 15px 0;
  min-height: 100px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
}

.tommorow-class {
}

.tommorow-indicator {
  border: 1px solid red;
  font-size: 0.75em;
  top: 8px;
  right: 0;
  padding: 2px 4px;
  position: absolute;
  border-radius: 4px;
  color: #fff;
  background-color: red;
  font-weight: 600;
}
.prev-indicator {
  background-color: goldenrod;
  border: 1px solid goldenrod;
  font-size: 0.75em;
  top: 8px;
  right: 0;
  padding: 2px 4px;
  position: absolute;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}

.live-order-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-msg-fee-container {
  display: grid;
  grid-column-gap: 4px;
  max-width: 100%;
  grid-template-columns: 7fr 3fr;
}
.order-message-input,
.order-fee-input {
  font-size: 0.85em;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid #e3e3e3;
  background-color: #fafafa;
}

.order-message-input:focus,
.order-message-input:active,
.order-fee-input:focus,
.order-fee-input:active {
  border: 1px solid #2f80ed !important;
}
.live-order-individual-right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.live-order-individual-container .cancel-order {
  color: rgba(255, 10, 10, 0.95);
  padding: 0;
}

.order-tick-btn-container {
  padding: 0;
  border-radius: 50% !important;
  margin: 0;
  display: block;
  height: 50px;
  background-color: #ef4043;
}

.order-cancel-button {
  height: 40px;
  z-index: 9;
  margin-right: 20px;
  border-radius: 50%;
  background-color: rgba(255, 16, 18, 0.15);
  padding: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.order-cancel-button:hover {
  background-color: rgba(255, 16, 18, 0.45);
}

.order-tick-button {
  height: 50px;
  z-index: 9;
  border-radius: 50%;
  background-color: rgba(18, 166, 108, 0.15);
  padding: 10px;
  border: 1px solid rgba(18, 166, 108, 0.15);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.order-tick-button:hover {
  background-color: rgba(18, 166, 108, 0.45);
}

.order-action-disabled {
  background-color: rgba(211, 255, 237, 0.45);
  opacity: 0.35;
}

/* Dealer Order page */

.dealer-right-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#order-dealer-container {
  height: auto;
  border-left: 3px solid #f3f3f3;
  padding: 20px 30px;
}

.order-dealer-individual-container:first-child {
  margin: 0 0;
}

.order-dealer-individual-container {
  padding: 12px 20px;
  margin: 5px 0;
  border-radius: 2px;
  background-color: #f9f9f9;
  border: 1px solid rgba(47, 128, 137, 0.15);
  cursor: pointer;
}

.order-dealer-individual-container .name {
  font-size: 0.85em;
  margin-bottom: 5px;
  font-weight: 500;
}

.order-dealer-individual-container .email {
  font-size: 0.75em;
  font-weight: 500;
  opacity: 0.65;
}

.order-dealer-individual-container-active {
  background-color: #f3f6f9;
  border: 1px solid rgba(47, 128, 237, 0.5);
}

/* Admin Previous Order */

.admin-added-tag {
  background-color: #5542ff;
  padding: 2px 4px;
  border-radius: 12px;
  font-size: 0.6rem;
  color: #fff !important;
  display: inline-block;
}
#get-prev-order-excel {
  margin-left: 8px;
}
#prev-order-form {
}

.prev-order-cancel-btn {
  border: 1px solid rgba(239, 64, 67, 0.3);
  padding: 8px;
  border-radius: 4px;
  font-size: 0.75em;
  background-color: rgba(239, 64, 67, 0.2);
  color: #ef4043;
  margin-left: 16px;
  transition: all 0.15s ease-in-out;
}

.prev-order-cancel-btn:hover {
  background-color: rgba(239, 64, 67, 0.3);
}
.prev-order-return-btn {
  border: 1px solid rgba(64, 96, 239, 0.3);
  padding: 8px;
  border-radius: 4px;
  font-size: 0.75em;
  background-color: rgba(64, 96, 239, 0.15);
  color: rgba(64, 96, 239, 1);
  margin-left: 16px;
  transition: all 0.15s ease-in-out;
}

.prev-order-return-btn:hover {
  background-color: rgba(64, 96, 239, 0.3);
}

#prev-order-form .input-group {
  margin-left: 8px;
}

#prev-order-top-flex {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  border: 1px solid #d3d3d3;
}

#prev-order-top-flex div {
  padding: 12px 24px;
  border-right: 1px solid #d3d3d3;
}

.prev-order-holder {
  position: relative;
}

.prev-order-edit-btn {
  position: absolute;
  left: -20px;
  font-size: 0.65em;
  cursor: pointer;
  padding: 4px;
  border-radius: 2px;
  /* background-color: rgba(92, 171, 125, 0.15); */
  top: 50%;
  transform: translateY(-50%);
}

#dealer-prev-order-top-flex {
  /* display: flex; */
  top: 0;
  left: 0;
  width: auto;
  border: 1px solid #d3d3d3;
}

#dealer-prev-order-top-flex div {
  padding: 12px 24px;
  border-right: 1px solid #d3d3d3;
}

.prev-order-holder {
  position: relative;
}

.prev-order-edit-btn {
  position: absolute;
  left: -20px;
  font-size: 0.65em;
  cursor: pointer;
  padding: 4px;
  border-radius: 2px;
  /* background-color: rgba(92, 171, 125, 0.15); */
  top: 50%;
  transform: translateY(-50%);
}

/* Admin Billing Style */

.billing-grid {
  display: block;
  grid-template-columns: 15% 85%;
}

.bill-sort-container {
  display: flex;
  margin: 24px 0;
}

.bill-sort-container div {
  margin: 0 8px;
}

.billing-info-grid {
  display: flex;
}

.billing-info-grid div {
  padding: 12px 24px;
  border: 1px solid #e3e3e3;
}

.billing-row {
  position: relative;
  /* padding-right: 40px; */
}
.bill-container,
.payment-container {
  /* margin: 24px; */
  /* margin-left: 40px; */
}
.billing-delete-btn {
  background-color: #e3e3e3;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: -30%;
}
.billing-delete-btn img {
  height: 18px;
  width: auto;
}
.bill-container table,
.payment-container table {
  margin: 24px;
}
.bill-holder {
  border-bottom: 1px solid #e3e3e3;
  padding: 24px 0;
}

#bill-toggle-container {
  display: flex;
  justify-content: center;
}

.toggle {
  font-size: 0.85em;
  font-weight: 500;
  margin: 0 2px;
  padding: 8px 16px;
  cursor: pointer;
  border: 1px solid #959595;
  border-radius: 2px;
  color: #959595;
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
}

.toggle-active {
  color: #00905b !important;
  border: 1px solid #00905b !important;
  background-color: rgba(0, 144, 91, 0.15);
}

.toggle-content {
  display: none;
}
.toggle-content-active {
  display: block !important;
}
/* Dealer Style */

#order-msg {
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ef4043;
  display: none;
  opacity: 0;
}
.msg-active {
  display: block !important;
  opacity: 1 !important;
}
.dealer-table td {
  width: 16.6%;
}
#dealer-nav-normal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 5%;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.015);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.015);
}
#dealer-nav-normal img {
  height: 60px;
  width: auto;
}
#dealer-nav-normal div {
  margin: auto 0;
}

.dealer-single-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  width: 450px;
  max-width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  margin-top: 100px;
}
.dealer-single-container {
  min-height: 550px;
  min-width: 450px;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.025);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.025);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-flex-line-pack: center;
  align-content: center;
}
.dealer-single-header-container {
  margin: auto;
  width: 100%;
  text-align: center;
}

.dealer-header-image {
  display: block;
}
.dealer-header-image img {
  height: 60px;
  width: auto;
  margin: auto;
}
.dealer-single-header-container h2 {
  display: inline-block !important;
  margin: 20px auto;
}
.err-div {
  position: absolute;
  bottom: -25%;
  padding: 15px 20px;
  text-align: center;
  border-radius: 4px;
  left: 10%;
  width: 80%;
  background-color: rgba(47, 128, 237, 0.1);
  border: 1px solid rgba(47, 128, 237, 0.1);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.err-div-active {
  bottom: 10px !important;
}
.err-div-active .err-text {
  color: red;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}

.err-text {
  color: red;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}
.err-div-active .info-text {
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}

#dealer-sort-form-container {
  display: block;
}
#dealer-sort-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#dealer-sort-form .input-group {
  display: inline-block;
  margin: 0 10px;
  padding: 5px 0;
}
#dealer-sort-form select {
  width: auto;
  min-width: 150px;
  display: block;
}
#dealer-sort-form input {
  padding: 14px 40px;
}

#dealer-sort-flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dealer-sort-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16.6%;
}
.dealer-model-name-container {
  position: relative;
  width: 33.3%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.model-name-container:hover .listing-brand-indicator {
  opacity: 1;
  top: -20px;
}

.dealer-model-price-container {
  position: relative;
  margin: auto;
  padding: 5px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dealer-price-text {
  font-size: 1em;
  font-weight: 800;
  color: green;
}

.dealer-bulk-price-text
{
  color: green;
}

.dealer-price-text span {
  font-size: 0.8em;
}

.bulk-price-text {
  font-size: .8em;
  margin-top: 4px;
  font-weight: 500;
}

.bulk-price-text span {
  color: green;
  font-size: .8em;
}

#dealer-product-listing-container {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
#dealer-search {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 200px;
}

/* Dealer Forgot Password Page */

#dealer-password-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-width: 350px;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  margin-top: 100px;
}
#dealer-password-container {
  min-height: 550px;
  min-width: 450px;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 80px;
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* PRevious */
.prev-order-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.print-item {
  display: none;
  text-align: left !important;
}
.print-header {
  display: none;
  text-align: left !important;
}
/* Dealer Reset Page */

@media only screen and (max-width: 600px) {
  body {
    max-width: 100%;
    padding-left: 0 !important;
  }
  #admin-nav-normal {
    display: none;
  }
  .admin-nav-active {
    display: block !important;
  }

  #dealer-nav-container {
    display: block;
    position: fixed;
    z-index: 9;
    background-color: #fff;
    height: 100%;
    width: 100%;
  }
  #dealer-nav-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: block !important;
    padding: 10px 5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #dealer-nav-mobile div {
    display: block;
  }
  .logout-btn {
    color: #2f80ed;
    text-align: right;
  }
  select {
    width: 100%;
    padding: 6px 6px !important;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  input {
    width: 100%;
    padding: 10px 6px !important;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .small-btn {
    padding: 5px 10px !important;
    font-size: 0.75em !important;
  }
  .label_active {
    font-size: 0.7em;
    font-weight: 400;
  }
  .product-text {
    font-size: 0.8em;
    margin: auto;
    font-weight: 500;
  }
  main {
    margin-top: 24px !important;
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Admin Product Page */
  #product-listing-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .product-model-view-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }

  /* Mobile Dealer Login Page */
  #dealer-login-parent {
    margin-top: 0;
    min-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }

  #dealer-login-container {
    min-height: 100%;
    min-width: 100%;
    width: 100% !important;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
  }

  #dealer-nav-normal img {
    height: 40px;
    width: auto;
  }
  #dealer-nav-normal div {
    margin: auto 0;
  }
  .dashboard-section-container {
    max-width: 100%;
    padding: 16px;
  }

  /* Mobile Dealer Dashboard Section */

  #dealer-sort-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #dealer-sort-form .input-group {
    display: inline-block;
    margin: 0 5px;
  }
  #dealer-sort-form select {
    width: auto;
    min-width: 60px;
    display: block;
  }
  #dealer-sort-form input {
    padding: 12px 40px;
  }

  #dealer-sort-flex-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dealer-sort-product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: -px solid rgba(0, 0, 0, 0.075);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
  }
  .dealer-model-name-container {
    position: relative;
    width: 33.3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .model-name-container:hover .listing-brand-indicator {
    opacity: 1;
    top: -20px;
  }

  .dealer-model-price-container {
    position: relative;
    margin: auto;
    padding: 5px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dealer-price-text {
    font-size: 0.85em;
    font-weight: 800;
    color: green;
  }
  .dealer-price-text span {
    font-size: 0.7em;
    padding-right: 2px;
  }
  #dealer-product-listing-container {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
  }

  /* Dealer Style */

  .dealer-single-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    min-width: 100%;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-top: 0px;
  }
  .dealer-single-container {
    min-height: 100vh;
    min-width: 100%;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0);
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    padding: 30px;
    padding-bottom: 60px;
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .dealer-single-container .input-group {
    margin: 10px auto;
    padding: 10px 0;
  }
  .dealer-single-container input {
    padding: 15px 20px !important;
  }
  .dealer-single-header-container {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .dealer-header {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .dealer-header-image {
    display: block;
  }
  .dealer-header-image img {
    height: 50px;
    width: auto;
    margin: auto;
  }
  .dealer-single-header-container h2 {
    display: inline-block !important;
    margin: 10px auto;
  }
}

@media only print {
  .dashboard-section-container {
    padding: 0 !important;
  }
  #admin-nav-normal {
    display: none !important;
  }
  body {
    padding-left: 0 !important;
  }
  #prev-order-form {
    display: none !important;
  }
  * {
    color: #111 !important;
  }
  .dealer-order-holder {
    width: auto;
    padding: 12px 4px !important;
    height: auto;
    overflow: visible;
  }
  .dealer-order-header {
    padding-bottom: 12px !important;
  }
  .order-holder {
    padding: 4px 0 !important;
  }
  .order-holder p {
    font-weight: 400 !important;
    font-size: 0.7em !important;
  }
  #print-container {
    display: none !important;
  }

  .dealer-order-holder {
    border: 1px solid #959595 !important;
    margin-bottom: 0;
    min-height: 0;
    height: auto !important;
  }
  .dealer-order-header {
    border-bottom: 1px solid #959595 !important;
  }
  .prev-order-grid {
    display: block;
    grid-template-columns: 25% 25% 25% 25%;
  }

  .prev-order-holder table {
    width: 100%;
  }

  .prev-order-edit-btn {
    display: none;
  }

  .print-item {
    display: grid;
    grid-template-columns: 30% 15% 15% 15% 15%;
  }
  .not-printable {
    display: none !important;
  }
  .print-head {
  }
  .print-head-parent {
    background-color: #00905b !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 40px;
  }
  .print-company-name {
    color: #fff;
  }
  .print-header {
    display: block;
    justify-content: space-between;
    margin: 24px 0;
    width: 100%;
    background-color: ;
    grid-template-columns: 25% 25% 25% 25%;
  }

  body {
    padding-top: 200px;
  }
}

@media all and (min-width: 620px) and (orientation: portrait) {
  #r-app {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50% !important;
    grid-template-columns: 50% 50% !important;
    height: 100vh;
    padding: 0;
  }
  .live-order-btn-container {
    left: 0 !important;
  }
  .dealer-order-container {
    display: block !important;
  }
}
