/* htm body */
@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"),
    url("../webfonts/MYRIADPRO-REGULAR.woff") format("woff");
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 16px;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
div::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 8px 0;
}

/* spacing  and sizing*/

.p-0 {
  padding: 0px !important;
}

.m-0 {
  margin: 0;
}

.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}

.p-1 {
  padding: 8px;
}
.p-2 {
  padding: 16px;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}
.ml-20px {
  margin-left: 20px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}
.mr-3 {
  margin-right: 24px;
}
.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.pr-1 {
  padding-right: 8px;
}

.pr-2 {
  padding-right: 16px;
}

.pl-1 {
  padding-left: 8px;
}

.pl-2 {
  padding-left: 16px;
}

.py-1 {
  padding: 8px 0;
}

.py-2 {
  padding: 16px 0;
}

.px-1 {
  padding: 0 8px;
}

.px-2 {
  padding: 0 16px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.fs-18 {
  font-size: 18px;
}
.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.cursor-pointer {
  cursor: pointer;
}
.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.top-50 {
  top: 50% !important;
}
.w-100 {
  width: 100%;
}
/* border */
.border-1 {
  border: 1px solid #e9e9f6;
}

.border-left-1 {
  border-left: 1px solid;
}

.border-right-1 {
  border-right: 1px solid;
}

.border-primary {
  border-color: #01a9e0;
}

.border-default {
  border-color: #e9e9f6;
}
.border-radius-1 {
  border-radius: 0.25rem;
}
/* display */

.row {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.d-flex {
  display: flex;
}

.d-flex-center {
  justify-content: center;
}

.d-flex-end {
  justify-content: flex-end;
}
.d-flex-dir-column {
  flex-direction: column;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.align-items-center {
  align-items: center;
}
.gap-1-2 {
  gap: 4px;
}
.gap-1 {
  gap: 8px;
}

.gap-2 {
  gap: 16px;
}

.space-between {
  justify-content: space-between;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-direction-col {
  flex-direction: column;
}
.inline-block {
  display: inline-block !important;
}

.show {
  display: block;
}
.hide {
  display: none;
}

/* font styles */

.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

/* badge */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
/* controls */
#access-denied {
}

.splash-screen {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #222;
  /*background-color: #2d3436;
    background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);*/
  background-color: #f6f6f6;
  background-image: linear-gradient(315deg, #f6f6f6 0%, #e9e9e9 74%);
}

.splash-screen h3 {
  margin: 16px 0;
}
.splash-screen #loading-dot {
  font-size: 100px;
  margin-top: -80px;
  position: relative;
  animation: ease-in-out infinite alternate;
  animation-name: run;
  animation-duration: 1.2s;
  color: #01a9e0;
}

.splash-screen:last-child {
  margin-bottom: 16px;
}

@keyframes run {
  0% {
    left: -90px;
  }

  100% {
    left: 90px;
  }
}

.avatar {
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.avatar span {
  font-size: 18px; /* 50% of parent */
  color: #fff;
  font-weight: 500;
  pointer-events: none;
}

.avatar-primary {
  background-color: #01a9e0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 5px !important;
  min-width: 150px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
  margin: 0;
  white-space: nowrap;
  list-style: none;
  background: #fff;
  box-sizing: border-box !important;
  animation: fade-in 0.15s cubic-bezier(0, 0, 0.6, 1);
  z-index: 100;
}

.dropdown-content a {
  color: inherit;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  border-radius: 8px;
}

.text-center {
  text-align: center;
}

.text-danger {
  color: red;
}

.text-dark {
  color: #222;
}

.bg-primary {
  background-color: #01a9e0;
}

.bg-light {
  background-color: rgb(211 211 211 / 25%);
}

.btn {
  display: inline-block !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  border-radius: 20px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #01a9e0 !important;
  border-color: #01a9e0 !important;
}

.btn-primary:not([disabled="true"]):hover {
  color: #fff !important;
  background-color: #0397c9 !important;
  border-color: #0397c9 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(1 169 224 / 50%) !important;
}

.btn-outline-secondary {
  color: #6c757d !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #6c757d !important;
}

.btn-light {
  color: #212529 !important;
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
}

.btn-light:hover {
  background-color: #f4f4f5 !important;
  border-color: #f4f4f5 !important;
}

.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgb(248 249 250 / 50%) !important;
}

.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
}

.btn-disabled {
  cursor: default !important;
  color: lightgray !important;
  border-color: lightgray !important;
}

.btn-group,
.btn-group-vertical {
  position: relative !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  vertical-align: middle !important;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-group > .btn:first-child {
  margin-left: 0 !important;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-label {
  margin-bottom: 0.5rem;
  display: inline-block;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.form-check {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  cursor: pointer;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

/* react auto suggest*/

.react-autosuggest__container {
  position: relative;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 40px;
  width: 350px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
  margin: 0;
  box-sizing: border-box !important;
  animation: fade-in 0.15s cubic-bezier(0, 0, 0.6, 1);
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 12px;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

@media only screen and (max-width: 768px) {
  .col-sm-12,
  .col-md-9,
  .col-md-6,
  .col-md-4,
  .col-md-3,
  .col-sm-8 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #01a9e0;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgb(1 169 224 / 50%);
}
