/* @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: 10px !important;
}


.signature-pad {
  width: 700px !important;
  overflow: hidden;
  border: 1px solid #666;
}


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;
}

.Categoryshow {
  font-size: 10px !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: #c8141e;
} */



.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;
  padding: 0.35rem;
  margin-top: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  /* border-radius: 0; */
}

.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: 120px;
}

.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: 50%;
  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;
}

.uploaderitem {
  border: 1px solid #ced4da !important;
  min-height: 450px;
}

.uploaderitem label {
  padding: 0 !important;
}

.uploaderitem div {
  margin: 0 !important;
}


.uploaderitem .btn {
  margin: 0.5rem 0.5rem 0rem 0.5rem !important;
}

.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: #c8141e; */
  border-color: #c8141e;
  border-radius: 0;
  padding: 5px 15px;
  font-size: 14px;
  position: relative;
  font-weight: bold;
}

.toast-success {
  background-color: #28a745 !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: #d21d10;
} */

.mat-tab-labels {
  justify-content: center;
}

.mat-tab-label {
  min-width: 85px !important;
  font-weight: bold;
}

.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;
  height: 49px !important;
}

/* .mat-tab-label-active {
  color: #d21d10;
} */

.mat-tab-label:focus {
  opacity: 1;
}

.icon.icon-25 {

  margin-right: 0.25rem !important;
}

.mat-tab-label .mat-tab-label-content .active {
  font-weight: bold;
}

img.icons-img {
  width: 23px;
}


/* .mat-tab-label .mat-tab-label-content .active svg.icons-img path {
  stroke: #d21d10;
} */

.mat-tab-label-active svg.icons-img path {
  /* stroke: #d21d10; */
}

.mat-tab-label-active .icons-img path {
  /* stroke: revert-layer !important; */
}

.mat-tab-label-active svg.icons-img circle,
.mat-tab-label-active svg.icons-img rect {
  /* stroke: revert-layer !important; */
}

.mat-tab-label-active svg.icons-img circle,
.mat-tab-label-active svg.icons-img rect {
  /* stroke: #d21d10; */
}

.icons-img.red-icon circle,
.icons-img.red-icon rect,
.icons-img.red-icon path {
  /* stroke: #d21d10; */
}

/* .nav-item .nav-link.active svg.icons-img path,
.nav-item .nav-link.active svg.icons-img rect,
.nav-item .nav-link.active svg.icons-img circle {
  stroke: #ffffff;
} */

.menu-overlay .main-menu .menu-container .nav-pills .nav-item .nav-link svg.icons-img {
  margin-right: 5px;
}

.mat-tab-label .mat-tab-label-content .icon.icon-25 svg.icons-img {
  /* width: 19px !important; */
}

.mat-tab-label .mat-tab-label-content svg.icons-img {
  width: 23px;
}

.flags-fix p {
  margin-bottom: 0 !important;
}

.flags-fix {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 85px;
}

.icon.icon-25 img.icons-img {
  width: 18px;
  height: 18px;
}

.fixed-header-menu .mat-tab-header {
  position: fixed !important;
  top: 106px;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 11;
  border-bottom: 1px solid #cdcccc;
}

.custom-menu-tab1 .mat-tab-body-wrapper {
  display: none !important;
}

.custom-menu-tabs .mat-tab-header {
  position: fixed !important;
  top: 56px;
  height: 50px;
  min-height: 50px;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 11;
  border-bottom: 1px solid #abaaaa;
  border-top: 1px solid #abaaaa;
}

.main-layout-tabs {
  margin-top: 40px;
}

.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 0px;

}

.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;
  overflow-y: scroll;
  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 .col-4:nth-of-type(2) {
  display: none;
}

.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: 105px;
}

.fixed-header-footer button {
  height: 45px;
}

.setborder {
  max-width: 720px;
  margin: 0 auto;
}

.btn-success {


  /* color: #fff !important;
  background-color: #d21d10 !important; */
  border-color: #d21d10 !important;

  color: #fff !important;
  /* background-color: #d21d10; */
  /* border-color: #d21d10 !important; */


  color: #fff !important;
  /* background-color: #d21d10 !important; */
  border-color: #d21d10 !important;

  box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
  height: 45px;
  line-height: 2.3 !important;
}

app-agency-design,
app-template-design {
  min-height: 85vh;
  display: flex;
}

.has-footer {
  /* padding-top: 67px; */
  padding-top: 10px;
}

.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.8rem !important;
  border-radius: 8px !important;
  line-height: 30px !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: #d21d10;
}

.theme-green .bs-datepicker-head {
  background-color: #d21d10 !important;
}

.theme-green .bs-datepicker-body table td.week span {
  color: #d21d10 !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: #d21d10 !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;
}


.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;
  overflow: hidden;
}

#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;
}

.btn-default .icons-img path {
  /* stroke: #ffffff; */
}

svg.icons-img.add-icon>path {
  /* stroke: none; */
}

.add-icon .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: #212529;
}

.mat-tab-header-pagination .mat-tab-header-pagination-chevron {
  height: 10px !important;
  width: 10px !important;
}

img.language__control {
  min-width: 30px !important;
}

.mat-sort-header-arrow,
[dir=rtl] .mat-sort-header-position-before .mat-sort-header-arrow {
  margin: 0px 0 0 2px !important;
}

.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;
}

.template-listing-container {
  max-height: 410px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px;
  padding: 3px;
}

.form-group .bottom-left {
  bottom: -3px !important;
}

.form-control.searchField:focus,
.form-control.searchField {
  padding-left: 30px;
}

.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;
}

.uploaderitem.attachUpload label {
  width: auto;
}

.printOnCreate {
  cursor: pointer;
  font-size: 24px !important;
  color: #d21d10;
  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,
.is-inProcess pre {
  color: #d4811a !important;
}

.is-isCompleted,
.is-isCompleted pre {
  color: #2e8b57 !important;
}

.is-finalApproved,
.is-finalApproved pre {
  color: #2e8b57 !important;
}

.is-isReadyToSubmit,
.is-isReadyToSubmit pre {
  color: #2e8b57 !important;
}

.is-submitted,
.is-submitted pre {
  color: #5f006e !important;
}

.is-incompleted,
.is-incompleted pre {
  color: #5c5c5c !important;
}

.is-deactivated,
.is-deactivated pre {
  color: #9D0000 !important;
}

.is-feedback,
.is-feedback pre {
  color: #c3ba00 !important;
}

.is-approved,
.is-approved pre {
  color: #9d0000 !important;
}

.is-branding,
.is-branding pre {
  color: #008B9C !important;
}

.is-deleted,
.is-deleted pre {
  color: #d40707 !important;
}

.is-emailsent,
.is-emailsent pre {
  color: #6C1BF1 !important;
}

.is-printingSubmittedForVerification,
.is-printingSubmittedForVerification pre {
  color: #1B85A7 !important;
}

.is-printingFeedbackGiven,
.is-printingFeedbackGiven pre {
  color: #988600 !important;
}

.is-printingOrderConfirmed,
.is-printingOrderConfirmed pre {
  color: #007D46 !important;
}

.statusApplication {
  display: inline-block;
  /* padding-top: 10px; */
  font-size: 22px;
}

.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: 8px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #1e2125 !important;
  text-decoration: none;
  background-color: #e9ecef !important;
}

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;
  top: 0;
  z-index: -1;

}

.switchColor {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #000;
}



/* @-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: #d21d10 #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: #d21d10;
}

::-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: #d21d10;
  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: #d21d10;
  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: #c8141e;
  color: #fff;
}

.language__control:checked+.language__label {
  background-color: #c8141e;
  color: #fff;
}

.languagechecked {
  background-color: #75080E;
  color: #fff;
}

.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');
  color: #fff;
}

.language__container--en .language__label {
  background-image: url('../img/en.png');
  color: #fff;
}

.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 {

  font-size: 19px !important;
  font-weight: bold;
  color: #d21d10;
  cursor: pointer;
}

.crossIcon {
  float: right;
  font-size: 15px !important;
  font-weight: bold;
  color: #d21d10;
  cursor: pointer;
}

.cc-color-override--807104874.cc-window {
  background-color: rgb(0, 66, 114) !important;
}

.cc-color-override--807104874 .cc-btn {
  color: #fff !important;
  border-color: transparent;
  background-color: #d21d10 !important;
}

.carousel {
  /* width: 600px; */
  margin: 0 auto;
}

.carousel-item img {
  /* min-height: 850px; */
  height: 100%;
}

.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: 0rem 0.3rem !important;
}

tr.mat-header-row {
  height: 45px !important;
}



.ng-select .ng-select-container {
  padding: 0;
}

.ng-select.ng-select-multiple .ng-select-container {
  height: auto;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 7px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  background-color: #ebf5ff;
  border-radius: 2px;
  margin-right: 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: #343a40;
  color: #fff;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  padding: 3px 5px !important;
  margin: 0;
  line-height: 13px !important;
}


.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #454b51;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-lable {
  padding: 6px 7px;
}

.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #343a40;
  color: #fff;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: #ebf5ff;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
  min-height: calc(2.0rem + 2px);
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}

.form-control,
.dataTable-wrapper .dataTable-top .dataTable-search .dataTable-input,
.ng-select .ng-select-container,
select {
  border: 1px solid #ced4da;
  font-weight: 400;
  font-size: 0.875rem;
}

.ng-select .ng-arrow-wrapper {
  width: 25px;
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.ng-select .ng-clear-wrapper {
  display: flex;
  align-items: center;
}

.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}

.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}


.ng-select.ng-select-opened>.ng-select-container {
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9
}

.ng-select.ng-select-opened>.ng-select-container:hover {
  box-shadow: none
}

.ng-select.ng-select-opened>.ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px
}

.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #333
}

.ng-select.ng-select-opened.ng-select-top>.ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.ng-select.ng-select-opened.ng-select-right>.ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.ng-select.ng-select-opened.ng-select-left>.ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1)
}

.ng-select.ng-select-disabled>.ng-select-container {
  background-color: #f9f9f9
}

.ng-select .ng-has-value .ng-placeholder {
  display: none
}

.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center
}

.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06)
}

.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px
}

[dir="rtl"] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999
}

.ng-select.ng-select-single .ng-select-container {
  height: 36px
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px
}

[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: #ebf5ff;
  border-radius: 2px;
  margin-right: 5px
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #d1e8ff
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #b8dbff
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid #b8dbff;
  border-right: none
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #b8dbff
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid #b8dbff
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input {
  color: #000
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0
}

.ng-select .ng-clear-wrapper {
  color: #999
}

.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #D0021B
}

.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0
}

[dir="rtl"] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px
}

.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px
}

[dir="rtl"] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0
}

.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px
}

.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0
}

.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px
}

.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px
}

.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px
}

.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px
}

.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px
}

.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px
}

.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px
}

.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px
}

.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #f5faff
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ebf5ff;
  font-weight: 600
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: #ebf5ff
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f5faff;
  color: #333
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px
}

[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px
}

[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0
}

[dir="rtl"] .ng-dropdown-panel {
  direction: rtl;
  text-align: right
}



.form-check.d-flex.align-items-center .form-check-label {
  /* margin-bottom: -6px !important; */
}

.form-check.d-flex.align-items-center .material-icons {
  cursor: pointer;
}

.d-inline.editor-btns .btn {
  width: auto !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.adjust-add-btn .input-group-text {
  padding: 0px !important;
}

.adjust-add-btn .btn {
  height: 100%;
  border-radius: 0 0.25rem 0.25rem 0 !important;
}

.images-item-upload {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.rectangle-svg svg {
  max-width: 16px;
  height: 16px;
}

.line-horizontal {
  font-size: 0 !important;
  display: flex !important;
  align-items: center;
}

.line-horizontal i {
  width: 16px;
  display: block;
  border: 1px solid #fff;
  font-size: 0;
  margin: auto;
}

.icon-action-btns .btn {
  width: 42px !important;
}

.icon-action-btns .btn i {
  margin-top: 0;
}

.branding-temp-main .card-header {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.canvas-scroll {
  /* width: 100%; */
  /* overflow-x: scroll; */
}



.canvas-scroll::-webkit-scrollbar {
  height: 10px;
}

.color-box {
  height: 30px;
  width: 30px;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}

.custom-item .red {
  background-color: #C90C07;
}

.custom-item .blue {
  background-color: #005688;
}

.custom-item .yellow {
  background-color: #ECE900;
}

.custom-item .purple {
  background-color: #6E00A5;
}

.custom-item .green {
  background-color: #000000;
}

.custom-item .orange {
  background-color: #FFC300;
}

.printerButtons {
  width: 7%;
  float: right;
  background-color: #d21d10 !important;
  border-color: #d21d10 !important;
}

.w-95 {
  width: 95%
}

.pdfObject {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}


.icon-action-btns .btn-primary.active,
.icon-action-btns .btn-primary:active {
  color: #fff;
  background-color: #c90c07 !important;
  border-color: #c90c07 !important;
}

.canvas-scroll {
  width: 100%;
  /* height: 35vh; */
}

canvas#canvas {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border: 2px dashed #cccccc;
  position: inherit !important;
}

.canvas-container {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

canvas.upper-canvas {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.inputTypeFile input[type='file'] {
  color: rgba(0, 0, 0, 0)
}

.mt-18px {
  margin-top: 18px;
}

.custom-select-dropdown select {
  word-wrap: normal;
  text-overflow: ellipsis;
  padding-right: 20px !important;
  width: 95%;
}

.bigfont {
  font-size: 16px !important;
}

.main-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 222;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-datepicker-body {
  min-width: 210px !important;
  padding: 2px !important;
}

.bs-datepicker-container {
  padding: 0 !important;
}

/* 
bs-datepicker-container {
  width: 211px;
}

.bs-datepicker-container {
  width: 210px;
  font-size: 12px;
}

.bs-datepicker-body {
  min-width: 210px !important;
  padding: 2px !important;
}

.bs-datepicker-body table.days span {
  width: 25px !important;
  height: 25px;
  line-height: 25px !important;
}

.bs-datepicker-head {
  min-width: 205px !important;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
}

.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 100px;
  padding: 0 !important;
}

.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 15pxm !important;
  height: 30px;
}

.bs-datepicker-container {
  padding: 0px !important;
}

.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 10px !important;
  border-radius: 50%;

-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}

*/
.form-control {
  border-radius: 8px !important;
}

.header .btn.btn-40 {
  margin-top: -5px;
}

.header .btn.btn-40 .icons-img path {
  /* stroke: #ffffff; */
}

.header .btn.btn-40 .icons-img.darkTheme path {
  /* fill: #ffffff; */
}


.navbar-brand h5.mb-0 {
  font-size: 16px;
}

.navbar-brand .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  font-size: 13px;
  line-height: 17px;
}

.header .navbar-brand {
  margin-top: -12px;
  margin-bottom: -8px;
}

.navbar-brand .ng-select {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}

.header .ng-select.ng-select-single .ng-select-container {

  font-size: 13px;
}

.header .ng-select .ng-clear-wrapper {
  width: 27px;
}

.header .ng-select .ng-clear-wrapper .ng-clear {
  font-size: 30px;
}

.text-dotted {
  height: 1.2em;
  width: 100px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attendance-modal-sm {
  width: 450px !important;
}

.loginback-btn .btn-block.rounded {
  margin-bottom: 5px;
  margin-top: 10px;
  border: 1px solid;
}

@media (max-width: 1440px) {

  table.custom_table th {
    white-space: nowrap;
    /* overflow: hidden; */
  }

  table.custom_table td.mat-cell.cdk-cell {
    white-space: nowrap;
    /* overflow: hidden; */

  }

  .p-multiselect .p-multiselect-panel {
    top: 0 !important;
  }
}



@media (max-width: 1140px) {

  .col-md-12.col-lg-10.m-auto {
    width: 100% !important;
    max-width: 100%;
  }
}


@media (max-width: 1023px) {
  .fixed-header-menu .mat-tab-header {
    top: 135px;
  }

  .custom-menu-tabs .mat-tab-header {
    top: 85px
  }

  .main-layout-tabs {
    margin-top: 40px !important;
  }

  .mainLayout {
    margin-top: 50px;
  }

  .col-md-12.col-lg-10.m-auto {
    width: 100% !important;
    max-width: 100%;
  }
}

@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) {

  input[type="radio"],
  input[type="checkbox"] {
    height: 18px !important;
    width: 18px !important;
    ;

  }

  .header-text-for-web {
    display: none;
  }

  .mat-tab-label {
    min-width: 40px !important;
  }

  .fixed-header-menu .buttons-flex.justify-content-between {
    margin-top: 15px;
    margin-bottom: 10px;
  }


  .has-header-menu {
    padding-top: 140px;
  }

  .header {
    height: 91px;
  }

  .fixed-header-footer {
    top: 140px;
  }

  .fixed-header-footer1 {
    top: 185px !important;
  }

  .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) {

  /* .fixed-header-menu .mat-tab-header {
    top: 90px;
  } */

  .col-12.mb-2 button {
    margin-bottom: 11px;
  }


  .form-group .mb-4.mt-5.margin-zero-m {
    margin-bottom: 0 !important;
  }

  .col-12.text-right .button-margin {
    margin-top: -20px;
  }

  .col-12 .text-right button.button-margin {
    margin-top: 1px;
  }

  .col-12 .text-right button,
  .col-12.text-right button {
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .mb-3 .text-right button {
    width: 100% !important;
    margin-top: -10px;
    margin-bottom: 18px !important;
  }

  .mb-3 .text-right .button-margin-div button {
    margin-top: 0;
  }

  .form-group .mb-4.mt-5.margin-bottom-zero {
    margin-bottom: 10px !important;
  }


  .form-group .mb-4.mt-5 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .row.p-0.m-0 .col-lg-6 {
    padding-right: 0;
  }

  .agency-item-page {
    padding: 5px 0px !important;
  }

  .order-heading-sec {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
  }





  .order-detail-page ul {
    margin-bottom: 10px !important;
  }

  .order-detail-page .media-body span.d-inline-flex {
    display: block !important;
    margin-left: 0px;
    margin-top: -2px;
    line-height: 12px;
  }

  .order-detail-page .table-responsive-sm.order-table-price table.table {
    width: 100% !important;
  }

  .order-detail-page .media-body span.d-inline-flex span {
    font-size: 13px !important;
    margin-left: 0px !important;
  }



  .cart-sec {
    justify-content: space-between;
    width: 100%;
  }

  .media-body h6.media-title {
    font-size: 10px !important;
    line-height: 15px;
  }

  .signature-pad {
    width: 375px !important;
    overflow: hidden;
    border: 1px solid #666;
  }

  .fixed-header-footer {
    top: 141px;
  }

  .has-header-menu {
    padding-top: 139px;
  }

  .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;
    margin-bottom: 2px;
  }

  .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;
  }

  .printerButtons {
    width: 14% !important;
  }

  .attendance-modal-sm {
    width: auto !important;
  }

  .form-check.d-flex.align-items-center .form-check-label {
    margin-bottom: -4px !important;
  }

  .form-check .form-check-label {
    padding-left: 10px !important;
  }

}

@media (max-width: 391px) {

  .signature-pad {
    width: 350px !important;
    overflow: hidden;
    border: 1px solid #666;
  }

}

@media (max-width: 376px) {

  .signature-pad {
    width: 300px !important;
    overflow: hidden;
    border: 1px solid #666;
  }

  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;
  }
}


th.mat-header-cell {
  border-bottom-style: none !important;
}

table.custom_table th {
  height: 33px;
}

.custom_table tr.mat-row {
  border-bottom: 1px solid #e1e0e0 !important;
  height: 33px;
}

.btn {
  border: 0 !important;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: transparent !important;
}

pre {
  font-family: "Open Sans", sans-serif !important;
  font-size: 10px !important;
  margin-bottom: 0 !important;
}

.withoutbtnicon svg path {
  stroke: #000000;
}

ul.prices-div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
}

.media-body {
  text-align: left;
}

.order-detail-page li.list-inline-item {
  font-weight: bold;
}

.image-radius {
  border-radius: 8px;
}


.order-heading-sec p {
  margin-bottom: 5px !important;
}


.cart-sec p {
  margin-bottom: 5px !important;
}

::-webkit-scrollbar-thumb {
  background: gray
}

.example-accordion-item-body .form-group.marginTop {
  padding: 0;
  margin-top: 7px;
}

.example-accordion-item-body .col-lg-6.col-12.marginTop {
  padding-left: 0;
}

.example-accordion-item-body .form-group.row {
  padding-right: 0;
}

.example-accordion-item-body .col-lg-6.col-12.marginTop:last-child {
  padding-right: 0;
}

.example-accordion-item-body .form-group.row {
  margin: 0;
  padding: 0;
}

.row.p-0.m-0 .col-lg-12 {
  padding: 0;
}

.row.p-0.m-0 .col-lg-6 {
  padding-left: 0;
}

.row.p-0.m-0 .col-lg-6:last-child {
  padding-right: 0;
}

.removeFilter i.material-icons {
  margin-top: -8px;
}

.fixed-header-footer1 {
  margin-bottom: 12px;
}

.col-12 .text-right button:last-child {
  margin-right: 0 !important;
}

.col-12 .text-right .btn span {
  margin-top: 0px;
  width: 25px;
}

.myScrollingCard .card.custom-button-style {
  line-height: 16px;
}

.myScrollingCard .card span.card-subtitle {
  font-size: 12px;
}

.myScrollingCard {
  overflow-x: hidden;
}

.search-row-class .removeFilter {
  left: 8px !important;
}

.mb-4.mt-5.custom-margin {
  margin-top: 33px !important;
}

.custom_table th {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  /* Adjusted to ensure space for the arrow */
}

/* Base styles for arrows */
.custom_table th span::after {
  content: '';
  position: absolute;
  left: auto;
  /* Adjusted to align correctly */
  top: 52%;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  /* Upward arrow */
  border-color: transparent transparent transparent transparent;
  /* Default to transparent */
  transform: translateY(-50%);
  opacity: 0;
  /* Hide the arrow initially */
  transition: opacity 0.2s ease-in-out;
  margin-left: 5px;
}

/* Show arrow on hover */
.custom_table th:hover span::after {
  border-color: #fff transparent transparent transparent;
  /* White arrow on hover */
  opacity: 1;
}

/* Show the correct arrow when sorted ascending */

.custom_table .sort-asc::after {
  border-width: 5px 4px 0 4px;
  /* Upward arrow */
  border-color: #fff transparent transparent transparent;
  /* White color for ascending */
  opacity: 1;
}

/* Show the correct arrow when sorted descending */
.custom_table .sort-desc::after {
  border-width: 0 4px 5px 4px;
  /* Downward arrow */
  border-color: transparent transparent #fff transparent;
  /* White color for descending */
  opacity: 1;
}


.label-with-checkbox {
  align-items: baseline;
}

.label-with-checkbox .checkbox-with-label {
  margin-left: 8px;
}

.delete-icon-question {
  position: relative;
  right: 0px;
  top: 4px;
  z-index: 1;
  cursor: pointer;
}

.answer-border {
  border-left: 3px solid #1f6ff9;
  position: absolute;
  height: 92%;
  left: -6px;
  top: 5px;
}

.answer-section {
  margin-left: 10px;
  margin-bottom: 10px;
}

.delete-icon-question .material-icons {
  font-size: 19px !important;
}

.child-question {
  /* margin-left: 20px; */
}

.question-section {
  position: relative;
  margin-top: 12px;
  padding-left: 20px;
  width: 100%;
  margin-bottom: 10px;
}

.answer-section {
  position: relative;
}

.question-border {
  border-left: 3px solid red;
  position: absolute;
  height: 92%;
  left: -6px;
  top: 5px;
}

.question-collapse .accordion-item {}

.question-collapse .accordion-button {
  font-size: 10px;
  color: #212529 !important;
  padding: 0;
}

.question-collapse .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 0 !important;
  box-shadow: none !important;
}

.question-collapse .accordion-button::after {
  position: absolute;
  top: 38px;
  left: -6px;
  display: none !important;
}

.question-collapse .accordion-button::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #212529;
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
}

.question-collapse .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.question-collapse .accordion-item {
  border: 0;
}

.question-collapse .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

.question-collapse .accordion-button .arrow {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  position: absolute;
  left: -6px;
  z-index: 11;
  top: 60%;
}

.accordion-button .arrow[aria-expanded="true"] {
  transform: rotate(180deg) !important;
}

.add-option-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.eidt-save-icons .material-icons {
  font-size: 20px;
  margin-right: 7px;
  cursor: pointer;
}

.eidt-save-icons .material-icons:last-child {
  margin-right: 0;
}