@charset "UTF-8";

@font-face {
  font-family: "Ablation";
  src: url("../vendor/fonts/AblationRegular.otf");
}

@font-face {
  font-family: "Alexana";
  src: url("../vendor/fonts/Alexana-Neue.ttf");
}

@font-face {
  font-family: "Madeev";
  src: url('../vendor/fonts/madeevolvesansevo_medium.otf');
}

body {
  background: #f5f3fe !important;
  color: #3b4248;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;;
}

a {
  color: #5a409a;
  font-weight: 500;
}

a:hover {
    color: #5a409aa6;
}

@keyframes badgePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220,53,69,.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(220,53,69,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220,53,69,0);
  }
}

#badge-notifications {
  animation: badgePulse 2.5s infinite;
  animation-delay: 2s;
}

.menu-vertical .menu-item .menu-toggle {
    padding-right: 0px !important;
}

.fs12 {
    font-size: 12px !important;
}

.card-white .card-body * {
    font-weight: 400 !important;
}

.bg-navbar-theme {
    background-color: #fcffff !important;
}

.min-w-0{min-width:0}

.pt-1px {
  padding-top: 1px;
}

.btn-label-light {
    color: unset;
}

.overflow-x-auto { 
  overflow-x: auto;
  overflow-y: hidden;
}

.card-gray {
  background-image: linear-gradient(to bottom left, #f4f4f4, #ffffff);
    height: 100%;
    box-shadow: inset -2px 2px hsl(0 0 100% / 1), rgb(65 38 77 / 25%) 0px 10px 30px -10px;
}
.card-gray.h6 {
  color: #3b4248;
}

.scale12 {
  transform: scale(1.2);
}

.scale11 {
  transform: scale(1.1);
}

.scale09 {
  transform: scale(0.9);
}

.scale08 {
  transform: scale(0.8);
}

.tablelike-header {
  color: #516377;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.border-bottom-gray {
  border-bottom: 2px solid;
  border-color: #d4d8dd;
}

.mx-05 {
    margin-left: .1rem !important;
    margin-right: .1rem !important;
}

.mt-min10 {
    margin-top: -10px !important;
} 

.owerflow-300 {
    overflow: auto;
    max-height: 300px;   
}

.order__qty:not(:last-child) {
  margin-bottom: 5rem;
}

.bg-menu-theme {
  background-image: linear-gradient(45deg, #1c0e3f, #5a409ab3);
}

.btn-primary {
    /* background-image: linear-gradient(45deg, #413375, #5a409a) !important; */
    background-color: #5a409a !important;
    border-color: #5a409a !important;
}

.btn-outline-primary {
    color: #5a409a !important;
    border-color: #5a409a !important;
    background-color: #fff !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #5a409a !important;
    border-color: #5a409a !important;
    color: #fff !important;
}



.tooltip.show {
  z-index: 9999 !important;
}




.perPage {
  height:36px;
  width:100px;
}

.input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
    border-color: #5a409a !important
}
.btn-outline-secondary:focus {
    background-color: #5a409a !important;
    border-color: #5a409a !important;
}
.form-control:focus, .form-select:focus {
    border-color: #5a409a !important
}

.search-input {
  height: 37px;
  width: 100%;
  /* min-width: 250px; */
}

.search-input .btn-outline-secondary:hover {
  background-color: #5a409a !important;
  color: #fff;
}

.simple-border-right {
  border-right: 2px solid #e7e7e7;
}

.simple-percent-offset {
  margin-left: 17px;
}

.tooltip-pointer {
  cursor: pointer;
}

.tooltip-pointer-lg {
  font-size: 17px;
}

.btn-compact {
  font-size: 13px;
  font-weight: 500;
}

.cursor-pointer {
  cursor: pointer;
}

.link-break {
  word-break: break-word;
  overflow-wrap: break-word;
}

.dropdown-compact {
  padding: 5px;
  font-size: 14px;
}

.search-full-width {
  width: 100% !important;
}

.text-opacity-60 {
  opacity: 0.6;
}

.btn-pad-7 {
  padding: 7px;
}

.orders-toolbar__per-page-wrapper .nice-select {
  width: auto;
  min-width: 50px;
}

@media (max-width: 767.98px) {
  .orders-toolbar__per-page-wrapper {
    width: 100%;
  }

  .orders-toolbar__per-page-wrapper .nice-select {
    flex-shrink: 0;
  }
}

.card-white {
  /* background-image: linear-gradient(to bottom left, #f2f2f2, #ffffff); */
  height: 100%;
  box-shadow: inset -2px 2px hsl(0 0 100% / 1), rgb(65 38 77 / 25%) 0px 15px 30px -10px;
  /* box-shadow: rgb(65 38 77 / 25%) 0px 15px 30px -10px; */
}

.parser-filter-select {
  min-width: auto;
}

.min-140 {
  min-width: auto;
}



.card-white .table-icon-wrap, .card-white .settingsBtn {
  filter: brightness(0.4);
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.status-filter.triple-switch {
  --status-switch-size: 30px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px;
  border: 1px solid #dbdade;
  border-radius: 0.35rem;
  background-color: #f4f3f8;
  min-width: calc(var(--status-switch-size) * 3 + 8px);
  height: calc(var(--status-switch-size) + 8px);
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgb(255 255 255 / 60%);
  cursor: pointer;
}

.status-filter.triple-switch .triple-switch-input {
  display: none;
}

.status-filter.triple-switch .triple-switch-label {
  flex: 0 0 var(--status-switch-size);
  width: var(--status-switch-size);
  height: var(--status-switch-size);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #807e8c;
  cursor: pointer;
  z-index: 2;
  border-radius: 0.2rem;
  transition: color 0.2s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.status-filter.triple-switch .triple-switch-label:hover {
  color: #5a409a;
}

.status-filter.triple-switch .switch-indicator {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: var(--status-switch-size);
  border-radius: 0.2rem;
  background: linear-gradient(120deg, #6a4cc0, #5a409a);
  box-shadow: 0 8px 15px rgb(90 64 154 / 35%);
  transition: left 0.2s ease;
  z-index: 1;
}

.status-filter.triple-switch input:nth-of-type(1):checked ~ .switch-indicator {
  left: 4px;
}

.status-filter.triple-switch input:nth-of-type(2):checked ~ .switch-indicator {
  left: calc(4px + var(--status-switch-size));
}

.status-filter.triple-switch input:nth-of-type(3):checked ~ .switch-indicator {
  left: calc(4px + 2 * var(--status-switch-size));
}

.status-filter.triple-switch input:nth-of-type(1):checked + .triple-switch-label,
.status-filter.triple-switch input:nth-of-type(2):checked + .triple-switch-label,
.status-filter.triple-switch input:nth-of-type(3):checked + .triple-switch-label {
  color: #fff;
  font-weight: 600;
}

[x-cloak] { display: none !important; }

.breadcrumb-wrapper{
  /* font-family: "Ablation", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #5a409a; */

  font-family: Rubik, Times New Roman, serif;
  font-weight: normal;
  color: #516377;
}

.switch-input:checked~.switch-toggle-slider {
    background: #5a409a;
    color: #fff;
}

.text-dark-blue{
  color: #1A205E !important;
}

.text-orange {
  color: #b66804;
}

.tech-text {
  font-family: "Madeev", sans-serif;
}

a.hover-scale:hover img{
  transform: scale(1.1);
}

.dataTables_filter {
  display: none;
}

.table-striper{
  text-align: center;
  background-color: rgba(0, 0, 0, 0.0);
  border-collapse: separate !important;
  border-spacing: 8px !important;
  border: 0;
  color: #000 !important;
}

#users-table{
  border-collapse: separate !important;
}


.table-striper th{
  /* background-color: #D3D3DD !important; */
  background-color: #5a409a6e !important;
  color: #000 !important;
  text-align: center;
  height: 30px;
  border: none;
}
.table-striper td{
  background-color: #fff !important;
  height: 26px;
  border: none;
}

.modal-80 {
  max-width: 80vw !important;
}



.bx-big{
  font-size: 2rem;
}

/* searchbox */

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 260px;
  border: 2px solid #fff;
  padding: 18px 50px 17px 20px;
  height: 32px;
  border-radius: 25px;
  outline: none;
  background-color: transparent;

}

.searchTerm:focus{
  color: #3e1a5e;
}
.searchTerm::placeholder{
  color: #5a409aad;
}

.searchButton {
  margin-left: -37px;
  margin-top: 2px;
  cursor: pointer;
  /* z-index: 666; */
}
.searchButton img {
  height: 34px;
}

.searchButton img:hover{
  filter: invert(23%) sepia(70%) saturate(1111%) hue-rotate(247deg) brightness(100%) contrast(50%);
}

.table-icon-wrap img{
  width: auto;
  height: 28px;
}

.comp_name {
    padding-top: 2px;
    font-weight: 200;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    /* padding-left: 40px; */
    color: #ffffff;
    white-space: normal;
}

.table-icon-wrap.violet{
  filter: invert(44%) sepia(53%) saturate(5154%) hue-rotate(249deg) brightness(51%) contrast(95%);
}

.white-btn{
  background-color: #fff !important;
  color: #000 !important;
}

.darkblue-btn{  
  background-color: #5a409a !important;
  color: #fff !important;

}

.red-btn{
  background-color: #951212 !important;
  color: #fff !important;
}

.white-btn:hover,
.darkblue-btn:hover,
.red-btn:hover {
  box-shadow: 0 2px 6px #c8c8c8b3;
}

.rounded-btn{
  border-radius: 20px !important;
}

.active-sel{
  margin-left: auto;
  margin-right: 18px;
}

.w-130{
  width: 130px !important;
}

.table-icon-wrap:hover img{
  transform: scale(1.1);
}

.light-style div.dataTables_wrapper div.dataTables_info{
  /* font-family: "Ablation", sans-serif; */
  margin-left: 15px;
  color: #ffffffb5;
  font-size: 14px
}
div.dataTables_wrapper div.dataTables_paginate{
  margin-right: 15px;
  font-size: 11px;
}

/* .form-label, .col-form-label{ */
  /* color: #1A205E; */
  /* text-transform: none !important;
  font-size: 1rem !important; */
/* } */

.accessDiv{
  border:#69749c 2px solid;
  height: 34px;
}
.accessDiv h5{
  /* font-family: "Ablation", sans-serif; */
  line-height: 1.8;
  font-weight: bold;
}
.switchDiv{
  border:#666a8f 2px solid;
  padding: 5px;
  height: 36px;
  margin-top: 17px !important;
  line-height: 1.4;
}
.switch-input:checked ~ .switch-toggle-slider-green{
  background: #54d15b !important;;
}

.error-red{
  color: #871717;
}


.radio-wrapper {
  width: 120px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: #5a409a6e;
  border-radius: 30px;
  position: relative;
  margin-left: 1%;
  box-shadow: 0px 5px 10px 2px rgb(63 25 70 / 30%) inset;
}
.radio-wrapper p {
  position: absolute;
  z-index: 10;
  color: white;
  font-size: 1.7em;
  margin: 0;
}
.radio-wrapper .correct {
  left: 17px;
}
.radio-wrapper .wrong {
  right: 17px;
  top: -5px;
}
.radio-wrapper .neutral-icon {
  left: 69px;
  top: -8px;
  opacity: 0.5;
}
/* .radio-wrapper label {
  z-index: 9;
} */

.radio-wrapper input[type=radio] {
  display: none;
}

i {
  z-index: 3;
  font-size: 18px;
}

.neutral-icon i {
  font-size: 10px;
}

.neutral + label {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 33%;
  transition: transform 2s;
  font-size: 8px;
  /* font-family: "Ablation", sans-serif; */
  color: #1A205E;
  font-weight: bolder;
}

.neutral:checked + label {
  border: 7px solid #c6c6c6;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eeeeee;
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
}

.radio-wrapper #neutral{
  /* color: #5a409a; */
}

.yes + label {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  text-align: center;
}

.yes:checked + label {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #20d532;
  background: linear-gradient(to bottom, #20d532 0%, #1cc301 100%);
  -moz-animation-duration: 0.4s;
  -moz-animation-name: slidein;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: slidein;
  animation-duration: 0.4s;
  animation-name: slidein;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.no + label {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  text-align: center;
}

.no:checked + label {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: red;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: slideno;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: slideno;
  animation-duration: 0.4s;
  animation-name: slideno;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  background: #e66c67;
  background: linear-gradient(to bottom, #e66c67 0%, #dd4f4b 100%);
}

.radio-wrapper label {
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 7px
}

@-webkit-keyframes slidein {
  from {
    transform: translate(50px, 0);
  }
  to {
    transform: translate(0px, 0px);
  }
}

@keyframes slidein {
  from {
    transform: translate(50px, 0);
  }
  to {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideno {
  from {
    transform: translate(-50px, 0);
  }
  to {
    transform: translate(0px, 0px);
  }
}
@keyframes slideno {
  from {
    transform: translate(-50px, 0);
  }
  to {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes returnLeft {
  from {
    transform: translate(-50px, 0);
  }
  to {
    transform: translate(0px, 0);
  }
}
@keyframes returnLeft {
  from {
    transform: translate(-50px, 0);
  }
  to {
    transform: translate(0px, 0);
  }
}
@-webkit-keyframes returnRight {
  from {
    transform: translate(50px, 0);
  }
  to {
    transform: translate(0px, 0);
  }
}
@keyframes returnRight {
  from {
    transform: translate(50px, 0);
  }
  to {
    transform: translate(0px, 0);
  }
}

.link-like{
  color: #516377;
  font-weight: 500;
}
.link-like:hover{
  color: #5a409a;
}


.grey-form label{
  text-align: center;
  /* background-color: #5a409a; */
  /* background-image: linear-gradient(45deg, #1c0e3f, #5a409ab3); */
  /* color: #fff; */
  font-size: 14px;
  padding: 9px 10px;
  border-radius: 1px;
  background-color: #e9ecf0;
  border-color: transparent;
  color: #7b8799;
  font-weight: 500;
}


.row-mx-0{
  margin: 0 calc(var(--bs-gutter-x) * -1) !important;
}
.repeater-title{
  margin-left: -26px;
  width: 27.8%;
}


.simple-table {
  padding-right: 10px;
  text-align: center;
  table-layout: fixed;
   width: 100%;
}

.simple-table th, .simple-table  td{
  padding: 5px 2px;
}
.dataTables_wrapper .simple-table {
  margin-bottom: 0px !important;
}
.simple-table, .simple-table tbody, .simple-table th, .simple-table td{
  background-color: rgba(0, 0, 0, 0.0) !important;
  color:#516377 !important;
  font-weight: 500;
  vertical-align: middle;
  overflow-wrap: break-word;
}
.simple-table thead tr{
  /* background-color: #d3d3dd; */
  background-color: #5a409a6e;
  border-left: 1px solid #000000ac !important;
  border-bottom: 1px solid black;
  
}
.simple-table tbody{
  border-top: solid 1px rgba(0, 0, 0, 0.455) !important;
  color:#000;
  font-size: 13px;
}

.simple-table tbody tr{
  background-color: transparent !important;
}
.simple-table thead th{
  border-right: 1px solid #00000072;
  border-top: 1px solid #00000066 !important;
  height: 50px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 14px;
  
}
.simple-table thead th:first-child {
  border-left: 1px solid #000;
}
.simple-table thead a{
  text-transform: lowercase;
}
.simple-table tbody tr:first-child {
  border-top: none;
}
.simple-table tbody tr td:first-child {
  border-left: 1px solid #000;
}
.simple-table tbody tr td {
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000;
}

.simple-wrapper .dataTables_wrapper{
  border-top: none;
}
.simple-wrapper .dataTables_wrapper:before {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 1px;
  width   : calc(100% - 25px );
  border-bottom:1px solid #000;
}

.table-navs {
  /* font-family: "Ablation", sans-serif; */
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; 
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0.5rem 0;
}

.table-navs li {
  /* margin-left: 30px;
  margin-right: 80px; */
  list-style: none;
}

.table-navs li a {
  color: #1A205E !important;
}

.table-navs li a:hover,
.table-navs li a.active {
  text-shadow: 0px 0px 2px #1A205E;
}

.order__number {
  position: relative;
}

.prod-navs{
  list-style: none;
}

.prod-pers {
  color: #55667ac7;
  font-size: 18px;
  margin-right: 10px;

}

.products-table{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.0);
    border-collapse: separate !important;
    border-spacing: 8px !important;
    border: 0;
    color: #000 !important;
}
.products-table thead tr{
  background-color: #fff;
}
.products-table th{
  border: 0;
}

.shop-card{
  border-radius: 1px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
}
.shop-card .card-body .media{
  padding-left: 2px;
  padding-right: 2px;
}

.shop-transperent .shop-card {
  border: none;
  /* background-color: #ffffff00 !important; */
  box-shadow: inset 1px 1px 2px 0px rgb(255 255 255 / 0%), inset 0px 0px 10px 0px rgb(255 255 255 / 29%), rgb(0 0 0 / 12%) 0px 10px 10px, rgb(0 0 0 / 0%) 0px 5px 10px;
  /* box-shadow: inset 0px 0px 50px 0px rgb(255 255 255 / 47%), rgb(0 0 0 / 10%) 0px 15px 25px, rgb(0 0 0 / 5%) 0px 5px 10px; */
  /* box-shadow: inset 1px 1px 2px 0px rgb(255 255 255 / 40%), inset 0px 0px 40px 0px rgb(255 255 255 / 47%), rgb(0 0 0 / 10%) 0px 10px 20px, rgb(0 0 0 / 5%) 0px 5px 20px; */
}

.shop-nottransperent .shop-card {
  background-color: rgba(255,255,255,0.20);
}

.shop-transperent > div:first-child .shop-card {
  border-radius: 1rem 0 0 1rem;
}
.shop-transperent > div:last-child .shop-card {
  border-radius: 0 1rem 1rem 0;
}

.shop-card img{
  max-width: 100%;
}
.text-green{
  color: #178d22;
}

.text-dark-green {
  color: #0e5020;
}

.waiting{
  background-color: #fdac41c8 !important;
  color: #fff !important;
}
.btn_done{
  background-color: #5a409aa1 !important;
  color: #fff !important;
}

td.highlighted {
  background-color: #fdac41bb !important;
  cursor: pointer;
}
.simple-table td.btn_done {
  background-color: #5a409aa1 !important;
  color: #fff !important;
  cursor: auto;
  border: 1px solid white;
}


.form-check-green {
  min-width: 100px;
}
.form-check-green .form-check-input{
  border-radius: 1em;
  width: 1.5em;
  height: 1.5em;
  margin-top: -3px;
  cursor: pointer;
}
.form-check-green .form-check-input:checked{
  background-color: #99b83c;
  border-color: #99b83c00;
  box-shadow: rgb(0 0 0 / 43%) 1px 1px 4px 0px;
}
.form-check-green .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-green label{
  font-family: "Ablation", sans-serif;
  color: #1A205E;
  font-weight: 600;
}
.form-check-left {
  padding-left: 1.3em;
}
.form-check-left .form-check-input {
  float: none;
  margin-left: 0;
}
.form-check-left label{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 350px;
}

.invalid-feedback {
  margin-top: 0;
  text-align: center;
}

.suppSelect {
  min-width: 250px;
  /* margin-right: calc(120px + 4rem); */
}


#inentfyTable tbody tr:hover {
  background-color: #d3d3dd80 !important;
  cursor: pointer;
}


.dataTables_wrapper .dataTables_paginate {
  margin-top: 5px !important;
}

#identModal .modal-header .btn-close {
  margin:0;
  /* padding-top: 0; */
}

#identModal .modal-header h5{
  margin-bottom: 0;
  text-transform:uppercase;
  /* color: #1A205E; */
}

.card-grey{
  padding: 10px;
  /* box-shadow: 0 2px 14px rgb(38 60 85 / 35%); */
  /* background-color: #b5b0db6e;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 19%) 0px 10px 15px, rgb(0 0 0 / 7%) 0px 6px 6px; */
}
.search-modal {
  color: #516377;
}

.switch-square {
  cursor: pointer;
}

.card-grey .img-wrapper{
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-grey img{
  width: auto;
  max-width: 100%;
  max-height: 100%;
} 

.card-grey .card-body{
  padding-bottom: 0;
  padding-top: 10px;
}

.card-grey .card-body h6{
  padding-bottom: 0;
}

.card-grey .card-body a:hover h6{
  text-decoration: underline;
}


.card-grey  .card-title{
  margin-bottom: 10px;
}
.serchManual input{
  width:100%;
}
.serchManual img:hover{
  filter: invert(23%) sepia(70%) saturate(1111%) hue-rotate(247deg) brightness(100%) contrast(50%);
}
.serchManual .searchTerm {
  border-color: #603372;
  
}

.bg-shape1{
  width: 295px;
  position: absolute;
  z-index: -1;
  top: -3px;
  left: 0;
}

.bg-shape2{
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  filter: opacity(0.9);
}
.bg-shape3{
  font-family: "Alexana", sans-serif;
  color: #fff;
  position: absolute;
  z-index: 11;
  top: -8px;
  left: 8px;
}
.bg-shape3 div:first-child {
  font-size: 105px;
  margin-bottom: -40px;
  letter-spacing: -18px;
  color: #fff;
  text-shadow: 1px 2px 3px #0000005c;
}
.bg-shape3 div {
  font-size: 29px;
}

.bg-shape4 {
  position: absolute;
  z-index: -1111;
  top: 0;
  right: 8px;
  filter: opacity(0.9);
}

.bg-shape4 img{
  width: 75%;
}



.bg-shape1 img{
  width: 80%;
}
.bg-shape2 img{
  width: 160px;
}

.btn-violet {
  color: #fff;
  background-color: #5a409a !important;
  border-color: #5a409a !important;
}

.btn-violet:hover {
  color: #fff;
}

.text-violet {
  color: #5a409ae0 !important;
}

.text-violet-dark {
  color: #423380e0 !important;
}


.button-login{
  color: white !important;
  background-image: url(../img/noise_violet.webp);
  background-position: 50%;
  background-size: cover;
  font-size: 17px;
  border: none;
  font-family: "Alexana", sans-serif;
}

.button-login:hover{
  background-position: unset;
}

.authentication-wrapper.authentication-basic .authentication-inner {
    max-width: 25rem;
    position: relative
}

.authentication-wrapper.authentication-basic .authentication-inner:before {
    content: "";
    position: fixed;
    top: -100px;
    left: -100px;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: url(../img/noise_violet.webp) center/cover no-repeat;
}

.app-brand-link img{
  width: 60px;
}

.tp-text-logo {
  font-family: "Alexana", sans-serif;
  font-size: 50px;
  letter-spacing: -8px;
  color: #fff;
}

.tech-text-logo {
  color: #ffff;
  font-family: "Madeev", sans-serif;
}

.app-brand .layout-menu-toggle i {
    color: #675B83;
}

.button-login:not(:disabled):hover,
.button-login:not(:disabled):focus {
  outline: 0;
  /* box-shadow: rgba(233, 26, 230, 0.213) 0px -50px 36px -28px inset; */
}


.shop-card h5, .shop-card h6{
  color: #5a409a;
}
.shop-card p {
  color: #000;
}
.shop-card a {
  color: #1A205E;
}
.disabled .shop-card h5, .disabled .shop-card h6{
  color: #5a409a40;
}
.disabled .shop-card p {
  color: #00000040;
}
.disabled .shop-card a {
  color: #1A205E40;
}


.big-checkbox .form-switch{
  padding-left: 3.5em;
}
.big-checkbox .form-check-input {
  width: 4em;
  margin-left: -2.5em;
  margin-right: .5em;
  height: 27px;
}
.big-checkbox .form-check-label{
  color: #fff;
  font-size: 11px;
  /* margin-top: 3.5px; */
}

#fade {
  color: #ffff;
  /* text-shadow: 2px 2px 1px rgba(0,0,0,0.3), 0 0px 15px #fff, 0 0 10px #ff00de, 0 0 40px #5a409a; */
  -webkit-animation: fade 4s infinite alternate;
  -moz-animation: fade 4s infinite alternate;
  -o-animation: fade 4s infinite alternate;
  animation: fade 4s infinite alternate;
}

#fade2 {
  color: #ffff;
  -webkit-animation: fade 4s infinite alternate;
  -moz-animation: fade 4s infinite alternate;
  -o-animation: fade 4s infinite alternate;
  animation: fade 4s infinite alternate;
}

  .arrow-li,
  .menu-arrow {
    display: none !important;
  }

.neon-blue {
  margin: 0 auto;
  text-align: center;
  color: #ffff;
  /* text-shadow: 
    -2px 1px 2px rgba(0,0,0, 0.7), 
    0 0 2px rgba(255,255,255,1), 
    0 0 10px rgba(255,255,255,1), 
    0 0 20px rgba(255,255,255,1), 
    0 0 30px rgba(255,255,255,1), 
    0 0 40px #ff00de, 
    0 0 70px #ff00de, 
    0 0 80px #ff00de; */
}

@-moz-keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}
@-webkit-keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}
@-o-keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}
@keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}

.dropdown-item {
  color: #5a409a;
}
.text-red{
  color: #a24646 !important;
}
.text-redd{
  color: #ff3637 !important;
}
.text-darkred{
  color: #b02626;
}
.no-head > :not(:first-child) {
  border-top: 1px solid #000;
}

.no-head thead tr{
  background-color: transparent;
}

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

.no-head thead th{
  text-transform: uppercase;
  /* font-family: "Ablation", sans-serif; */
  font-weight: bold;
}
.no-head tbody tr td{
  text-transform: none;
}

.page-item.active .page-link {
  border: none;
  font-size: 14px;
}

.schedule-card{
  /* border-radius: 1px; */
  /* border: 1px solid #000; */
  /* background-color: #5a409a6e; */
  color: #3b4248;
  box-shadow: none !important;
  height: 100%;
}


.schedule-card input {
  width: 100%;
  border: none;
  background-color: transparent;
  text-align: center;
  font-weight: bolder;
}




.calendarRow {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  list-style:none;
  padding: 0;
  margin: 0;
}

.calendarRow li {
  border: 1px solid rgb(255, 255, 255);
  font-family: "Ablation", sans-serif;
  font-weight: bold;
  /* color:#000; */
  text-align: center;
  padding: 6px 0px;
  background-color: #e8e8f0a1;
}
.usersRow li{
  border: 1px solid #fff;
  padding: 0;
}
.usersRow li a, .usersRow li a span{
  display: inline-block;
  width: 100%;
  color:#000;
}

.usersRow li a span{
  padding: 6px 0;
}

.calendarRowli {
  padding: 6px 0px !important;
}

.workday {
  background-color: #ABD69C !important;
}

.tripday {
  background-color: #A0CBEB !important;
}

.weekendday {
  background-color: #CB1E0E !important;
}

.notworkday {
  background-color: #A0CBEB !important;
}

.vacation {
  background-color: #A0CBEB !important;
}

.shift-menu{
  border-radius: 0.3125rem !important;
  min-width: 1rem !important;
  box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.75);
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.75);
}
.shift-menu a{
  font-weight: bolder;
}

.shift-menu .dropdown-item:hover, .shift-menu .dropdown-item:focus {
  color: #fff;
}

#monthSelect {
  min-width: 200px;
}

.explain-menu {
  width: 350px;
}
.explain-menu table{
  color: #000;
}

.card-transperent {
  background-color: #ffffff47;
  border-radius: 1rem;
  /* box-shadow: inset 1.5px 1.5px 2px 0px rgb(255 255 255 / 40%), inset 0px 0px 40px 0px rgb(255 255 255 / 47%), rgb(0 0 0 / 10%) 0px 15px 25px, rgb(0 0 0 / 5%) 0px 5px 10px; */
  box-shadow: inset 1.5px 1.5px 2px 0px rgb(255 255 255 / 40%), inset 0px 0px 40px 0px rgb(255 255 255 / 47%), rgb(0 0 0 / 10%) 0px 10px 20px, rgb(0 0 0 / 5%) 0px 5px 20px;
}

.text-wight {
  color: rgba(255, 255, 255, 0.884);
}

.card-shops .row:last-child {
  padding-bottom: 1.5rem !important;
}
.card-shops .row{
  border-top: 1px solid #00000057;
}
.card-shops .row:first-child {
  border-top: none;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
  /* background-color: transparent !important;
  box-shadow: none !important;
  text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, 2px 2px 2px rgba(206,89,55,0);
  font-size: 18px;
  font-family: "Ablation", sans-serif;
  font-weight: 900; */
  background-color: #5a409a !important;
}

.nav-tabs .nav-link:not(.active):hover, .nav-tabs .nav-link:not(.active):focus, .nav-pills .nav-link:not(.active):hover, .nav-pills .nav-link:not(.active):focus {
  /* color: #ffff; */
  /* text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, 2px 2px 2px rgba(206,89,55,0); */
}

.settings-nav .nav-link {
  /* color: #ffff; */
  /* font-size: 18px; */
  /* font-family: "Ablation", sans-serif; */
  /* font-weight: 900; */
}

.rounded-btn2 {
  padding-left: 5px; 
  padding-right: 5px;
  border-radius: 12px !important;

}

.white-nav {
  font-size: 16px;
  font-family: "Ablation", sans-serif;
  font-weight: 900;
}

.white-nav .nav-link {
  min-width: 140px;
}

/* .white-nav .nav-link.active, .white-nav .nav-link:hover, .white-nav .nav-link:focus {
  text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, 2px 2px 2px rgba(206,89,55,0);
} */

.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
}

#settingsForm label {
  font-weight: 500;
}

/* #settingsForm .form-control {
  color: #1e2463;
  background-color: #ffffff26;
  border: 1px solid #fff;
} */

/* #settingsForm  input::placeholder {
  color: #494a54;
  opacity: .8;
} */

.shop-info h6, .shop-info p {
  margin: 0 auto;
}
.shop-info p {
  line-height: 13px;
  font-size: 14px;
  color: #677788;
}

.settingsBtn img.w25 {
  width: 25px;
}
.settingsBtn img{
  width: 23px;
}

.settingsBtn:hover img{
  transform: scale(1.1);
}

.formToggleBtn.active{
  filter: invert(1);
}

.tab-transperent {
  box-shadow: none !important;
  border: none !important;
  background-color: rgba(255, 255, 255, 0) !important;

}

/* .rounded-form, .rounded-form2, .rounded-form3{
  background-color: #ffffff8a;
  border-radius: 1rem;
} */

.rounded-form label {
  font-size: inherit;
  color: #000;
  font-weight: 500;
  padding-left: 50px;
  border-right: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-form3-lb {
  font-size: inherit;
  color: #000;
  font-weight: 500;
  padding-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}


.rounded-form input {
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  color: rgba(0, 0, 0, 0.801);
  font-weight: 500;
}

.rounded-form input::placeholder{
  color: grey;
  font-weight: 500;
}

.rounded-form .row:not(:last-child) {
  border-bottom: 2px solid white;
}

.rounded-form input:-webkit-autofill,
.rounded-form input:-webkit-autofill:hover, 
.rounded-form input:-webkit-autofill:focus, 
.rounded-form input:-webkit-autofill:active{
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0) inset !important;
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0) inset !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.801);
}

.rounded-form2 .col-form-label {
  font-size: inherit;
  color: #000;
  font-weight: 500;
  border-right: 2px solid white;
  display: flex;
  align-items: center;
  text-transform: none;
  padding-left: 30px;
}

.rounded-form2 input {
  margin: 10px 0;
  /* color: rgba(0, 0, 0, 0.801); */
  font-weight: 500;
}

.card-white .col-form-label, .form-label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500 !important;
    color: #677788;
}

.singlMarkap {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.801);
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 10px;
}
.bottomBordered {
  border-bottom: 2px solid #201f1f2e;
}

.topBordered {
  border-top: 2px solid #201f1f2e;
}



.rounded-form2 input[type="number"]{
  text-align: center;
  z-index: 99;
}

.sw-center {
  /* margin-top: 18px; */
  margin-left: 78px;
}

.rounded-form2 .switch-sm {
  margin-top: 10px;
  margin-left: -30px;
  margin-right: 54px;
}

.rounded-form2 .switch-label {
  padding-left: 37px !important;
  color: #000;
  padding-top: 6px;
  font-weight: 400;
  font-size: 14px;
}

.rounded-form2 .h5 {
  font-size: inherit;
  color: #000;
  font-weight: 400;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /* margin: 0; */
}
input[type="number"] {
    -moz-appearance: textfield;
}

.switch-input:checked ~ .switch-violet {
  background: #5a409a !important;
}

.checkboxDiv {
  flex: 0 0 auto;
  width: 30px;
}
.checkboxDiv .form-check-input
{
  /* width: 1.6em; */
  /* height: 1.6em; */
  /* border-radius: 1em; */
  cursor: pointer;
  /* background-color: #d9d7edba; */
  border-color: #e7ebef;
  box-shadow: inset 2px 1px 4px 0px #cfcfcf;
}
.notcheckboxDiv {
  flex: 1 0 0%;
}
.stripedRow > div{
  /* background: #d9d6f0; */
  /* margin: 0 5px 0 0; */
  text-align: center;
  font-weight: 600;
  font-size: small;
}

.stripedRow.bordered{
  border-bottom: solid 2px #ffffffa7;
}

.tablelike .row:last-child .bordered{
  border-bottom: none;
}
.tablelike {
  /* box-shadow: rgb(100 100 111 / 20%) 17px 7px 20px 1px; */
  box-shadow: rgb(191 187 232) 17px 7px 20px 1px;
}

.stripedRow.main > div{
  /* background: #d6d2f3e6; */
  font-size: clamp(9px, 1.1vw, 14px);
  font-weight: 600;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  text-align: center;
  min-width: 0;
}

.stripedRow > div:not(:last-child){
  border-right: solid 2px #ffffffa7;
}
.stripedRow.borbot{
  border-bottom: solid 2px #ffffffa7;
}

.text-dark-gray {
  color: #5d6e81 !important;
}

.solidRow {
  background: #f9fafb;
  box-shadow: inset -2px 2px hsl(0 0 100% / 1), rgb(65 38 77 / 39%) 0px 8px 10px -10px;
  font-size: clamp(11px, 1.2vw, 13px);
  /* margin-right: -8px; */
  /* font-family: "Ablation", sans-serif; */
  /* font-weight: 500; */
  /* box-shadow: rgb(0 0 0 / 10%) 0px 19px 38px, rgb(0 0 0 / 15%) 0px 15px 12px; */
  /* padding: 5px 0; */
}

.solidRow.simplebot {
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
}

.solidRow > div {
  display: flex;
  align-items: center;
}
.solidRow > div:not(:last-child) {
border-right: solid 2px #ffffffa7;
}

.solidRow > div:not(:first-child) {
  justify-content: center;
}

.minH{
  min-height: 5px;
}

.alb{
  font-family: "Ablation", sans-serif;
}

.checkall-btn {
  border-radius: 18px !important;
    padding: 8px 5px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 10px;
    /* box-shadow: 3px 3px 20px rgb(73 69 110), -1px -3px 17px rgb(255 255 255 / 45%); */
    box-shadow: 3px 3px 10px rgb(113 102 128 / 80%), -2px -1px 7px rgb(184 169 204 / 17%);

}

.solidRow .form-switch .form-check-input{
  width: 2.5em;
  cursor: pointer;
}

.solidRow .form-check-label{
    padding-left: 14px;
}

.form-check-label {
  cursor: pointer;
  color: #677788;
}

.form-flex {
  display: flex;
  align-items: flex-end;
}

.ms-37 {
  margin-left: 37px;
}

.prodPriceInput{
  width: 98%;
  border: none;
  text-align: center;
  /* font-weight: 500; */
}

.prodPriceInput:focus{
  outline: none !important;
  border:1px solid #8997EA;
  border-radius: 5px;
}

.solidRow.disabled{
  color: grey !important;
}

.solidRow.disabled >div:not(:first-child){
  pointer-events: none;
  color: grey !important;
}

.solidRow.disabled .dropdown,
.solidRow.disabled .dropdown * { pointer-events: auto !important; }

.isdisabled{
  pointer-events: none;
  color: grey !important;
}

.isdisabled span{
  color: grey !important;
}

.isdisabled img{
  filter: contrast(0.1) grayscale(.6);
}

.solidRow .prodPriceInput{
  background-color: #f9fafb;
}
.solidRow .adrop{
  color: #4b2e57;
}
.solidRow.disabled .adrop{
  color: rgba(89, 89, 89, 0.558);
}

.solidRow.disabled .prodPriceInput{
  background-color: rgb(216 216 223 / 0%) !important;
  color: grey !important;
}

.solidRow.disabled .form-check-input:checked{
  background-color: #bec5cc87 !important;
  border-color: #bec5cc00 !important;
  /* border: 1px solid #bec5cc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2838, 60, 85, 0.3%29'/%3e%3c/svg%3e"); */
}

.switch-input:checked ~ .switch-red {
    background: #9b1f1f !important;
}

.bg-label-gray {
    background-color: rgb(249 250 251) !important;
    color: var(--bs-blue) !important;
}

.solidRow.disabled .form-check-label {
  color: rgb(128 128 128 / 64%) !important;
}

.sullp-menu li{
  color: #1A205E;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
}

.table-navs li a{
  cursor: pointer;
}

.btn-give {
  font-weight: 600;
  width: 95px;
  padding: 2px 1px 6px 1px;
  font-size: 14px;
  border-radius: 20px !important;
  box-shadow: inset -2px -3px 0px -2px #d3d3dda3;
  border-top: 2px solid rgb(93 111 164);
  border-left: 2px solid rgb(91 117 167);
  border-right: 1px solid rgb(82 133 163);
  transition-duration: .2s;
}

.btn-give:hover{
  box-shadow: 0 2px 6px #5a409a;
  border-color: transparent;
}

.btn-give.text-green:hover{
  background-color: #247a3b;
  color: #fff;
  transition-duration: .2s;
}

.btn-give.text-red:hover{
  background-color: #a24646;
  color: #fff !important;
  transition-duration: .2s;
  
}

.color-white{
  color: #ffff;
}
#pageloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 99999;
}

#pageloader .sk-chase {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  
  margin: auto;
}

.analytics-card{
  background-color: #ffffff52;
  border: solid 2px #ffffff75;
  border-radius: .4rem;
  min-height: 125px;
  height: 100%;
}

.month-card{
  min-height: 418px;
}

.bg-yellow{
  background-color: #f2fd41cc;
}

.bgyellow{
  background-color: #f2fd41cc;
}

.smsInput{
  border-color: #000000c2;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.curiers-col{
  border-left: 1px solid;
  min-height: 65vh;
}

.curier-card{
  background-color: #ffffff52;
  border: solid 2px #ffffff75;
  border-radius: .5rem;
  min-height: 110px;
}

.curier-card .card-header {
  padding: 5px;
}

.chBxContainer {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chBxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chBxContainer .led {
  background-image: -moz-linear-gradient(top, #fb1304 0%, #e35843 50%, #edad99 100%);
  background-image: -ms-linear-gradient(top, #fb1304 0%, #e35843 50%, #edad99 100%);
  background-image: -o-linear-gradient(top, #fb1304 0%, #e35843 50%, #edad99 100%);
  background-image: -webkit-linear-gradient(top, #fb1304 0%, #e35843 50%, #edad99 100%);
}

.chBxContainer input:checked ~ .led ,.led.small.green {
  background-image: -moz-linear-gradient(top, #13fB04 0%, #58e343 50%, #ADED99 100%);
  background-image: -ms-linear-gradient(top, #13fB04 0%, #58e343 50%, #ADED99 100%);
  background-image: -o-linear-gradient(top, #13fB04 0%, #58e343 50%, #ADED99 100%);
  background-image: -webkit-linear-gradient(top, #13fB04 0%, #58e343 50%, #ADED99 100%);
}

.led {
  border-radius: 15px;
  width: 25px;
  height: 24px;
  /* box-shadow: 0px 0px 4px 0px #5a409a; */
}

.led:after {
  /* display: block;
  content: '';
  margin-left: 2px;
  width: 20px;
  height: 14px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 100%); */
}


.led.small {
  width: 17px;
  height: 16px;
}

.led.small:after {
  width: 13px;
  height: 8px;
}

.led.small.green {
  background-image: -moz-linear-gradient(top, #2e8128 0%, #367f2b 50%, #39a218 100%);
  background-image: -ms-linear-gradient(top, #2e8128 0%, #367f2b 50%, #39a218 100%);
  background-image: -o-linear-gradient(top, #2e8128 0%, #367f2b 50%, #39a218 100%);
  background-image: -webkit-linear-gradient(top, #2e8128 0%, #367f2b 50%, #39a218 100%);
}

.led.small.red {
  background-image: -moz-linear-gradient(top, #7f2924 0%, #bb331e 50%, #bf431f 100%);
  background-image: -ms-linear-gradient(top, #7f2924 0%, #bb331e 50%, #bf431f 100%);
  background-image: -o-linear-gradient(top, #7f2924 0%, #bb331e 50%, #bf431f 100%);
  background-image: -webkit-linear-gradient(top, #7f2924 0%, #bb331e 50%, #bf431f 100%);
  opacity: .8;
}

.led.small.orange {
  background-image: -moz-linear-gradient(top, #d8c928 0%, #c3c714 50%, #ffe93e 100%);
  background-image: -ms-linear-gradient(top, #d8c928 0%, #c3c714 50%, #ffe93e 100%);
  background-image: -o-linear-gradient(top, #d8c928 0%, #c3c714 50%, #ffe93e 100%);
  background-image: -webkit-linear-gradient(top, #d8c928 0%, #c3c714 50%, #ffe93e 100%);
  opacity: .8;
}

.led.small.gray {
  background-image: -webkit-linear-gradient(top, #434141 0%, #6d6c6c 50%, #9e9e9e 100%);
  background-image: -moz-linear-gradient(top, #434141 0%, #6d6c6c 50%, #9e9e9e 100%);
  background-image: -ms-linear-gradient(top, #434141 0%, #6d6c6c 50%, #9e9e9e 100%);
  background-image: -o-linear-gradient(top, #434141 0%, #6d6c6c 50%, #9e9e9e 100%);   
  opacity: .7;
}

.leftc{
  display:table-cell; 
  width: 178px;
  text-align: center;
}

.rightc{
  display:table-cell; 
  vertical-align:middle;
}   

.ddown-arrow {
  border: solid rgb(170 204 237);
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.curier-chk {
  cursor: pointer;
}










.text-grayd {
  color: #636379;
}

.today {
  box-shadow: inset 0 0 2px 0px #5a409a;
  color: #5a409a !important;
}

.card-transperent li i {
  z-index: 1;
}

.supplier-auto {
  font-size: 35px;
  color: #55095e45;
}

.supplier-auto.active{
  color: green;
}

.tooltip{
  z-index: 151 !important;
}

.analytics-card ul {
  font-weight: 500;
}

.analytics-card .ancount {
  color: #1a205e;
}

.filter-month {
  position: relative;
  top: -50px;
  left: 15px;
  margin-bottom: -60px;
  animation: fadeIn;
  animation-duration: 7s;
}

.filter-month label {
  cursor: pointer;
}

.filter-month label img {
  width: 25px;
}

.filter-pie {
  position: relative;
  top: -8px;
  left: 15px;
  animation: fadeIn;
  animation-duration: 5s;
}

.filter-pie.time {
  position: relative;
  top: -13px;
  left: -9px;
  animation: fadeIn;
  animation-duration: 5s;
}

.filter-pie a img {
  width: 25px;
}

.shops_sp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.shops_sp li {
  list-style: none;
}

.w-133 {
  width: 133px;
}

.w-67 {
  width: 67%;
}

.table-stripped-second th{
  background-color: #ffffff66 !important;
  color: #5a409a !important;
  text-align: center;
  vertical-align: middle;
  height: 50px;
}

.table-stripped-second > :not(:first-child) {
  border-top: none !important;
}

.table-stripped-second tr{
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  border: 0px transparent;
}

.table-stripped-second tr td {
  border-right: 6px double #ffffff3b;
}

.table-stripped-second tr td:last-child {
  border-right: none;
}

.table-stripped-second tr:nth-child(even) {
  background-color: #ffffff33;
}

.table-responsive-shadow {
  /* box-shadow: rgb(100 100 111 / 20%) -3px 9px 20px 8px; */
  box-shadow: rgb(191 187 232) -3px 9px 20px 8px;
}

.table-stripped-second .edited-tr {
  background-color: #ffffff !important;
  position: relative;
  box-shadow: rgb(0 0 0 / 12%) 0px 13px 20px 4px, rgb(0 0 0 / 16%) 0px -7px 20px;
  height: 70px;
}
.table-stripped-second .edited-tr td {
  border: none;
}

.table-stripped-second .edited-tr .absolute {
  position: absolute;
  right: -6px;
  top: 22%;
}

.table-stripped-second .edited-tr .absolute button {
  position: fixed;
}

.tariff-div {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: flex-end;
}

.searchingwait {
  font-size: 18px;
  color: #5a409a;
}

.sk-primary .sk-bounce-dot, .sk-primary .sk-chase-dot:before, .sk-primary .sk-circle-dot:before, .sk-primary .sk-circle-fade-dot:before, .sk-primary .sk-fold-cube:before, .sk-primary .sk-grid-cube, .sk-primary .sk-swing-dot, .sk-primary .sk-wave-rect, .sk-primary.sk-plane, .sk-primary.sk-pulse {
    background-color: #5a409a !important;
}

.nice-select {
  color: #5a409a;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  outline: none;
  background-color: white;
  height: 35px;
  padding-left: 13px;
  padding-right: 25px;
}

.nice-select:focus {
  border-color: #5a409ab8 !important;
}

.nice-select .nice-select-dropdown {
  width: 100%;
  /* border-radius: 15px; */
  margin-top: 7px;
}
.nice-select .list {
  max-height: 50vh;
  overflow-y: auto;
}

.twitter-typeahead {
  width: 100% !important;
}

.bigarrow {
  border: solid #5a409a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}

.arrowdiv.right {
  /* margin-top: 1px; */
  padding-left: 4px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-top: 9px;
}

.arrowdiv.left {
  /* margin-top: 1px; */
  padding-left: 13px;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-top: 9px;
}

.arrowdiv:hover {
  transform: scale(1.1);
}

.bigarrow.bigright {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 3px;
}

.bigarrow.bigleft {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: 5px;
}

.search-ident {
  padding: 21px 50px 20px 20px;
  width: 90% !important;
}

.searchButtonBig {
  margin-left: -41px;
  margin-top: 3px;
}

.searchButtonBig img{
  height: 38px;
}

.autosw .switch-label {
  color: #1A205E;
}

.pagination {
  margin-top: 8px;
  margin-right: 3px;
}

.pagination .page-item:first-child{
  border-radius: 5px 0 0 5px;
}

.pagination .page-item:last-child {
  border-radius: 0 5px 5px 0;
}

.searchTerm:hover {
  border-color: #dbdbdb;
}

.px-6p {
  padding-left: 6px;
  padding-right: 6px;
}

.fs-24 {
  font-size: 24px !important;
}

.bg-green {
  background-color: #11772dc2 !important;
}

.text-small {
  font-size: 9px;
  padding-top: 3px;
  padding-bottom: 2px;
}

.bg-fio {
  background-color: darkorchid;
}
.bg-norm {
  background-color: #443679e0;
}

.pagination .page-item:not(.active) .page-link {
  background-color: #ffffff !important;
  line-height: 1;
}
.card-datatable .pagination .page-item:not(.active) .page-link {
  background-color: #eeeff1 !important;
}

.pagination .page-item:not(.active):hover .page-link {
  color: #ffffff !important;
  background-color: #5a409a90 !important;
}

.suppliers-name {
  font-size: 16px; 
  letter-spacing: -1px;
  text-transform: uppercase;
}

.square-switch.form-switch .form-check-input {
  width: 2.5rem;
  height: 1.35rem;
  margin-left: 0;
  background-color: #e9ecee;
  border-radius: .25rem;
  border: 1px solid transparent;
  background-image: none;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  transition: background-color .2s ease;
}

.square-switch.form-switch .form-check-input::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  margin: .25rem 0 0 .25rem;
  width: 13px;
  height: 13px;
  border-radius: calc(.25rem - 2px);
  background-color: #fff;
  box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, .2);
  transition: left .2s ease;
}

.square-switch.form-switch .form-check-input:checked {
  background-color: #5a409a;
  border-color: #5a409a;
}

.square-switch.form-switch .form-check-input:checked::after {
  left: 1.15rem;
}

.square-switch.form-switch .form-check-input:focus {
  box-shadow: none;
}

.category-dropdown-wrapper .btn.dropdown-toggle {
  border-color: #d3dae2;
  color: #677788;
}

.btn.dropdown-toggle:focus,  .btn.dropdown-toggle:hover{
    background-color: #ffffff00 !important;
}

.category-dropdown {
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  min-width: 180px;
}

.category-dropdown .dropdown-item {
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
}

.select-toggle-wrapper {
  display: inline-flex;
  align-items: center;
}

.select-toggle-wrapper .select-toggle-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 32px;
  border-radius: .25rem;
  border: 1px solid #d3dae2;
  background-color: #eef0f2;
  color: #5a409a;
  cursor: pointer;
  padding: 0;
}

.select-toggle-wrapper input:checked + .select-toggle-btn {
  background-color: #5a409a;
  color: #fff;
  border-color: #5a409a;
}

#toggleRrc {
    -webkit-appearance: none;
    background-color: white;
    outline: none;
    position: relative;
    height: 30px;
    width: 75px;
    border: 2px solid #fafafa;
    border-radius: 2.5rem;
    cursor: pointer;
    box-shadow: 3px 3px 10px rgb(113 102 128 / 80%), -2px -1px 7px rgb(184 169 204 / 17%), inset 10px 10px 12px -10px rgb(113 102 128 / 80%), inset 9px 9px 12px -10px #fff;
}

#toggleRrc::before {
  content: "";
    height: 22px;
    width: 22px;
    background-color: #fafafa;
    position: absolute;
    margin: auto;
    top: 0;
    left: 3px;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 3px 2px 20px #c3c3c3, -2px 1px 1px rgb(189 189 189 / 60%);
    transition: 0.15s;
}

#toggleRrc::after {
    content: "РРЦ";
    position: absolute;
    font-size: 14px;
    top: 4px;
    right: 10px;
    color: #86868b;
    font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    letter-spacing: 0.004em;
}

#toggleRrc:checked {
  background: #5a409a;
  box-shadow: 3px 3px 15px rgb(60 58 61 / 30%), -1px -3px 13px rgb(255 255 255 / 45%), inset 10px 10px 15px -10px #7f5e8c, inset -10px -10px 15px -10px #7a5b86;  
}

#toggleRrc:checked::before {
  left: 47px;
  box-shadow: none;
}

#toggleRrc:checked::after {
  content: "РРЦ";
  left: 12px;
  color: #f5f5f7;
}

.img-transp {
  filter: contrast(0.8);
}

.checkboxDiv .form-check-input:checked {
  background-position: unset;
  box-shadow: unset;
  background-color: #5a409a;
}

.custom-file-button input[type=file] {
  margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}

.custom-file-button:hover label {
  background-color: #ffffff;
  cursor: pointer;
}

.custom-file-button .input-group-text {
  border-radius: 5px 0 0 5px;
  font-size: 12px;
  min-width: 42%;
  justify-content: center;
}

.custom-file-button input {
  border-radius:  0 5px 5px 0 !important;
  padding-top: 15px;
  justify-content: center;
}

.select-warr .draggable {
    font-size: 18px;
    border: 3px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    cursor: pointer;
}

.select-warr label {
  font-size: 20px;
}

.border-left {
  border-right: 2px solid white;
}

.orders_tab_link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
}

.orders_round_counter {
  border-radius: 50%;
  text-shadow: none;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #686868;
  text-align: center;
  font-weight: 600 !important;
  font-size: 11px;
  margin-left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu-count {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px !important;
    font-weight: 600;
    background: #ffffff;
    color: #5a409a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check-input:checked {
    background-color: #5a409a;
    border-color: #5a409a;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover, .pagination li.active>a:not(.page-link), .pagination li.active>a:not(.page-link):focus, .pagination li.active>a:not(.page-link):hover {
    background-color: #5a409a;
    border-color: #5a409a;
}

.colibri__main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68vh;
}

.min-300 {
  min-height: 300px;
}

/* .colibri__main .greeting {
  position: relative;
  padding: 30px 32px 18px 32px;
  border-radius: 8px;
  margin-bottom: 60px;
  text-align: center;
  box-shadow: 1px -1px 15px 3px #fff;
  color: transparent; 
  background: url(../img/noise_violet.webp) center/cover no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.colibri__main .greeting::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 15px;
  border-radius: inherit;
  background: url(../img/noise_violet.webp) center/cover no-repeat;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
} */

.colibri__main .greeting {
  padding: 30px 32px 30px 32px;
  /* border: 15px solid #fff;
  border-radius: 8px;
  margin-bottom: 60px;
  box-shadow: 1px -1px 15px 3px #fff;
  text-align: center; */
}
.colibri__main h1 {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Ablation", sans-serif;
  /* color: #fff;
  font-weight: 700; */
}

.table-orders th {
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}

.table-orders td {
  text-align: center;
  padding: 4px 2px;
  font-size: 13px;
}

.botton-border{
  border-bottom: 2px solid #5a409a3b;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.w-70p {
  min-width: 70px !important;
}

td.order_column{
  position: relative;
  padding: 0;         
  vertical-align: middle; 
}

@media (min-width: 768px) {
  td.order_column > .td-inner {
    position: absolute;
    inset: 0;                /* top:0; right:0; bottom:0; left:0; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
}

.btn-give-new {
    font-weight: 400;
    width: 95px;
    padding: 2px 1px 6px 1px;
    font-size: 13px;
    border-radius: 20px !important;
    transition-duration: .2s;
    color: #000000c2;
    background-color: #cdcbe1;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 6px;
}

.btn-give-new:hover{
  font-weight: 600;
  box-shadow: 0 2px 6px #5a409a70;
  color: #000000c2;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.autoorders-sw-label {
  color: #5a6b7e;
  font-weight: 600;
  font-size: 9px;
  line-height: .8;
}

.print-chbox {
  width: 1.4em;
  height: 1.4em;
}

.orderCostInput {
    width: 100%;
    border: none;
    text-align: center;
    color:#17459c;
    background-color: #bfbbdc00;
}

.orderCostInput:focus{
  outline: none;
}

.table-navs.subnavs a{
  font-size: 14px;
  text-transform: uppercase;
}

.table-navs.subnavs li {
  margin: 0;
}

.orders_round_counter.small {
  width: 17px;
  height: 17px;
  font-size: 11px;
  margin-bottom: 3px;
}

.prod-manual button {
  background: none;
  border: none;
  border-bottom: 1px solid;
  color: #1A205E66;
  font-size: 18px;
  font-weight: 900;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  word-spacing: -3px;
}

.loading-spinner {
  position: fixed;
  z-index: 999;
  height: 6em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.loading-spinner:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20,.4), rgba(0, 0, 0, .5));
  background: -webkit-radial-gradient(rgba(20, 20, 20,.4), rgba(0, 0, 0,.5));
}

.colibri__main.small {
  height: auto;
  flex-direction: column;
}

.colibri__main.small  .greeting{
  padding: 14px 12px 10px 12px;
  /* border: 8px solid #fff; */
  border-radius: 3px;
  margin-bottom: 0px;
  /* box-shadow: 1px -1px 15px 0px #fff; */
}
.colibri__main.small h1 {
  font-size: 20px;
  /* color: #fff; */
  margin-bottom: 0
}

.last_info {
  min-width: 40vw;
  max-width: 65vw;
  text-align: center;
  font-size: 17px;
  padding: 5px;
}

.last_info span {
  display: inline-block;
  padding-bottom: 10px;
}

.last_info span::after{
  content: "\a";
  white-space: pre;
}

.bordered_info {
  border: 2px solid #fff;
  min-width: 40vw;
  max-width: 90vw;
  text-align: center;
  font-size: 17px;
  padding: 5px;
}

.unbordered_info {
  min-width: 25vw;
  max-width: 35vw;
  text-align: center;
  font-size: 15px;
  padding: 6px;
}

.bordered_info.width2 {
  max-width: 60vw;
}

.unbordered_info.width2 {
  max-width: 50vw;
}

.min25 {
  min-width: 25vw;
}

.min30 {
  min-width: 30vw;
}

.viol-label {
  color: #5a409a;
  font-size: 18px !important;
  font-weight: 400;
}

.green-check .form-check-input {
  width: 2em;
  height: 2em;
  cursor: pointer;
}

.bottype_div .green-check .form-check-input {
  width: 1.6em;
  height: 1.6em;
}

.green-check .form-check-input:checked {
  background-color: #99b83c;
  border-color: #99b83c00;
  box-shadow: rgb(0 0 0 / 43%) 1px 1px 4px 0px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}



.next-btn {
  font-size: 22px;
  font-weight: 600;
  color: #5a409a;
}

.next-btn:hover {
  transform: scale(1.05);
  color: #98268c;
}

.next-btn.small {
  font-size: 18px;
  padding: 0 5px;
}

.hiddenel {
  visibility: hidden;
  max-height: 0;
}

.invouseHtmlBox {
  background-color: white;
  height: 72vh;
  overflow-y: auto;
  box-shadow: rgb(0 0 0 / 43%) 8px 8px 11px 0px;
 }

 .invss .titles-button {
  padding: 2px 10px;
 }

.hidden {
  display: none;
}

.packsInput {
  width: 30px;
  height: 30px;
  padding: 2px;
  text-align: center;
}

.icon-wrap.flop:hover {
  transform: scale(1.05);
}

.mt-2p {
  margin-top: 2px;
}

.rating-row i {
  font-size: 14px;
}
.text-grays {
  color: #6363796e;
}

.supplier_inp .form-label{
  font-size: 14px;
}

.supplier_inp .form-select {
  background-image: url(../img/clip.png);
  background-size: 22px 19px;
}

.hovered:hover, .hovered:hover i {
  transform: scale(1.05);
}


.small-im {
  width: 30px;
}

.simple-foto-div {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-foto-div img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  /* mix-blend-mode: multiply; */
  /* filter: brightness(1.05) contrast(1.05); */
}

.simple-foto-mobile {
  max-width: 140px;
}

.simple-foto-mobile img {
  max-height: 110px;
  width: 100%;
  object-fit: contain;
}

.percent-switch .form-check-label{
  font-size: 16px;
  font-weight: 500;
}

.simple-percent {
  width: 50px;
  padding: 2px 10px;
  font-weight: 500;
}

.btn-small {
  font-size: smaller;
  padding: 2px 5px;
  height: 25px;
  border-radius: 8px;
}

[x-cloak] {
  display: none;
}

.chk-width {
  width: 13px;
  padding-top: 2px;
  /* width: 22px; */
}

.mark-button-img {
  filter: brightness(0) invert(1);
  height: 35px;
}

.ps-34 {
  padding-left: 34px;
}

.lock-icon {
  font-size: 11px;
  color: darkgray;
  position: absolute;
  margin-top: -6px;
}

.color-yellow {
  color: #ffd710;
}

.red-info {
  color: #991e1e;
  cursor: pointer;
  font-size: 23px !important;
}

.turboinput.disabled {
  pointer-events: auto;
}

.article {
  color: #1A205E;
  font-size: 15px;
  font-weight: 500; 
}

.modal-second {
  box-shadow: rgb(0 0 0 / 56%) 0px 25px 70px 20px !important;
}

.page-sizer {
  padding: 4px 15px;
  margin-top: 8px;
  margin-left: 5px;
}

.inherit-btn {
  /* width: 100%; */
  color: #000;
  line-height: .9;
  min-height: 32px;
  padding: 5px 8px;
  outline: none;
  border: none;
  background: inherit;
  border-radius: 8px;
  cursor: pointer;
  transition: all .3s ease-in;
  box-shadow: -2px -1px 4px rgba(255, 255, 255, 0.4), 3px 2px 6px rgba(0, 0, 0, 0.3), inset 0 0 1px 0px rgb(255 255 255 / 35%);
}

.inherit-btn:active,
.inherit-btn:focus,
.inherit-btn:hover {
  color: #0000009c;
  box-shadow: -2px -1px 4px rgba(255, 255, 255, 0.4), 3px 2px 6px rgba(0, 0, 0, 0.3), inset 0 0 1px 0px rgb(255 255 255 / 35%),
  inset -2px -2px 6px 0px rgba(255, 255, 255, 0.5), inset 4px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.w-px-120 {
  width: 120px;
}

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

.w-px-100 {
  width: 100px;
}

.nav-info {
  font-size: 11px; 
  color: #677788; 
  text-align: end; 
  padding-right: 14px
}

.color-graysy {
  color: #677788;
}

.z-999 {
  z-index: 999;
}

.w-100-md-50 {
  width: 50%;
}

.responsive-span {
  font-size: clamp(10px, 1vw, 12px);
  white-space: nowrap;
}

.table-users tr td:not(:last-child),
.table-users tr th:not(:last-child) {
    border-right: 3px solid #ffffff80;
}


.table-users th {
  background-color: #cdcbe1 !important;
  color: #1A205E !important;
  text-align: center;
  vertical-align: middle;
  height: auto;
  text-transform: inherit;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

.shadow2 {
  box-shadow: rgb(100 100 111 / 20%) -2px 3px 20px 1px;
}

.normal-label {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
}

.form-check-green .elabel{
  font-family: 'Roboto', sans-serif;
  color: #1A205E;
}

.sullpier-text {
  font-size: 16px;
  font-weight: 500;
}

.w-33 {
  width: 33%;
}

.w-66 {
  width: 66%;
}

/* ===== MEDIA only screen and (max-device-width: 1580px) START ===== */
@media only screen and (max-device-width: 1580px) {
  .bg-shape,
  .authentication-wrapper.authentication-basic .authentication-inner:before {
    display: none;
  }
}
/* ===== MEDIA only screen and (max-device-width: 1580px) END ===== */

/* ===== MEDIA (max-width: 1366px) START ===== */
@media (max-width: 1366px) {
  .desktop-small-hide {
    display: none !important;
  }
}
/* ===== MEDIA (max-width: 1366px) END ===== */

/* ===== MEDIA (min-width: 992px) START ===== */
@media (min-width: 992px) {
  .parser-filter-select {
    min-width: 140px;
  }

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

  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
}
/* ===== MEDIA (min-width: 992px) END ===== */

/* ===== MEDIA (max-width: 768px) START ===== */
@media (max-width: 768px) {

  .solidRow .prodPriceInput {
    text-align: end;
    background-color: #ffffff;
  }
  
  .point-row {
        font-size: small;
        font-weight: 500;
        padding: 0px;
        background: #f9fafb;
        border-bottom: 2px solid;
        border-color: #d4d8dd;
        box-shadow: inset -2px 2px hsl(0 0 100% / 1), rgb(65 38 77 / 25%) 0px 5px 30px -10px;
  }

  .w-sm-100 {
    width: 100% !important;
  }
  .orderCostInput {
      width: 25%;
      border: none;
      text-align: center;
      color: var(--bs-dark);
      background-color: #bfbbdc00;
      border: 1px solid #c7c7c8;
      border-radius: 2px;
  }

  .table-orders td {
    font-size: 16px;
  }

  .dt-search {
    width: 100%;
  }
  .modal-80 {
    max-width: 98vw !important;
  }

  .card .card-datatable table.datatables-column thead {
    display: none !important;
  }
  .card .card-datatable table.datatables-column tbody tr {
    display: block !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    padding: 1rem;
    margin: .75rem 0;
  }
  .card .card-datatable table.datatables-column tbody td {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    border: 0 !important;
    padding: .35rem 0 !important;
    width: 100% !important;
    white-space: normal !important;
    text-align: left !important;
  }
  .card .card-datatable table.datatables-column tbody td::before {
    content: attr(data-label-text);
    font-weight: 600;
    color: #6c757d;
    max-width: 50%;
  }
  .card .card-datatable table.datatables-column tbody td > * {
    flex: 1 1 50%;
    text-align: right;
  }
  .card .card-datatable table.datatables-column tbody td .orders-mobile-field {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .card .card-datatable table.datatables-column tbody td .orders-mobile-field::before {
    content: attr(data-label-text);
    font-weight: 600;
    color: #6c757d;
  }

  /* Message as block */
  .card .card-datatable table.datatables-column tbody td.column-message {
    display: block !important;
  }
  .card .card-datatable table.datatables-column tbody td.column-message::before {
    display: block;
    margin-bottom: .25rem;
  }
  .card .card-datatable table.datatables-column tbody td.column-message > * {
    text-align: left !important;
  }
  .card .card-datatable table.datatables-column tbody td.column-shops {
    display: block !important;
  }
  .card .card-datatable table.datatables-column tbody td.column-shops::before {
    display: block;
    margin-bottom: .4rem;
  }
  .card .card-datatable table.datatables-column tbody td.column-shops .shop-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: .15rem 0;
    gap: .75rem;
  }
  .card .card-datatable table.datatables-column tbody td.column-shops .shop-row .shop-name {
    font-weight: 500;
    color: #3b4248;
    flex: 1;
  }
  .card .card-datatable table.datatables-column tbody td.column-shops .shop-row .shop-count {
    font-weight: 500;
    color: #3b4248;
    white-space: nowrap;
    display: inline-block;
  }
  .card .card-datatable table.datatables-column tbody td.column-products {
    display: none !important;
  }
  .card .card-datatable table.datatables-column tbody td.column-recipient {
    display: block !important;
  }
  .card .card-datatable table.datatables-column tbody td.column-recipient::before {
    display: block;
    margin-bottom: .25rem;
  }
  .card .card-datatable table.datatables-column tbody td.column-recipient > * {
    text-align: left !important;
  }

  /* Right align Status & Actions */
  .card .card-datatable table.datatables-column tbody td.cell-end {
    justify-content: flex-end !important;
  }
  .card .card-datatable table.datatables-column tbody td.cell-end > * {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    text-align: right !important;
  }
  .card .card-datatable table.datatables-column tbody td.cell-end .d-flex,
  .card .card-datatable table.datatables-column tbody td.cell-end .form-check {
    width: auto !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
  }
  .card .card-datatable table.datatables-column tbody td.cell-end a {
    margin-left: .4rem;
  }

  .expenses-table tbody td {
    align-items: center !important;
  }
  .expenses-table tbody td::before {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .expenses-table tbody td > * {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .expenses-table tbody td .action-buttons {
    width: 100%;
    justify-content: flex-end !important;
  }

  /* Products table mobile layout */
  .products-table {
    font-size: 0.95rem;
  }
  .products-table .row.stripedRow.main {
    display: none !important;
  }
  .products-table .product-card {
    width: 100%;
    position: relative;
    border: 1px solid #e4e6ef;
    border-radius: .5rem;
    padding: 1rem .5rem 1rem;
    margin-top: .5rem;
    background-color: #fff;
    box-shadow: 0px 0px 20px 10px rgba(15, 23, 42, .08);
  }
  .products-table .product-card .checkboxDiv {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: auto;
    margin: 0;
    z-index: 2;
  }
  .products-table .product-card .notcheckboxDiv {
    width: 100%;
    padding-left: 0;
  }
  .products-table .product-card .checkboxDiv + .notcheckboxDiv {
    padding-left: 1rem;
  }
  .products-table .product-title-row {
    margin-bottom: .75rem;
  }
  .products-table .product-title-row .col {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .products-table .product-title-row a {
    font-size: 15px;
    font-weight: 600;
    color: #1d1d1f;
  }
  .products-table .product-row {
    display: block !important;
    padding: 0 !important;
    margin-bottom: 1rem;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
  .products-table .product-row .product-cell {
    display: flex !important;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    padding: .45rem 0 !important;
    border-bottom: 1px solid #f0f1f5;
  }
  .products-table .product-row .product-cell:last-child {
    border-bottom: 0;
  }
  .products-table .product-row .product-cell::before {
    content: attr(data-label-text);
    /* font-weight: 600; */
    color: #6c757d;
    flex: 0 0 45%;
    max-width: 45%;
    text-align: left;
    font-size: 14px;
    /* margin-left: -30px; */
  }
  .products-table .product-row .product-cell > * {
    flex: 1 1 55%;
    text-align: left;
  }
  .products-table .product-row .product-cell > .d-flex,
  .products-table .product-row .product-cell > div,
  .products-table .product-row .product-cell > span,
  .products-table .product-row .product-cell > form {
    width: 100%;
  }
  .products-table .product-row .product-cell .d-flex,
  .products-table .product-row .product-cell .form-check,
  .products-table .product-row .product-cell .field-card {
    justify-content: flex-end !important;
  }
  .products-table-simple .product-row {
    height: auto !important;
    display: block !important;
  }

  .products-table-simple .product-row .product-cell::before {
    padding-left: .5rem;
  }
  .products-table-simple .product-row .product-cell > * {
    padding-right: .5rem;
  }
  .products-table-simple .product-row .simple-foto-col {
    display: none !important;
  }
  .products-table .product-row .product-cell[data-label-text="Точка продаж"] {
    flex-direction: column;
    align-items: flex-start;
    gap: .35rem;
  }
  .products-table .product-row .product-cell[data-label-text="Точка продаж"]::before {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .products-table .product-row .product-cell[data-label-text="Точка продаж"] > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .products-table .product-row .product-cell[data-label-text="Точка продаж"] .d-flex {
    justify-content: flex-start !important;
  }
  .products-table .product-row .product-cell[data-label-text="Прибыль"] > *,
  .products-table .product-row .product-cell[data-label-text="Прибыль"] span {
    text-align: right !important;
    display: block;
  }
  .products-table .product-row .product-cell .prodPriceInput,
  .products-table .product-row .product-cell input,
  .products-table .product-row .product-cell button,
  .products-table .product-row .product-cell span,
  .products-table .product-row .product-cell .dropdown-toggle {
    font-size: 0.95rem;
  }

  /* wider switch */
  .card .card-datatable .form-check-input {
    /* width: 3rem !important; */
    /* height: 1.6rem !important; */
    zoom: 1.2 !important;
  }

  /* show icons + short text */
  .card .card-datatable table.datatables-column tbody td.column-actions a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    text-decoration: none;
    color: #5f5f5f;
    margin-left: .3rem;
  }

  .card .card-datatable table.datatables-column tbody td.column-actions a i {
    font-size: 1.1rem;
    margin-right: .25rem;
    display: inline-block !important;
  }

  .card .card-datatable table.datatables-column tbody td.column-actions a:first-child::after {
    content: "Редакт.";
    display: inline-block;
  }

  .card .card-datatable table.datatables-column tbody td.column-actions a:last-child::after {
    content: "Удалить";
    display: inline-block;
  }

  .card .card-datatable table.datatables-column td.column-actions a {
    padding: .25rem .5rem !important;
    border: 1px solid #2125297a !important;
    border-radius: .25rem !important;
    color: #212529 !important;
    background-color: transparent !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
  .card .card-datatable table.datatables-column td.column-actions a i {
    font-size: 1rem;
  }

  .card .card-datatable table.datatables-column tbody td.column-select .parser-type-select {
    width: auto;
    min-width: 130px;
    max-width: 170px;
  }

  .card .card-datatable table.datatables-column tbody td.column-shops .shops-list {
    display: block;
  }

  .card .card-datatable table.datatables-column tbody td.column-shops .shop-row {
    display: block;
    margin-bottom: .2rem;
  }

  .card .card-datatable table.datatables-column tbody td.column-shops .shop-count {
    display: none;
  }

  .repeater-title {
    margin-left: 0px;
    width: 100%;
  }

  .grey-form label {
    text-align: left;
    background-color: transparent;
    border-color: transparent;
  }

  .filter-month {
    top: -20px !important;
  }

  .employes-schedule .schedule-header-row {
    display: none;
  }

  .employes-schedule .main-row {
    border: none !important;
    padding: 1rem !important;
    margin: 0 0 1rem 0;
    border-radius: .75rem;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
  }

  .employes-schedule .main-row .schedule-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 0 .85rem 0 !important;
    display: block;
  }

  .employes-schedule .main-row .schedule-column:last-child {
    padding-bottom: 0 !important;
  }

  .employes-schedule .main-row .schedule-column::before {
    content: attr(data-label-text);
    display: block;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: .35rem;
  }

  .employes-schedule .main-row .schedule-card,
  .employes-schedule .main-row .schedule-card .card-body {
    background-color: transparent;
    box-shadow: none !important;
    padding: 0 !important;
    width: 100%;
  }

  .employes-schedule .main-row .schedule-card .card-body.mx-auto {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .employes-schedule .main-row .schedule-card .card-body.mx-auto.d-flex {
    justify-content: flex-end !important;
    text-align: right !important;
  }

  .employes-schedule .main-row .schedule-card .card-body.mx-auto .card-title,
  .employes-schedule .main-row .schedule-card .card-body.mx-auto input,
  .employes-schedule .main-row .schedule-card .card-body.mx-auto h6 {
    text-align: right !important;
  }
}

/* ===== MEDIA (max-width: 768px) END ===== */

/* ===== MEDIA (max-width: 576px) START ===== */
@media (max-width: 576px) {
  .simple-table tbody {
    font-size: 11px;
  }
}
/* ===== MEDIA (max-width: 576px) END ===== */

/* ===== MEDIA only screen and (max-device-width: 480px) START ===== */
@media only screen and (max-device-width: 480px) {
  .bg-shape3 {
    z-index: 0;
    top: 20px;
  }

  .bg-shape1 {
    top: -30px;
  }

  .ms-37 {
    margin-left: 13px;
  }
}
/* ===== MEDIA only screen and (max-device-width: 480px) END ===== */
@media (min-width: 769px) {
  .products-table-simple .product-row {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 30px;
    padding: 0 !important;
    margin-bottom: 0.75rem;
  }
  .products-table-simple .product-row .product-cell {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    border-bottom: 0 !important;
    padding: 0 0.5rem !important;
    gap: 0.25rem;
  }
  .products-table-simple .product-row .product-cell:first-child {
    justify-content: flex-start;
  }
}
