.main-content-container {
}
.content-container {
  padding: 0 !important;
}
.details-container {
  z-index: 99999999;
}
.drawer-header {
  height: 32px;
  padding: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
}
.form-preview-wrapper {
  padding-top: 16px;
}
.form-preview-wrapper h2 {
  /* color: var(--q_green); */
  margin-top: 0.1rem;
}
.form-preview-wrapper .discount_percentage {
  color: var(--q_green);
  font-weight: normal;
}
.drawer-header button i {
  font-size: 1.4em;
}
.drawer-header button {
  border-radius: 32px;
  line-height: 1;
  height: 32px;
  width: 32px;
}
.drawer-header button:hover {
  background-color: var(--nav-current);
}
form .anchor-button_v2 {
  background-color: var(--gw_text_color) !important;
  color: var(--primary_color_2) !important;
  letter-spacing: 0px !important;
  border-color: var(--gw_text_color);
}
.details-container {
  position: fixed;
  background-color: white;
  height: 100vh;
  width: 0;
  right: 0;
  top: 0;
  padding: 0px;
  z-index: 99999999999;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

input[required],
textarea[required] {
  background-image: radial-gradient(#f00, 30%, transparent 40%),
    radial-gradient(#f00, 30%, transparent 40%);
  background-size: 1em 1em;
  background-position: right top;
  background-repeat: no-repeat;
}
button:disabled,
button[disabled] {
  border: 0px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.current-row {
  background-color: var(--nav-current);
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.checkBox-label {
  margin-left: 8px;
  font-size: 0.9em;
}
.table-header {
  background-color: #f3f8fc !important;
}
.form-legend {
  margin-top: 8px;
  margin-bottom: 8px;
}

.paginator-text-container {
  width: fit-content !important;
  margin-left: 0;
  margin-right: 0;
}

.paginator-wrapper {
  width: 500px;
}
.paginator-container {
  width: 100%;
  height: 100%;
}

.paginator-divider {
  background-color: rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 1px;
  margin-bottom: 14px;
}

.paginator-container p {
  font-size: 10px !important;
  margin: 0;
  border-radius: 32px;
  text-align: center;

  white-space: nowrap;
  margin-top: 4px;
}

.paginator-container span {
  font-size: 10px !important;

  margin: 0;
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 32px;
  text-align: center;
  border: 3px solid rgba(0, 0, 0, 0.12);
}

.paginator-current span {
  /* position: relative;
  color: white !important;
  background-color: var(--primary_color_2) !important;
  font-weight: 500;
  opacity: 1 !important;
  border: 0; */
  position: relative;
  color: white !important;
  background-color: var(--gw_text_color) !important;
  font-weight: 500;
  opacity: 1 !important;
  border: 3px solid var(--primary_color_2);
}

.check-box-container {
  margin-top: 8px;
  margin-bottom: 8px;
}
table {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  border-width: 1px;

  margin-top: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  border: 0;
  border-spacing: 0 1px;
  padding: 16px;
  padding-top: 0px;
  padding-bottom: 0;
  padding-left: 1px;
  margin-bottom: 0px;
  padding-right: 1px;
  border-collapse: separate;
}
.child-content-container {
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.child-content-container p {
  font-size: 0.9em;
  margin: 0;
}
.dialog-form-input-wrapper {
  padding: 0 !important;
}

.hoverable {
  background-color: var(--nav-current);
  cursor: pointer;
}
tr:hover {
  cursor: pointer;
  background-color: var(--nav-selected);
}

table th,
table td {
  padding-left: 20px;
  padding-right: 20px;
}
.button-container .content-container {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

table th {
  background-color: transparent;
  text-align: left;
  height: 56px;
  font-weight: normal;
}

table tr {
  background-color: white;
  border-radius: 2px;
  border-bottom: 2px solid red;
}

td {
  border: solid 1px #000;
  border-style: solid none;
  padding: 10px;
}
/* td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
} */
table td {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 0.9em;
  border: 0px;
}

/* 
td:first-child {
    border-left-style: solid;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;


}

td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;

} */

table th {
  color: inherit;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  font-family: main_font_bold;
}

.error {
  color: red !important;
  margin-top: 8px;
}

.form-label {
  padding-top: 0px;
  margin-top: 16px;
  height: fit-content;
}
.form-input-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 16px;
  padding-right: 16px;
}
.form-label-container {
  position: relative;
  height: 32px;
}
.form-section-container {
  width: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.q-place-holder {
  max-width: 1000px;
  background-color: transparent;
  width: 500px;
  height: 300px;
  display: none;
}

.q-place-holder p {
  font-size: 1em;
  opacity: 0.5;
  text-align: center;
  max-width: 250px;
}

.q-place-holder i {
  font-size: 7em;
  opacity: 0.3;
}

.photo-container {
  background-color: #f3f7fd;
  width: 100%;
  height: 200px;
  border-radius: 16px;
  position: relative;
}

.photo-container img {
  object-fit: contain;
  width: inherit;
  height: 200px;
  z-index: 9999;
}

.photo-container i {
  font-size: 100px;
  color: #386bb7;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.date-container {
  margin-bottom: 16px;
}

.date-container span {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.12);
  margin-right: 8px;
  border-radius: 50% 50%;
}

.date-container span i {
  font-size: 15px;
}
.android-dialog {
  border-radius: 24px;
  max-height: 90vh;
}

.isPending {
  background-color: var(--gw_primary_color);
  max-height: 24px;
  border-radius: 16px;
  border: 0px solid green;
}

.isPending p {
  color: white;
  font-size: 12px !important;
}

.q-listview-container {
  background-color: transparent;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 72px;
}

.q-list-item {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
}

.q-list-item p {
  margin: 0;
}

.q-list-item h3 {
  font-size: 15px;
}

.q-list-item button {
  background-color: transparent;
}

.q-list-item button i {
  font-size: 16px;
}

.q-list-caption {
  margin-top: 4px !important;
}

.q-list-caption span {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 12px;
  opacity: 0.7;
}

.q-fab i {
  font-size: 22px;
  color: white;
}

.q-fab {
  position: fixed;
  width: 56px;
  height: 56px;
  background-color: var(--gw_primary_color);
  z-index: 999;
  border-radius: 56px;
  bottom: 16px;
  right: 16px;
}

.section-title {
  margin-top: 0px;
  font-size: 18px;
  font-weight: normal;
}
/* .details-container {
    padding: 16px !important;
}

.showDrawer {
 padding: 16px !important;
} */

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #a2d9c0;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #1e392d;
  border-radius: 20px;
  border: 3px solid transparent;
}
.section-container {
  padding: 16px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  min-height: 400px;
}

.section-content-container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.v-calendar-month__days > .v-calendar-month__day {
  min-height: 30px !important;
}

.v-calendar-month__day {
  min-height: 30px !important;
}

.showPlaceHolder {
  display: flex;
}
.hideTable {
  display: none;
}
dialog {
  overflow-y: auto;
}

.q-custom-dropdown {
  margin-top: 16px;
  position: relative;
}

.q-custom-dropdown select {
  width: 100%;
}

.q-custom-dropdown > * {
  box-sizing: border-box;
}

.q-custom-dropdown input {
  background-color: #f3f8fc !important;
  z-index: 9999999;
  position: absolute;
  width: calc(100% - 40px);
}

.searchable {
  position: relative;
}

.searchable input {
  width: 100%;
  display: block;
  font-weight: 400;
  line-height: 1.6;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  background-color: red;
}

.searchable ul {
  display: none;
  list-style-type: none;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #add8e6;
  border-top: none;
  max-height: 180px;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  z-index: 9999999;
  width: 100%;
}

.searchable ul li {
  padding: 7px 9px;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  color: #6e6e6e;
}

.searchable ul li.selected {
  background-color: #e8e8e8;
  color: #333;
}

.sub-view-title-section {
  margin-bottom: 16px;
  margin-top: 0px;
  width: 100%;
}
.sub-view-title {
  margin-top: 4px !important;
  margin: 0;
  text-align: left;
  height: fit-content;
}
.item-details-container {
  background-color: var(--catalog-color-3);
  border-radius: 16px;
  padding: 16px;
  margin-top: 18px;
}
.sub-view-back-button {
  width: fit-content;
  height: fit-content;
  background-color: var(--gw_text_color);
  color: var(--primary_color_2);
  font-family: main_font_bold;
  border-radius: 6px;
  padding: 8px 14px 6px 14px;

  margin-right: 16px;
}
.sub-view-back-button i {
  margin-right: 8px;
}

.caption-wrapper {
  padding-top: 8px;
  height: 24px;
}

.caption-wrapper p {
  color: var(--q_green);
  font-size: 12px;
}
.icon-btn {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 32px;
  margin: 16px;
}

.icon-btn i {
  font-size: 20px;
}
.control-active {
  background-color: transparent !important;
  color: var(--gw_text_color);
}
.q-danger {
  /* background-color: red !important; */
  color: red;
  border: 1px solid red !important;
}
.control-fill {
  background-color: var(--primary_color_2) !important;
  color: var(--gw_text_color);
}
.q-overlay {
  position: absolute;
  top: 0%;
  background-color: rgba(255, 255, 255, 0.86);
  width: 100%;
  height: 100%;
}

.round-image-16 {
  border-radius: 16px !important;
}

@media (min-width: 992px) {
  .section-title {
    margin-top: 32px;
  }
}
