@use "sass:list";
.form-control {
  display: block;
  width: 100%;
  height: calc(1.428em + 1.8rem + 2px);
  padding: 0.9rem 0.8rem;
  font-family: Ubuntu;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.428;
  color: #808080;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 0.3rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #808080; }
  .form-control:focus {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #0095da;
    outline: 0;
    box-shadow: 0px 0.3px 1px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.1); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f2f2f2;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #808080;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.9rem + 1px);
  padding-bottom: calc(0.9rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.428; }

.col-form-label-lg {
  padding-top: calc(1.3rem + 1px);
  padding-bottom: calc(1.3rem + 1px);
  font-size: 1.4rem;
  line-height: 1.428; }

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.4rem;
  line-height: 1.428; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.9rem 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.428;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.428em + 1rem + 2px);
  padding: 0.5rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.428;
  border-radius: 0.3rem; }

.form-control-lg {
  height: calc(1.428em + 2.6rem + 2px);
  padding: 1.3rem 1.9rem;
  font-size: 1.4rem;
  line-height: 1.428;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00cd90; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.428;
  color: #fff;
  background-color: rgba(0, 205, 144, 0.9);
  border-radius: 0.3rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00cd90;
  padding-right: calc(1.428em + 1.8rem);
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%2300cd90' d='M8.99999 16.2L4.79999 12L3.39999 13.4L8.99999 19L21 7.00001L19.6 5.60001L8.99999 16.2Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.357em + 0.45rem) center;
  background-size: calc(0.714em + 0.9rem) calc(0.714em + 0.9rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #00cd90;
    box-shadow: 0 0 0 0.2rem rgba(0, 205, 144, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.428em + 1.8rem);
  background-position: top calc(0.357em + 0.45rem) right calc(0.357em + 0.45rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00cd90;
  padding-right: calc(0.75em + 3.15rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.8rem center/8px 10px, url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%2300cd90' d='M8.99999 16.2L4.79999 12L3.39999 13.4L8.99999 19L21 7.00001L19.6 5.60001L8.99999 16.2Z'/%3e%3c/svg%3e") #fff no-repeat center right 1.8rem/calc(0.714em + 0.9rem) calc(0.714em + 0.9rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #00cd90;
    box-shadow: 0 0 0 0.2rem rgba(0, 205, 144, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00cd90; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00cd90; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #00cd90; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #01ffb3;
  background-color: #01ffb3; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 205, 144, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00cd90; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00cd90; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00cd90;
  box-shadow: 0 0 0 0.2rem rgba(0, 205, 144, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #da1f3c; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.428;
  color: #fff;
  background-color: rgba(218, 31, 60, 0.9);
  border-radius: 0.3rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #da1f3c;
  padding-right: calc(1.428em + 1.8rem);
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23da1f3c' d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.357em + 0.45rem) center;
  background-size: calc(0.714em + 0.9rem) calc(0.714em + 0.9rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #da1f3c;
    box-shadow: 0 0 0 0.2rem rgba(218, 31, 60, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.428em + 1.8rem);
  background-position: top calc(0.357em + 0.45rem) right calc(0.357em + 0.45rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #da1f3c;
  padding-right: calc(0.75em + 3.15rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.8rem center/8px 10px, url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23da1f3c' d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z'/%3e%3c/svg%3e") #fff no-repeat center right 1.8rem/calc(0.714em + 0.9rem) calc(0.714em + 0.9rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #da1f3c;
    box-shadow: 0 0 0 0.2rem rgba(218, 31, 60, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #da1f3c; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #da1f3c; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #da1f3c; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e54760;
  background-color: #e54760; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(218, 31, 60, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #da1f3c; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #da1f3c; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #da1f3c;
  box-shadow: 0 0 0 0.2rem rgba(218, 31, 60, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 360px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.form-control {
  color: #1a1a1a; }
  .form-control[readonly] {
    border: 1px solid transparent;
    background-color: inherit; }
    .form-control[readonly]:hover {
      border: 1px solid #cccccc; }
  .form-control::placeholder {
    color: #808080; }
  .form-control:disabled, .form-control.disabled {
    -webkit-text-fill-color: #808080;
    color: #808080;
    border: 1px solid #cccccc;
    opacity: unset; }
  .form-control:focus:not(:disabled) {
    box-shadow: 0px 0.3px 1px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #0095da; }
  .form-control:hover:not(:disabled) {
    box-shadow: 0px 0.3px 1px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.1);
    color: #1a1a1a; }
  .form-control.is-invalid, .form-control:invalid {
    color: #da1f3c;
    border-color: #da1f3c; }
    .form-control.is-invalid:hover, .form-control:invalid:hover {
      color: #da1f3c; }
  .form-control.is-valid {
    color: #00cd90;
    border-color: #00cd90; }
    .form-control.is-valid:hover {
      color: #00cd90; }

textarea.form-control {
  overflow: hidden; }

.readonly .form-control {
  border: 1px solid transparent;
  background-color: inherit; }
  .readonly .form-control:hover {
    border: 1px solid #cccccc; }

.form-control-title {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  color: #1a1a1a;
  font-weight: 700;
  padding: 0 0.2rem; }
  .form-control-title::placeholder {
    color: #808080; }
  .form-control-title:focus:not(:disabled) {
    border: 1px solid #0095da; }
    .form-control-title:focus:not(:disabled):hover {
      border: 1px solid #0095da; }
  .form-control-title:hover:not(:disabled) {
    border: 1px solid #cccccc; }
  .form-control-title.is-invalid, .form-control-title:invalid {
    border-color: #da1f3c; }
    .form-control-title.is-invalid:hover, .form-control-title:invalid:hover {
      border-color: #da1f3c; }
  .form-control-title.is-valid {
    border-color: #00cd90; }
    .form-control-title.is-valid:hover {
      border-color: #00cd90; }

input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  border-radius: 0.2rem;
  border: 0.2rem solid #666666;
  background-color: none;
  appearance: none;
  outline: none;
  transition-duration: 0.3s; }
  input[type="checkbox"]:checked {
    border: none;
    background-color: #0095da; }
    input[type="checkbox"]:checked:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23fff' d='M8.99999 16.2L4.79999 12L3.39999 13.4L8.99999 19L21 7.00001L19.6 5.60001L8.99999 16.2Z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: contain;
      background-color: #0095da; }
  input[type="checkbox"]:disabled {
    cursor: default;
    border: none;
    background-color: #cccccc; }

input[type="radio"] {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  outline: none; }

.checkboxes label {
  display: flex;
  align-items: center;
  min-width: 10rem; }
  .checkboxes label input {
    order: -1;
    margin-right: 8px; }
    @media (min-width: 1025px) {
      .checkboxes label input {
        margin-right: 16px; } }
    @media (min-width: 1600px) {
      .checkboxes label input {
        margin-right: 24px; } }

.checkboxes.notFirstInput label input {
  order: 0;
  margin: 0 8px; }
  @media (min-width: 1025px) {
    .checkboxes.notFirstInput label input {
      margin: 0 16px; } }
  @media (min-width: 1600px) {
    .checkboxes.notFirstInput label input {
      margin: 0 24px; } }

.wrapper {
  width: 100% !important;
  flex-basis: 100% !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important; }

label {
  color: #666666;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.384; }

.fake-label {
  height: 20px;
  display: block;
  margin-bottom: 5px; }

.ngb-dp-header {
  margin-top: 2rem;
  padding: 0 2.7rem; }

.ngb-dp-content {
  padding: 0 2.7rem; }

.ngb-dp-month {
  display: block;
  width: 100%; }

.ngb-dp-day,
.ngb-dp-week-number,
.ngb-dp-weekday {
  min-width: 2rem;
  flex-grow: 1;
  text-align: center; }
  .ngb-dp-day > div,
  .ngb-dp-week-number > div,
  .ngb-dp-weekday > div {
    text-align: center;
    min-width: 2rem;
    width: auto; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.9rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.428;
  border-radius: 0.3rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 149, 218, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0095da;
  border-color: #0095da; }
  .btn-primary:hover {
    color: #fff;
    background-color: #007bb4;
    border-color: #0072a7; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #007bb4;
    border-color: #0072a7;
    box-shadow: 0 0 0 0.2rem rgba(38, 165, 224, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0095da;
    border-color: #0095da; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0072a7;
    border-color: #00699a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 165, 224, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6f7585;
  border-color: #6f7585; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5e6370;
    border-color: #585d69; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5e6370;
    border-color: #585d69;
    box-shadow: 0 0 0 0.2rem rgba(133, 138, 151, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6f7585;
    border-color: #6f7585; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #585d69;
    border-color: #525662; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(133, 138, 151, 0.5); }

.btn-success {
  color: #fff;
  background-color: #00cd90;
  border-color: #00cd90; }
  .btn-success:hover {
    color: #fff;
    background-color: #00a775;
    border-color: #009a6c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00a775;
    border-color: #009a6c;
    box-shadow: 0 0 0 0.2rem rgba(38, 213, 161, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00cd90;
    border-color: #00cd90; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #009a6c;
    border-color: #008d63; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 213, 161, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #e86e30;
  border-color: #e86e30; }
  .btn-warning:hover {
    color: #fff;
    background-color: #da5918;
    border-color: #ce5517; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #da5918;
    border-color: #ce5517;
    box-shadow: 0 0 0 0.2rem rgba(235, 132, 79, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #e86e30;
    border-color: #e86e30; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ce5517;
    border-color: #c35016; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(235, 132, 79, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #da1f3c;
  border-color: #da1f3c; }
  .btn-danger:hover {
    color: #fff;
    background-color: #b91a33;
    border-color: #ad1930; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b91a33;
    border-color: #ad1930;
    box-shadow: 0 0 0 0.2rem rgba(224, 65, 89, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #da1f3c;
    border-color: #da1f3c; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ad1930;
    border-color: #a2172d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 65, 89, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #0095da;
  border-color: #0095da; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0095da;
    border-color: #0095da; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 149, 218, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0095da;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0095da;
    border-color: #0095da; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 149, 218, 0.5); }

.btn-outline-secondary {
  color: #6f7585;
  border-color: #6f7585; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6f7585;
    border-color: #6f7585; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 117, 133, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6f7585;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6f7585;
    border-color: #6f7585; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 117, 133, 0.5); }

.btn-outline-success {
  color: #00cd90;
  border-color: #00cd90; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #00cd90;
    border-color: #00cd90; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 205, 144, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00cd90;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00cd90;
    border-color: #00cd90; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 205, 144, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #e86e30;
  border-color: #e86e30; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #e86e30;
    border-color: #e86e30; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 110, 48, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #e86e30;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #e86e30;
    border-color: #e86e30; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 110, 48, 0.5); }

.btn-outline-danger {
  color: #da1f3c;
  border-color: #da1f3c; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #da1f3c;
    border-color: #da1f3c; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 31, 60, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #da1f3c;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #da1f3c;
    border-color: #da1f3c; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(218, 31, 60, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0095da;
  text-decoration: none; }
  .btn-link:hover {
    color: #007fb9;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 1.3rem 1.9rem;
  font-size: 1.4rem;
  line-height: 1.428;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.5rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.428;
  border-radius: 0.3rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary {
  font-weight: 700; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-outline-primary {
  color: #0095da;
  border-color: #0095da;
  font-weight: 700; }
  .btn-outline-primary:hover {
    color: #0095da;
    background-color: rgba(0, 149, 218, 0.1);
    border-color: #0095da; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 149, 218, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0095da;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 149, 218, 0.1);
    border-color: #0095da; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 149, 218, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-link-primary {
  color: #4d4d4d;
  padding-left: 0;
  padding-right: 0; }
  .btn-link-primary:focus, .btn-link-primary.focus, .btn-link-primary:hover, .btn-link-primary.hover {
    color: #0095da; }
  .btn-link-primary:focus, .btn-link-primary.focus {
    box-shadow: none; }
  .btn-link-primary:active {
    color: #0072a7; }

.btn-secondary {
  font-weight: 700; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-outline-secondary {
  color: #6f7585;
  border-color: #6f7585;
  font-weight: 700; }
  .btn-outline-secondary:hover {
    color: #6f7585;
    background-color: rgba(111, 117, 133, 0.1);
    border-color: #6f7585; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 117, 133, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6f7585;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgba(111, 117, 133, 0.1);
    border-color: #6f7585; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 117, 133, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-link-secondary {
  color: #4d4d4d;
  padding-left: 0;
  padding-right: 0; }
  .btn-link-secondary:focus, .btn-link-secondary.focus, .btn-link-secondary:hover, .btn-link-secondary.hover {
    color: #6f7585; }
  .btn-link-secondary:focus, .btn-link-secondary.focus {
    box-shadow: none; }
  .btn-link-secondary:active {
    color: #585d69; }

.btn-success {
  font-weight: 700; }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-outline-success {
  color: #00cd90;
  border-color: #00cd90;
  font-weight: 700; }
  .btn-outline-success:hover {
    color: #00cd90;
    background-color: rgba(0, 205, 144, 0.1);
    border-color: #00cd90; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 205, 144, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00cd90;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 205, 144, 0.1);
    border-color: #00cd90; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 205, 144, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-link-success {
  color: #4d4d4d;
  padding-left: 0;
  padding-right: 0; }
  .btn-link-success:focus, .btn-link-success.focus, .btn-link-success:hover, .btn-link-success.hover {
    color: #00cd90; }
  .btn-link-success:focus, .btn-link-success.focus {
    box-shadow: none; }
  .btn-link-success:active {
    color: #009a6c; }

.btn-info {
  font-weight: 700; }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
  font-weight: 700; }
  .btn-outline-info:hover {
    color: #17a2b8;
    background-color: rgba(23, 162, 184, 0.1);
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: rgba(23, 162, 184, 0.1);
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-link-info {
  color: #4d4d4d;
  padding-left: 0;
  padding-right: 0; }
  .btn-link-info:focus, .btn-link-info.focus, .btn-link-info:hover, .btn-link-info.hover {
    color: #17a2b8; }
  .btn-link-info:focus, .btn-link-info.focus {
    box-shadow: none; }
  .btn-link-info:active {
    color: #117a8b; }

.btn-warning {
  font-weight: 700; }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-outline-warning {
  color: #e86e30;
  border-color: #e86e30;
  font-weight: 700; }
  .btn-outline-warning:hover {
    color: #e86e30;
    background-color: rgba(232, 110, 48, 0.1);
    border-color: #e86e30; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 110, 48, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #e86e30;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: rgba(232, 110, 48, 0.1);
    border-color: #e86e30; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 110, 48, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-link-warning {
  color: #4d4d4d;
  padding-left: 0;
  padding-right: 0; }
  .btn-link-warning:focus, .btn-link-warning.focus, .btn-link-warning:hover, .btn-link-warning.hover {
    color: #e86e30; }
  .btn-link-warning:focus, .btn-link-warning.focus {
    box-shadow: none; }
  .btn-link-warning:active {
    color: #ce5517; }

.btn-danger {
  font-weight: 700; }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-outline-danger {
  color: #da1f3c;
  border-color: #da1f3c;
  font-weight: 700; }
  .btn-outline-danger:hover {
    color: #da1f3c;
    background-color: rgba(218, 31, 60, 0.1);
    border-color: #da1f3c; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 31, 60, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #da1f3c;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: rgba(218, 31, 60, 0.1);
    border-color: #da1f3c; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(218, 31, 60, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-link-danger {
  color: #4d4d4d;
  padding-left: 0;
  padding-right: 0; }
  .btn-link-danger:focus, .btn-link-danger.focus, .btn-link-danger:hover, .btn-link-danger.hover {
    color: #da1f3c; }
  .btn-link-danger:focus, .btn-link-danger.focus {
    box-shadow: none; }
  .btn-link-danger:active {
    color: #ad1930; }

.btn-light {
  font-weight: 700; }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
  font-weight: 700; }
  .btn-outline-light:hover {
    color: #f8f9fa;
    background-color: rgba(248, 249, 250, 0.1);
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: rgba(248, 249, 250, 0.1);
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-link-light {
  color: #4d4d4d;
  padding-left: 0;
  padding-right: 0; }
  .btn-link-light:focus, .btn-link-light.focus, .btn-link-light:hover, .btn-link-light.hover {
    color: #f8f9fa; }
  .btn-link-light:focus, .btn-link-light.focus {
    box-shadow: none; }
  .btn-link-light:active {
    color: #dae0e5; }

.btn-dark {
  font-weight: 700; }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
  font-weight: 700; }
  .btn-outline-dark:hover {
    color: #343a40;
    background-color: rgba(52, 58, 64, 0.1);
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: rgba(52, 58, 64, 0.1);
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #cccccc;
    border-color: #cccccc;
    cursor: default; }

.btn-link-dark {
  color: #4d4d4d;
  padding-left: 0;
  padding-right: 0; }
  .btn-link-dark:focus, .btn-link-dark.focus, .btn-link-dark:hover, .btn-link-dark.hover {
    color: #343a40; }
  .btn-link-dark:focus, .btn-link-dark.focus {
    box-shadow: none; }
  .btn-link-dark:active {
    color: #1d2124; }

.btn i:last-child {
  margin-left: 0.8rem; }

.btn i:first-child {
  margin-right: 0.8rem; }

.btn i:only-child {
  margin: 0; }

.btn-lg i:last-child {
  margin-left: 1.2rem; }

.btn-lg i:first-child {
  margin-right: 1.2rem; }

.btn-lg i:only-child {
  margin: 0; }

a i:first-child, .btn-link i:first-child {
  margin-right: 0.4rem; }

a i:last-child, .btn-link i:last-child {
  margin-left: 0.4rem; }

a i:only-child, .btn-link i:only-child {
  margin: 0; }

a:hover {
  color: #007fb9; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.9rem 0.8rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.428;
  color: #808080;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0.3rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.428em + 2.6rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.3rem 1.9rem;
  font-size: 1.4rem;
  line-height: 1.428;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.428em + 1rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.428;
  border-radius: 0.3rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.8rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group {
  border: 1px solid #cccccc;
  border-radius: 0.3rem; }
  .input-group.read-only {
    border: 1px solid transparent;
    background-color: inherit; }
    .input-group.read-only:hover {
      border: 1px solid #cccccc; }
  .input-group.disabled {
    color: #808080;
    border: 1px solid #cccccc;
    opacity: unset; }
    .input-group.disabled .input-group-text {
      background-color: #f2f2f2; }
  .input-group.input-group-sm .input-group-prepend .input-group-text,
  .input-group > .input-group-prepend .input-group-text {
    padding-right: 0; }
  .input-group.input-group-sm .input-group-append .input-group-text,
  .input-group > .input-group-append .input-group-text {
    padding-left: 0; }
  .input-group:focus-within:not(.disabled) {
    box-shadow: 0px 0.3px 1px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #0095da; }
  .input-group:hover:not(.disabled) {
    box-shadow: 0px 0.3px 1px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.1);
    color: #1a1a1a; }
  .input-group .input-group-text {
    border: none;
    height: 100%; }
    .input-group .input-group-text:focus:not(:disabled) {
      box-shadow: none;
      border: none; }
    .input-group .input-group-text:hover:not(:disabled) {
      box-shadow: none; }
  .input-group .form-control {
    border: none;
    height: calc(1.428em + 1.8rem); }
    .input-group .form-control:focus:not(:disabled) {
      box-shadow: none;
      border: none; }
    .input-group .form-control:hover:not(:disabled) {
      box-shadow: none; }
    .input-group .form-control[readonly] {
      border: none;
      background-color: inherit; }
      .input-group .form-control[readonly]:hover {
        border: none; }
    .input-group .form-control:disabled, .input-group .form-control.disabled {
      -webkit-text-fill-color: #808080;
      color: #808080;
      border: none; }
  .input-group.input-group-sm .form-control:not(textarea) {
    height: calc(1.428em + 1rem); }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.3rem; }

.material-icons.primary {
  color: #0095da; }

.material-icons.secondary {
  color: #6f7585; }

.material-icons.success {
  color: #00cd90; }

.material-icons.info {
  color: #17a2b8; }

.material-icons.warning {
  color: #e86e30; }

.material-icons.danger {
  color: #da1f3c; }

.material-icons.light {
  color: #f8f9fa; }

.material-icons.dark {
  color: #343a40; }

.material-icons-outlined.primary {
  color: #0095da; }

.material-icons-outlined.secondary {
  color: #6f7585; }

.material-icons-outlined.success {
  color: #00cd90; }

.material-icons-outlined.info {
  color: #17a2b8; }

.material-icons-outlined.warning {
  color: #e86e30; }

.material-icons-outlined.danger {
  color: #da1f3c; }

.material-icons-outlined.light {
  color: #f8f9fa; }

.material-icons-outlined.dark {
  color: #343a40; }

.material-icons {
  font-size: 1.6rem;
  vertical-align: sub; }

.material-icons-outlined {
  font-size: 1.6rem;
  vertical-align: sub; }

h1,
h2,
.h1,
.h2 {
  letter-spacing: -0.02rem;
  font-weight: 700;
  line-height: 1.5; }

h3,
.h3 {
  font-weight: 300;
  letter-spacing: -0.03rem;
  line-height: 1.5; }

h4,
.h4 {
  letter-spacing: -0.02rem;
  line-height: 1.5; }

h5,
.h5 {
  font-weight: 400;
  line-height: 1.5; }

h6,
.h6 {
  line-height: 1.5; }

.alternative {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.384; }

.caption {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5; }

.special {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5; }

a:not([href]) {
  color: #0095da;
  text-decoration: none;
  cursor: pointer; }
  a:not([href]):hover {
    color: #007fb9;
    text-decoration: none; }
