.main-content-container {
}
.content-container {
  padding: 0 !important;
}
.details-container {
  z-index: 99999999;
}
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: transparent !important;
}
.form-legend {
  margin-top: 8px;
  margin-bottom: 8px;
}
.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;
  width: 100%;
  border: 0;
  border-spacing: 0 0px;
  padding: 16px;
  padding-top: 0px;
  padding-bottom: 0;
  padding-left: 0px;
  margin-bottom: 32px;
  padding-right: 0px;
  border-collapse: separate;
  /* box-shadow: 0 1px 0 0 rgb(0 0 0 / 0.16), 0 1px 3px 0 rgb(0 0 0 / 0.12); */
}
.child-content-container {
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.child-content-container p {
  font-size: 0.9em;
  margin: 0;
}
.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: var(--catalog-color-3);
  text-align: left;
  height: 36px;
  font-weight: normal;
}

table tr {
  background-color: white;
  border-radius: 2px;
}
tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
td {
  border: solid 1px #000;
  border-style: solid none;
  padding: 10px;
}

tr th:first-child {
  border-top-left-radius: 16px;
}
tr th:last-child {
  border-top-right-radius: 16px;
}
table tr:last-child td {
  border-bottom: 1px solid transparent;
}
th {
  text-overflow: ellipsis;
}

/*Select every last td of every last row*/
tr:last-child > td:last-of-type {
  border-bottom-right-radius: 16px;
}
/*Select every first td of every last row*/
tr:last-child > td:first-of-type {
  border-bottom-left-radius: 16px;
}
/* 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;
}

.table-badge {
  padding: 4px;
  padding-left: 8px;
  padding-right: 6px;
  border-radius: 6px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 8px;
  font-family: main_font_bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.table-badge-red {
  background-color: #ff000014;
  color: var(--q_red);
}
.table-badge-orange {
  background-color: #f59e0b29;
  color: #f59e0b;
}
.table-badge-green {
  background-color: #007e3215;
  color: #007e33;
}

table th {
  color: inherit;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  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-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;
}
.snack-bar {
  background-color: #212121 !important;
  padding: 12px;
}
.snack-bar pre {
  color: white !important;
}
.snack-bar p {
  color: white !important;
}
.table-double-data-display p {
  margin: 0;
  font-size: 0.9rem;
  text-align: left;
}
.table-caption {
  font-size: 0.8rem !important;
  font-weight: 400;
  line-height: 7.31px;
  color: #4f4f4f;
  margin: 0;
  margin-top: 4px !important;
}

.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;
}
.sub-view-back-button {
  width: fit-content;
  height: fit-content;
  background-color: var(--gw_text_color);
  border-radius: 8px;
  padding: 8px 14px 8px 14px;
  color: var(--primary_color_2);
  font-family: main_font_bold;
  margin-right: 16px;
}
.sub-view-back-button i {
  margin-right: 8px;
}
.item-details-container {
  background-color: var(--catalog-color-3) !important;
  border-radius: 16px;
  padding: 16px;
  margin-top: 18px;
}

.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;
  }
}
