/*lo-button {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #008A1C;
  align-items: center;
  background-color: #ffffff;
  color: #008A1C;
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  transition: background 0.8s;
}

  lo-button span {
    line-height: 0;
  }

  lo-button .icon {
    background-color: #008A1C;
    display: inline-flex;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    mask: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48"><g> <path d="M24.02,0c-6.93,0-6.98,0-6.98,17.41C0,17.41,0,17.44,0,23.28c0,7.11,0,7.17,17.41,7.17 C17.41,48,17.51,48,24.07,48c6.37,0,6.38,0,6.38-17.74c17.69,0,17.69,0.04,17.69-6.14c0-6.72-0.19-6.71-17.79-6.71 C30.36,0,30.4,0,24.02,0z"/> </g></svg>') center no-repeat;
    -webkit-mask: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48"><g> <path d="M24.02,0c-6.93,0-6.98,0-6.98,17.41C0,17.41,0,17.44,0,23.28c0,7.11,0,7.17,17.41,7.17 C17.41,48,17.51,48,24.07,48c6.37,0,6.38,0,6.38-17.74c17.69,0,17.69,0.04,17.69-6.14c0-6.72-0.19-6.71-17.79-6.71 C30.36,0,30.4,0,24.02,0z"/> </g></svg>') center no-repeat;
  }

  lo-button:hover {
    background-color: #00bd26;
    border-color: #002407;
    color: #ffffff;
    cursor: pointer;
  }

  lo-button[disabled] {
    background-color: #c6c8ca;
    border-color: #787c7f;
    color: #787c7f;
  }

  lo-button[disabled] {
    cursor: not-allowed;
  }

  lo-button.cancel {
    border: transparent;
    color: #E80202;
  }

    lo-button.cancel:hover {
      background-color: #fe5252;
      border: 1px solid #E80202;
      color: #ffffff;
    }

  lo-button.danger {
    border: 1px solid #E80202;
    color: #E80202;
  }

    lo-button.danger:hover {
      background-color: #E80202;
      border: 1px solid #830101;
      color: #ffffff;
    }*/


#pharmacies {
  align-items: flex-start;
  background-color: #F6F5F5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}

  #pharmacies .header {
    border-bottom: 1px solid #929598;
    font-size: 1.538em;
    font-weight: 700;
    margin: 0 0 20px 0;
    width: 100%;
    white-space: nowrap;
  }

.tabs-outer-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

  .tabs-outer-container .tabs {
    display: flex;
    position: relative;
  }

    .tabs-outer-container .tabs .right-side {
      bottom: 10px;
      display: flex;
      gap: 10px;
      justify-content: flex-end;
      position: absolute;
      right: 0;
    }

    .tabs-outer-container .tabs .tab {
      background-color: #e1e2e2;
      border: 1px solid #929598;
      border-radius: 3px 3px 0 0;
      bottom: -1px;
      color: #0267C3;
      padding: 5px 10px;
      position: relative;
      text-align: center;
      width: auto;
      z-index: 1;
    }

      .tabs-outer-container .tabs .tab:hover {
        cursor: pointer;
        text-decoration: underline;
      }

      .tabs-outer-container .tabs .tab.selected {
        background-color: #ffffff;
        border-bottom: 1px solid transparent;
        color: #212427;
      }

        .tabs-outer-container .tabs .tab.selected:hover {
          pointer-events: none;
          text-decoration: none;
        }

  .tabs-outer-container .tab-content {
    background-color: #ffffff;
    border: 1px solid #929598;
    border-radius: 0 3px 3px 3px;
    container-type: inline-size;
    display: none;
    flex: 0 1 auto;
    margin-bottom: 20px;
    padding-top: 10px;
    width: 100%;
  }

.tab-content-scroll {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  width: 100%;
}

.tabs-outer-container .tab-content.selected {
  display: flex;
  flex-direction: column;
}

#pharmacies .tabs-outer-container .tab-content .header {
  align-items: center;
  border-bottom: 0;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 11px;
  margin: 10px 0;
  width: 100%;
  white-space: nowrap;
}

  #pharmacies .tabs-outer-container .tab-content .header::before, #pharmacies .tabs-outer-container .tab-content .header::after {
    border-bottom: 1px solid #929598;
    content: " ";
    color: #929598;
    margin: 0 10px;
    width: 100%;
  }

.connection-table mat-cell .remove-pharmacy {
  background-color: transparent;
  border: 1px solid #E80202;
  border-radius: 50%;
 color: #E80202;
}

  .connection-table mat-cell .remove-pharmacy:hover {
    background-color: #fe5252;
    color: #ffffff;
    cursor: pointer;
  }

.connection-table mat-cell.mat-column-leave-pharmacy {
  justify-content: center;
}

.status {
 /* background-color: rgba(2, 103, 195, .4);
  border: 1px solid #01325e;*/
}

mat-cell .pending, mat-cell .Pending {
  background-color: rgba(254, 145, 44, .4);
  border: 1px solid #fe912c;
  border-radius: 10px;
  cursor: default;
  display: inline-block;
  padding: 3px 5px;
}

mat-cell .rejected {
  background-color: rgba(232, 2, 2, .4);
  border: 1px solid #E80202;
  border-radius: 10px;
  cursor: default;
  display: inline-block;
  padding: 3px 5px;
}


lo-modal.pharmacy-relationship {
  border-radius: 3px;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
  flex-direction: column;
  left: 50%;
  max-height: 90%;
  min-width: 300px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 5;
  display: flex;
  margin: 0;
  height: max-content;
  padding: 0;
  border: none;
}

lo-modal.pharmacy-relationship .modal-header {
    background-color: #0267C3;
    border: 1px solid #0267C3;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
  }

  lo-modal.pharmacy-relationship .modal-body {
    box-sizing: border-box;
    background-color: #F6F5F5;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-width: 100%;
  }

    lo-modal.pharmacy-relationship .modal-body .information {
      margin: 20px 10px 10px 10px;
    }

    lo-modal.pharmacy-relationship .modal-body .search-inputs {
      display: flex;
      gap: 10px;
      justify-content: space-between;
      padding: 0 10px;
    }

  lo-modal.pharmacy-relationship .modal-footer {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

    lo-modal.pharmacy-relationship .modal-footer > div {
      align-items: center;
      display: flex;
      width: auto;
    }

      lo-modal.pharmacy-relationship .modal-footer > div > * {
        margin-left: 10px;
      }

    lo-modal.pharmacy-relationship .modal-footer .modal-footer-right {
      flex-direction: row-reverse;
      margin-left: auto;
    }

    lo-modal.pharmacy-relationship .modal-footer .modal-footer-left {
      margin-right: auto;
    }

  lo-modal.pharmacy-relationship .modal-body .search-results-container {
    border: 1px solid #929598;
    border-radius: 3px;
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
    min-height: 80px;
    overflow: hidden;
  }

    lo-modal.pharmacy-relationship .modal-body .search-results-container .results {
      align-content: center;
      display: flex;
      justify-content: center;
      padding: 20px;
      width: 100%;
    }

    lo-modal.pharmacy-relationship .modal-body .search-results-container .table-scroll-container {
      overflow: auto;
      width: 100%;
    }

  lo-modal.pharmacy-relationship table {
    display: none;
    margin: 0;
  }

    lo-modal.pharmacy-relationship table th:first-child, lo-modal table td:first-child {
      min-width: unset;
      text-align: center;
      width: 40px;
    }

    lo-modal.pharmacy-relationship table th:nth-child(6n), lo-modal table td:nth-child(6n) {
      min-width: 100px;
      text-align: center;
      width: unset;
    }

  lo-modal.pharmacy-relationship.alert {
    max-width: 400px;
    width: 30%;
  }

  lo-modal.pharmacy-relationship.warning .modal-header {
    background-color: #E80202;
    border: 1px solid #E80202;
  }

  lo-modal.pharmacy-relationship.small {
    width: 50%;
  }

lo-modal .add-pharmacy-inputs {
    display: flex;
    flex-wrap: wrap;
}

  lo-modal .add-pharmacy-inputs > lo-input,
  lo-modal .add-pharmacy-inputs > lo-dropdown {
    width: 285px;
    margin-bottom: 8px;
    flex-basis: unset;
    margin-right: 8px;
  }

lo-modal.pharmacy-relationship .add-pmp-pharmacy {
    overflow: auto;
}

.manage-pharmacy-modal lo-button {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #008a1c;
  align-items: center;
  background-color: #fff;
  color: #008a1c;
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  transition: none;
}

  .manage-pharmacy-modal lo-button span {
    line-height: 0;
  }

  .manage-pharmacy-modal lo-button .icon {
    background-color: #008a1c;
    display: inline-flex;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    mask: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48"><g> <path d="M24.02,0c-6.93,0-6.98,0-6.98,17.41C0,17.41,0,17.44,0,23.28c0,7.11,0,7.17,17.41,7.17 C17.41,48,17.51,48,24.07,48c6.37,0,6.38,0,6.38-17.74c17.69,0,17.69,0.04,17.69-6.14c0-6.72-0.19-6.71-17.79-6.71 C30.36,0,30.4,0,24.02,0z"/> </g></svg>') center no-repeat;
    -webkit-mask: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48"><g> <path d="M24.02,0c-6.93,0-6.98,0-6.98,17.41C0,17.41,0,17.44,0,23.28c0,7.11,0,7.17,17.41,7.17 C17.41,48,17.51,48,24.07,48c6.37,0,6.38,0,6.38-17.74c17.69,0,17.69,0.04,17.69-6.14c0-6.72-0.19-6.71-17.79-6.71 C30.36,0,30.4,0,24.02,0z"/> </g></svg>') center no-repeat;
  }

  .manage-pharmacy-modal lo-button:hover {
    background-color: #00bd26;
    border-color: #002407;
    color: #fff;
    cursor: pointer;
  }

  .manage-pharmacy-modal lo-button[disabled] {
    background-color: #c6c8ca;
    border-color: #787c7f;
    color: #787c7f;
  }

  .manage-pharmacy-modal lo-button[disabled] {
    cursor: not-allowed;
  }

  .manage-pharmacy-modal lo-button.cancel {
    border: transparent;
    color: #e80202;
  }

    .manage-pharmacy-modal lo-button.cancel:hover {
      background-color: #fe5252;
      border: 1px solid #e80202;
      color: #fff;
    }

  .manage-pharmacy-modal lo-button.danger {
    border: 1px solid #e80202;
    color: #e80202;
  }

    .manage-pharmacy-modal lo-button.danger:hover {
      background-color: #e80202;
      border: 1px solid #830101;
      color: #fff;
    }


lo-input.Role {
  background-color: #ffffff;
  border: 1px solid #929598;
  border-radius: 3px;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  width: 100%;
}

  lo-input.Role label {
    display: flex;
    font-weight: 600;
    margin-bottom: 2px;
    word-break: break-word;
  }

  lo-input.Role input {
    border: 0;
    box-sizing: border-box;
    padding-left: 4px;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
  }
lo-dropdown.Role {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #929598;
  cursor: pointer;
  display: none;
  flex-direction: column;
  min-width: 100px;
  outline: none;
  position: relative;
  width: 100%;
  outline: none;
  padding: 5px;
  width: 100%;
}

input.Role[type="checkbox"] {
  border: 1px solid #929598;
  height: 20px;
  width: 20px;
  padding: 3px;
}

/*table#search-results th:first-child, table#search-results td:first-child {
  text-align: center;
}*/
  lo-overlay#pharmacy-overlay {
    background-color: rgba(0, 0, 0, .6);
    box-sizing: border-box;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
  }

lo-loader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 6;
}

  lo-loader .loader-container {
    //left: 50%;
    height: 80px;
    position: relative;
    //transform: translate(-50%, -50%);
    //top: 50%;
    width: 80px;
  }

  lo-loader div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: spinner 1.2s linear infinite;
  }

    lo-loader div:nth-child(1) {
      animation-delay: 0s;
      top: 37px;
      left: 66px;
    }

    lo-loader div:nth-child(2) {
      animation-delay: -0.1s;
      top: 22px;
      left: 62px;
    }

    lo-loader div:nth-child(3) {
      animation-delay: -0.2s;
      top: 11px;
      left: 52px;
    }

    lo-loader div:nth-child(4) {
      animation-delay: -0.3s;
      top: 7px;
      left: 37px;
    }

    lo-loader div:nth-child(5) {
      animation-delay: -0.4s;
      top: 11px;
      left: 22px;
    }

    lo-loader div:nth-child(6) {
      animation-delay: -0.5s;
      top: 22px;
      left: 11px;
    }

    lo-loader div:nth-child(7) {
      animation-delay: -0.6s;
      left: 7px;
      top: 37px;
    }

    lo-loader div:nth-child(8) {
      animation-delay: -0.7s;
      left: 11px;
      top: 52px;
    }

    lo-loader div:nth-child(9) {
      animation-delay: -0.8s;
      left: 22px;
      top: 62px;
    }

    lo-loader div:nth-child(10) {
      animation-delay: -0.9s;
      left: 37px;
      top: 66px;
    }

    lo-loader div:nth-child(11) {
      animation-delay: -1s;
      left: 52px;
      top: 62px;
    }

    lo-loader div:nth-child(12) {
      animation-delay: -1.1s;
      left: 62px;
      top: 52px;
    }

@keyframes spinner {
  0%, 20%, 80%, 100% {
    transform: scale(1);
    color: white;
  }

  50% {
    transform: scale(1.5);
    background: #0267C3;
  }
}

#pharmacy-admin .requests-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  max-height: 300px;
  min-height: 108px;
  overflow: hidden;
  width: 100%;
}

#pharmacy-admin #requests {
  background-color: #e1e2e2;
  border: 1px solid #929598;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 10px;
  max-height: calc(100% - 10px);
  overflow: auto;
  padding: 10px;
  width: 70%;
}

@container (max-width: 800px) {
  #pharmacy-admin #requests {
    width: 100%;
  }

  #requests .request .request-actions {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}

#requests .request {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

  #requests .request .request-icon {
    font-size: 30px;
  }

  #requests .request .request-title {
    font-weight: bold;
    margin-bottom: 5px;
  }

  #requests .request .request-info {
    margin-left: 10px;
    width: 80%;
  }

  #requests .request .request-actions {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    width: auto;
  }

    #requests .request .request-actions lo-button {
      margin-left: 10px;
    }

#requests hr {
  margin: 10px 0;
}

#stores-users {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}

  #stores-users .accordion:last-child {
    border-bottom: 1px solid #929598;
  }

lo-accordion {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}

  lo-accordion .accordion {
    align-items: center;
    background: #ffffff;
    border: 1px solid #929598;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
  }

    lo-accordion .accordion:hover {
      cursor: pointer;
      background-color: #D5EBFF;
    }

    lo-accordion .accordion .accordion-info {
      display: flex;
      justify-content: space-between;
    }

    lo-accordion .accordion .accordion-title {
      font-weight: bold;
      font-size: 16px;
      margin-right: 20px;
    }

    lo-accordion .accordion .accordion-arrow {
      background-color: #0267C3;
      clip-path: polygon(100% 0%, 0 0%, 50% 100%);
      content: " ";
      display: block;
      height: 7px;
      position: relative;
      right: 5px;
      width: 10px;
    }

  lo-accordion .accordion-content {
    background-color: #e1e2e2;
    border: 1px solid #929598;
    border-radius: 0 0 3px 3px;
    border-bottom: 0;
    border-top: 0;
    box-sizing: border-box;
    display: flex;
    width: 100%;
  }

.pharmacy-users-list {
  box-sizing: border-box;
  margin: 0;
}

  .pharmacy-users-list th:nth-child(4n), .pharmacy-users-list td:nth-child(4n), .pharmacy-users-list th:nth-child(5n), .pharmacy-users-list td:nth-child(5n) {
    text-align: center;
  }

    .pharmacy-users-list td:nth-child(4n) .timer {
      font-size: 10px;
    }

    .pharmacy-users-list td:nth-child(5n) button:first-child {
      margin-right: 10px;
    }

  .pharmacy-users-list .table-buttons {
    display: flex;
    justify-content: space-evenly;
  }

table.pharmacy-users-list select {
  display: flex;
}

table.pharmacy-users-list .filter {
  border: 1px solid #929598;
  border-radius: 3px;
  padding: 3px 5px;
}

.connection-table mat-header-row {
  font-weight: 600;
  border: none;
}

.connection-table mat-row {
  border: none;
}

.connection-table .mat-column-Address {
  flex: 0 0 28%;
}

.connection-table .mat-column-DispenserName {
  flex: 0 0 20%;
}
.connection-table .mat-column-Role {
  flex: 1;
  word-break: break-word;
}

.connection-table .mat-column-Status, .connection-table .mat-column-leave-pharmacy {
  justify-content: center;
  text-align: center;
}

.connection-table mat-cell, .connection-table mat-header-cell, .connection-table mat-footer-cell {
    padding: 5px;
}

mat-accordion.mat-accordion {
  align-items: center;
  background: #ffffff;
  /* border: 1px solid #929598; */
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  /* padding: 10px; */
  width: 100%;
}

.mat-accordion .mat-expansion-panel-header {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #929598;
}

.mat-accordion .mat-expansion-panel {
  width: 100%;
}

.mat-expansion-panel-content {
  border: 1px solid #929598;
  background-color: #e1e2e2;
}

#stores-users .accordion:last-child {
  border: none;
}

.accordion-info .accordion-title {
  font-weight: bold;
  font-size: 16px;
  margin-right: 20px;
}

.mat-accordion .mat-expansion-panel-header:hover {
  background-color: #D5EBFF;
}

button.save, button.danger {
  border-radius: 3px 3px 3px 3px;
  align-items: center;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  transition: background 0.8s;
}

button.save {
  border: 1px solid #008A1C;
  color: #008A1C;
}

  button.save:hover {
    background-color: #00bd26;
    border-color: #002407;
    color: #ffffff;
    cursor: pointer;
  }

button.danger {
  border: 1px solid #E80202;
  color: #E80202;
}

  button.danger:hover {
    background-color: #E80202;
    border: 1px solid #830101;
    color: #ffffff;
  }

.mat-column-change-access {
  justify-content: center;
}

  .mat-column-change-access button {
    margin-right: 10px
  }

    .mat-column-change-access button:last-child {
      margin-right: 0px
    }

.mat-column-Email {
  padding-right: 10px;
  flex: 0 0 25%;
  word-break: break-word;
}

.request-actions button {
  margin-right: 10px
}

  .request-actions button:last-child {
    margin-right: 0px
  }

.mat-column-status {
  text-transform: capitalize;
  flex: 0 0 15%;
  justify-content: center;
  text-align: center;
}

.mat-column-Status {
  text-transform: capitalize;
}

.mat-column-name {
  text-transform: capitalize;
  padding-right: 10px;
  flex: 0 0 15%;
  word-break: break-word;
}


.mat-expansion-panel .mat-expansion-panel-content {
  display: none;
}

.mat-expansion-panel.mat-expanded .mat-expansion-panel-content {
  display: flex;
}

.mat-column-role {
  padding-right: 10px;
  flex: 0 0 15%;
  word-break: break-word;
}

.filter_input, .filter_dropdown {
  padding-top: 10px;
  width: 100%;
}

  .filter_input > div, .filter_dropdown > div {
    padding-top: 10px;
  }

  .filter_dropdown select {
    padding: 1px 0;
    width: 100%;
  }

span.mat-expansion-indicator {
  background-color: #0267C3;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  content: " ";
  display: block;
  height: 7px;
  position: relative;
  right: 5px;
  width: 10px;
}

.mat-column-select {
  flex: 0 0 8%;
}

.mat-column-FullAddress {
  padding-right: 10px;
  flex: 0 0 26%;
  word-break: break-word;
}

lo-button#add-pharmacy, .pharmacy-relationship lo-button#submit {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #008A1C;
  align-items: center;
  background-color: #ffffff;
  color: #008A1C;
  display: flex;
  justify-content: center;
  padding: 0;
  transition: none !important;
}

  .pharmacy-relationship lo-button#submit button {
    min-width: 70px;
  }

  lo-button#add-pharmacy:hover, .pharmacy-relationship lo-button#submit:hover {
    background-color: #00bd26;
    border-color: #002407;
    color: #ffffff;
    cursor: pointer;
    transition: none !important;
  }

  lo-button#add-pharmacy button {
    padding: 0 10px;
    line-height: 1;
    min-height: 25px;
  }

  lo-button#pmp-add-pharmacy button {
    padding: 0 10px;
    line-height: 1;
    min-height: 25px;
  }

.pharmacy-relationship lo-button {
  padding: 0 !important;
}

  .pharmacy-relationship lo-button.cancel {
    border: transparent;
    color: #E80202;
  }


    .pharmacy-relationship lo-button.cancel:hover {
      background-color: #fe5252;
      border: 1px solid #E80202;
      color: #ffffff;
      transition: none !important;
    }

  .pharmacy-relationship lo-button[variant=basic][disabled]#submit {
    background: var(--color-neutral-lightest);
    border: 1px solid var(--color-neutral-dark);
    color: var(--color-neutral-dark);
    cursor: not-allowed;
    box-shadow: none;
    transition: none;
  }

.timer {
  padding: 0 5px;
}


lo-modal.pharmacy-relationship .modal-body .information {
  font-size: 15px;
  margin: 0 0 15px 0;
}

lo-modal#change-role .change-role-options {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0px 10px 0px;
}

  lo-modal#change-role .change-role-options select {
    font-size: 15px;
    width: 48%;
  }

  lo-modal#change-role .change-role-options input {
    font-size: 15px;
    width: 48%;
  }

.pharmacy-relationship lo-button.manage-pharmacy {
    font-size: 14px;
}

.submission-list-table-filter {
  display: flex;
  gap: 10px;
  padding: 10px 0 0 23px;
  align-items: center;
}

  .submission-list-table-filter input {
    padding: 3px;
  }
.submission-list-table-filter span{
    font-weight: bold;
}
lo-button.dispense-correctionButton button {
  min-height: 24px !important;
  padding: 2px 5px !important;
}

mat-cell.mat-column-Role select {
  max-width: 200px;
  width: 100%;
}
