/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./scss/style.scss ***!
  \**************************************************************************************************************************************/
:root {
  --white: #fff;
  --gray-dark: #191B1C;
  --gray-darker: #232323;
  --gray: #7a7a7a;
  --gray-second: #9b9b9b;
  --gray-light: #f6f6f6;
  --gray-light-second: #dbdbdb;
  --gray-lighter: #f6f6f6;
  --gray-lighter-second: #f7f7f7;
  --border-gray: #ddd;
  --red-light: #DD1414;
  --brand-primary: #0275D8;
  --brand-secondary: #FFFFFF;
  --brand-tertiary: #6AFFAB;
  --brand-success: #4cbb6c;
  --brand-warning: #ff9a52;
  --brand-danger: #800B0B;
  --current-step-color: #00c062;
  --label-color: var(--gray-darker);
  --btn-primary-color: var(--white);
  --btn-primary-bg: var(--brand-primary);
  --btn-primary-border: transparent;
  --btn-secondary-color: var(--gray-darker);
  --btn-secondary-bg: var(--gray-lighter);
  --btn-secondary-border: transparent;
  --btn-border-radius: 0;
  --btn-disabled-background: #f6f6f6;
  --btn-disabled-color: #ddd;
  --input-border-color: rgba(0, 0, 0, 0.25);
  --headings-font-weight: 700;
  --tooltip-bg: var(--brand-danger);
  --border-radius: 0;
  --extra-small-space: 0.3125rem;
  --small-space: 0.625rem;
  --medium-space: 1.25rem;
  --large-space: 1.875rem;
  --extra-large-space: 2.5rem;
  --warning: #ff9a52;
  --warning-second: #f49d6e;
  --warning-hover: #fde7bb;
  --alert-warning-bg: rgba(255, 154, 82, 0.3);
  --alert-warning-border: var(--warning);
  --alert-warning-text: var(--gray-darker);
  --btn-warning-bg: var(--warning);
  --btn-warning-color: var(--white);
  --btn-tertiary-color: #6c868e;
  --btn-tertiary-hover: #bbcdd2;
  --base-font-size: 18px;
  --font-size-lg: 0.9375rem;
  --font-size-sm: 0.875rem;
  --font-size-xs: 0.8125rem;
  --font-size-h1: 1.375rem;
  --font-size-h2: 1.3125rem;
  --font-size-h3: 1.125rem;
  --font-size-h4: 1.125rem;
  --font-size-h5: 1rem;
  --font-size-h6: 0.9375rem;
  --display1-size: 3.125rem;
  --display1-weight: 600;
  --display2-size: 2.188rem;
  --display2-weight: 400;
  --display3-size: 1.563rem;
  --display3-weight: 400;
  --display4-size: 1.25rem;
  --display4-weight: 400;
  --text-muted: val(--gray);
  --radio-border-color: #979797;
  --juiceColor: #ff7a00;
  --rekordataColor: #e85214;
  --medstoreColor: #004769;
  --ictColor: #27B5D9;
  --maxWidth: 768px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000 !important;
  font-weight: 700 !important;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  color: var(--brand-primary);
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(2, 117, 216, 0.7);
  width: 100%;
}

#footer {
  background-color: var(--brand-primary);
  position: sticky;
  bottom: 0;
  width: 100%;
}

.row {
  margin: 0 !important;
}

.container,
.container-fluid {
  padding: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  color: var(--brand-primary);
  text-decoration: none;
  outline: none;
}

h1, h2, h3,
.h1, .h2, .h3 {
  color: #000;
}

h1, .h1 {
  font-size: 5rem;
  color: var(--brand-primary);
}

h2, .h2 {
  font-size: 3.8rem;
  color: var(--brand-primary);
}

h3, .h3 {
  font-size: 3rem;
}

h4, .h4 {
  font-size: 2.5rem;
}

h5, .h5 {
  font-size: 2rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}

@media (max-width: 768px) {
  .logo {
    max-width: 80%;
  }
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  h2, .h2 {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }
  h4, .h4 {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
.white {
  color: #fff;
}

.d-flex {
  height: inherit;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}

label .color,
.variant-links .color,
.custom-checkbox input[type=checkbox] + span.color {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.3125rem;
  margin-right: 0.5rem;
  cursor: pointer;
  background-size: contain;
  border: 1px solid var(--radio-border-color);
}
label .color.active, label .color:hover,
.variant-links .color.active,
.variant-links .color:hover,
.custom-checkbox input[type=checkbox] + span.color.active,
.custom-checkbox input[type=checkbox] + span.color:hover {
  border: 2px solid var(--gray-darker);
}

.facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
  border: 1px solid var(--radio-border-color);
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  font-weight: 600;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  min-width: 160px;
}
.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
  margin-right: var(--small-space);
}

.btn-primary {
  background-color: var(--gray-dark);
  border: 1px solid var(--brand-tertiary);
}

.btn-primary:hover {
  color: black;
  background: var(--brand-tertiary);
}

.btn-secondary {
  color: var(--brand-primary);
  background-color: var(--gray-dark);
  border: 1px solid var(--brand-primary);
}

.btn-tertiary {
  transition: all 200ms linear;
}
.btn-tertiary span {
  color: var(--white);
  background-color: transparent;
  border-bottom: 6px solid var(--brand-tertiary);
}

.btn-tertiary:hover {
  transform: scale(1.3);
}

.btn-unstyle {
  padding: 0;
  text-align: inherit;
  background-color: transparent;
  border: none;
}
.btn-unstyle:focus {
  outline: 0;
}
.btn-unstyle:focus .expand-more {
  color: var(--brand-primary);
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.card {
  border: none;
}

label,
.label {
  font-size: 0.875rem;
  color: var(--gray-darker);
  text-align: right;
}

small.label,
small.value {
  font-size: 0.8125rem;
}

.formCustom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.formCustom .col-md-6 {
  flex: 1 1 45%;
}
.formCustom .col-md-12 {
  flex: 1 1 100%;
}

.form-control-label {
  padding-top: 0.625rem;
}

.form-control {
  padding: 0.5rem 1rem;
  color: #000;
  background: transparent;
}
.form-control:focus {
  color: var(--gray-darker);
  background-color: var(--white);
  outline: 0.1875rem solid var(--input-border-color);
}

.form-floating > label {
  overflow: unset;
}

.input-group {
  display: table;
}
.input-group.focus {
  outline: 0.1875rem solid var(--brand-primary);
}
.input-group .form-control:focus {
  outline: none;
}
.input-group .input-group-btn {
  height: 100%;
}
.input-group .input-group-btn > .btn {
  padding: 0.625rem 1rem;
  margin-left: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
}
.input-group .input-group-btn > .btn[data-action=show-password] {
  padding: 0.78rem 1rem;
  background: var(--gray);
}

input,
textarea {
  /* stylelint-disable */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--gray);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--gray);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--gray);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--gray);
}
input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
  color: var(--gray-darker);
}
input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
  color: var(--gray-darker);
}
input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
  color: var(--gray-darker);
}
input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
  color: var(--gray-darker);
}
input,
textarea {
  /* stylelint-enable */
}

.form-control-select {
  height: 2.625rem;
  padding: 0 0.75rem;
  background: var(--gray-light) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  /* stylelint-disable */
  -moz-appearance: none;
  -webkit-appearance: none;
  /* stylelint-enable */
}

.form-control-valign {
  padding-top: 0.5rem;
}

.form-control-comment {
  padding-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--gray);
}

.form-control-submit.disabled {
  color: var(--white);
  background: var(--brand-info);
}

.form-group.has-error input,
.form-group.has-error select {
  outline: 0.1875rem solid var(--brand-danger);
}
.form-group.has-error .help-block {
  color: var(--brand-danger);
}

.group-span-filestyle label {
  margin: 0;
}
.group-span-filestyle .btn-default {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--white);
  text-transform: uppercase;
  background: var(--brand-primary);
  border-radius: 0;
}

.bootstrap-touchspin {
  display: inline-block;
  float: left;
  width: auto;
}
.bootstrap-touchspin input:focus {
  outline: none;
}
.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
  float: left;
  width: 3rem;
  height: var(--input-height);
  padding: 0.175rem 0.5rem;
  color: var(--gray-darker);
  background-color: var(--white);
  border: var(--input-btn-border-width) solid var(--input-border-color);
}
.bootstrap-touchspin .input-group-btn-vertical {
  float: left;
  width: auto;
  color: var(--gray-darker);
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: "\e5ce";
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: "\e5cf";
}
.bootstrap-touchspin .input-group-btn-vertical i {
  top: 0.0625rem;
  left: 0.1875rem;
  font-size: 0.9375rem;
}

.radio-inline .custom-radio {
  margin-right: 0.5rem;
}
.radio-inline:first-of-type {
  margin-right: 1rem;
}

form section .form-informations {
  display: inline-block;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  color: var(--gray-darker);
}
form section .form-informations-title, form section .form-informations-option {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
form .form-control-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--gray-darker);
  text-align: left;
}

.custom-radio {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 0.1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  cursor: pointer;
  background: var(--white);
  border: var(--radio-border-color) 1px solid;
  border-radius: 50%;
}
.custom-radio input[type=radio] {
  cursor: pointer;
  opacity: 0;
}
.custom-radio input[type=radio]:checked + span {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--brand-primary);
  border-radius: 50%;
}
.custom-radio input[type=radio]:focus + span {
  border-color: var(--gray);
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: 0.25rem;
  cursor: pointer;
  opacity: 0;
}
.custom-checkbox input[type=checkbox] + span {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  pointer-events: none;
  cursor: pointer;
  border: 1px var(--radio-border-color) solid;
}
.custom-checkbox input[type=checkbox] + span .checkbox-checked {
  display: none;
  margin: -0.125rem;
  font-size: 1.25rem;
  color: var(--gray-darker);
}
.custom-checkbox input[type=checkbox]:checked + span .checkbox-checked {
  display: block;
}
.custom-checkbox input[type=checkbox]:focus + span {
  border-color: var(--gray);
}
.custom-checkbox label {
  text-align: left;
}

.text-muted {
  font-size: 0.875rem;
}

.done {
  display: inline-block;
  padding: 0 0.8125rem;
  margin-right: 1.563rem;
  color: var(--brand-secondary);
}

.thumb-mask > .mask {
  position: relative;
  width: 3.438rem;
  height: 3.438rem;
  margin: var(--small-space) 0;
  overflow: hidden;
  border: VAR(--gray-light) 1px solid;
}
.thumb-mask > .mask img {
  width: 55px;
  height: 55px;
}

.definition-list dl {
  display: flex;
  flex-wrap: wrap;
}
.definition-list dl dt {
  font-weight: 500;
}
.definition-list dl dd,
.definition-list dl dt {
  flex: 0 0 49%;
  padding: 0.625rem;
  margin: 0.125rem;
  background: VAR(--gray-light);
}
.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even) {
  background: var(--gray-lighter);
}

.help-block {
  margin-top: var(--small-space);
}

.btn.disabled,
.btn.disabled:hover {
  color: var(--btn-disabled-color);
  background: var(--btn-disabled-background);
  opacity: 1;
}

.alert-warning .material-icons {
  padding-top: var(--extra-small-space);
  margin-right: var(--small-space);
  font-size: 2rem;
  color: var(--warning);
}
.alert-warning .alert-text {
  padding-top: var(--small-space);
  font-size: 0.9375rem;
}
.alert-warning .alert-link {
  padding: var(--extra-small-space) var(--medium-space);
  margin-left: var(--small-space);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--btn-tertiary-color);
  border-width: 2px;
  border-radius: 2px;
}
.alert-warning ul li:last-child .alert-link {
  color: var(--white);
}
.alert-warning .warning-buttons {
  margin-top: var(--extra-small-space);
}

.btn-warning {
  transition: all 200ms linear;
  font-weight: bold;
}

.btn-tertiary-outline {
  color: var(--btn-tertiary-color);
  background-color: transparent;
  background-image: none;
  border: 0.15rem solid var(--btn-tertiary-color);
  border-color: var(--btn-tertiary-color);
  transition: all 200ms linear;
}
.btn-tertiary-outline:hover {
  color: var(--btn-tertiary-hover);
  border-color: var(--btn-tertiary-hover);
}

.alert {
  font-size: 0.8125rem;
}

.nav-item .nav-link,
.nav-item .nav-separtor {
  font-weight: 600;
  color: var(--gray);
}
.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
  color: var(--gray-darker);
}

.separator {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.25);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 60px);
}

.popover {
  font-family: inherit;
}

input[type=number] {
  /* stylelint-disable */
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input[type=number] {
  /* stylelint-enable */
}

.ui-autocomplete.ui-front {
  z-index: 999;
}

.mgh-card {
  background: #fff;
  padding: 1rem;
}

.policyConteiner h5 {
  font-size: 1rem;
}
.policyConteiner h6 {
  font-size: 0.9rem;
}
.policyConteiner p {
  font-size: 0.75rem;
}

#publishLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(153, 153, 153, 0.5);
  z-index: 999;
  flex-direction: column;
}
#publishLoader p {
  color: var(--brand-primary);
  margin-top: 1rem;
  font-weight: bold;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--brand-secondary);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--brand-secondary) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
