/* You can add global styles to this file, and also import other style files */
html, body {
    height: 100%;
  }
  body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    background-color: #ecf5f0;
  }
  .mat-card-avatar {
    background-size: cover;
  }
  .transform-scale-105:hover {
    transform: scale(105%, 105%);
  }
  .transform-scale-y-101:hover {
    transform: scaleY(101%);
  }
  .transform-scale-x-101:hover {
    transform: scaleX(101%);
  }
  .transform-scale-z-101:hover {
    transform: scaleZ(101%);
  }
  @media (max-width: 480px) {
    .hidden-sm {
      display: none;
    }
  }
  ::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #ecf5f0;
    border-radius: 10px;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #006fa0;
    opacity: 0.7;
    border-radius: 10px;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    opacity: 1;
  }
  .cdk-overlay-pane {
    max-width: 95vw !important;
  }
  mat-dialog-container, .modal-content {
    padding: 0px !important;
  }
  mat-dialog-container .body-section, .modal-content .body-section {
    max-height: 65vh !important;
    overflow-y: scroll;
  }
  .modal-content {
    border-width: 0px !important;
  }
  .modal-backdrop {
    display: none !important;
  }
  .fg {
    color: #01B636 !important;
  }
  .bg {
    background-color: #ecf5f0 !important;
  }
  .ac:hover {
    background-color: #3BD16F !important;
  }
  .bg-success {
    background-color: #00c14e !important;
  }
  .text-success {
    color: #00c14e !important;
  }
  .th {
    border-bottom: 2px solid #006fa0 !important;
    color: #006fa0 !important;
  }
  .bg-primary {
    background-color: #006fa0 !important;
  }
  .text-primary {
    color: #006fa0 !important;
  }
  .bg-danger {
    background-color: #e4929a !important;
  }
  .rounded-4 {
    border-radius: 16px !important;
  }
  .rounded-5 {
    border-radius: 24px !important;
  }
  .rounded-all-4 {
    border-radius: 16px !important;
  }
  .rounded-all-4 div {
    border-radius: 16px !important;
  }
  google-chart * {
    max-width: 100% !important;
  }
  .rounded-all-5 {
    border-radius: 24px !important;
  }
  .rounded-all-5 div {
    border-radius: 24px !important;
  }
  /* inputs */
  .form-control {
    color: #01B636;
    background-color: #fff !important;
  }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #3BD16F;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #74e39b38;
  }
  .relative {
    position: relative;
  }
  .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .medisol-nav-link {
    background-color: #00c14e;
    color: #fff !important;
    text-decoration: none !important;
  }
  .medisol-nav-link:hover {
    background-color: #006fa0;
  }
  .link-with-card {
    text-decoration: none !important;
  }
  /**/
  .btn-28-px {
    height: 28px;
    line-height: 24px !important;
  }
  .img-w-250 {
    height: 250px;
  }
  .img-w-300 {
    height: 250px;
  }
  .crud-form .radio-group-inline {
    display: inline-flex;
    flex-direction: row;
    margin: 15px 0;
  }
  .crud-form .radio-group-inline mat-radio-button {
    margin: 5px;
  }
  button.bg-success, button.bg-primary, button.bg-danger {
    color: #fff;
  }
  /* list view */
  table th {
    text-transform: uppercase;
  }
  table tbody tr:hover {
    transform: scaleY(1.1);
  }
  .mat-form-field-appearance-outline .mat-form-field-wrapper {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    background-color: white !important;
  }
  .mat-form-field-appearance-outline .mat-form-field-wrapper input, .mat-form-field-appearance-outline .mat-form-field-wrapper textarea {
    background-color: white !important;
  }
  .filter-input {
    max-width: 300px;
  }
  /* Data model detail view */
  .detail-view {
    /*
     max-height: 95vh;
     width: 90vw;
     .body {
     max-height: 65vh;
     overflow: scroll;
     }
     */
  }
  .detail-view mat-tab-group mat-tab-header .mat-tab-label.mat-tab-label-active {
    background-color: #00c14e;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .detail-view .border-primary-left {
    border-left: 1px solid #006fa0;
  }
  .detail-view .border-primary-right {
    border-right: 1px solid #006fa0;
  }
  /* MAterial Icon Size*/
  .mis-16 {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .mis-32 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .mis-36 {
    width: 36px !important;
    height: 36px !important;
  }
  .mis-40 {
    width: 40px !important;
    height: 40px !important;
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .mis-48 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
    line-height: 48px !important;
  }
  .mis-76 {
    width: 76px !important;
    height: 76px !important;
    font-size: 76px !important;
    line-height: 76px !important;
  }
  