.component_simple_text_edit_name_left {
  margin-top: 2rem;
}

.component_simple_text_edit_name_left .param_name {
  padding-right: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.reports_stats_desc {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.simple-radio {
  margin-top: 1rem;
  border: 0 !important;
  display: flex;
}

.for-radio-container {
  margin-left: 1rem;
  display: flex;
}

.for-radio-container:first-of-type {
  margin-left: 0;
}

.editable_div {
  padding: 5px;
  border-radius: 3px;
  background-color: #eee !important;
}

.component_save_sheet_button {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
}

.component_save_sheet_button .btn {
  margin-left: 1rem;
}

.component_button {
  display: inline-flex;
}
label {
  text-transform: none!important;
}

.desktop-nav .logo {
  height: 91px;
}

.credentials_container {
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  -moz-box-shadow:    0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  box-shadow:         0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  background: #ececec;
  margin-top: 15vh;
}

.credentials_container a.reset-password,
.credentials_container span.description-reg {
  color: #696969;
}

.brand-container-blue1,
.brand-container-red1,
.brand-container-blue2,
.brand-container-red2 {
  background: #f1f1f1;
  background-position: center;
  background-size: cover;
  display: block;
  z-index: 999999999;
  border-radius: 5px;
  -webkit-box-shadow: 10px 5px 20px rgba(0,0,0,.5);
  box-shadow: 10px 5px 20px rgba(0,0,0,.5);
}

label.title-label {
  color: #696969;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 1.143rem;
  text-transform: none;
}


a.reg-acc {
  color: #e42d24;
  display: inline-block;
  margin-left: 15px;
  font-weight: normal;
  vertical-align: middle;
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 600;
}

.description-step li {
  display: inline-block;
  list-style: none;
  text-decoration: none;
  color: #696969;
}

.description-step li a {
  color: #696969;
}

/*** setInvoiceEmail ****/
/* clasele de aici sunt folosite si la  */
/* approveClient si retrimitere aprobare  */
/* ar trebui schimbate cu un nume mai generic   */


.setInvoiceEmail label {
  text-transform: none;
}

.success-invoice-mail-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.success-invoice-mail-box {
  padding: 1.5rem 2rem;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.set-invoice-mail.contact-right-container {
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  -moz-box-shadow:    0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  box-shadow:         0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  background: #ececec;
  margin-top: 15vh;
  padding: 2rem;
}

@media (min-width: 991px) {
  .set-invoice-mail.contact-right-container {
    margin-left: 20%;
  }
}

/* END setInvoiceEmail */

.jsonSheet p {
  text-indent: 1cm;
}

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

.jsonSheet [id^=main_container] {
  width:100%;
}
.strong {
  text-align: center;
}
.container {
  width: 80%;
}

.jsonSheet .waitmask {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255, 0.9);
  /* background-color: rgba(0,0,0, 0.3); */
  width: 100%;
  height: 100%;
  zoom: 1;
}

.jsonSheet .waitmask.absolute {
  position: absolute;
}

.jsonSheet .sheetLoader {
  /* mod */
  margin: 0 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /* end mod */
  width: 200px;
  text-align: center;
}

.jsonSheet .sheetLoader > div {
  margin: 6px;
  width: 25px;
  height: 25px;
  background-color: #0b72b5;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.5s infinite ease-in-out both;
  animation: sk-bouncedelay 1.5s infinite ease-in-out both;
  border-radius: 100%;
}

.jsonSheet .sheetLoader .bounce1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
  background-color: color(secondary, base);
}
.jsonSheet .sheetLoader .bounce2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  background-color: color(fourth, base);
}
.jsonSheet .sheetLoader .bounce3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
  background-color: $master-color;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dnone {
  display: none !important;
}

/* Shop Inventory */
.shopInventory__mainContainer {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 30rem;
  margin: 0 auto;
}

.shopInventory__shops {
  margin-top: 2rem;
}

.shopInventory__dateSelection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopInventory__date {
  margin: 0;
}

.shopInventory__prev,
.shopInventory__next {
  font-size: 2rem;
  flex: 1;
  display: flex;
  align-items: center;
}

.shopInventory__prev {
  justify-content: flex-start;
}

.shopInventory__next {
  justify-content: flex-end;
}

.shopInventory__genericList {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.shopInventory__visited {
  margin-top: 0.5rem;
  display: inline-block;
  width: 20%;
  margin-left: 3px;
  text-align: left;
  padding-left: 0.7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  background: transparent !important;
  border: 1px solid #e42d24 !important;
  color: #e42d24 !important;
  border-radius: 0.5rem;
  outline: 0;
}
.visited1 {
  color: green!important;
  border-color: green!important;
}
.visitedEnd1 {
  color: green!important;
  border-color: green!important;
}
.shopInventory__genericListItem {
  margin-top: 0.5rem;
  display: inline-block;
  width: 77%;
  text-align: left;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  background: transparent !important;
  border: 1px solid #e42d24 !important;
  color: #e42d24 !important;
  border-radius: 0.5rem;
  outline: 0;
}

.shopInventory__genericListItem:hover,
.shopInventory__genericListItem:focus,
.shopInventory__genericListItem:active {
  background-color: #e42d24 !important;
  border-color: #e42d24 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.shopInventory__shopCategories__shopName {
  text-align: center;
}

.shopInventory__brands__name {
  text-align: center;
}

.shopInventory__brands__topContainer {
  display: flex;
  justify-content: flex-end;
}

.shopInventory__brands__panel {
  border: 0 !important;
  background: transparent;
  box-shadow: none;
}

.shopInventory__brands__panelTitle {
  font-size: inherit !important;
  font-weight: 400;
  color: inherit !important;
}

.shopInventory__brands__panelTitle a {
  width: 100%;
  display: block;
  font-size: inherit !important;
}

.shopInventory__brands__panelTitle a:focus,
.shopInventory__brands__panelTitle a:hover {
  text-decoration: none;
}

.shopInventory__brands__panelBody {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-right: 0;
  padding-left: 0.5rem;
  border: 0 !important;
  background: transparent;
}


.shopInventory__products {
  margin-top: 0.5rem;
}

.shopInventory__products__panelGroup {
  margin-bottom: 0;
}

.shopInventory__products__panelHeading {
  margin-top: 0;
  border-left-width: 10px !important;
}

.shopInventory__questionCheck,
.shopInventory__questionInput,
.shopInventory__questionNumber {
  margin-top: 0.5rem;
  color: #e42d24;
  font-size: 1rem;
}

.shopInventory__questionCheck {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background: #f7f7f7;
  border-radius: 0.5rem;
}

.shopInventory__questionCheck label {
  flex: 1;
}

.shopInventory__questionCheck input[type=checkbox] {
  margin: 0;
  margin-left: auto;
}

.shopInventory__questionInput {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.shopInventory__questionInput__label {
  margin: 0;
  margin-right: auto;
}

.shopInventory__questionInput__input {
  flex: 0;
  margin: 0;
  min-width: 3rem;
  max-height: 2rem;
  border-radius: 0.5rem 0 0 0.5rem !important;
}

.shopInventory__questionInput__button {
  display: flex;
  margin: 0;
  max-height: 2rem;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.shopInventory__products__updateBtnContainer {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}
.shopInventory__products__img {
  margin-top: 0.5rem;
  display: block;
  max-width: 100%;
  height: auto;
}

.shopInventory__brands .shopInventory__genericListItem:hover,
.shopInventory__brands .shopInventory__genericListItem:focus,
.shopInventory__brands .shopInventory__genericListItem:active {
  background-color: #e42d24 !important;
  border-color: #e42d24 !important;
  color: white !important;
}

.shopInventory__brands .shopInventory__genericListItem--completed {
  border-color: green !important;
  color: green !important;
}

.shopInventory__brands .shopInventory__genericListItem--completed:hover,
.shopInventory__brands .shopInventory__genericListItem--completed:focus,
.shopInventory__brands .shopInventory__genericListItem--completed:active {
  background-color: green !important;
  border-color: green !important;
  color: white !important;
}

.shopInventory__brands .shopInventory__questionCheck--completed,
.shopInventory__brands .shopInventory__questionInput--completed,
.shopInventory__brands .shopInventory__questionNumber--completed {
  color: green;
}


.promo-flag {
  float: right;
  font-weight: bold;
  color: green;
  border: 1px solid;
  padding: 2px;
}

.shopInventory__questionNumber {
  padding-left: 0.5rem;
  background: #f7f7f7;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.shopInventory__questionNumber .btn {
  display: inline;
}
.shopInventory__questionNumber .number,
.shopInventory__questionNumber .btn-number {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.shopInventory__questionNumber .number:focus,
.shopInventory__questionNumber .btn-number:focus {
  outline: none;
}
.shopInventory__questionNumber .number {
  width: 30px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.shopInventory__questionNumber .number::-webkit-outer-spin-button, .shopInventory__questionNumber .number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.shopInventory__questionNumber .btn-number {
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  width: 2rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.shopInventory__questionNumber .btn-number:before,
.shopInventory__questionNumber .btn-number:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.shopInventory__questionNumber .btn--minus {
  border-right: 1px solid #e2e2e2;
}
.shopInventory__questionNumber .btn--add {
  border-left: 1px solid #e2e2e2;
}
.shopInventory__questionNumber .btn--add:after {
  transform: rotate(90deg);
}
.shopInventory__questionNumber .btn:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.shopInventory__questionNumber .btn:disabled:before, .shopInventory__questionNumber .btn:disabled:after {
  background: #ccc;
}


/* END Shop Inventory */

/* Image upload */
.imageUploadMerchant label {
  margin-top: 18px;
}
.imageUploadMerchant .uploadbox__file {
  display: none;
}
#store-images-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#store-images-wrapper > img {
  width: 25%;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  object-fit: contain;
}
#productImageEdit {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.drift-zoom-pane {
  z-index: 999!important;
}
.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 0;
}
#storeImageModal {
  max-height: 75vh!important;
}

/* Routing calendar */

.fc .fc-daygrid-event.day-off {
  background: #e42d24;
  border-color: #e42d24;
}

.shopInventory__dayOff {
  text-align: center;
  color: #006a00;
  font-weight: 700;
}

.credentials_box .credentials_box_error {
    margin-bottom: 20px;
    background: #e42d24;
    color: #fff;
    padding: 10px;
}