@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

/* @import "~@angular/material/prebuilt-themes/indigo-pink.css"; */
body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

textarea:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #931c1e !important;
}

.ProseMirror-focused {
  border: 1px solid #931c1e;
}

.card-header h6 {
  color: #212529;
  line-height: 25px;
}

h6 {
  color: rgb(0, 0, 0);
}

p {
  font-size: 12px;
  color: #212529 !important;
  margin-bottom: 1rem !important;
}

table thead tr th {
  background: rgb(147 28 30);
  color: #fff;
  font-weight: normal !important;
  padding: 0.3rem 0.3rem !important;
  height: 46px;
}

.custom_table thead tr th {
  background: #85bc22;
}



.custom_table thead tr th i.fa {
  font-size: 10px;
}

.custom_table thead tr th:nth-child(1) {
  min-width: 40px;
}

.applicationTable thead tr th:nth-child(2) {
  min-width: 40px;
}

.applicationTable thead tr th:nth-child(3) {
  min-width: 100px;
}

.applicationTable thead tr th:nth-child(7) {
  min-width: 70px;
}

.applicationTable thead tr th:nth-child(8) {
  min-width: 150px;
}

.customer-table thead tr th:nth-child(3) {
  min-width: 60px !important;
}


tbody,
td,
tfoot,
th,
thead,
tr {
  vertical-align: middle !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 15px 18px !important;
}

td.child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
  display: grid;
  float: left;
  padding-top: 0 !important;
  margin-bottom: 10px;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
  border-bottom: 1px solid #efefef !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  left: 12px !important;
}

.event-detail .card-header {
  background: #fff !important;
  padding: 0;
  border-radius: 20px;
}

.arrow-header {
  text-align: center;
}

.arrow-header .btn {
  margin: 0 auto;
}

.card-body .text-white {
  color: rgb(0, 0, 0) !important;
}

.custom-nav-dropdown .dropdown-menu {
  padding: 0;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}

.custom-nav-dropdown .dropdown-item {
  border: 0;
  font-size: 13px;
  padding: 7px 10px;
  border-bottom: 1px solid #ccc;
}

.custom-nav-dropdown .nav-item .dropdown-item:last-child {
  border-bottom: 0;
}

.custom-nav-dropdown .nav-item .dropdown-item i.material-icons {
  font-size: 15px;
  margin-right: 5px;
  vertical-align: middle;
}

.custom-icon-small .rounded-circle .material-icons {
  font-size: 12px;
}

.custom-icon {
  line-height: 24px;
}

.input-icon {
  position: absolute;
  top: 31px;
  right: 5px;
}

.custom-icon .material-icons {
  font-size: 21px;
  margin-top: -3px;
  margin-right: 4px;
}

.custom-icon-small .btn {
  margin-right: 3px;
}

.custom-table.table th {
  padding: 0 !important;
  border: 0 !important;
}

.position-fixed-menu {
  position: fixed !important;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 9;
  border-radius: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
}

.position-fixed-menu.active {
  background: rgba(54, 41, 183, 0.95);
}

.has-header-menu {
  padding-top: 110px;
}

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  border: 3px solid #5f6982;
  border-radius: 0.25rem;
  margin-bottom: 20px;
}

.uploader label {
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  /* border: 3px solid #eee; */
  transition: all 0.2s ease;
  user-select: none;
}

.uploader label:hover {
  border-color: #454cad;
}

.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}

.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #start.hidden {
  display: none;
}

.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}

.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #response.hidden {
  display: none;
}

.uploader #response #messages {
  margin-bottom: 0.5rem;
}

.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}

.uploader #file-image.hidden {
  display: none;
}

.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.uploader #notimage.hidden {
  display: none;
}

.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}

.uploader input[type="file"] {
  display: none;
}

.uploader div {
  margin: 0 0 0.5rem 0;
  color: #5f6982;
}

.uploader .btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #454cad;
  border-color: #454cad;
  cursor: pointer;
}

.alert i.material-icons {
  font-size: 14px;
}

.info-sec button {
  margin-top: -5px;
}

.custom-tabs .nav-tabs .nav-link.active,
.custom-tabs .nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #3f33bb;
  border-color: #4034bb #4034bb #4034bb;
}

.custom-tabs .nav-tabs {
  border-bottom: 2px solid #3f33bb;
}

.custom-tabs .nav-tabs a {
  color: #212529;
}

.custom-tabs .card .card-header {
  padding-bottom: 0;
}

.custom-form .form-control {
  border-radius: 8px;
  font-size: 13px;
  line-height: 22px;
}

.card-heading {
  color: #ffffff;
  background-color: #85bc22;
  border-color: #85bc22;
  border-radius: 0;
  padding: 5px 15px;
  font-size: 14px;
  position: relative;
  font-weight: bold;
}

.toast-success {
  background-color: #85bc22 !important;
}

.personal-data-row {
  display: flex;
  justify-content: space-between;
}

.personal-data-row button.btn.copy-data-btn {
  padding: 3px 5px;
  height: auto;
  width: auto;
  display: flex;
  margin-bottom: 0 !important;
}

.heading-icon {
  margin-bottom: -5px;
}

.heading-icon a {
  color: #fff;
}

.heading-icon a .material-icons {
  font-size: 25px;
}

.modal label.form-check-label {
  font-size: 13px;
}

/* .btn.btn-20 {
  height: auto !important;
} */

.accordion-button::after {
  margin: 0 auto;
}

.arrow-btn .accordion-button {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -18px;
  transform: translateX(-50%);
}

.custom-control-label {
  line-height: 17px;
}

label {
  margin-bottom: 0.1rem !important;
  font-weight: bold;
}

.swiper-slide {
  width: 63.25px !important;
  margin-right: 15px;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #85bc22;
}

.mat-tab-labels {
  justify-content: center;
}

.mat-tab-label {
  min-width: 100px !important;
}

.modal-dialog {
  max-width: 800px !important;
}

.mat-ripple-element {
  display: none !important;
}

.bg-blue-light {
  background-color: rgb(4 0 0 / 20%) !important;
}

.fixed-header-menu .material-icons,
.fixed-header-footer .material-icons,
.has-footer .material-icons {
  font-size: 17px;
}

.mat-tab-label {
  padding: 0 10px !important;
  opacity: 1 !important;
}

.mat-tab-label-active {
  color: #85bc22;
}

.mat-tab-label:focus {
  opacity: 1;
}

.icon.icon-25 {
  height: 25px;
  line-height: 26px;
  width: 25px;
  cursor: grab;
}

.fixed-header-menu .mat-tab-header {
  position: fixed !important;
  top: 50px;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 11;
  border-bottom: 1px solid #cdcccc;
}

.modal-tabs-sec mat-tab-header {
  margin-top: -16px;
  border-bottom: 1px solid #dee2e6;
}

/* .auto-create-sec {
  padding: 20px 0;
} */

.auto-create-sec {
  padding: 0 5px;
}

.body-fixed-scroll .modal-body {
  height: auto !important;
  max-height: calc(100vh - 200px) !important;
  overflow-y: scroll;
}

.auto-create-sec .card-body {
  padding: 20px 0;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill .mat-form-field-infix,
.mat-form-field-appearance-outline .mat-form-field-outline {
  padding: 0.25em 0 0.75em;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}

select.form-select {
  font-size: 13px !important;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  height: 36px;
  border-radius: 8px !important;
}

.form-group {
  position: relative;
  padding: 0 3px;

}

.table.custom-table {
  margin-bottom: 0;
}

.small,
small {
  font-size: 88% !important;
  color: #931c1e;
}

textarea {
  min-height: 200px !important;
  text-indent: 0;
  font-size: 12px !important;
  text-align: left;
}

a {
  cursor: pointer !important;
}

.badges-section .badge {
  padding: 0;
}

.badge ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: flex;
  flex-wrap: wrap;
}

.badge ul li {
  white-space: nowrap;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #455065;
  font-size: 11px;
  line-height: 20px;
  margin: 5px 5px 0 0;
  background-color: #f0f3f7;
  outline: none;
  cursor: copy;
}

.change-password.badge {
  padding: 0 !important;
}

.rounded-circle.bg-default-light img {
  width: 15px;
  height: 15px;
}

.change-password.badge ul li {
  background-color: #019748;
  color: #fff;
}

.badge ul li:hover {
  background: #931c1e;
  color: #fff;
}

.badge ul li .material-icons {
  font-size: 12px;
  margin-left: 3px;
  color: 212529;
}

.avatar.avatar-50 span.material-icons {
  font-size: 20px;
  margin-top: -7px !important;
}

.alert {
  font-size: 11px;
  padding: 5px 10px;
}

.footer {
  height: 60px;
}

.color-blue {
  color: #181be2;
}

.side-nav {
  height: 100%;
  width: 280px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  bottom: 0;

  background: #ffffff;
  color: #ffffff;
  background-size: cover;
  padding: 20px 15px 30px 15px;
  height: 100%;
  box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
  -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.side-nav .avatar {
  border: 3px solid #931c1e;
}

.background img,
.background svg {
  width: 100%;
  height: 100%;
  margin-top: -8px;
}

.h-70vh {
  height: 70vh !important;
}

/* .mat-tab-body-content {
  overflow: hidden !important;
} */

.mat-tab-body-content {
  min-height: calc(100vh - 120px);
  overflow: initial !important;
}

.no-record-found {
  text-align: center;
  margin: 0 !important;
}

.corona-btns.negative {
  border: 2px solid #84c441;
  color: #ffffff;
  background: #84c441;
  margin-bottom: 100px !important;
}

.corona-btns.negative .form-check-input:checked {
  background-color: #f60004;
  border-color: #ffffff;
}

.corona-btns.negative input:focus {
  border-color: #84c441 !important;
}

.corona-btns.positive {
  border: 2px solid #eb1b37;
  color: #fff;
  background: #eb1b37;
}

.corona-btns.positive .form-check-input:checked {
  background-color: #000000;
  border-color: #ffffff;
}

.corona-btns.positive input:focus {
  border-color: #eb1b37 !important;
}

.corona-btns.not-possible {
  border: 2px solid #f78e1e;
  color: #fff;
  background: #f78e1e;
}

.corona-btns.not-possible .form-check-input:checked {
  background-color: #f60004;
  border-color: #ffffff;
}

.corona-btns.not-possible input:focus {
  border-color: #f78e1e !important;
}

.corona-btns {
  padding: 18px 35px !important;
  margin-bottom: 20px !important;
  width: 100%;
}

span.test-icons {
  display: block;
  text-align: center;
}

span.test-icons img {
  height: 18px;
  width: 18px;
}

.modal-body label.form-check-label.d-flex {
  position: initial;
}

label.form-check-label.d-flex {
  position: absolute;
  top: 18px;
  left: 60px;
}

.test-performed textarea.form-control {
  min-height: 150px !important;
}

.change-language {
  display: flex;
  align-items: center;
}

.change-language span {
  cursor: pointer;
}

a.nav-link a {
  text-decoration: none !important;
  color: #ffffff;
}

.custom-switch label.custom-control-label {
  padding-top: 4px;
}

.form-listing ul.list-group {
  border-top: 1px solid #dee2e6;
  margin-top: 20px;
  margin-bottom: 10px;
}

.form-listing li.list-group-item {
  border-bottom: 1px solid #dee2e6 !important;
}

li.list-group-item .arrow-up-down .material-icons {
  font-size: 22px;
}

.form-listing h5 {
  font-size: 15px;
  color: #3629b7;
}

.bg-blue {
  background-color: #3629b7;
  color: #ffffff;
}

.scanning-footer.fixed-header-footer {
  top: 50px;
}

.scanning-footer.footer-sccaning-user {
  top: 99px;
}

/* .scanning-footer.footer-sccaning-user .container {
  padding: 0 42px;
} */

.fixed-header-footer .container {
  padding: 0 32px;
}

.fixed-header-footer {
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  padding: 8px 12px;
  background-color: #fff;
  z-index: 1;
  border-bottom: 1px solid #cdcccc;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
  top: 98px;
}

.fixed-header-footer button {
  height: 45px;
}

.btn-success {
  color: #fff !important;
  background-color: #85bc22 !important;
  border-color: #85bc22 !important;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
  height: 45px;
  line-height: 1.9 !important;
}

app-agency-design,
app-template-design {
  min-height: 85vh;
  display: flex;
}

.has-footer {
  padding-top: 60px;
}

.bg-success-dark,
.bg-danger-dark {
  color: #fff;
}

.icon-active {
  background: #07d498 !important;
  color: #fff;
}

.icon-inactive {
  background: #d40707 !important;
  color: #fff;
}

.color-picker {
  height: 300px !important;
}

.form-control {
  font-size: 0.8rem !important;
  height: 36px;
}

.dashboard-page {
  margin-top: -60px !important;
}

.card-header button.btn-sm {
  height: 30px;
  padding: 2px 10px;
  line-height: 24px;
  font-size: 13px;
}

.card-header button.btn-sm .material-icons {
  font-size: 16px;
}

.color-system-ok {
  color: #7ed321;
}

.color-system-ok.custom-icon-small i.material-icons {
  color: #7ed321;
  font-size: 20px;
}

.color-system-notok {
  color: #ec0235;
}

.color-system-notok.custom-icon-small i.material-icons {
  color: #ec0235;
  font-size: 20px;
}

.color-system-warning {
  color: #ff8e0f;
}

.color-system-warning.custom-icon-small i.material-icons {
  color: #ff8e0f;
  font-size: 20px;
}

.btn {
  width: 100%;
  font-size: 0.9rem !important;
  border-radius: 8px !important;
  /* line-height: 20px !important; */
}

/* .material-icons {
  font-size: 19px !important;
} */

.card-header .btn {
  width: auto;
}

.btn-success:active {
  background-color: #00b4ff;
  color: #ffffff !important;
}

.bs-datepicker-body table th {
  color: #ffffff !important;
  background: #85bc22;
}

.theme-green .bs-datepicker-head {
  background-color: #85bc22 !important;
}

.theme-green .bs-datepicker-body table td.week span {
  color: #85bc22 !important;
}

.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #85bc22 !important;
}

.timepicker a.btn.btn-link {
  height: auto;
}

.timepicker .bs-chevron-up {
  top: 7px;
  left: 8px;
}

.timepicker .bs-chevron-down {
  top: -2px;
  left: 8px;
}

.modal-footer button.btn {
  width: auto;
}

.table-bordered.inner-table th,
.table-bordered.inner-table td {
  border: 1px solid #dee2e6 !important;
  padding: 5px 10px !important;
  text-align: center;
}

.test-statics button.btn {
  margin-bottom: 0 !important;
}

.avatar.avatar-35 {
  height: 35px;
  line-height: 35px;
  width: 35px;
}

.dashboard-page,
.template-page,
.custom-form-template,
.custom-form-agency,
.address-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.scanning-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.scanning-page {
  margin-top: -55px;
  margin-bottom: 35px;
}

.scanning-page .column-sec {
  width: calc(50% - 40px);
  margin: 0 20px;
}

.dashboard-page .column-sec,
.template-page .column-sec {
  width: calc(50% - 40px);
  margin: 0 20px;
}

.column-sec-12 {
  width: calc(100%) !important;
  margin: 0 20px;
}

#file-upload-form img {
  width: 100% !important;
  border-radius: 0.25rem;
  height: 100% !important;
}

@media (max-width: 993px) {

  .dashboard-page .column-sec,
  .scanning-page .column-sec,
  .template-page .column-sec {
    width: calc(100% - 0px);
    margin: 0;
  }

  .column-sec-12 {
    margin: 0;
  }
}

@media (max-width: 850px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (max-width: 767px) {
  .table-responsive .dropdownMenu {
    position: static !important;
  }
}

@media (max-width: 768px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px !important;
  }

  .navbar-nav .dropdown-menu {
    width: 90vw;
  }

  .custom-nav-dropdown .dropdown-item {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    width: 50%;
    display: inline-block;
    border: 0;
  }

  .table-border-radiuss {
    border-radius: 10px;

  }

  .table-border-radius {
    border-radius: 10px;
    overflow: scroll;
    margin-bottom: 10px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  }

  .fixed-header-footer button {
    height: 45px;
    font-size: 12px !important;
    line-height: 16px !important;
  }
}

@media (max-width: 500px) {

  .carousel-item img {
    min-height: 100% !important;
  }

  .card-heading,
  .custom-form.sales-data .card .card-body h6 {
    font-size: 12px !important;
  }

  .custom-form.sales-data .card .card-body p {
    font-size: 18px !important;
  }

  .printOnCreate {
    position: absolute;
    right: 40%;
  }

  .outer-wrapper {
    min-height: 200px !important;
  }

  .fixed-header-menu .buttons-flex.justify-content-between {
    display: inline-table !important;
    width: 100%;
  }



  .mobile-flex.justify-content-between {
    display: inline-table !important;
    justify-content: center !important;
  }

  .modal-footer button.btn {
    width: 100%;
  }

  .col-lg-8.m-auto .btn-block.w-auto {
    width: 100% !important;
  }

  .attachUpload label {
    width: 100%;
  }

  .uploader #file-upload-btn {
    line-height: 36px !important;
  }

  .navbar-nav .customer-db-btn {
    width: 100% !important;
    line-height: 18px;
  }

  .navbar-nav .customer-db-btn .dropdown-item {
    width: 100% !important;
  }

  .center-sec {
    text-align: center;
  }

  .right-text {
    text-align: center !important;
  }

  .form-check-input {
    border: 3px solid #000000 !important;
    width: 1.4em !important;
    height: 1.4em !important;
  }

  .form-check-input:focus {
    border-color: #0d6efd !important;
  }

  app-agency-info .dashboard-page .column-sec,
  app-agency-info .template-page .column-sec {
    width: calc(100% - 12px);
    margin: 0;
  }

  .card-header h6 {
    font-size: 13px;
  }

  .h6,
  h6 {
    font-size: 14px !important;
  }

  .woocommerce-checkout-review-order-table th,
  .woocommerce-checkout-review-order-table td {
    width: auto !important;
  }

  li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
    margin-bottom: 10px;
  }

  .readmoretext {
    display: block !important;
    width: auto;
    padding: 3px 10px !important;
    height: 25px;
    font-size: 11px !important;
  }

  .quantity-text {
    display: inline-block;
    margin-top: 10px;
    margin-left: 7px !important;
  }

  .limitTextHeight {
    height: 30px;
    overflow: hidden;
  }

  .modal-title {
    font-size: 16px;
  }

  .mobile-dropdown {
    padding: 0;
    margin-top: 10px;
  }

  .scanning-footer.footer-sccaning-user .container,
  .fixed-header-footer .container {
    padding: 0;
  }

  .fixed-header-footer button,
  .justify-content-center button {
    font-size: 13px !important;
    line-height: 13px;
    margin-bottom: 15px;
  }

  .mobile-flex.justify-content-center {
    width: 100%;
    display: table;
    margin: 0;
    margin-top: 20px;
  }

  .mobile-flex.justify-content-center>div {
    padding: 0 !important;
  }

  button .material-icons {
    font-size: 18px !important;
  }

  .fixed-header-footer button {
    height: 40px;
  }

  .card-body .content-sections .section-item>header {
    display: block;
    padding-right: 0;
  }

  .content-sections .section-item header.hasImage {
    padding-left: 0px !important;
    padding-top: 20px;
  }

  .content-sections .section-item header h3 {
    margin-top: -21px !important;
    margin-left: 33px !important;
    font-size: 15px !important;
    width: 90% !important;
  }

  .card-body .content-sections .section-item header h3 small {
    font-size: 10px !important;
    padding-top: 0px !important;
  }

  .content-sections .section-item header .header-image {
    margin-top: -15px;
    margin-left: -7px;
  }

  .card-body .content-sections .section-item header .header-action-icons {
    position: inherit;
    margin-top: 10px;
  }

  .card .card-body .table-bordered.inner-table th,
  .card .card-body .table-bordered.inner-table td {
    padding: 5px 2px !important;
  }

  .table.custom-table td {
    padding: 0 !important;
  }

  .fixed-header-footer .btn-success .material-icons {
    display: none;
  }

  .event-name-detail h5 {
    width: 75%;
    margin: 0 auto;
  }

  .d-flex.justify-content-between.table-center-mobile {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
}

@media (max-width: 376px) {


  button.btn-block.w-auto {
    width: 100% !important;
  }


  .printOnCreate {
    right: 33%;
  }

  /* .fixed-header-menu {display: none;} */

  .fixed-header-menu .buttons-flex {
    display: inline-table !important;
    width: 100%;
  }


  .mobile-flex.justify-content-between {
    display: inline-table !important;
    justify-content: center !important;
    width: 100%;
  }

  app-agency-info .dashboard-page .column-sec,
  app-agency-info .template-page .column-sec {
    width: calc(100% - 61px);
  }

  .fixed-header-footer .col-4 {
    padding: 0 8px;
  }

  .text-left.col.align-self-center {
    padding-left: 0;
  }

  h5 {
    font-size: 16px !important;
  }
}

@media (max-width: 320px) {

  .printOnCreate {
    right: 18%;
  }

  app-agency-info .dashboard-page .column-sec,
  app-agency-info .template-page .column-sec {
    width: calc(100% - 116px);
  }

  .personal-data-row {
    display: initial;
  }

  .personal-data-row p,
  .personal-data-row button.btn.copy-data-btn {
    margin-bottom: 7px !important;
  }
}

.errorClass {
  color: red;
  font-size: 11px;
}

.custom-table td {
  border-bottom: 0;
}

.custom_table tr {
  background-color: #fff;
}

.custom_table .avatar {
  border: 3px solid #e1e0e0;
}

.event-detail {
  padding-top: 10px;
}

#file-upload-btn {
  width: auto;
}

#camera-upload-btn {
  width: auto;
}

.table-responsive-xl {
  min-height: 40vh;
}

.NgxEditor__MenuItem.NgxEditor__MenuItem--Icon {
  height: auto !important;
  width: auto !important;
}

.NgxEditor {
  max-height: 350px;
  overflow: hidden;
  overflow-y: scroll;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 20px;
  background-color: #019748;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 9;
  cursor: pointer;
}

.my-float {
  margin-top: 18px;
}

.arrow-header-icon {
  position: relative;
}

.arrow-header-icon button {
  position: absolute;
  top: 4px;
  right: 5px;
  border-radius: 0 !important;
}

.NgxEditor__Content--Disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.fixed-header-user {
  margin-top: -45px;
}

.fixed-header-register {
  margin-top: -90px;
}

.custom-checkbox-img img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.custom-checkbox-img .form-check-input {
  margin-top: 1.25em;
}

.custom-checkbox-img label.form-check-label {
  width: 92%;
  margin-left: 50px;
}

.user-register-page .user-reg-inner {
  margin: 0 auto;
  margin-top: -80px;
}

.success-page {
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 20px;
}

.custom-small {
  background: #019748;
  color: #fff;
  margin-right: 10px;
  padding: 4px 10px;
  border-radius: 5px;
  margin-bottom: 3px !important;
  display: inline-block;
}

small.custom-small i.material-icons {
  font-size: 13px;
  vertical-align: middle;
  margin-top: -4px;
}

.user-card {
  cursor: pointer;
}

.user-card:hover {
  background: #545454;
  color: #fff;
}

.user-card:hover h6 {
  color: #fff;
}

.form-group .iti {
  width: 100%;
}

::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}

.form-control::placeholder {
  color: transparent !important;
  opacity: 0 !important;
}

.iti.separate-dial-code input {
  padding-left: 70px !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: transparent !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent !important;
}

:-ms-input-placeholder {
  color: transparent !important;
}

.event-name-detail {
  position: fixed !important;
  top: 99px;
  background: #019748;
  left: 0;
  right: 0;
  z-index: 11;
  border-bottom: 1px solid #cdcccc;
  text-align: center;
  padding: 10px 10px;
  color: #fff;
}

.back-btn {
  position: absolute;
  top: 15px;
  left: 18px;
}

.back-btn span.material-icons {
  font-weight: bold;
}

.event-name-detail h5 {
  margin-bottom: 1px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-name-detail p {
  color: #fff !important;
}

.event-name-detail+.event-detail-padding {
  padding-top: 65px;
}

.event-name-detail+.event-detail-padding .fixed-header-footer {
  top: 157px;
}

.label-button {
  display: block;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  color: #1638cf;
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  order: 1;
  text-align: right;
  position: absolute;
  right: 5px;
  top: 5px;
}

.statictics .statics-card .btn.btn-40 {
  background: #fff !important;
  border: 1px solid #ccc !important;
}

.statics-card h5 {
  font-size: 16px;
}

.customer-card .avatar {
  overflow: inherit;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: transparent !important;
  color: #212529;
}

.customer-card.negative .avatar {
  border: 1px solid #7ed321;
}

.customer-card.negative .avatar .material-icons {
  color: #7ed321;
}

.customer-card.indefinite .avatar {
  border: 1px solid #ff8e0f;
}

.customer-card.indefinite .avatar .material-icons {
  color: #ff8e0f;
}

.customer-card.cancel .avatar {
  border: 1px solid #ec0235;
}

.customer-card.cancel .avatar .material-icons {
  color: #ec0235;
}

.customer-card .avatar .material-icons {
  position: absolute;
  top: -9px;
  left: 32%;
  background: #fff;
}

.customers-icons {
  margin-left: 3px;
}

.customers-icons .material-icons {
  margin-right: 3px;
}

.btn-default .material-icons {
  margin-top: 0;
}

.statictics .test-icons img {
  width: 20px;
  height: 20px;
  margin-top: -5px;
}

.progress-bar.negative {
  background: #7ed321;
}

.progress-bar.positive {
  background: #ec0235;
}

.progress-bar.indefinite {
  background: #ff8e0f;
}

.progress.single-bar {
  height: 23px;
}

.progress.single-bar .progress-bar {
  text-align: left !important;
  padding-left: 10px;
  font-size: 11px;
  font-weight: bold;
}

.listing-image {
  cursor: pointer;
  width: 70px;
  position: relative;
  display: block;
}

.listing-image .img-fluid {
  -webkit-background-size: 32px 32px;
  background-size: 32px 32px;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0px;
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 0;
  border: 2px solid #ededed;
  margin: 0 auto;
}

.list-group-item strong {
  text-decoration: underline;
}

.user-register-page .list-group.list-group-flush {
  border-radius: 0;
  margin-top: -10px;
}

.user-register-page .list-group.list-group-flush .list-group-item {
  padding: 10px 0px;
}

.content-sections .section-item {
  margin-top: 25px;
  border: 2px solid #eceff0;
  padding: 10px;
  position: relative;
  z-index: 0;
  border-radius: 5px;
}

.content-sections .section-item header.hasImage {
  padding-left: 45px;
  min-height: 50px;
}

.content-sections .section-item>header {
  position: relative;
  display: flex;
  align-items: center;
  /* padding-right: 120px; */
  box-sizing: border-box;
}

.content-sections .section-item header .header-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: block;
  transition: all 0.2s ease;
  color: rgb(255, 0, 217);
  line-height: 57px;
  text-align: center;
  font-size: 26px;
}

.content-sections .section-item header .header-image span.material-icons {
  font-size: 25px;
}

.content-sections .section-item header h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  color: rgb(255, 0, 217);
  font-weight: 300;
  width: 80%;
}

.content-sections .section-item header h3 small {
  display: block;
  font-size: 12px !important;
  line-height: 15px;
  padding-top: 5px;
  color: #455065;
  font-weight: bold;
}

.content-sections .section-item header .header-action-icons {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  text-align: right;
  display: flex;
}

.content-sections .section-item header .header-action-icons a {
  color: #1638cf;
  font-size: 16px;
  line-height: 40px;
  height: 35px;
  width: 35px;
  text-align: center;
  display: block;
  cursor: pointer;
  border-left: 1px solid #eceff0;
}

.section-content {
  padding-top: 10px;
}

.section-content.more-content {
  display: inline-block;
  width: 100%;
}

.section-content p {
  margin: 0 !important;
}

.color-blue {
  color: #1638cf;
}

table tr:last-child td {
  border-bottom: 0;
}

.table.custom_table {
  margin-bottom: 0 !important;
}

.fixed-header-menu .mat-tab-header .mat-tab-header-pagination-chevron {
  border-width: 3px 3px 0 0;
  height: 12px;
  width: 12px;
  color: #931c1e;
}

.ngx-pagination {
  /* margin-top: 1rem; */
}

.itemsPerPage {
  padding-top: 10px;
}

.table-responsive {
  overflow: visible !important;
}

.table-responsive.customTable {
  overflow-x: auto !important;
}

.hideScroll .table-border-radius {
  overflow: visible;
}

.sales-data .outer-wrapper {
  min-height: auto;
}

.outer-wrapper {
  min-height: 380px;
}

.form-group .bottom-left {
  top: -2px;
  left: -5px;
}

.form-control.searchField:focus,
.form-control.searchField {
  padding-left: 25px;
}

.filter-dialog .info-section,
.filter-dialog .info-section p {
  font-size: 13px;
  line-height: 15px;
  color: #455065;
}

.filter-dialog.dialogGrid {
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #dee3e5;
  margin-bottom: 20px;
}

.info-section-shaddow {
  width: 100%;
}

.filter-dialog .info-section h2 {
  font-size: 20px;
  line-height: 22px;
  color: #1638cf;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

.detailsJustText {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: flex;
  flex-wrap: wrap;
}

.detailsJustText>li {
  width: calc(50% - 10px);
  margin: 5px;
  padding: 5px 0;
  border-bottom: 1px solid #eceff0;
  box-sizing: border-box;
}

.detailsJustText>li .label {
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
}

.detailsJustText>li .info {
  display: block;
  font-size: 13px;
}

.ticket-price-table {
  width: calc(100% - 20px);
  border-bottom: 1px solid #eceff0;
}

.ticket-price-table td {
  text-align: left;
  border-top: 1px solid #eceff0;
  padding: 10px 0;
  font-size: 13px;
  line-height: 17px;
}

.ticket-price-table tr td:last-child {
  white-space: nowrap;
  padding-left: 10px;
}

.ticket-price-table tr.total td {
  font-size: 16px;
  line-height: 18px;
  border-top: 2px solid #931c1e;
}

.ticket-price-table tr td:last-child {
  white-space: nowrap;
  padding-left: 10px;
}

.ticket-price-table tr.mwst td,
.ticket-price-table tr.total td,
.ticket-price-table tr td:last-child {
  text-align: right;
}

.ticket-price-table tr.mwst td {
  font-size: 12px;
  line-height: 12px;
  color: #687282;
}

.wrap {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
}

.break-all {
  word-break: break-all;
}

.wd-table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
  padding: 5px 15px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
}

ul.payment_methods li[class*="payment_method"] {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #dee2e6 !important;
}

.payment_methods .payment_box {
  position: relative;
  padding: 15px;
  background-color: #fff;
}

li[class*="payment_method"] input[type="radio"] {
  margin: 0 10px 0 5px;
}

ul.payment_methods {
  list-style: none;
  padding: 0;
}

.payment_methods li img {
  margin-right: 5px;
  margin-left: 5px;
  max-height: 40px;
}

.payment_method_ppec_paypal img {
  max-height: 68px !important;
  border-radius: 0;
}

.wc-stripe-card-icons-container,
.wc-stripe-paymentRequest-icons-container {
  display: inline-block;
}

li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
  max-width: 43px;
  max-height: 26px;
  width: 43px;
  height: 26px;
  float: none;
  display: inline;
}

ul.payment_methods li.payment_method_stripe_giropay img {
  max-height: 28px;
}

.required {
  border: none;
  color: #e01020;
  font-size: 16px;
  line-height: 1;
}

.shop_table {
  background-color: #fff !important;
  font-size: 13px;
  width: 100%;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  max-width: 50%;
  width: 50%;
  padding: 10px 10px;
}

.shop_table tr {
  border-bottom: 1px solid #e6e6e6;
}

.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th {
  line-height: 1.5;
}

th.product-name {
  text-align: left;
}

.wc-gzd-product-name-left,
.wc-gzd-product-name-right {
  float: left;
}

.wc-gzd-product-name-left img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

.wc-gzd-product-name-right {
  padding-left: 10px;
  max-width: 85%;
  font-size: 14px;
}

.shop_table tr td:last-child,
.shop_table tr th:last-child {
  text-align: right;
}

.wc-gzd-product-name-left,
.wc-gzd-product-name-right {
  float: left;
}

.clear {
  clear: both;
  width: 100%;
}

.wc-gzd-product-name-left {
  max-width: 15%;
}

dl,
ol,
ul {
  list-style: none;
}

.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type="number"]::-webkit-inner-spin-button,
.number-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 2px solid #eceff0;
  display: inline-flex;
  border-radius: 5px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 2.2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type="number"] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: 0.5rem;
  border: solid #eceff0;
  border-width: 0 2px;
  font-size: 1.3rem;
  height: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.d-inline-grid {
  display: inline-grid;
  position: relative;
}

.readmoretext {
  display: none;
}

.section-item .arrow-header {
  text-align: left;
}

.shop_table .col-12 {
  padding: 0;
}

/* Chrome, Safari, Edge, Opera */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.quantity-text {
  margin-left: 5%;
}

.custom-error {
  position: absolute;
  top: -23px;
  font-weight: bold;
}

.cropImageButton {
  width: auto;
  float: right;
}

.deleteDoc {
  margin-left: 3%;
  margin-top: 10px;
  background-color: #5f6982 !important;
  font-size: 20px !important;
}

.viewDoc {
  margin-top: 10px;
  background-color: #5f6982 !important;
  font-size: 20px !important;
}

.attachUpload label {
  width: 50%;
}

.printOnCreate {
  cursor: pointer;
  font-size: 24px !important;
  color: #85bc22;
  padding-right: 15px;
  height: 25px;
  line-height: 20px;
  vertical-align: middle;
  margin-top: 13px;
}

.cropper {
  position: absolute;
  display: flex;
  color: #53535c;
  background: 0 0;
  outline: rgba(255, 255, 255, 0.5) solid 100vw;
  outline: var(--cropper-outline-color, rgba(255, 255, 255, 0.5)) solid 100vw !important;
  touch-action: none;
}

.uploadDiv {
  width: 150px;
  height: 122px;
  margin: 20px !important;
  display: inline-block;
}

.statusBar {
  width: 15%;
  height: 5px;
  background-color: gray;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 40px;
}

.statusNotComp {
  width: auto;
  min-width: 165px;
  height: 35px;
  line-height: 35px;
  background-color: gray;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  margin-top: 5px;
  padding: 0 20px;
  font-size: 13px;
}

.is-inProcess {
  color: #d4811a !important;
}

.is-isCompleted {
  color: #2e8b57 !important;
}

.is-isReadyToSubmit {
  color: #2e8b57 !important;
}

.is-submitted {
  color: #5f006e !important;
}

.is-incompleted {
  color: #5c5c5c !important;
}

.is-deactivated {
  color: #9D0000 !important;
}

.is-feedback {
  color: #c3ba00 !important;
}

.is-approved {
  color: #9d0000 !important;
}

.is-branding {
  color: #008B9C !important;
}

.is-deleted {
  color: #d40707 !important;
}

.is-emailsent {
  color: #6C1BF1 !important;
}

.statusApplication {
  display: inline-block;
  padding-top: 10px;
}

.cropper .resize .square {
  background: red !important;
}

.cropper {
  color: red !important;
}

.headingUpload {
  display: inline-block;
}

.center-sec {
  max-width: 600px;
  margin: 0 auto;
}

.right-text {
  text-align: right;
}

.dropdown-item:focus,
.dropdown-item:hover {
  border-radius: 15px;
}

button.deactivate-btn.btn {
  width: 225px !important;
}

.red {
  color: #f60004;
}

.button_slide {

  display: inline-block;
  cursor: pointer;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* .slide_right:hover {
  box-shadow: inset 400px 0 0 0 #D80286;
} */

.slide_right:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 3s;
  background: #52770e;
  top: 0;
  z-index: -1;

}



/* @-webkit-keyframes run {
  0% {
    right:100%;
  }
  25% {
    right:50%;
  }
  50% {
    right:0%;
  }
  75% {
    left:0%;
  }
  100% {
    left: 100%;
  }
  125% {
    left: 0%;
  }
} */

@-webkit-keyframes run {
  0% {
    left: 100%;
  }

  25% {
    left: 0%;
  }

  50% {
    right: 100%;
  }

  100% {
    right: 0%;
  }

}


.table-responsive.showScrolll {
  overflow-x: auto !important;
}


.outer-wrapper {
  overflow-x: scroll;
  /* max-width: 100vw;
  
  position: relative;
  scrollbar-color: #85bc22 #f1db9d;
  scrollbar-width: thin;
  -ms-overflow-style: none; */
}

.pseduo-track {
  background-color: #b6e266;
  height: 2px;
  width: 100%;
  position: relative;
  top: -3px;
  z-index: -10;
}

@media (any-hover: none) {
  /* .pseduo-track {
    display: none;
  } */
}

.outer-wrapper::-webkit-scrollbar {
  height: 5px;
}

.outer-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #85bc22;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #f1db9d;
}

.outer-wrapper::-webkit-scrollbar:vertical {
  display: none;
}

.inner-wrapper {
  display: block;
  padding-bottom: 10px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {

  background-color: #85bc22;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  background-size: 100% 70% !important;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10% !important;

}

.btn.rounded {
  margin-right: 10px;
}

.carousel .carousel-inner {
  overflow: inherit;
}

.spanName {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

.removeFilter {
  position: absolute;
  left: -5px;
  top: 18px;
  z-index: 9;
}

.distributorOption {
  padding-left: 30px !important;
}

select:focus {
  outline: 2px solid black;
}

.dot {
  height: 12px;
  width: 12px;
  /* background-color: #bbb; */
  border-radius: 50%;
  margin-right: 2px;
  display: inline-block;
}

.reddot {
  background-color: red;
}

.greendot {
  background-color: #019748;
}


.language {
  font-size: 14px;
  line-height: 1;
  margin-top: 7px;
  display: inline-block;
  float: left;
}

.language__container--left,
.language__container--right {
  position: relative;
  float: left;
  width: 55px;
  height: 30px;
  padding: 5px;
}

.language__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 25px;
  border: 1px solid #fff;
  background-color: #85bc22;
  padding: 7px 8px 5px 0;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  background-size: 17px;
  text-align: right;
  text-transform: uppercase;
  line-height: 10px;
  font-size: 12px;
  cursor: pointer;
}

.language__container--left .language__label {
  border-radius: 4px 0 0 4px;
}

.language__container--right .language__label {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.language__control:hover+.language__label,
.language__control:focus+.language__label {
  background-color: #649906;
}

.language__control:checked+.language__label {
  background-color: #649906;
}

.languagechecked {
  background-color: #649906;
}

.language__control:focus+.language__label,
.language__control:checked:focus+.language__label {
  z-index: 2;
  outline: 2px solid #85bffd;
  box-shadow: 0 0 8px #85bffd;
}

.language__container--fr .language__label {
  background-image: url('../img/de.png');
}

.language__container--en .language__label {
  background-image: url('../img/en.png');
}

.red-card {
  border: 2px solid red !important;
  background-color: red !important;
}

.green-card {
  border: 2px solid green !important;
  background-color: green !important;
}

.yellow-card {
  border: 2px solid #d5d535 !important;
  background-color: #d5d535 !important;
}

.blue-card {
  border: 2px solid blue !important;
  background-color: blue !important;

}

.grey-card {
  border: 2px solid #9d9d9d !important;
  background-color: #9d9d9d !important;
}

.sales-data .card .card-body h6,
.sales-data .card .card-body p {
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
}

.sales-data .card .card-body p {
  font-size: 22px !important;
}

.sales-data .card.grey-card .card-body h6,
.sales-data .card.grey-card .card-body p {
  color: black !important;
}

.sales-data .card.blank-card .card-body h6,
.sales-data .card.blank-card .card-body p {
  color: black !important;

}

.sales-data-table td {
  text-align: right;
}

.salesDataTotal {
  position: absolute;
  right: 10px;
}

.lastUpdateCol {
  /* margin-top: 25px !important; */
  font-size: 14px;
  font-weight: bold;
}

.lastUpdateCol span {
  display: inline-block;
}

.plusIcon {
  float: right;
  font-size: 25px !important;
  font-weight: bold;
  color: #85bc22;
  cursor: pointer;
}

.crossIcon {
  float: right;
  font-size: 15px !important;
  font-weight: bold;
  color: #85bc22;
  cursor: pointer;
}

.cc-color-override--807104874.cc-window {
  background-color: rgb(133 188 34) !important;
}

.carousel {
  /* width: 600px; */
  margin: 0 auto;
}

.carousel-item img {
  min-height: 850px;
}

.cc-color-override-688238583.cc-window {
  color: rgb(255, 255, 255);
  background-color: rgb(133 188 34) !important;
}

.text-indent-css {
  visibility: hidden;
}

th.mat-header-cell:first-of-type,
td.mat-cell:first-of-type,
td.mat-footer-cell:first-of-type {
  padding-left: 10px !important;
}

.mat-sort-header-content {
  text-align: left !important;
}

td.mat-cell.cdk-cell {
  padding: 0.3rem 0.3rem !important;
}

tr.mat-header-row {
  height: 45px !important;
}

.loginback-btn .btn-block.rounded {
  margin-bottom: 5px;
  margin-top: 10px;
}