.um-form input[type=number].um-form-field {
  padding: 0 12px !important;
  width: 100%;
  height: 40px !important;
}

.tngc-alert {
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 6px 16px;
  margin: 20px 0;
  border: 1px solid;
}

.tngc-alert > *, .tngc-alert .icon-wrapper span.icon {
  display: flex;
  align-items: center;
}

.tngc-alert .icon-wrapper {
  margin-right: 12px;
  padding: 7px 0;
  opacity: 0.9;
}

.tngc-alert .text-wrapper {
  padding: 8px 0;
  font-size: 14px;
  flex-grow: 1;
  display: block;
  overflow: hidden;
}

.tngc-alert .text-wrapper span {
  display: block;
}

@media screen and (min-width: 769px) {
  .tngc-alert .text-wrapper {
    display: flex;
  }
}
.tngc-alert-warning {
  background: rgb(255, 244, 229);
  border-color: rgba(237, 108, 2, 0.2);
}

.tngc-alert-warning .text-wrapper *:not(.btn) {
  color: #996f33;
}

.tngc-alert-warning .icon path {
  color: #ed6c02;
}

.tngc-alert-error {
  background: rgb(253, 237, 237);
  border-color: rgba(211, 47, 47, 0.2);
}

.tngc-alert-error .text-wrapper *:not(.btn) {
  color: #8f5453;
}

.tngc-alert-error .icon path {
  color: #d32f2f;
}

.tngc-alert-info {
  background: rgb(229, 246, 253);
  border-color: rgba(2, 136, 209, 0.2);
}

.tngc-alert-info .text-wrapper *:not(.btn) {
  color: #347694;
}

.tngc-alert-info .icon path {
  color: #0288d1;
}

.tngc-alert-success {
  background: rgb(237, 247, 237);
  border-color: rgba(46, 125, 50, 0.2);
}

.tngc-alert-success .text-wrapper *:not(.btn) {
  color: #4f7953;
}

.tngc-alert-success .icon path {
  color: rgba(46, 125, 50, 0.6);
}

.tngc-patients-list > div {
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tngc-patients-list > div ul {
  list-style: none;
}
.tngc-patients-list > div ul li {
  float: left;
  margin-left: 20px;
}

/**
Customize the style of the multiple gambling sessions form.
 */
.gfield_list_header {
  display: none !important;
}

.gfield_list_groups .gform-grid-row {
  border: 1px solid #ccc;
  flex-wrap: wrap !important;
  padding: 1em;
}
.gfield_list_groups .gform-grid-row .gfield_list_group_item {
  width: 33%;
  flex: unset;
}
.gfield_list_groups .gform-grid-row .gfield_list_icons {
  margin-left: auto;
}

.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before {
  content: "" !important;
}

/**
Customize the style of the calendar.
 */
.fc-day .fc-daygrid-day-frame.has-events {
  background: #ffecec;
}

.fc .fc-daygrid-day-frame {
  height: 100%;
}

.fc-more-popover {
  display: none !important;
}

.fc-day .fc-daygrid-day-top {
  margin-bottom: 4px;
}
.fc-day .tngc-events-count-frame {
  text-align: center;
  font-size: 12px;
  padding: 0 10%;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 9999999;
}
.fc-day .tngc-events-count-frame span {
  display: block;
}
.fc-day .tngc-events-count-frame span.tngc-events-count {
  font-size: 2rem;
  font-weight: bold;
}
.fc-day .tngc-view-sessions {
  width: 100%;
  text-align: center;
  visibility: hidden;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  top: 24px;
  background: #ffecec;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.fc-day .tngc-view-sessions a {
  cursor: pointer;
  color: #ff0000;
}
.fc-day .tngc-day-features {
  float: left;
  padding: 4px;
  display: none;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.fc-day .tngc-day-features a {
  background: rgba(76, 175, 80, 0.88);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  width: 20px;
  height: 20px;
  line-height: 13px;
  text-align: center;
  border-radius: 3px;
  padding: 3px;
  display: none;
  margin-left: 5px;
}
.fc-day .tngc-day-features input {
  z-index: 2;
  width: 20px;
  height: 20px;
  margin: 0;
}
.fc-day:hover .tngc-view-sessions {
  visibility: visible;
}
.fc-day:hover .tngc-day-features {
  display: flex;
}
.fc-day:hover .tngc-day-features a {
  display: inline-block;
}
.fc-day.selected .tngc-day-features {
  display: flex;
}

a.fusion-button.tngc-multiple-sessions.disabled, a.fusion-button.tngc-multiple-sessions.disabled:hover {
  background: #9a9a9a;
  cursor: unset !important;
}

#pum-102 .gv-diy-view {
  border: 1px solid #084e8a;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #333;
  gap: 10px;
}
#pum-102 .gv-diy-view > div {
  display: inline-flex;
  align-items: center;
  width: calc(50% - 5px);
  justify-content: space-between;
}
#pum-102 .gv-diy-view > div p {
  margin: 0 !important;
}
#pum-102 .gv-diy-view > div span.value {
  font-weight: 900;
  color: #084e8a;
}
#pum-102 .gv-diy-view > div span.value div {
  display: inline;
  margin-right: 5px;
}
#pum-102 .gambling_type {
  float: left;
}
#pum-102 .gambling_date {
  float: right;
}
#pum-102 .hours_spent {
  clear: both;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pum-content + .pum-close {
  display: none !important;
}

.tngc-pum-close {
  position: absolute;
  width: 52px;
  height: 52px;
  font-size: 20px;
  left: auto;
  right: -18px;
  bottom: auto;
  top: -18px;
  padding: 8px;
  color: #ffffff;
  background-color: rgb(0, 183, 205);
  border: none;
  cursor: pointer;
}

.tngc-form-wrapper .fusion-column-wrapper {
  gap: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tngc-form-wrapper .fusion-form-field {
  width: auto !important;
}
.tngc-form-wrapper input {
  max-width: 150px;
}
.tngc-form-wrapper label {
  display: block !important;
}
.tngc-form-wrapper .fusion-button {
  height: 50px;
}

body table.dataTable {
  margin-top: 30px;
}

body table.dataTable thead th {
  font-weight: 400;
  padding-top: 100px;
}
body table.dataTable thead th input, body table.dataTable thead th select {
  height: auto;
  padding: 10px 5px;
  border-radius: 4px;
  font-size: 14px;
  position: absolute;
  top: 0;
  width: 90% !important;
}

body table.dataTable tfoot, body .dataTables_scrollFoot {
  display: none;
}

table.dataTable thead > tr > th:before,
table.dataTable thead > tr > th:after {
  display: none !important;
  bottom: 16px !important;
  top: auto !important;
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  display: block !important;
}

.fusion-tabs .tab-pane {
  overflow: hidden;
}

body table.dataTable.nowrap th, body table.dataTable.nowrap td {
  white-space: normal;
}

/* Reports styling */
.tngc-total-widget .fusion-column-wrapper {
  background: rgba(8, 78, 138, 0.1) !important;
  border: 1px solid transparent !important;
  padding: 30px !important;
}
.tngc-total-widget .tngc-value, .tngc-total-widget .tngc-label h6, .tngc-total-widget .tngc-label h3 {
  text-align: center !important;
  color: #084e8a !important;
}
.tngc-total-widget .tngc-value {
  font-size: 2em;
  font-weight: bold;
}
.tngc-total-widget .tngc-value * {
  margin: 0;
}
.tngc-total-widget .tngc-label {
  margin: 0 !important;
}
.tngc-total-widget:hover .fusion-column-wrapper {
  background: rgba(8, 78, 138, 0.05) !important;
  border-color: #084e8a !important;
}

.gv-summary-table {
  width: 100%;
}
.gv-summary-table thead {
  border-bottom: 3px solid #000;
}
.gv-summary-table tr {
  border-bottom: 1px solid #ccc;
}
.gv-summary-table tr td, .gv-summary-table tr th {
  padding: 10px 0;
}
.gv-summary-table tr td:first-child, .gv-summary-table tr th:first-child {
  text-align: left;
}
.gv-summary-table tr td:last-child, .gv-summary-table tr th:last-child {
  text-align: right;
}

.gfield_list_icons {
  display: none !important;
}

.gravity-select-parent .select-arrow {
  background: #fff;
}

.awb-menu__main-li_regular:focus-within .awb-menu__main-a_regular.disabled, .awb-menu__main-li_regular:focus-within .awb-menu__main-a.disabled,
.awb-menu__main-li_regular .awb-menu__main-a.disabled,
.awb-menu__main-li_regular .awb-menu__main-a_regular.disabled {
  color: #9a9a9a !important;
}
.awb-menu__main-li_regular:focus-within .awb-menu__main-a_regular.disabled:hover, .awb-menu__main-li_regular:focus-within .awb-menu__main-a.disabled:hover,
.awb-menu__main-li_regular .awb-menu__main-a.disabled:hover,
.awb-menu__main-li_regular .awb-menu__main-a_regular.disabled:hover {
  color: #9a9a9a !important;
}

/*# sourceMappingURL=style.css.map */
