@charset "UTF-8";
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.org)
 */
.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.b-avatar:focus {
  outline: 0;
}
.b-avatar.btn, .b-avatar[href] {
  padding: 0;
  border: 0;
}
.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-text,
.b-avatar .b-avatar-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}
.b-avatar[href] {
  text-decoration: none;
}
.b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}
.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 1;
}

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.b-avatar-sm .b-avatar-text {
  font-size: calc(0.6rem);
}
.b-avatar-sm .b-avatar-badge {
  font-size: calc(0.42rem);
}

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}
.b-avatar-lg .b-avatar-text {
  font-size: calc(1.4rem);
}
.b-avatar-lg .b-avatar-badge {
  font-size: calc(0.98rem);
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}
.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1;
}

.b-calendar {
  display: inline-flex;
}
.b-calendar .b-calendar-inner {
  min-width: 250px;
}
.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
.b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}
.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}
.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}
.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
.b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}

.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown .dropdown-menu:focus {
  outline: none;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #adb5bd;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(
        0.3125rem + 2px
      );
  left: calc(
        -2.8125rem + 2px
      );
  width: calc(
  1.25rem - 4px
);
  height: calc(
  1.25rem - 4px
);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(
        0.21875rem + 2px
      );
  left: calc(
        -1.96875rem + 2px
      );
  width: calc(
  0.875rem - 4px
);
  height: calc(
  0.875rem - 4px
);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}

.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.b-form-btn-label-control.form-control {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none;
}
.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}

[dir=rtl] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir=rtl] {
  flex-direction: row-reverse;
}
[dir=rtl] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir=rtl] > label {
  text-align: right;
}

.b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}
.b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}
.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #28a745;
}
.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #dc3545;
}
.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}
.b-form-btn-label-control.form-control > .form-control {
  height: auto;
  min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  word-break: break-word;
  font-size: inherit;
  white-space: normal;
  cursor: pointer;
}
.b-form-btn-label-control.form-control > .form-control.form-control-sm {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control > .form-control.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}
.input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}
.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}
.b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}
.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 1rem
);
  border-radius: 0 0.3rem 0.3rem 0;
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}
.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 0.5rem
);
  border-radius: 0 0.2rem 0.2rem 0;
}

.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-sm,
.input-group-sm input[type=color].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-lg,
.input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
.input-group > .custom-range:focus {
  z-index: 3;
}
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}
.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #28a745;
}
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545;
}
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

.b-rating {
  text-align: center;
}
.b-rating.d-inline-flex {
  width: auto;
}
.b-rating .b-rating-star,
.b-rating .b-rating-value {
  padding: 0 0.25em;
}
.b-rating .b-rating-value {
  min-width: 2.5em;
}
.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}
.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}
.b-rating.disabled, .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.b-rating[dir=rtl] .b-rating-star-half {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}
[dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}
.b-form-spinbutton output > div,
.b-form-spinbutton output > bdi {
  display: block;
  min-width: 2.25em;
  height: 1.5em;
}
.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}
.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}
.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}
.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}
.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none !important;
}
.b-form-spinbutton .btn:disabled {
  pointer-events: none;
}
.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}
.b-form-spinbutton.disabled {
  pointer-events: none;
}

.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.b-form-tags.disabled {
  background-color: #e9ecef;
}

.b-form-tags-list {
  margin-top: -0.25rem;
}
.b-form-tags-list .b-form-tags-field,
.b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}

.b-form-tags-input {
  color: #495057;
}

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem;
}
.b-form-tag.disabled {
  opacity: 0.75;
}
.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}

.form-control-sm .b-form-tag {
  line-height: 1.5;
}

.form-control-lg .b-form-tag {
  line-height: 1.5;
}

.media-aside {
  display: flex;
  margin-right: 1rem;
}

.media-aside-right {
  margin-right: 0;
  margin-left: 1rem;
}

.modal-backdrop {
  opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.popover.b-popover.show {
  opacity: 1;
}

.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #cce5ff;
}
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #b8daff;
}
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #cce5ff;
}
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #b8daff;
}
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #b8daff;
}
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #cce5ff;
}
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}
.b-popover-primary .popover-body {
  color: #004085;
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #d6d8db;
}
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #d6d8db;
}
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #d6d8db;
}
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e2e3e5;
}
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}
.b-popover-secondary .popover-body {
  color: #383d41;
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d4edda;
}
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c3e6cb;
}
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d4edda;
}
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c3e6cb;
}
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c3e6cb;
}
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d4edda;
}
.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}
.b-popover-success .popover-body {
  color: #155724;
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d1ecf1;
}
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bee5eb;
}
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d1ecf1;
}
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bee5eb;
}
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bee5eb;
}
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d1ecf1;
}
.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}
.b-popover-info .popover-body {
  color: #0c5460;
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fff3cd;
}
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ffeeba;
}
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fff3cd;
}
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ffeeba;
}
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ffeeba;
}
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fff3cd;
}
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
.b-popover-warning .popover-body {
  color: #856404;
}

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f8d7da;
}
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f5c6cb;
}
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f8d7da;
}
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f5c6cb;
}
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f5c6cb;
}
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f8d7da;
}
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}
.b-popover-danger .popover-body {
  color: #721c24;
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fefefe;
}
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fdfdfe;
}
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fefefe;
}
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fdfdfe;
}
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fdfdfe;
}
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fefefe;
}
.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
.b-popover-light .popover-body {
  color: #818182;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d6d8d9;
}
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c6c8ca;
}
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d6d8d9;
}
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c6c8ca;
}
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d6d8d9;
}
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.b-popover-dark .popover-body {
  color: #1b1e21;
}

.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}

.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.b-sidebar.slide {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}
.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
.b-sidebar.b-sidebar-right.slide:not(.show) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}
.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
[dir=rtl] .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
.b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}

.b-skeleton-wrapper {
  cursor: wait;
}

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.b-skeleton::before {
  content: " ";
}

.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0.25rem;
}

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}

.b-skeleton-img {
  height: 100%;
  width: 100%;
}

.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite;
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-wave::after {
    background: none;
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.b-skeleton-animate-fade {
  -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-fade {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.b-skeleton-animate-throb {
  -webkit-animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-throb {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}

@keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}
.table.b-table.b-table-fixed {
  table-layout: fixed;
}
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
.table.b-table[aria-busy=true] {
  opacity: 0.55;
}
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
.table.b-table > caption {
  caption-side: bottom;
}
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
  margin-bottom: 1rem;
}
.b-table-sticky-header > .table,
.table-responsive > .table,
[class*=table-responsive-] > .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }

  .table.b-table > thead > tr > .table-b-table-default,
.table.b-table > tbody > tr > .table-b-table-default,
.table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
.table.b-table.table-dark > tbody > tr > .bg-b-table-default,
.table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort=none],
.table.b-table > tfoot > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=ascending],
.table.b-table > tfoot > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=descending],
.table.b-table > tfoot > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=none],
.table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=descending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}
.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
.table.b-table.b-table-stacked-sm > tbody,
.table.b-table.b-table-stacked-sm > tbody > tr,
.table.b-table.b-table-stacked-sm > tbody > tr > td,
.table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
.table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
.table.b-table.b-table-stacked-md > tbody,
.table.b-table.b-table-stacked-md > tbody > tr,
.table.b-table.b-table-stacked-md > tbody > tr > td,
.table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
.table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
.table.b-table.b-table-stacked-lg > tbody,
.table.b-table.b-table-stacked-lg > tbody > tr,
.table.b-table.b-table-stacked-lg > tbody > tr > td,
.table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
.table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
.table.b-table.b-table-stacked-xl > tbody,
.table.b-table.b-table-stacked-xl > tbody > tr,
.table.b-table.b-table-stacked-xl > tbody > tr > td,
.table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
.table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}
.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.b-time {
  min-width: 150px;
}
.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,
.b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.b-time[aria-disabled=true] output {
  pointer-events: none;
}
[dir=rtl] .b-time > .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-time .b-time-header {
  margin-bottom: 0.5rem;
}
.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-time .b-time-footer {
  margin-top: 0.5rem;
}
.b-time .b-time-ampm {
  margin-left: 0.5rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}
.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}
.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}
.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}
.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}
.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}
.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}
.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 0.9;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #007bff;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #6c757d;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #28a745;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #17a2b8;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #dc3545;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 2s infinite linear normal b-icon-animation-spin;
  animation: 2s infinite linear normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}

@keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@-webkit-keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@-webkit-keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

/*# sourceMappingURL=bootstrap-vue.css.map */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.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: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.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: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.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: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.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%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  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(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.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.5em + 1rem + 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: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 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.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff 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") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.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;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  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;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0.625em;
  -webkit-box-shadow: 0 0 0.625em #d9d9d9;
          box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
          box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.25em;
  left: -.9375em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
          transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.25em;
  left: .9375em;
  -webkit-transform-origin: 0 2em;
          transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast .5s;
          animation: showSweetToast .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast .2s forwards;
          animation: hideSweetToast .2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip .75s;
          animation: animate-toast-success-tip .75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long .75s;
          animation: animate-toast-success-long .75s;
}

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swal2-container.swal2-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-fade {
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-popup .swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-popup .swal2-actions {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px #fff;
  content: '';
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-popup .swal2-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}

.swal2-popup .swal2-close:hover {
  -webkit-transform: none;
          transform: none;
  color: #f27474;
}

.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
  display: none;
}

.swal2-popup .swal2-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word;
}

.swal2-popup #swal2-content {
  text-align: center;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
          box-shadow: 0 0 2px #f27474 !important;
}

.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
          box-shadow: 0 0 3px #c4e6f5;
}

.swal2-popup .swal2-input::-webkit-input-placeholder, .swal2-popup .swal2-file::-webkit-input-placeholder, .swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::-moz-placeholder, .swal2-popup .swal2-file::-moz-placeholder, .swal2-popup .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input:-ms-input-placeholder, .swal2-popup .swal2-file:-ms-input-placeholder, .swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::-ms-input-placeholder, .swal2-popup .swal2-file::-ms-input-placeholder, .swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-range input {
  width: 80%;
}

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-popup .swal2-input[type='number'] {
  max-width: 10em;
}

.swal2-popup .swal2-file {
  font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 .4em;
}

.swal2-popup .swal2-validation-message {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.swal2-popup .swal2-validation-message::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

.swal2-icon {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  zoom: normal;
}

.swal2-icon-text {
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
          transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
          transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-progresssteps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: initial !important;
  }
}

/*
 * Footer
 *
 * Separated section of content at the bottom of all pages, save the homepage.
 */
.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
  color: white;
}

.footer a {
  color: white;
}

.footer-links {
  padding: 0;
  margin-bottom: 2rem;
}

.footer-links li {
  display: inline-block;
  margin-right: .5rem;
}

*[dir="rtl"] .footer-links li {
  margin-right: inherit;
  margin-left: .5rem;
}

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
	;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: auto;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0rem;
  background-color: transparent;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: .3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  /*color: #495057;
		background-color: #fff;
		border-color: #80bdff;*/
  outline: 0;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  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: .3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            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 .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  /*box-shadow:0 0 0 .2rem rgba(0,123,255,.25)*/
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg, .btn-group-lg > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-sm > .btn, .btn-sm, .btn-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: .5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  /*content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent*/
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: .4rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee1e3;
  border-radius: 0px 0px 10px 10px;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 10px;
  clear: both;
  font-weight: 400;
  color: #666666;
  font-size: 12px;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border-top: 1px solid #dee1e3;
}

.dropdown-item:focus, .dropdown-item:hover {
  font-weight: 700;
}

.dropdown-item.active, .dropdown-item:active {
  font-weight: 700;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.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;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.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-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          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-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.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), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .6rem 1rem;
  font-size: 14px;
  font-weight: 700;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs .nav-link {
  border-right: 1px solid #cacfd2;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #cacfd2;
  border-bottom: 1px solid #cacfd2;
  padding: .355rem 1rem;
  height: 28px;
}

.nav-tabs .nav-item:last-child .nav-link {
  border-right: 0px solid #cacfd2;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #FFF;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: .1rem 0rem;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #ff5858;
}

.navbar-light .navbar-nav .nav-link {
  color: #434f50;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #434f50;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #ff5858;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  -webkit-box-shadow: 0 0.1rem 0.75rem rgba(189, 195, 199, 0.9) !important;
          box-shadow: 0 0.1rem 0.75rem rgba(189, 195, 199, 0.9) !important;
  border-radius: 10px;
  border: 0px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 12px 20px;
}

.card-body-progressions {
  padding-bottom: 0px;
}

.card-body .row {
  margin-right: -20px;
  margin-left: -20px;
}

.card-title {
  margin-top: 9px;
  display: inline-block;
  margin-left: 20px;
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 0px;
  background: #ff5858;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff5858), color-stop(100%, #f4c60f));
  background: -webkit-gradient(linear, left top, right top, from(#ff5858), to(#f4c60f));
  background: linear-gradient(to right, #ff5858 0%, #f4c60f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5858', endColorstr='#f4c60f', GradientType=1 );
  border-radius: 10px 10px 0px 0px;
  height: 40px;
}

.collapsed {
  border-radius: 10px 10px 10px 10px;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: .25rem;
  }
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:first-of-type {
  border-bottom: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  font-size: .75rem;
  border: 10px solid #bdc3c7;
  margin-top: 10px;
}

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.6rem;
  line-height: 0;
}

.close:focus, .close:hover {
  color: #bdc3c7;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  color: #bdc3c7;
  width: 24px;
  height: 24px;
  /*	border-radius:50%;
		border:2px solid #bdc3c7;
	*/
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  padding-left: 17px !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  padding: 5px 10px;
  background: #ecf0f1;
  border-radius: 6px 6px 0px 0px;
}

.modal-header .close {
  padding: 0;
}

.modal-title {
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  line-height: 24px;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 0.3rem 0px 20px;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 970px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after, .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  border-width: .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after, .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  border-width: .5rem .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after, .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  border-width: 0 .5rem .5rem .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after, .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  -webkit-transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  bottom: 45%;
  right: 0;
  z-index: 15;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  margin-right: 30px;
  left: auto !important;
  display: block !important;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-bottom: 0px;
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption h1 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px 50px 0px;
}

.carousel-caption h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.carousel-caption h2 span {
  font-size: 48px;
  font-weight: 600;
  display: block;
  margin: 10px 0px 50px 0px;
}

.carousel-caption a {
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  border-radius: 50px;
  padding: 15px 30px;
  border: 2px solid #FFF;
}

.carousel-caption a:hover {
  background: transparent;
  border: 2px solid #FFF;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee1e3 !important;
}

.border-top {
  border-top: 1px solid #dee1e3 !important;
}

.border-right {
  border-right: 1px solid #dee1e3 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee1e3 !important;
}

.border-left {
  border-left: 1px solid #dee1e3 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*# sourceMappingURL=bootstrap.min.css.map */
:root {
  --card-body-bg-color: #333333;
  --card-text-color: #c9c9c9;
  --border-bottom: #848484;
  --text-color: #c9c9c9;
  --highlighted-text-color: #ecf0f1;
  --heading-text-color-one: #484848;
  --heading-text-color-two: #464646;
  --heading-text-color-three: #5c5c5c;
  --button-background-color: #333333;
  --alert-box-background-color: #af7171;
  --card-shadow-color: #080808;
  --base-background-color: #1a1a1a;
  --input-background-color: #ffffff;
  --overstrike-img: url('/public/images/overstrike_dark.png');
  --calendar-img: url('/public/images/calendar4.png');
  --comment-img: url('/public/images/recent-comment-icon_dark.png');
}

/* CSS Document */
@font-face {
  font-family: 'icomoon';
  src: url(/build/fonts/icomoon.eot?92219dd2bad7bc204b4192a4a188b23b);
  src: url(/build/fonts/icomoon.eot?92219dd2bad7bc204b4192a4a188b23b) format("embedded-opentype"), url(/build/fonts/icomoon.ttf?e8990afce944cd66ee2b4f3d99dfe996) format("truetype"), url(/build/fonts/icomoon.woff?bdc90088d9df0ce47f8d8a824acaf109) format("woff"), url(/build/fonts/icomoon.svg?44a36b6f74bb6c3fbce86f4d914eee3f) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin-bottom: 0px !important;
}

.icon-google-plus-logo:before {
  content: "\e900";
}

.icon-linkedin-logo:before {
  content: "\e901";
}

.icon-add:before {
  content: "\e902";
}

.icon-add-circular:before {
  content: "\e903";
}

.icon-back:before {
  content: "\e904";
}

.icon-back-to-prev::before {
  content: "\21E6";
}

.icon-back-to-prev {
  color: black;
  font-size: 31px;
  display: block;
  margin-top: -12px;
  margin-left: 0px;
  margin-right: 13px;
}

.body.colortheme .icon-back-to-prev {
  color: #8f8f8f;
}

.icon-back-to-prev:hover {
  color: black !important;
}

.body.colortheme .icon-back-to-prev:hover {
  color: var(--highlighted-text-color) !important;
}

.icon-facebook-logo:before {
  content: "\e905";
}

.icon-icon:before {
  content: "\e906";
}

.icon-instagram-social-network-logo-of-photo-camera:before {
  content: "\e907";
}

.icon-left-arrow:before {
  content: "\e908";
}

.icon-lock:before {
  content: "\e909";
}

.icon-menu:before {
  content: "\e90a";
}

.icon-minus:before {
  content: "\e90b";
}

.icon-next:before {
  content: "\e90c";
}

.icon-padlock:before {
  content: "\e90d";
}

.icon-pinterest:before {
  content: "\e90e";
}

.icon-power-button-off:before {
  content: "\e90f";
}

.icon-right-arrow:before {
  content: "\e910";
}

.icon-twitter:before {
  content: "\e911";
}

.icon-youtube-logo:before {
  content: "\e912";
}

.rumble-parler {
  -webkit-filter: invert(3%) sepia(79%) saturate(5%) hue-rotate(86deg) brightness(160%) contrast(11%);
          filter: invert(3%) sepia(79%) saturate(5%) hue-rotate(86deg) brightness(160%) contrast(11%);
  -webkit-transform: translate(1px, -3px);
          transform: translate(1px, -3px);
}

.rumble-parler-dark {
  -webkit-filter: invert(57%) sepia(79%) saturate(5%) hue-rotate(86deg) brightness(160%) contrast(60%);
          filter: invert(57%) sepia(79%) saturate(5%) hue-rotate(86deg) brightness(160%) contrast(60%);
  -webkit-transform: translate(1px, -3px);
          transform: translate(1px, -3px);
}

.rumble-parler-dark:hover {
  -webkit-filter: invert(48%) sepia(79%) saturate(16%) hue-rotate(86deg) brightness(120%) contrast(119%);
          filter: invert(48%) sepia(79%) saturate(16%) hue-rotate(86deg) brightness(120%) contrast(119%);
}

.rumble-parler:hover {
  -webkit-filter: invert(48%) sepia(79%) saturate(16%) hue-rotate(86deg) brightness(120%) contrast(119%);
          filter: invert(48%) sepia(79%) saturate(16%) hue-rotate(86deg) brightness(120%) contrast(119%);
}

.rumble-parler body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-top: 0px !important;
}

a {
  outline: 0px;
}

a:hover {
  text-decoration: none !important;
}

.top-section-home {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.logo-home {
  margin-left: 20px;
  margin-top: 20px;
  display: inline-block;
}

.toggle-menu-home {
  float: right;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #FFF;
  border: 2px solid #FFF;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  line-height: 41px;
  margin: 20px 20px 0px 0px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 100px;
}

.sidenav .dropdown-toggle::after {
  border-top: 0;
}

.sidenav .navbar {
  padding: 0px;
}

.sidenav ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.sidenav .nav-link {
  display: inline-block;
  width: 100%;
}

.bullet {
  font-size: 7px;
  color: #FFF;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.navbar .show a {
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}

/*.navbar:last-child .show {
    border-bottom:0px solid rgba(255,255,255,0.2);
}
*/
/*
==================== start-of Innersubmenu sub menu style ======================
*/
.btn-sidenav-subMenu {
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  border-radius: 50px;
  padding: 6px 20px;
  text-transform: uppercase;
  border: 1px solid #ff5858;
  background-color: #FFF;
}

.body.colortheme .btn-sidenav-subMenu {
  color: #ff5858 !important;
}

.btn-sidenav-subMenu:hover {
  color: #FFF !important;
  background: #f4c60f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4c60f), color-stop(100%, #ff5858));
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c60f', endColorstr='#ff5858', GradientType=1 );";
}

.body.colortheme .btn-sidenav-subMenu:hover {
  color: #fff !important;
}

/*
==================== end-of Innersubmenu sub menu style ========================
*/
.sidenav .dropdown-menu {
  position: inherit;
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.15);
  margin-left: 23px;
}

.sidenav .dropdown-menu a {
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
  padding: .25rem 1.5rem;
}

.sidenav .dropdown-menu:last-child a {
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}

.sidenav .dropdown-menu .dropdown-item {
  font-weight: 400;
}

.sidenav .dropdown-menu .dropdown-item:before {
  font-family: 'icomoon';
  content: "\e903";
  font-size: 6px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-top: 8px;
}

.sidenav ul li {
  list-style-type: none;
  margin: 0px;
  display: block;
}

.sidenav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 10px 10px 30px;
  width: 100%;
  display: block;
}

.sidenav ul li:last-child a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*.sidenav ul li:before{
	font-family: 'icomoon';
	content: "\e903";
	font-size: 8px;
	color:#FFF;
	display: inline-block;
	margin-right:10px;
}*/
.sidenav ul li:first-child:before {
  content: none;
}

/*.sidenav ul li:after{
	font-family: 'icomoon';
	content: "\e905";
	font-size:9px;
	color:#FFF;
	display: inline-block;
    float: right;
    line-height: 25px;
}*/
.sidenav ul li:first-child:after {
  content: none;
}

.sidenav ul li:first-child {
  border-top: 0px solid #724754;
  margin-bottom: 30px;
}

.arrow {
  font-size: 9px;
  color: #FFF;
  display: inline-block;
  float: right;
  margin-top: 4px;
}

.sidenav .dropdown:after {
  content: none;
}

.sidenav a {
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #FFF;
  border: 2px solid #FFF;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  line-height: 41px;
}

.login {
  color: #343434 !important;
  background-color: #FFF;
  border-radius: 50px 0px 0px 50px;
  padding: 16px 40px 16px 40px !important;
  border-right: 1px solid #b2b2b2;
  width: 40% !important;
  float: left;
  margin-bottom: 30px;
  margin-left: 30px;
}

.hover:hover {
  background-color: #cacfcf !important;
}

.item-hover:hover {
  background-color: #cacfcf !important;
  color: #0e0d0d !important;
}

.register {
  color: #343434 !important;
  background-color: #FFF;
  border-radius: 0px 50px 50px 0px;
  padding: 16px 30px 16px 30px !important;
  width: 40% !important;
  float: left;
  margin-bottom: 30px;
}

.logout {
  color: #343434 !important;
  background-color: #FFF;
  border-radius: 50px;
  border-right: 1px solid #b2b2b2;
  display: block;
  text-align: center;
  padding: 16px 40px 16px 40px !important;
  width: 80% !important;
  margin: 0 auto;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
  text-align: center;
}

.sub-link-home {
  position: absolute;
  top: 47%;
  left: -182px;
  z-index: 999;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3);";
}

.sub-link-home ul {
  padding: 0px;
}

.sub-link-home li {
  display: inline-block;
  list-style-type: none;
  margin-right: 38px;
}

.sub-link-home a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
}

.sub-link-home a:hover {
  color: white !important;
  border-bottom: 2px solid #FFF;
}

.footer-home {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 13px;
  color: #FFF;
  font-weight: 400;
}

.footer-home a {
  color: #FFF;
  padding: 0px 20px;
  border-right: 1px solid #FFF;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 10px;
}

.footer-home a:first-child {
  padding: 0px 20px 0px 0px;
}

.footer-home a:last-child {
  border-right: 0px solid #FFF;
}

.footer-home p {
  margin-bottom: 0px;
}

.social-home {
  position: absolute;
  bottom: 16px;
  right: 20px;
}

.border-rounded {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.rumble-parler-home {
  -webkit-filter: invert(48%) sepia(79%) saturate(11%) hue-rotate(86deg) brightness(210%) contrast(126%);
          filter: invert(48%) sepia(79%) saturate(11%) hue-rotate(86deg) brightness(210%) contrast(126%);
  -webkit-transform: translate(1px, -3px);
          transform: translate(1px, -3px);
}

.social-home a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFF;
  display: inline-block;
  margin: 0px 5px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  line-height: 39px;
}

.fitness {
  background: url("/public/images/fitness.jpg") no-repeat center 100%;
  background-size: cover;
}

.nutrition {
  background: url("/public/images/nutrition.jpg") no-repeat center 100%;
  background-size: cover;
}

.community {
  background: url("/public/images/community.jpg") no-repeat center 100%;
  background-size: cover;
}

.lifestyle {
  background: url("/public/images/lifestyle.jpg") no-repeat center 100%;
  background-size: cover;
}

/*Inner pages*/
/*My Data*/
.logout-inner {
  color: #333333 !important;
  margin: 0px 0px 0px 20px;
  padding: 0px !important;
  font-size: 25px !important;
}

.inner-carousel .container {
  position: relative;
}

.my-data .carousel-item {
  height: auto;
  min-height: auto;
}

.my-data .carousel-item img {
  z-index: 0;
}

.my-data-gredient {
  position: absolute;
  width: 100%;
  height: 160px;
  background: #f4c60f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4c60f), color-stop(100%, #ff5858));
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c60f', endColorstr='#ff5858', GradientType=1 );";
  opacity: 0.8;
}

.my-nutrition-gredient {
  position: absolute;
  width: 100%;
  height: 160px;
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
  opacity: 0.8;
}

.my-fitness-gredient {
  position: absolute;
  width: 100%;
  height: 160px;
  opacity: 0.8;
}

.my-data .inner-carousel-caption {
  left: 17px;
  bottom: 37px;
  text-align: left;
}

.my-data .inner-carousel-caption h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #FFF;
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}

.my-data .breadcrumbs {
  padding: 64px 0px;
  margin-bottom: 10px;
  background: #f4c60f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4c60f), color-stop(100%, #ff5858));
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c60f', endColorstr='#ff5858', GradientType=1 );";
}

.my-data .breadcrumbs h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #FFF;
  font-weight: 700;
}

.my-data .breadcrumbs h1 span {
  font-weight: 400;
}

.toggler-icon .icon {
  font-size: 10px;
  float: left;
  margin: 18px 3px 0px 3px;
}

.icon-icon::before {
  border: 2px solid #666666;
  border-radius: 50%;
}

.yellow {
  color: #f4c60f;
}

.turquoise {
  color: #46eeaa;
}

.salmon {
  color: #ff7c6e;
}

.pink-flamingo {
  color: #ff63de;
}

.malibu {
  color: #59c2ff;
}

.toggler-icon .icon span {
  float: none !important;
  text-align: center;
  margin: 12px 0 0 0px;
  display: block;
  font-size: 21px;
}

.toggler-icon {
  font-size: 24px;
  font-weight: 500;
  color: #666666;
  line-height: 40px;
}

.toggler-icon span {
  float: left;
  margin: 0px 15px 0px 0px;
}

.daly-planner {
  float: right;
  margin: 10px 0px 0px 10px;
  font-size: 18px;
  font-weight: 500;
  color: #434f50;
}

.daly-planner a {
  color: #434f50;
  margin: 0px 0px 0px 5px;
}

.my-data-content-section {
  margin: 20px 0px 0px 0px;
}

.body.colortheme .my-data-content-section {
  padding-bottom: 15px;
}

.my-toolbox {
  -webkit-box-shadow: 0 0.1rem 0.75rem rgba(189, 195, 199, 0.9);
          box-shadow: 0 0.1rem 0.75rem rgba(189, 195, 199, 0.9);
  border-radius: 10px;
  position: relative;
}

.body.colortheme .my-toolbox {
  -webkit-box-shadow: 0 0.1rem 0.75rem var(--card-shadow-color);
          box-shadow: 0 0.1rem 0.75rem var(--card-shadow-color);
  background-color: var(--card-body-bg-color);
}

.my-toolbox .heading-bg {
  border-radius: 10px 10px 0px 0px;
  padding: 0px;
  background-color: #ecf0f1;
  line-height: 22px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 0;
  border-bottom: 1px solid #dee3e0;
}

.body.colortheme .my-toolbox .heading-bg {
  background-color: var(--heading-text-color-one);
  border-bottom: none;
}

.heading {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 5px;
}

.body.colortheme .heading {
  color: var(--highlighted-text-color);
}

.my-toolbox span {
  width: 100%;
  padding: 6px 10px;
  display: block;
  border-bottom: 1px solid #dee1e3;
  font-size: 12px;
  color: #666666;
  height: 29px;
}

.my-toolbox span a {
  color: #434f50;
}

.page-no {
  margin: 0 auto;
}

.my-toolbox .left {
  width: 24px;
  height: 24px;
}

.pagination {
  clear: both;
  list-style: none outside none;
  background-color: #ecf0f1;
  text-align: center;
  padding: 8px 0px;
  border-radius: 0px 0px 5px 5px;
}

.pagination ul {
  margin: 0 auto;
  text-align: center;
}

.pagination a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  list-style-type: none;
  width: auto;
  margin: 0px 10px;
}

.pagination a {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}

.pagination a.activelink {
  color: #666666;
  font-weight: 700;
}

.pagination a.inactive {
  color: #b1b3b4;
}

.toolbox-contoler {
  background-color: #ecf0f1;
  padding: 10px;
  position: relative;
}

.toolbox-contoler-top {
  position: absolute;
  top: 3px;
  z-index: 999;
  width: 100%;
  padding: 0px 10px;
}

.user-info {
  position: relative;
  padding: 40px 0px 0px 40px;
}

.user-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.user-photo img {
  width: 90px;
  height: 90px;
}

.user-details {
  border: 1px solid #dee1e3;
  padding: 16px 20px 7px 60px;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}

.user-details p {
  margin-bottom: 8px;
}

.user-details span {
  font-weight: 700;
}

/*Table */
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.tr-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

td {
  padding: 10px 0px;
}

.table-heading {
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 5px;
}

.table-content {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: 5px;
}

.body.colortheme .table-content {
  color: var(--text-color);
}

.user {
  width: 103px;
}

.left-content {
  float: left;
}

.right-content {
  float: right;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-50 {
  padding-right: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.accordion {
  margin-top: 25px;
}

.accordion .card {
  margin-top: 30px;
}

.accordion .card-header:after {
  font-family: 'icomoon';
  content: "\e90c";
  float: right;
  font-size: 23px;
  margin-right: 20px;
  margin-top: 2px;
}

.accordion .card-header.collapsed:after {
  font-family: 'icomoon';
  content: "\e90d";
  font-size: 23px;
  margin-top: 2px;
  margin-right: 20px;
}

.my-progressions {
  border-radius: 5px;
}

.my-progressions .row {
  display: inline-grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.my-progressions h2 {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  border-radius: 5px 5px 0px 0px;
  padding: 10px;
  background-color: #ecf0f1;
  margin: 0;
  text-transform: uppercase;
}

.my-progressions span {
  font-size: 14px;
  color: #434f50;
  font-weight: 700;
  text-transform: uppercase;
}

.my-progressions .value {
  float: right;
  font-size: 14px;
  color: #434f50;
  font-weight: 700;
}

.my-progressions .fitness-progressions span:before {
  color: #4da8c9;
}

.my-progressions .nutrition-progressions span:before {
  color: #a8d54a;
}

.my-progressions .social-progressions span:before {
  color: #eda541;
}

.my-progressions .business-progressions span:before {
  color: #73c0b5;
}

.my-progressions .overall-progressions span:before {
  background: url("/public/images/overall.png") no-repeat;
  color: transparent;
}

.bg-fitness {
  background-color: #4da8c9 !important;
}

.bg-nutrition {
  background-color: #a8d54a !important;
}

.bg-social {
  background-color: #eda541 !important;
}

.bg-business {
  background-color: #73c0b5 !important;
}

.progress-section {
  border-top: 1px solid #dee1e3;
  padding: 10px 20px;
}

.progress-section img {
  float: left;
  width: 100px;
  height: 100px;
}

.progress-section span {
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  float: left;
  margin: 32px 0px 0px 20px;
  width: 44%;
}

.social-progressions span {
  margin-top: 26px !important;
}

.fitness-progressions span {
  margin-top: 26px !important;
}

.bg-overall {
  background: #4da8c9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4da8c9), color-stop(32%, #a9d54a), color-stop(65%, #eda541), color-stop(100%, #73c0b4));
  background: -webkit-gradient(linear, left top, right top, from(#4da8c9), color-stop(32%, #a9d54a), color-stop(65%, #eda541), to(#73c0b4));
  background: linear-gradient(to right, #4da8c9 0%, #a9d54a 32%, #eda541 65%, #73c0b4 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da8c9', endColorstr='#73c0b4', GradientType=1 );";
}

.overall-progressions {
  width: auto;
}

.accordion .card .col-md-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.my-progressions .overall-progressions {
  background-color: #ecf0f1;
}

.body.colortheme .my-progressions .overall-progressions {
  background-color: var(--card-body-bg-color) !important;
  color: var(--text-color) !important;
}

.card-body-row .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 7px 0px;
}

.nutrition-btn-hover-effect:hover {
  color: #fff !important;
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7)) !important;
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%) !important;
}

.nutrition-btn-hover-effect:hover > span > img {
  -webkit-filter: invert(48%) sepia(79%) saturate(16%) hue-rotate(86deg) brightness(160%) contrast(119%);
          filter: invert(48%) sepia(79%) saturate(16%) hue-rotate(86deg) brightness(160%) contrast(119%);
}

.fitness-btn-hover-effect:hover > span > img {
  -webkit-filter: invert(48%) sepia(79%) saturate(16%) hue-rotate(86deg) brightness(160%) contrast(119%);
          filter: invert(48%) sepia(79%) saturate(16%) hue-rotate(86deg) brightness(160%) contrast(119%);
}

.fitness-btn-hover-effect:hover {
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  border: 1px solid #f5327f;
  border-color: transparent;
  color: #fff !important;
}

.card-body-row .row:first-child {
  padding: 0px 0px 7px;
}

.card-body-row .row:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  padding: 7px 0px 0px;
}

.inner-footer {
  border-top: 1px solid #bdc3c7;
  padding: 10px 0px 20px;
  z-index: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.inner-footer .footer-link a {
  font-size: 13px;
  color: #666666;
  padding: 0px 17px;
  border-right: 1px solid #434f50;
  line-height: 10px;
  display: inline-block;
}

.body.colortheme .inner-footer .footer-link a {
  color: var(--text-color);
}

a.instagram:hover {
  color: #bbb8bb !important;
}

a.youtube:hover {
  color: #bbb8bb !important;
}

a.facebook:hover {
  color: #bbb8bb !important;
}

a.pinterest:hover {
  color: #bbb8bb !important;
}

a.twitter:hover {
  color: #bbb8bb !important;
}

.inner-footer p {
  font-size: 13px;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 0px;
}

.body.colortheme .inner-footer p {
  color: var(--text-color);
}

.social {
  padding-left: 10px;
  margin-top: 7px;
}

.social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #949494;
  display: inline-block;
  margin: 0px 3px;
  text-align: center;
  color: #949494;
  font-size: 20px;
  line-height: 41px;
}

.body.colortheme .social a {
  color: var(--text-color);
  border: 2px solid var(--text-color);
}

.social a:hover {
  color: #afb3a5;
}

.social a:last-child {
  margin: 0px 0px 0px 3px;
}

.p-l-0 {
  padding-left: 0px !important;
}

.border-none {
  border-right: 0px solid #434f50 !important;
}

.modal-backdrop {
  opacity: 0.7 !important;
}

.nutrition-progam-tab a {
  color: #2cbfc7;
}

.nutrition-progam-tab .active {
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
  color: #FFF;
}

.fitness-progam-tab a {
  color: #f5317f;
}

.fitness-progam-tab .active {
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  color: #FFF;
}

.notes-tab a {
  color: #b223e5;
}

.notes-tab .active {
  background: #ff63dd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff63dd), color-stop(100%, #b122e5));
  background: -webkit-gradient(linear, left top, right top, from(#ff63dd), to(#b122e5));
  background: linear-gradient(to right, #ff63dd 0%, #b122e5 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff63dd', endColorstr='#b122e5', GradientType=1 );";
  color: #FFF;
}

.date {
  float: right;
  font-size: 14px;
  color: #434f50;
  font-weight: 400;
  margin-right: 30px;
  margin-bottom: 5px;
}

.body.colortheme .date {
  color: var(--text-color);
}

.date span {
  margin-top: 6px;
  display: inline-block;
}

.date img {
  margin-right: 10px;
  float: left;
}

.my-daly-planner .nav-item {
  width: 33.333333%;
  text-align: center;
}

.nutrition-pro {
  font-size: 12px;
  color: #666;
  font-weight: 700;
  float: right;
  text-transform: uppercase;
  margin: 5px 20px 0px 0px;
}

.nutrition-pro a {
  color: #666;
}

.body.colortheme .nutrition-pro a {
  color: var(--text-color);
}

.meal {
  width: 115.9px !important;
}

.meal-tab-content {
  padding: 5px 20px 0px 20px;
}

.meal-tab .nav-link {
  padding: 0.3rem 1rem;
  color: #666;
}

.body.colortheme .meal-tab .nav-link {
  color: var(--text-color);
}

.meal-tab .nav-link.active {
  background-color: #ecf0f1;
  color: #666;
}

.body.colortheme .meal-tab .nav-link.active {
  background-color: var(--heading-text-color-three);
  color: var(--text-color);
}

.meal-tab .nav-item:last-child .nav-link {
  border-right: 1px solid #cacfd2;
}

.meal-tab .nav-item:first-child .nav-link {
  border-left: 1px solid #cacfd2;
}

.meal-tab-content .tab-content {
  padding: 15px 0px 0px;
}

.meal-progress .progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 5px;
  border-radius: 50%;
  overflow: hidden;
  font-size: .75rem;
  border: 0px solid #bdc3c7;
  background-color: #bdc3c7;
  margin-top: 10px;
  border-radius: 3px;
}

.body.colortheme .meal-progress .progress {
  background-color: var(--text-color);
}

.meal-progress .progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.meal-progress span {
  font-size: 12px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.body.colortheme .meal-progress span {
  color: var(--text-color);
}

.meal-progress span:before {
  font-family: 'icomoon';
  content: "\e906";
  font-size: 10px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-top: 6px;
}

.meal-progress .value {
  float: right;
  font-size: 11px;
  color: #666;
  font-weight: 700;
  margin: 7px 0px 0px 0px;
}

.carbs span:before {
  color: #4b90a5;
}

.fats span:before {
  color: #61ced2;
}

.pro span:before {
  color: #a8d54a;
}

.bg-fats {
  background-color: #61ced2;
}

.bg-carbs {
  background-color: #4b90a5;
}

.bg-pro {
  background-color: #a8d54a;
}

.meal-table-content {
  margin-top: 20px;
}

.meal-table-content table th {
  background-color: #f5f7f8;
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  padding: 7px 0px;
  border-top: 1px solid #cacfd2;
}

.meal-table-content table th:first-child {
  padding-left: 10px;
}

.meal-table-content table td {
  font-size: 12px;
  color: #434f50;
  font-weight: 400;
  padding: 7px 0px;
}

.meal-table-content table td:first-child {
  padding-left: 10px;
}

.desciption {
  width: 450px;
}

.total-th td {
  background-color: #f5f7f8;
  font-size: 12px !important;
  color: #434f50;
  font-weight: 700 !important;
  padding: 7px 0px;
  border-top: 1px solid #cacfd2;
}

.body.colortheme .total-th td {
  background-color: var(--heading-text-color-three);
}

.meal-table-content span {
  font-size: 12px;
  color: #434f50;
  font-weight: 700;
  text-transform: uppercase;
}

.meal-table-content span:before {
  font-family: 'icomoon';
  content: "\e905";
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}

.meal-table-content .carbs {
  color: #4b90a5;
}

.meal-table-content .fats {
  color: #61ced2;
}

.meal-table-content .pro {
  color: #a8d54a;
}

.meal-table-content .cals {
  color: #eda541;
}

.content {
  overflow: auto;
}

.content_2 {
  height: 270px;
}

.content_3 {
  height: 147px;
  margin-left: -15px;
}

.roll {
  width: 200px;
}

.my-fitness-pro-table {
  margin-top: 20px;
  padding: 0px 0px;
}

.dropdown {
  display: inline-block;
}

.my-fitness-pro-table table th {
  background-color: #f5f7f8;
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  padding: 7px 0px;
  border-top: 1px solid #cacfd2;
  text-transform: uppercase;
}

.body.colortheme .my-fitness-pro-table table th {
  background-color: var(--heading-text-color-three);
  color: var(--text-color);
  border-top: 1px solid var(--border-bottom);
  border-bottom: 1px solid var(--border-bottom);
}

.my-fitness-pro-table table th:first-child {
  padding-left: 10px;
}

.my-fitness-pro-table table td {
  font-size: 12px;
  color: #434f50;
  font-weight: 400;
  padding: 7px 0px;
}

.body.colortheme .my-fitness-pro-table table td {
  color: var(--card-text-color);
}

.my-fitness-pro-table table td:first-child {
  padding-left: 10px;
}

.my-notes-tab {
  margin-top: 20px;
  padding: 0px 20px;
}

.my-notes-tab .nav-link {
  padding: .31rem 1rem;
  color: #666;
}

.my-notes-tab .nav-item:first-child .nav-link {
  border-left: 1px solid #cacfd2;
}

.my-notes-tab .nav-link.active {
  padding: .31rem 1rem;
  background-color: #ecf0f1;
  color: #666;
}

.my-notes-tab .tab-content {
  margin-top: 20px;
}

.my-notes-tab .nav-item:last-child .nav-link {
  border-right: 1px solid #cacfd2;
}

.my-notes-tab .tab-content textarea {
  background-color: #f5f7f8;
  border: 1px solid #cacfd2;
  border-radius: 0px;
  height: 147px;
}

.body.colortheme .my-notes-tab .tab-content textarea {
  border: 1px solid var(--border-bottom);
}

.my-notes-tab table {
  border: 1px solid #cacfd2;
}

.body.colortheme .my-notes-tab table {
  border: 1px solid var(--border-bottom);
}

.my-notes-tab table td {
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.body.colortheme .my-notes-tab table td {
  color: var(--highlighted-text-color);
  border: 1px solid var(--border-bottom);
}

.my-notes-tab .col-md-2 {
  text-align: center;
}

.action-btn {
  background: #ecf0f1;
  border-radius: 20px;
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  padding: 3px 25px 3px 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 120px;
  border: 0 !important;
  float: none !important;
}

.action-btn img {
  margin-right: 10px;
}

.fitness-pro-tab-content {
  padding: 5px 20px 0px 20px;
}

.fitness-tab .nav-item {
  width: auto;
}

.fitness-tab .nav-link.active {
  background-color: #ecf0f1;
  color: #666;
}

.body.colortheme .fitness-tab .nav-link.active {
  color: var(--text-color);
  background-color: var(--heading-text-color-three);
}

.fitness-tab .nav-link {
  padding: 0.3rem 1.39rem;
  color: #666;
}

.body.colortheme .fitness-tab .nav-link {
  color: var(--text-color);
}

.fitness-tab .nav-item:first-child .nav-link {
  border-left: 1px solid #cacfd2;
}

.fitness-tab .nav-item:last-child .nav-link {
  border-right: 1px solid #cacfd2;
}

.add span:before {
  margin-top: 0px;
}

.body.colortheme .add {
  background-color: var(--button-background-color);
  color: var(--text-color);
  border: 1px solid var(--border-bottom) !important;
}

.m-l-m-20 {
  margin-left: -20px;
}

.notes-table {
  width: 92%;
}

.selected {
  background-color: #f5f7f8;
}

.calendar {
  margin-bottom: 20px;
}

.calendar img {
  width: 104%;
}

.meal-device {
  display: none;
}

.btn-meal {
  background: #2cbfc7;
  background: -webkit-gradient(left top, right top, color-stop(0%, #2cbfc7), color-stop(100%, #46eeab));
  background: -webkit-gradient(linear, left top, right top, from(#2cbfc7), to(#46eeab));
  background: linear-gradient(to right, #2cbfc7 0%, #46eeab 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cbfc7', endColorstr='#46eeab', GradientType=1 );";
  border-radius: 0px;
  border: 0px;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: .45rem 1rem;
  text-align: left;
}

.meal-device .nav-item {
  display: block;
}

.meal-device .nav-item {
  display: block;
}

.meal-device .nav-item .nav-link {
  width: auto;
  display: block;
  text-align: left;
}

.meal-device .meal {
  width: 100% !important;
}

.meal-device .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .5em solid;
  border-right: .5em solid transparent;
  border-bottom: 0;
  border-left: .5em solid transparent;
  float: right;
  margin-top: -15px;
}

.detail-info {
  margin-top: 30px;
}

.detail-info-my-office {
  margin-top: 30px;
}

.detail-info-my-office h3 {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ecf0f1;
  padding: 11px 10px 10px 10px;
  border-radius: 5px 5px 0px 0px;
  margin: 0px;
  height: 35px;
}

.body.colortheme .detail-info-my-office .card {
  margin-bottom: 0px !important;
}

.detail-info h3 {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ecf0f1;
  padding: 11px 10px 10px 10px;
  border-radius: 5px 5px 0px 0px;
  margin: 0px;
  height: 35px;
}

.active-sub {
  font-weight: 700;
}

.my-profile-nav-item .show > .nav-link {
  color: #ff5858 !important;
}

.my-profile-nav-item .nav-link:hover {
  color: #ff5858 !important;
}

.my-profile-dropdown-menu {
  width: 195px;
}

.my-profile-dropdown-menu .top-menu-space {
  height: 5px;
  background: #f4c60f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4c60f), color-stop(100%, #ff5858));
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c60f', endColorstr='#ff5858', GradientType=1 );";
  display: block;
  margin: 0px -1px;
}

.my-profile-dropdown-menu .dropdown-item:before {
  font-family: 'icomoon';
  content: "\e906";
  font-size: 6px;
  color: #ff5858;
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

.my-nutrition-nav-item.show > .nav-link {
  color: #2cbfc7 !important;
}

.my-nutrition-nav-item .nav-link:hover {
  color: #2cbfc7 !important;
}

.my-nutrition-nav-item .nav-link:hover {
  color: #2cbfc7 !important;
}

.my-nutrition-dropdown-menu {
  width: 237px;
}

.my-nutrition-dropdown-menu .top-menu-space {
  height: 5px;
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
  display: block;
  margin: 0px -1px;
}

.my-nutrition-dropdown-menu .dropdown-item:before {
  font-family: 'icomoon';
  content: "\e906";
  font-size: 6px;
  color: #2cbfc7;
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

.my-fitness-nav-item.show > .nav-link {
  color: #f5317f !important;
}

.my-fitness-nav-item .nav-link:hover {
  color: #f5317f !important;
}

.my-fitness-dropdown-menu {
  width: 218px;
}

.my-fitness-dropdown-menu .top-menu-space {
  height: 5px;
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  display: block;
  margin: 0px -1px;
}

.my-fitness-dropdown-menu .dropdown-item:before {
  font-family: 'icomoon';
  content: "\e906";
  font-size: 6px;
  color: #f5317f;
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

.my-account-nav-item.show > .nav-link {
  color: #b223e5 !important;
}

.my-account-nav-item .nav-link:hover {
  color: #b223e5 !important;
}

.my-account-dropdown-menu {
  width: 200px;
}

.my-account-dropdown-menu .top-menu-space {
  height: 5px;
  background: #ff63dd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff63dd), color-stop(100%, #b122e5));
  background: -webkit-gradient(linear, left top, right top, from(#ff63dd), to(#b122e5));
  background: linear-gradient(to right, #ff63dd 0%, #b122e5 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff63dd', endColorstr='#b122e5', GradientType=1 );";
  display: block;
  margin: 0px -1px;
}

.my-account-dropdown-menu .dropdown-item:before {
  font-family: 'icomoon';
  content: "\e906";
  font-size: 6px;
  color: #b223e5;
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

.my-community-nav-item.show > .nav-link {
  color: #1270e3 !important;
}

.my-community-nav-item .nav-link:hover {
  color: #1270e3 !important;
}

.my-community-dropdown-menu {
  width: 200px;
}

.my-community-dropdown-menu .top-menu-space {
  height: 5px;
  background: #59c2ff;
  background: -webkit-gradient(left top, right top, color-stop(0%, #59c2ff), color-stop(100%, #1270e3));
  background: -webkit-gradient(linear, left top, right top, from(#59c2ff), to(#1270e3));
  background: linear-gradient(to right, #59c2ff 0%, #1270e3 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c2ff', endColorstr='#1270e3', GradientType=1 );";
  display: block;
  margin: 0px -1px;
}

.my-community-dropdown-menu .dropdown-item:before {
  font-family: 'icomoon';
  content: "\e906";
  font-size: 6px;
  color: #1270e3;
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

.btn-fitness {
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  border-radius: 0px;
  border: 0px;
  width: 100%;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: .45rem 1rem;
  text-align: left;
}

.fitness-tab-device {
  display: none;
}

.fitness-tab-desktop {
  display: block;
}

.border-top-inner-row {
  border-top: 0px solid #dee1e3 !important;
}

.title {
  width: 195px;
}

.sets {
  width: 80px;
}

.reps {
  width: 90px;
}

.weight {
  width: 97px;
}

.tempo {
  width: 93px;
}

.tbs {
  width: 77px;
}

.tut {
  width: 80px;
}

.dur {
  width: 70px;
}

.int {
  width: 70px;
}

.thr {
  width: 80px;
}

.space {
  width: 10px;
  display: inline-block;
}

/*my-nutritio*/
.navbar-light .navbar-nav .my-nutrition-nav-item.active > .nav-link {
  color: #2cbfc7 !important;
}

.intake-section {
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.intake-section h2 {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  border-radius: 5px 5px 0px 0px;
  padding: 10px;
  background-color: #ecf0f1;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #dee1e3;
}

.cal {
  border-bottom: 1px solid #dee1e3;
  padding: 10px;
}

.intake-section p {
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  margin: 0px 0px 5px 0px;
  line-height: 9px;
}

.body.colortheme .intake-section p {
  color: var(--text-color);
}

.intake-section span::before {
  font-family: 'icomoon';
  content: "\e906";
  font-size: 10px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-top: 0px;
}

.intake-progress {
  padding: 5px 10px;
}

.intake-progress span {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  text-transform: none;
  float: left;
  width: 78px;
  line-height: 10px;
}

.body.colortheme .intake-progress span {
  color: var(--text-color);
}

.intake-progress .value {
  float: left;
  font-weight: 400;
  margin-right: 20px !important;
}

.intake-progress .progress {
  margin-top: 5px;
}

.content_4 {
  height: 451.5px;
}

.section-sub-menu ul {
  padding: 0px !important;
  margin: 0px;
}

.section-sub-menu ul li {
  display: block;
  float: none;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  border-bottom: 1px solid #dee1e3;
  width: 100%;
  padding: 6px 10px 4.9px;
}

.body.colortheme .section-sub-menu ul li {
  background-color: var(--card-body-bg-color);
  color: var(--highlighted-text-color);
  border-bottom: 1px solid var(--border-bottom);
}

.section-sub-menu ul li a {
  color: #666666;
}

.body.colortheme .section-sub-menu ul li a {
  color: var(--highlighted-text-color);
}

.section-sub-menu a {
  cursor: pointer;
}

.section-sub-menu .dropdown-menu {
  position: static;
  float: none;
  border: 0px;
  border-radius: 0px;
  background-color: #dafcee !important;
  margin: 5px -10px 0;
  border-top: 1px solid #dee1e3;
}

.section-sub-menu .dropdown-item .dropdown-menu {
  background-color: #ecfdf6 !important;
}

.section-sub-menu .dropdown-item .dropdown-menu.show a {
  padding-left: 20px;
}

.section-sub-menu .dropdown-item:hover {
  font-weight: 400;
}

.section-sub-menu .dropdown .nav-link {
  padding: 0rem;
  font-size: 12px;
  font-weight: 400;
}

.section-sub-menu .dropdown.show {
  background-color: #bfecee !important;
  padding-bottom: 0;
  border-bottom: 0;
}

.body.colortheme .section-sub-menu .dropdown.show {
  background-color: #2cbfc7 !important;
}

.section-sub-menu .dropdown-menu .dropdown.show {
  background-color: #dafcee !important;
  padding-bottom: 0;
  border-bottom: 0;
}

.section-sub-menu .dropdown-menu.show a {
  padding-left: 10px;
}

.nutrition-tab {
  background-color: #ecf0f1;
}

.body.colortheme .nutrition-tab {
  background-color: var(--heading-text-color-one);
}

.nutrition-tab:first-child .nutrition-tab-item {
  border-radius: 10px 0px 0px 0px;
}

.nutrition-tab .nutrition-tab-item {
  width: 33.33%;
  text-align: center;
}

.nutrition-tab .nutrition-tab-item .nav-link {
  border-top: 0px solid #cacfd2;
  height: auto;
  color: #666666;
  font-size: 14px;
  padding: 5px 0px;
}

.body.colortheme .nutrition-tab .nutrition-tab-item .nav-link {
  color: var(--text-color);
}

.nutrition-tab .nav-link.active {
  color: #2cbfc7;
  border-bottom: 2px solid #2cbfc7;
}

.nutrition-task-bar-item {
  width: 25%;
  text-align: center;
}

.nutrition-task-bar-item .nav-link {
  border-top: 0px solid #cacfd2;
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  text-transform: none;
}

.body.colortheme .nutrition-task-bar-item .nav-link {
  color: var(--text-color);
  border-right: 1px solid var(--border-bottom);
}

.nutrition-task .nav-link.active {
  color: #2cbfc7;
}

.nutrition-meals-slide {
  background-color: #f9fafb;
  border-radius: 0px 0px 10px 10px;
}

.body.colortheme .nutrition-meals-slide {
  background-color: transparent;
}

.nutrition-meals-slide .nutrition-task-bar-item {
  width: 290px !important;
}

.nutrition-meals-slide .nav-link {
  border-right: 0px;
}

.nutrition-task .jcarousel-control-prev {
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  top: 0;
}

.nutrition-task .jcarousel-control-next {
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  top: 0;
}

.nutrition-task .jcarousel-control-prev {
  left: 10px;
}

.nutrition-task .jcarousel-control-next {
  right: 10px;
}

.task-bar-details .new-male {
  width: 34.3%;
  border-right: 1px solid #dee1e3;
  float: left;
}

.body.colortheme .task-bar-details .new-male {
  border-right: 1px solid var(--border-bottom);
}

.task-bar-details .new-male .pagination {
  border-radius: 0px 0px 5px 10px;
}

.task-bar-details .new-male span {
  padding: 5px 10px 4.4px;
  margin: 0px;
  display: block;
  float: none;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  border-bottom: 1px solid #dee1e3;
  width: 100%;
}

.body.colortheme .task-bar-details .new-male span {
  border-bottom: 1px solid var(--border-bottom);
  color: var(--text-color);
}

.task-bar-details .new-male span a {
  color: #666666;
}

.body.colortheme .task-bar-details .new-male span a {
  color: var(--text-color);
}

.task-bar-details .new-male span a:hover {
  color: #2cbfc7;
}

.meals-img {
  width: 48%;
  padding: 20px 0px 20px 20px;
  float: left;
}

.big-img {
  float: left;
  width: 247px;
  height: 199px;
}

.big-img img {
  max-width: 100%;
  max-height: 100%;
}

.small-img {
  float: left;
  margin-left: 10px;
}

.small-img img {
  max-width: 100%;
  max-height: 100%;
}

.small-img img:first-child {
  margin-bottom: 10px;
}

.protins {
  float: left;
  width: 17.7%;
  padding: 20px;
}

.protins p {
  display: block;
  font-size: 14px;
  color: #434f50;
  font-weight: 400;
  margin-bottom: 8px;
}

.body.colortheme .protins p {
  color: var(--text-color);
}

.protins p::before {
  font-family: 'icomoon';
  content: "\e905";
  font-size: 9px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-top: 5px;
  margin-bottom: 0px;
}

.protins p span {
  font-size: 14px;
  font-weight: 700;
  float: left;
  width: 55px;
}

.protins .carbs::before {
  color: #4da8c9;
}

.protins .fats::before {
  color: #61ced2;
}

.protins .pro::before {
  color: #a8d54a;
}

.protins .cals::before {
  color: #eda541;
}

.more-info {
  border: 1px solid #2cbfc7;
  color: #2cbfc7;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 7px 20px;
  margin-top: 49px;
}

.pre-made-meals-slide {
  padding: 0px 60px;
}

.pre-made-meals-slide .nutrition-task-bar-item {
  width: 95px !important;
}

.pre-made-meals-slide .nav-link {
  border-bottom: 0px solid #cacfd2;
}

.pre-made-details p {
  border-top: 1px solid #dee1e3;
  padding: 4px 10px;
  display: block;
  font-size: 12px;
  color: #666666;
  margin: 0px;
  clear: both;
}

.body.colortheme .pre-made-details p {
  border-top: 1px solid var(--border-bottom);
}

.pre-made-details .pagination {
  border-top: 1px solid #dee1e3;
}

.pre-made-details span {
  margin-top: 4px;
  display: inline-block;
}

.btn-details {
  border: 0px solid #2cbfc7;
  background-color: #cacfd2;
  color: #434f50;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 1px 20px;
  float: right;
}

.body.colortheme .btn-details {
  background-color: var(--button-background-color) !important;
  color: var(--highlighted-text-color) !important;
}

.body.colortheme .pre-made-details .btn-details {
  border: 1px solid var(--border-bottom);
}

.male-description {
  margin-top: 30px;
}

.male-description h2 {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  border-radius: 5px 5px 0px 0px;
  padding: 6px 10px;
  background-color: #ecf0f1;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #cacfd2;
}

.male-description h2 span {
  margin-top: 6px;
  display: inline-block;
}

.description-slide h3 {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  padding: 10px 0px 7px 326px;
  margin: 0px -10px 10px;
  border-bottom: 1px solid #cacfd2;
}

.body.colortheme .description-slide h3 {
  border-bottom: 1px solid var(--border-bottom);
}

.btn-view-all {
  border: 1px solid #cacfd2;
  background-color: #FFF;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #666666 !important;
  border-radius: 50px;
  padding: 3px 20px !important;
  float: right;
}

.body.colortheme .btn-view-all {
  background-color: var(--button-background-color);
  color: var(--text-color) !important;
  border: 1px solid var(--border-bottom);
}

.description-content {
  padding: 0px 10px;
}

.description-content table th {
  background-color: #f5f7f8;
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  padding: 7px 0px;
  border-top: 1px solid #cacfd2;
}

.body.colortheme .description-content table th {
  border-top: 1px solid var(--border-bottom);
}

.description-content table th:first-child {
  padding-left: 10px;
}

.description-content table td {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  padding: 5px 0px;
}

.description-content table td:first-child {
  padding-left: 10px !important;
}

.description-content table {
  margin-top: 20px;
}

.description-content .desciption {
  width: 390px;
}

.description-content .meal-progress span {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  text-transform: uppercase;
}

.description-content .meal-progress span::before {
  margin-top: 2px;
}

.description-content span {
  font-size: 12px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  margin-right: 10px;
}

.description-content span.carbs {
  color: #4da8c9;
}

.body.colortheme .description-content span.carbs {
  color: #4da8c9 !important;
}

.description-content span.fats {
  color: #61ced0;
}

.body.colortheme .description-content span.fats {
  color: #61ced0 !important;
}

.description-content span.pro {
  color: #a8d54a;
}

.body.colortheme .description-content span.pro {
  color: #a8d54a !important;
}

.description-content span.cals {
  color: #eda541;
}

.body.colortheme .description-content span.cals {
  color: #eda541 !important;
}

.description-content .value {
  float: left;
  font-weight: 700;
  margin: 2px 0px 8px 0px;
}

.description-content .progress {
  margin-top: 0px;
}

.description-content .form-control {
  font-size: 10px;
  border: 1px solid #cacfd2;
  border-radius: 3px;
  width: 55px;
  height: 20px;
  float: left;
  text-align: center;
  margin-right: 5px;
}

.action-button-section {
  padding: 10px 0px;
  text-align: center;
}

.action-button-section a {
  margin-right: 20px !important;
}

.action-button-section a:last-child {
  margin-right: 0px !important;
}

.male-description .btn {
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  border-radius: 50px;
  padding: 6px 20px;
  text-transform: uppercase;
}

.btn-meal-completed {
  border: 1px solid #2cbfc7;
  color: #2cbfc7 !important;
  background-color: #FFF;
}

.btn-meal-completed:hover {
  color: #FFF !important;
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
}

.btn-save-meal {
  border: 1px solid #2cbfc7;
  color: #2cbfc7 !important;
  background-color: #FFF;
}

.body.colortheme .btn-save-meal {
  background-color: var(--button-background-color);
}

.btn-save-meal:hover {
  color: #FFF !important;
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
}

.modal-body .btn-meal-completed {
  color: #FFF !important;
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
}

.today-meal-total {
  background-color: #f5f7f8;
  border-top: 1px solid #dee1e3;
  border-bottom: 1px solid #dee1e3;
  padding: 10px;
  margin: 0px -10px;
  font-size: 14px;
}

.today-meal-total span {
  font-size: 13px;
  margin-right: 50px;
}

.today-meal-total span:before {
  font-family: 'icomoon';
  content: "\e906";
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-top: 0px;
}

.today-meal-total .title {
  width: auto;
}

.today-meal-total .title:before {
  display: none;
}

.description-slide .jcarousel-control-btn {
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  top: 4px;
}

.description-slide .jcarousel-control-prev {
  left: 10px;
}

.description-slide .jcarousel-control-next {
  right: 10px;
}

.description-option {
  background-color: #ecf0f1;
  padding: 10px;
  text-align: center;
}

.description-option a {
  margin-right: 20px !important;
}

.description-option a:last-child {
  margin-right: 0px !important;
}

.control-btn {
  margin-top: 20px;
}

.left-control {
  float: left;
}

.right-control {
  float: right;
}

.left-control .btn {
  padding: 6px 20px 6px 5px;
}

.left-control .btn span {
  margin-right: 15px;
}

.right-control .btn {
  padding: 6px 5px 6px 20px;
}

.right-control .btn span {
  margin-left: 15px;
}

.control-btn .btn {
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  border-radius: 50px;
  border: 1px solid #cacfd2;
  margin-right: 10px;
  text-transform: uppercase;
  line-height: 20px;
}

.body.colortheme .control-btn .btn {
  color: var(--text-color);
}

.control-btn .btn:last-child {
  margin-right: 0px;
}

.modal-body .male-description {
  margin-top: 0px;
}

#male-description .modal-body .jcarousel li {
  width: 968px !important;
}

#male-description .modal-header {
  border-bottom: 1px solid #cacfd2;
}

#male-description .modal-body {
  padding: 0rem 0px 0px;
}

#male-description .modal-body .description-slide h3 {
  padding: 10px 0px 7px 366px;
}

#male-description .modal-body .today-meal-total {
  border-radius: 0px 0px 10px 10px;
}

.nutrition-pro-content {
  width: 500px;
  margin: 0 auto;
}

.nutrition-pro-content .modal-body .btn {
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  border-radius: 50px;
  padding: 6px 20px;
  text-transform: uppercase;
}

.action-popup {
  padding: 10px 20px 0px 20px;
}

.action-popup p {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}

.action-popup input {
  width: 68.8%;
  float: left;
  margin-right: 10px;
  height: 30px;
  background-color: #f5f7f8;
  border: 1px solid #cacfd2;
  border-radius: 5px;
}

.action-popup .save-program {
  float: left;
}

.notifiction {
  margin: 20px 0px 0px;
}

select {
  float: left;
  margin-right: 10px;
  height: 30px;
  border: 1px solid #cacfd2;
  border-radius: 5px;
  font-size: 12px;
  color: #666666;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/public/images/dropdown_arrow.png") no-repeat #f5f7f8;
  background-position: 96% center;
  padding: 0px 4px;
}

.add-meals select {
  width: 75.8%;
}

.remove-meals select {
  width: 70.6%;
}

.tab-notes .fitness-note a {
  color: #f5317f;
}

.tab-notes .nutrition-note a {
  color: #2cc0c6;
}

.tab-notes .miscellaneous-note a {
  color: #b223e5;
}

.tab-notes .nutrition-note .active {
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
  color: #FFF;
}

.tab-notes .fitness-note .active {
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  color: #FFF;
}

.tab-notes .miscellaneous-note .active {
  background: #ff63dd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff63dd), color-stop(100%, #b122e5));
  background: -webkit-gradient(linear, left top, right top, from(#ff63dd), to(#b122e5));
  background: linear-gradient(to right, #ff63dd 0%, #b122e5 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff63dd', endColorstr='#b122e5', GradientType=1 );";
  color: #FFF;
}

.copy-meals-Date {
  width: 670px;
  margin: 0 auto;
  font-size: 12px;
  color: #666;
}

.body.colortheme .copy-meals-Date {
  color: var(--text-color);
}

.assign-exeercise-to-date {
  width: 310px;
  margin: 0 auto;
  font-size: 12px;
  color: #666;
}

.body.colortheme .assign-exeercise-to-date {
  color: var(--text-color);
}

.copy-meals-date-content {
  padding: 10px 20px 0px;
}

.copy-meals-date-content ul {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.copy-meals-date-content ul li {
  width: 41%;
  float: left;
  list-style-type: none;
}

.copy-meals-date-content .left-section {
  width: 340px;
  float: left;
  margin-right: 16px;
}

.copy-meals-date-content .right-section {
  float: left;
}

.date-select lable {
  font-size: 12px;
  color: #666;
}

.date-select select {
  width: 100%;
}

.date-select .btn {
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  border-radius: 50px;
  padding: 6px 20px;
  margin: 20px 10px 0px 0px;
  text-transform: uppercase;
}

.date-select-meal .btn {
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  border-radius: 50px;
  padding: 6px 20px;
  text-transform: uppercase;
  margin: 0px !important;
}

input[type=checkbox]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 30px;
  background: url("/public/images/checks.png") no-repeat 0 0;
  line-height: 24px;
}

input[type=checkbox]:not(old):checked + label {
  background-position: 0 -24px;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
  font-weight: 400;
  padding: 0;
  border: 2px solid #00335e;
  float: left;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

input[type=radio]:checked + label {
  background-color: #FFF;
  border: 5px solid #ffd100;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
}

input[type="radio"]:not(old) + label {
  display: inline-block;
  line-height: 1.5em;
  margin-left: 0em;
}

.nutrition-facts {
  width: 770px;
  margin: 0 auto;
}

.nutrition-facts .modal-body {
  padding: 20px;
}

.nutrition-facts .left-content {
  width: 250px;
  float: left;
}

.nutrition-facts .right-content {
  width: 455px;
  float: left;
  margin-left: 20px;
}

.nutrition-facts .right-content .heading {
  background-color: #2cbfc7;
  border-bottom: 5px solid #cacfd2;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  margin: 0px;
  text-align: left;
  line-height: 20px;
}

.nutrition-facts .right-content .heading span {
  background-color: #2cbfc7;
  font-size: 14px;
  text-transform: none;
  display: block;
  margin-top: 5px;
}

.nutrition-facts .main-content ul {
  margin: 0px;
  padding: 0px;
}

.nutrition-facts .main-content ul li {
  list-style-type: none;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  border-top: 1px solid #dee1e3;
  padding: 7px 0px;
}

.body.colortheme .nutrition-facts .main-content ul li {
  color: var(--highlighted-text-color) !important;
  border-top: 1px solid var(--border-bottom);
}

.nutrition-facts .main-content ul li span {
  float: none;
}

.nutrition-facts .main-content ul li ul {
  padding-top: 5px;
}

.nutrition-facts .main-content ul li ul li {
  font-weight: 400;
  padding-left: 20px;
}

.nutrition-facts .main-content ul li ul li:last-child {
  padding-bottom: 0px;
}

.nutrition-facts .right-content ul {
  margin: 0px;
  padding: 0px;
}

.nutrition-facts .right-content ul li {
  list-style-type: none;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  border-top: 1px solid #dee1e3;
  padding: 7px 0px;
}

.nutrition-facts .right-content ul li span {
  float: right;
}

.nutrition-facts .right-content ul li ul {
  padding-top: 5px;
}

.nutrition-facts .right-content ul li ul li {
  font-weight: 400;
  padding-left: 20px;
}

.nutrition-facts .right-content ul li ul li:last-child {
  padding-bottom: 0px;
}

.last-list li {
  padding-left: 0px !important;
}

.last-list li:last-child {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #dee1e3;
}

.body.colortheme .last-list li:last-child {
  border-bottom: 1px solid var(--border-bottom);
}

.border-top3px {
  border-top: 3px solid #dee1e3 !important;
}

.body.colortheme .border-top3px {
  border-top: 3px solid var(--border-bottom) !important;
}

.border-top7px {
  border-top: 7px solid #dee1e3 !important;
}

.body.colortheme .border-top7px {
  border-top: 7px solid var(--border-bottom) !important;
}

.detail {
  margin-top: 20px;
}

.detail h3 {
  background-color: #d4d9dc;
  padding: 10px;
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
}

.detail p {
  background-color: #ecf0f1;
  padding: 20px;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  margin: 0px;
}

.body.colortheme .detail p {
  background-color: var(--heading-text-color-three);
  color: var(--highlighted-text-color);
}

.tab-add-food {
  width: 770px;
  margin: 0 auto;
}

.tab-add-food {
  position: relative;
  border-radius: 10px;
}

.tab-add-food .close {
  position: absolute;
  right: 10px;
  z-index: 9;
  top: 6px;
}

.tab-add-food .modal-body {
  padding-top: 0px;
}

.tab-add-food .nutrition-task-bar-item {
  width: 33.33%;
  text-align: center;
}

.tab-add-food .nutrition-tab-item .nav-link {
  padding: 9px 0px 4px;
}

.tab-add-food .nutrition-tab-item:first-child .nav-link {
  border-radius: 10px 0px 0px 0px;
}

.tab-add-food .nutrition-tab-item:last-child .nav-link {
  border-radius: 0px 10px 0px 0px;
}

.tab-add-food .nutrition-tab {
  border-radius: 10px 10px 0px 0px;
}

.tab-add-food .nutrition-task-bar-item .nav-link.active {
  color: #2cbfc7;
  border-bottom: 1px solid #cacfd2;
}

.browse-by-section {
  padding: 10px 10px 0px 10px;
}

.browse-by-section label {
  float: left;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 8px 10px 0px 0px;
}

.search {
  border: 1px solid #cacfd2;
  border-radius: 5px;
  width: 349px;
  height: 32px;
  float: left;
  background-color: #f5f7f8;
  margin-bottom: 10px;
}

.search input {
  border: 0px solid #cacfd2;
  height: 30px;
  background-color: #f5f7f8;
  float: left;
  width: 89.6%;
}

.search-btn {
  float: left;
  height: 30px;
  border-radius: 0px 5px 5px 0px;
  width: 36px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  opacity: unset;
}

.browse-by-section .content_4 {
  height: 283px !important;
}

.browse-by-section p {
  border-top: 1px solid #dee1e3;
  padding: 4px 10px;
  display: block;
  font-size: 12px;
  color: #666666;
  margin: 0px 0px 0px 0px;
  clear: both;
}

.body.colortheme .browse-by-section p {
  border-top: 1px solid var(--border-bottom);
}

.body.colortheme .browse-by-section .content_4 .add3 {
  color: var(--text-color) !important;
}

.browse-by-section span {
  margin-top: 4px;
  display: inline-block;
}

.add {
  border: 0px solid #cacfd2;
  background-color: #ecf0f1;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0px 20px;
  float: right;
  line-height: 29px;
}

.add2 {
  border: 1px solid #cacfd2;
  background-color: transparent;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0px 20px;
  float: right;
  line-height: 20px;
}

#create-custom-food {
  text-align: center;
}

.create-custom-food.btn {
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  border-radius: 50px;
  padding: 6px 20px;
  text-transform: uppercase;
  margin: 30px 0px 10px;
}

.tab-add-food .brek br {
  display: none;
}

.my-fitness-program .fitness-gredient {
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
}

.my-fitness-program .section-sub-menu .dropdown-menu {
  background-color: #ffe5e2 !important;
}

.my-fitness-program .section-sub-menu .dropdown.show {
  background-color: #fcc1d8 !important;
  padding-bottom: 0;
  border-bottom: 0;
}

.body.colortheme .my-fitness-program .section-sub-menu .dropdown.show {
  background-color: #f5327f !important;
}

.my-fitness-program .section-sub-menu .dropdown-menu .dropdown.show {
  background-color: #ffe5e2 !important;
}

.body.colortheme .my-fitness-program .section-sub-menu .dropdown-menu .dropdown.show {
  background-color: #f5327f !important;
}

.my-fitness-program .section-sub-menu .dropdown-item .dropdown-menu {
  background-color: #fff2f0 !important;
}

.description-slide-fitness h3 {
  color: #f5327f;
  padding: 10px 0px 7px 55px;
}

.description-slide-fitness .jcarousel-pagination {
  right: 5%;
  top: 12px;
}

.description-slide-fitness .jcarousel-pagination a.active {
  background: #f5327f;
  color: #fff;
}

.description-slide-fitness .jcarousel-pagination a {
  height: 10px;
  width: 10px;
  background: #ff7c6e;
  border: 0px solid #666666;
  color: #ff7c6e;
}

.fitness-program-pagination a {
  height: 15px !important;
  width: 15px !important;
  line-height: 10px !important;
  border: 2px solid #666666 !important;
  color: #4e443c !important;
}

.description-slide-fitness .description-content table td {
  width: 50px;
}

.delete {
  width: 20px !important;
}

.description-slide-fitness .description-content table {
  margin-top: 0px;
}

/*.description-slide-fitness li{
	min-height: 160px;
	max-height:192px;
}*/
.btn-description-fitness {
  border: 1px solid #f5327f;
  color: #f5327f !important;
  background-color: #FFF;
}

.body.colortheme .btn-description-fitness {
  background-color: var(--heading-text-color-one);
}

.btn-description-fitness:hover {
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  border: 1px solid #f5327f;
  border-color: transparent;
  color: #fff !important;
}

.fitness-description .btn {
  padding: 6px 15px;
  margin-right: 10px !important;
}

.fitness-content .modal-body .btn-meal-completed {
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  border: 0px;
}

.fitness-content .date-select .btn {
  margin: 0px 10px 0px 0px;
}

.fitness-content .date-select select {
  margin-bottom: 20px;
}

.point-drill {
  width: 970px;
  margin: 0 auto;
}

.left-section-video {
  width: 630px;
  float: left;
}

.video-popup .btn {
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  border-radius: 50px;
  padding: 6px 20px !important;
  text-transform: uppercase;
}

.nutrition-section-library-recipe .video-popup .btn {
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  border-radius: 50px;
  padding: 4px 4px !important;
  text-transform: uppercase;
}

.video {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.video .btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FFF !important;
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  border: 0px;
}

.video-tab {
  border-bottom: 3px solid #666666;
  background-color: transparent;
}

.video-tab-item {
  background-color: #d4d9dc;
  margin: 0px 0px;
  width: 33.33% !important;
}

.video-tab .nutrition-tab-item .nav-link {
  border-top: 0px solid #cacfd2;
  height: auto;
  color: #666666;
  font-size: 12px;
  height: 30px;
  padding: 7px 0px;
}

.body.colortheme .video-tab .nutrition-tab-item .nav-link {
  background-color: var(--heading-text-color-three);
  color: var(--text-color);
}

.video-tab .nav-link.active {
  color: #FFF;
  background-color: #666666;
  border-bottom: 0px solid #2cbfc7;
}

.body.colortheme .video-tab .nav-link.active {
  background-color: var(--heading-text-color-two);
  color: #2cbfc7 !important;
}

.video-content {
  background-color: #ecf0f1;
  padding: 20px 20px 15px 20px;
}

.body.colortheme .video-content {
  background-color: var(--heading-text-color-three);
}

.video-slide li {
  width: 183px !important;
  margin-right: 20px;
}

.video-slide .jcarousel-control-prev {
  position: absolute;
  top: 48px;
  left: -32px;
}

.video-slide .jcarousel-control-next {
  position: absolute;
  top: 48px;
  right: -15px;
}

.video-popup table {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

.body.colortheme .video-popup table {
  color: var(--text-color);
}

.video-popup table tr {
  border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.video-popup table th {
  background-color: #f5f7f8;
  font-weight: 700;
  padding: 10px 15px;
}

.body.colortheme .video-popup table th {
  background-color: var(--heading-text-color-one);
}

.video-popup table td {
  background-color: #ffffff;
  padding: 5px 15px;
}

.body.colortheme .video-popup table td {
  background-color: var(--heading-text-color-three);
}

.ytp-large-play-button-bg {
  fill: #fcfcfc;
  fill-opacity: 0.9;
}

.detail-description h3 {
  margin: 0px;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  background-color: #d4d9dc;
}

.detail-description-content {
  padding: 20px;
  background-color: #ecf0f1;
}

.body.colortheme .detail-description-content {
  background-color: var(--heading-text-color-three);
  color: var(--text-color);
}

.detail-description-content img {
  max-width: 100%;
}

.fitness-description .add-this-exercise-btn {
  color: #FFF !important;
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  border: 0px;
  float: right;
  margin: 0px 0px 10px 0px !important;
}

.right-section-video {
  width: 280px;
  float: right;
}

.right-section-video .detail-description {
  margin-bottom: 20px;
}

.right-section-video .detail-description:last-child {
  margin-bottom: 0px;
}

.right-section-video .detail-description h3 {
  font-size: 14px;
}

.point-drill .modal-body {
  padding: 10px 20px 20px;
}

.fitness-description {
  margin-top: 0px;
}

.exercise-name {
  margin-bottom: 30px;
}

.exercise-name label {
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  float: left;
  margin: 5px 10px 0px 0px;
}

.exercise-name input {
  width: 415px;
  float: left;
  margin-right: 10px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #cacfd2;
  border-radius: 5px;
}

.fitness-excercise .nutrition-tab .nav-link.active {
  color: #f5317f;
  border-bottom: 2px solid #f5317f;
}

.fitness-excercise .nav-link.active {
  color: #f5317f !important;
}

.body.colortheme .fitness-excercise .nav-link.active {
  background-color: var(--heading-text-color-one);
}

.fitness-excercise .add {
  font-size: 12px;
  color: #f5317f;
  font-weight: 700;
  border-radius: 50px;
  padding: 0px 20px;
  text-transform: uppercase;
  float: left;
  background-color: transparent;
  border: 1px solid #f5317f;
}

.exercise-category {
  padding: 10px;
}

.exercise-category select {
  width: 380px;
  float: left;
  background-color: #ffffff;
}

.category {
  padding: 0px 10px;
}

.category span {
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  border: 1px solid #cacfd2;
  border-radius: 20px;
  padding: 3px 5px 3px 10px;
  margin: 0px 4px 10px 0px;
  display: inline-block;
}

.category .remove {
  width: 16px;
  height: 16px;
  background-color: #cacfd2;
  color: #FFF;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  text-align: center;
  font-size: 15px;
  line-height: 13px;
  font-weight: 400;
  margin-left: 10px;
}

.workout-choices-bar .workout-choices-bar-item {
  width: 50%;
  text-align: center;
}

.videos {
  padding: 10px;
}

.videos h6 {
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px 3px 0px;
}

.body.colortheme .videos h6 {
  color: var(--text-color);
}

.videos p {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  margin: 0px 0px 5px 0px;
}

.videos input {
  background-color: #f9fafb;
  margin-bottom: 10px;
}

.videos .add {
  margin: 10px auto 0px;
  text-align: center;
  width: 67px;
  float: none;
  display: block;
}

.editor {
  margin-top: 30px;
}

.editor .nutrition-tab-item {
  width: 16.66%;
  text-align: center;
}

.editor .tab-content {
  padding: 10px;
}

.save-now {
  text-align: center;
  display: block;
  width: 105px;
  margin: 10px auto;
  font-size: 12px;
  color: #f5317f;
  font-weight: 700;
  border-radius: 50px;
  padding: 5px 20px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #f5317f;
}

.back-button {
  text-align: center;
  display: block;
  width: 105px;
  margin: 10px 10px;
  font-size: 12px;
  color: #f5317f;
  font-weight: 700;
  border-radius: 50px;
  padding: 5px 20px;
  text-transform: uppercase;
  border: 1px solid #f5317f;
}

.sub-menu {
  font-size: 14px;
  color: #666 !important;
  font-weight: 700;
  margin-right: 20px;
}

.body.colortheme .sub-menu {
  color: var(--text-color) !important;
}

.my-office-table-conent {
  margin-bottom: 30px;
}

.my-office-table-conent:first-child .border-top {
  border: 0px;
}

.my-office-description-content {
  padding: 0px 0px;
  position: relative;
}

.my-office-description-content table {
  margin-top: 0px;
}

.my-office-description-content table th {
  text-transform: uppercase;
}

.my-office-description-content a {
  color: #666;
}

.my-office-description-content span {
  font-size: 14px;
  color: #FFF;
  float: none;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 0px;
  margin-left: 10px;
}

.my-office-name {
  width: 250px;
}

.count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ff5858;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #FFF !important;
}

.my-office-search {
  margin-bottom: 0px;
}

.my-office-search input {
  background-color: #FFF;
  width: 89.65%;
  font-size: 14px;
  font-weight: 400;
}

.my-office-search .my-data-gredient {
  opacity: 1;
}

.my-office-search .my-data-gredient:hover {
  background: #f4c60f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4c60f), color-stop(100%, #ff5858));
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c60f', endColorstr='#ff5858', GradientType=1 );";
}

.advanced-filters {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  position: absolute;
  right: 18px;
  top: 5px;
}

.advanced-filters img {
  margin-right: 10px;
  margin-top: 5px;
  float: left;
}

.advanced-filters span {
  color: #666;
  margin-top: 5px;
  display: inline-block;
}

.body.colortheme .advanced-filters span {
  color: var(--text-color);
}

.advanced-filters span a {
  color: #666;
}

.messaging-center {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 94px;
  right: 16px;
  background-color: #0C9;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px #999;
  box-shadow: 2px 2px 3px #999;
  padding: 17px;
  opacity: unset;
  z-index: 10;
}

.messaging-center span::before {
  content: url("/public/images/messanger.png");
  width: 26px;
  height: 26px;
  text-align: center;
}

.create-food h2 {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  border-radius: 5px 5px 0px 0px;
  padding: 10px;
  background-color: #ecf0f1;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #dee1e3;
}

.body.colortheme .create-food h2 {
  color: var(--text-color);
  background-color: var(--heading-text-color-one);
  border-bottom: 1px solid var(--border-bottom);
}

.create-exercise h2 {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  border-radius: 5px 5px 0px 0px;
  padding: 10px;
  background-color: #ecf0f1;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #dee1e3;
}

.body.colortheme .create-exercise h2 {
  color: var(--text-color);
  background-color: var(--heading-text-color-one);
  border-bottom: 1px solid var(--border-bottom);
}

.create-food input {
  width: 100%;
  height: 30px;
  background-color: #fff;
  border: 1px solid #cacfd2;
  border-radius: 5px;
}

.create-food label {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin: 0px 0px 0px 0px;
  display: block;
  line-height: 11px;
}

.food-brand-name {
  background-color: #f9fafb;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #cacfd2;
  margin-bottom: 10px;
}

.body.colortheme .food-brand-name {
  color: var(--text-color);
  background-color: var(--heading-text-color-three);
  border-bottom: 1px solid var(--border-bottom);
}

.create-exercise-name {
  background-color: #f9fafb;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #cacfd2;
  margin-bottom: 10px;
}

.body.colortheme .create-exercise-name {
  color: var(--text-color);
  background-color: var(--heading-text-color-three);
  border-bottom: 1px solid var(--border-bottom);
}

.food-brand-name label {
  margin: 10px 0px 10px 0px;
}

.food-brand-name input {
  margin: 0px 20px 0px 0px;
}

.custom-food-bottom-section {
  padding: 10px;
}

.bottom-btn {
  background-color: #f9fafb;
  border-top: 1px solid #dee1e3;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
}

.body.colortheme .bottom-btn {
  background-color: var(--heading-text-color-two);
  border-top: 1px solid var(--border-bottom);
}

.body.colortheme .bottom-btn.up-file {
  background-color: transparent;
  border-top: none;
}

.body.colortheme .cmavatar .bottom-btn {
  border-top: none;
  background-color: transparent;
}

.body.colortheme .btn:hover {
  color: var(--highlighted-text-color);
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px 0px 0px 0px;
  border: 1px solid #2cbfc7;
  border-radius: 20px;
  padding: 5px 20px;
  color: #2cbfc7;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.body.colortheme .fileUpload {
  color: var(--text-color);
  border: 1px solid var(--border-bottom);
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.upload-photo {
  text-align: center;
  border: 1px solid #dee1e3;
  border-radius: 5px;
}

.body.colortheme .upload-photo {
  border: 1px solid var(--border-bottom);
}

.dashboard-profile-img {
  overflow: hidden;
  height: 10rem;
  width: 16rem;
}

.dashboard-profile-img img {
  height: 60px;
  width: 75px;
  text-align: center;
  margin-top: 14px;
}

.custom-food-bottom-section select {
  width: 100%;
  background-color: #ffffff;
  margin: 10px 0px 12px 0px;
}

.custom-food-bottom-section textarea {
  width: 100%;
  background-color: #ffffff;
  margin: 10px 0px 12px 0px;
  height: 219px;
}

.custom-food-bottom-section .facts .main-heading {
  background-color: #f5f7f8;
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  padding: 7px 10px;
  border-top: 1px solid #cacfd2;
  border-bottom: 1px solid #cacfd2;
}

.body.colortheme .custom-food-bottom-section .facts .main-heading {
  background-color: var(--heading-text-color-two);
  color: var(--text-color);
  border-top: 1px solid var(--border-bottom);
  border-bottom: 1px solid var(--border-bottom);
}

.custom-food-bottom-section .facts p {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin: 7px 0px 0px 0px;
}

.custom-food-bottom-section .facts input {
  width: 60px;
  height: 20px;
  border-radius: 3px;
  font-size: 12px;
  color: #666;
  float: right;
  margin: 5px 0px 0px 0px;
}

.facts-title {
  float: left;
}

.facts-content {
  float: right;
  margin: 7px 0px 0px 5px !important;
}

.middle-line {
  border-top: 1px solid #dee1e3;
  width: 100%;
  margin-top: 5px;
}

.body.colortheme .middle-line {
  border-top: 1px solid var(--border-bottom);
}

.p-l-26 {
  padding-left: 26px;
}

.p-r-26 {
  padding-right: 26px;
}

.w-50-p {
  width: 60px !important;
}

.big-input {
  width: 100% !important;
  float: left !important;
}

.add-micronutrient {
  border-radius: 20px;
  border: 1px solid #2cbfc7;
  color: #2cbfc7;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 20px;
  font-weight: 700;
  text-align: center;
  display: table;
  margin: 10px auto 0;
}

.custom-food-bottom-section .today-meal-total {
  padding: 10px 10px;
  margin: 10px -10px -10px -10px;
}

.custom-food-bottom-section .today-meal-total span {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  margin-top: 6px;
  display: inline-block;
}

.custom-food-bottom-section span::before {
  float: none;
  font-size: 10px;
  margin-right: 5px;
}

.custom-food-bottom-section span.title {
  margin-right: 40px !important;
}

.custom-food-bottom-section span.carbs {
  color: #4da8c9;
}

.custom-food-bottom-section span.fats {
  color: #61ced0;
}

.custom-food-bottom-section span.pro {
  color: #a8d54a;
}

.custom-food-bottom-section span.cals {
  color: #eda541;
}

.save-food {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF !important;
  border-radius: 20px;
  float: right;
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
}

.library-content-section {
  padding: 0px 10px;
}

.nutrition-library h2 {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  border-radius: 5px 5px 0px 0px;
  padding: 10px;
  background-color: #ecf0f1;
  margin: 0px -10px;
  text-transform: uppercase;
  border-bottom: 1px solid #cacfd2;
}

.body.colortheme .nutrition-library h2 {
  color: var(--highlighted-text-color);
  background-color: var(--heading-text-color-one);
  border-bottom: 1px solid var(--border-bottom);
}

.sub-heading {
  background-color: #f5f7f8;
  border-bottom: 1px solid #cacfd2;
  border-top: 1px solid #cacfd2;
  padding: 7px 10px;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px -10px 10px;
}

.left-section-library {
  margin-bottom: 30px;
}

.left-section-library:last-child {
  margin-bottom: 0px;
}

.left-section-library h2 {
  border-bottom: 0px solid #cacfd2;
}

.body.colortheme .left-section-library h2 {
  border-bottom: none;
}

.left-section-library .search {
  width: 100%;
  background-color: #f9fafb;
}

.left-section-library .search-btn {
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
}

.left-section-library .search input {
  border: 0px solid #cacfd2;
  height: 30px;
  background-color: #f9fafb;
  font-size: 12px;
  float: left;
  width: 84.20%;
}

.left-section-library select {
  background-color: #f9fafb;
  margin-bottom: 10px;
  margin-right: 0px;
}

.left-section-library ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.left-section-library ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  position: relative;
}

.left-section-library input[type=checkbox]:not(old) {
  width: 18px;
  margin: 0px 0px 0px 0px;
  padding: 0;
  opacity: 0;
  height: 18px;
  position: absolute;
}

.left-section-library input[type=checkbox]:not(old) + label {
  display: block;
  margin-left: 0px;
  padding-left: 30px;
  background: url("/public/images/checks-small.png") no-repeat 0 0;
  line-height: 18px;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin-bottom: 0px;
}

.left-section-library input[type=checkbox]:not(old):checked + label {
  background-position: 0 -24px;
}

.left-section-library input[type=radio] {
  display: none;
}

.left-section-library input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
  font-weight: 400;
  padding: 0;
  border: 2px solid #00335e;
  float: left;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

.left-section-library input[type=radio]:checked + label {
  background-color: #FFF;
  border: 5px solid #ffd100;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
}

.left-section-library input[type="radio"]:not(old) + label {
  display: inline-block;
  line-height: 1.5em;
  margin-left: 0em;
}

.select-all {
  border-radius: 20px;
  border: 1px solid #2cc0c6;
  text-transform: uppercase;
  font-size: 12px;
  color: #2cc0c6;
  font-weight: 700;
  padding: 6px 10px;
  background-color: #FFF;
  float: right;
  line-height: 10px;
}

.body.colortheme .select-all {
  color: var(--text-color);
  background-color: var(--button-background-color);
}

.sub-heading-with-btn {
  line-height: 24px;
  padding: 4px 10px;
}

.middle-section-library ul {
  padding: 0px;
  margin: 0px -10px;
}

.middle-section-library ul li {
  list-style-type: none;
  padding: 10px;
  margin: 0px;
  border-top: 1px solid #dee1e3;
}

.body.colortheme .middle-section-library ul li {
  border-top: 1px solid var(--border-bottom);
}

.middle-section-library ul li h6 {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  margin: 0px;
}

.body.colortheme .middle-section-library ul li h6 {
  color: var(--text-color);
}

.middle-section-library ul li p {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin: 0px 0px 5px 0px;
}

.body.colortheme .middle-section-library ul li p {
  color: var(--text-color);
}

.middle-section-library ul li span {
  font-size: 12px;
  font-weight: 700;
  width: 46%;
  display: inline-block;
}

.middle-section-library ul li span.carbs {
  color: #4da8c9;
}

.middle-section-library ul li span.fats {
  color: #61ced0;
}

.middle-section-library ul li span.protein {
  color: #a8d54a;
}

.middle-section-library ul li span.calories {
  color: #eda541;
}

.middle-section-library h2 {
  border-bottom: 0px solid #dee1e3;
}

.body.colortheme .middle-section-library h2 {
  border-bottom: none;
}

.library-slide {
  width: 160px;
  height: 100px;
  float: right;
  margin-right: 0px;
}

.carousel-control-prev.bottom-zero {
  bottom: initial;
}

.carousel-control-next.bottom-zero {
  bottom: initial;
}

.library-slide .carousel-control-prev {
  left: -34px;
  width: 24px;
}

.library-slide .carousel-control-next {
  right: -34px;
  width: 24px;
}

.library-slide .carousel-indicators {
  bottom: -25px !important;
  margin: 0px;
  left: 39%;
  right: 33%;
}

.library-slide .carousel-indicators li {
  display: inline-block;
  width: 6px;
  height: 6px;
  padding: 0px;
  background-color: #bdc3c7;
  border: 0px;
}

.library-slide .carousel-indicators .active {
  background-color: #2cbfc7;
}

.nutrition-library .pagination {
  background-color: transparent;
  margin-top: 30px;
  display: block;
}

.nutrition-library .pagination a {
  width: 35px;
  height: 35px;
  border: 1px solid #dee1e3;
  border-left: 0px solid #dee1e3;
  margin: 0px -4px 0px 0px;
  line-height: 32px;
}

.My-exercises .pagination {
  background-color: transparent;
  margin-top: 30px;
  display: block;
}

.My-exercises .pagination a {
  width: 35px;
  height: 35px;
  border: 1px solid #dee1e3;
  border-left: 0px solid #dee1e3;
  margin: 0px -4px 0px 0px;
  line-height: 32px;
}

.nutrition-library .page-no {
  margin: 0;
}

.nutrition-library .pagination .left {
  border-left: 1px solid #dee1e3;
  border-radius: 4px 0px 0px 4px;
}

.nutrition-library .pagination .right {
  border-radius: 0px 4px 4px 0px;
}

.nutrition-library .pagination a.activelink {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  background-color: #ecf0f1;
}

.nutrition-library .right-section-library .jcarousel {
  margin: 0 -10px;
  width: 108%;
}

.nutrition-library .right-section-library .jcarousel li {
  margin: 0px 0px 0px 0px;
}

.nutrition-library .right-section-library .heading-bg {
  border-radius: 0px 0px 0px 0px;
  padding: 0px;
  background-color: #ecf0f1;
  line-height: 22px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 0;
  border-top: 1px solid #cacfd2;
  border-bottom: 1px solid #cacfd2;
  margin: 0px -10px;
}

.body.colortheme .nutrition-library .right-section-library .heading-bg {
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}

.nutrition-library .right-section-library .heading {
  font-size: 12px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.body.colortheme .nutrition-library .right-section-library .heading {
  color: var(--text-color);
}

.nutrition-library .right-section-library .toolbox-contoler-top {
  top: 4px;
  padding: 0;
}

.nutrition-library .right-section-library .meal-content li {
  display: block;
  float: none;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  border-bottom: 1px solid #dee1e3;
  padding: 5px 10px;
  width: 100%;
  margin: 0px;
}

.body.colortheme .nutrition-library .right-section-library .meal-content li {
  color: var(--text-color);
  border-bottom: 1px solid var(--border-bottom);
  margin-left: 4px;
}

.nutrition-library .right-section-library .meal-content li:last-child {
  border-bottom: 0px solid #dee1e3;
}

.body.colortheme .nutrition-library .right-section-library .meal-content li:last-child {
  border-bottom: none;
}

.gj-datepicker input {
  height: 30px;
  width: 100%;
  margin-bottom: 10px !important;
  background-color: #f9fafb;
  border: 1px solid #dee1e3;
  border-right: 0px solid #dee1e3;
  font-size: 12px;
  color: #666;
}

.gj-datepicker .glyphicon-calendar::before {
  width: 16px;
  height: 16px;
  margin: 3px auto 0px;
  display: block;
}

.glyphicon-chevron-left::before {
  width: 16px;
  height: 16px;
  margin: 3px auto 0px;
  display: block;
}

.glyphicon-chevron-right::before {
  width: 16px;
  height: 16px;
  margin: 3px auto 0px;
  display: block;
}

.advanced-filters-modal-content {
  width: 500px;
  margin: 0 auto;
}

.advanced-filters-content {
  padding: 5px 20px 0px 20px;
  text-align: center;
}

.advanced-filters-content label {
  font-size: 12px;
  color: #666;
  text-align: left !important;
  display: block;
  margin-bottom: 2px;
}

.advanced-filters-content input {
  font-size: 12px;
  color: #666;
  width: 100%;
  margin-right: 10px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #cacfd2;
  border-radius: 5px;
  margin: 0px 0px 15px 0px;
  text-align: left;
}

.advanced-filters-content .datepicker input {
  float: right;
  border-radius: 4px !important;
  /*padding-left:40px;*/
}

.advanced-filters-content .input-group-addon {
  float: left;
  left: 0px;
  position: absolute !important;
  border-left: 1px solid #dee1e3 !important;
  border-right: 0px solid #dee1e3 !important;
  border-radius: 4px 0px 0px 4px !important;
  background-color: #f5f7f8 !important;
  z-index: 999;
}

.advanced-filters-content .gj-datepicker .glyphicon-calendar::before {
  margin: 5px auto 0px;
}

.my-profile-gredient {
  border: 0px;
  background: #f4c60f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4c60f), color-stop(100%, #ff5858));
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c60f', endColorstr='#ff5858', GradientType=1 );";
}

.filters-btn {
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  padding: 8px 20px;
  margin: 5px 3px 0px;
}

.message-center-modal-content {
  width: 100%;
}

.message-center-modal-content .modal-body {
  padding-bottom: 0px;
}

.message-center-modal-content .modal-body .pagination {
  margin: 0px -20px;
  border-top: 1px solid #dee1e3;
}

.message-center-content {
  margin-top: -6px;
  padding: 20px 20px 0px 20px;
}

/*
#message-center .modal-dialog {
    max-width: 770px;
}
.message-center-modal-content .messaging{
	margin: -20px -20px 0px;
}
.message-center-modal-content .messaging li{
	width:50%;
	text-align:center;
	background-color:#FFF;
	color:#666;
	.body.colortheme &{
		color:var(--text-color);
		background-color:var(--heading-text-color-one);
	}
}*/
.message-center-modal-content .messaging li a {
  color: #666;
}

.body.colortheme .message-center-modal-content .messaging li a {
  color: var(--highlighted-text-color);
}

.messaging .nav-link {
  padding: 20px 1rem;
  height: auto;
  border-top: 0px;
}

.messaging .nav-link.active {
  color: #FFF;
  border: 0px;
  background: #f4c60f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4c60f), color-stop(100%, #ff5858));
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c60f', endColorstr='#ff5858', GradientType=1 );";
}

.downline {
  margin: 20px 0px;
  border: 1px solid #cacfd2;
}

.body.colortheme .downline {
  border: none;
}

.downline li:first-child {
  border-left: 1px solid var(--border-bottom);
}

.downline .downline-item {
  width: 33.33%;
  text-align: center;
}

.downline .nav-link {
  border: 0px;
  border-right: 1px solid #cacfd2;
  color: #666;
}

.body.colortheme .downline .nav-link {
  border-right: 1px solid var(--border-bottom);
}

.downline .nav-link.active {
  color: #666;
  background-color: #ecf0f1;
}

.body.colortheme .downline .nav-link.active {
  background-color: var(--heading-text-color-three);
  color: var(---highlighted-text-color);
}

.messaging-content {
  position: relative;
}

.messager-image {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 5px;
}

.messager-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.message-name {
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  margin: 14px 0px 0px 10px;
}

.message-name a {
  color: #666;
}

.lock {
  float: right;
  margin: 10px 0px 0px 0px;
}

.messager-section {
  border-top: 1px solid #dee1e3;
  padding: 10px 20px;
  margin: 0px -20px;
}

.body.colortheme .messager-section {
  border-top: 1px solid var(--border-bottom);
}

.messager-section:last-child {
  border-bottom: 1px solid #dee1e3;
  padding-bottom: 10px;
}

.body.colortheme .messager-section:last-child {
  border-bottom: 1px solid var(--border-bottom);
}

.member-messaging .open-content {
  cursor: pointer;
}

.message-description {
  font-size: 12px;
  color: #666;
  width: 75%;
  float: left;
  margin: 0px 0px 0px 10px;
}

.body.colortheme .message-description {
  color: var(--highlighted-text-color);
}

.date-time {
  font-size: 12px;
  color: #666;
  width: 12%;
  float: right;
  margin: 0px 0px 0px 10px;
}

.body.colortheme .date-time {
  color: var(--highlighted-text-color);
}

.message-details {
  padding: 0px 0px;
  margin: 0px -20px;
  display: none;
  position: absolute;
  top: 0;
  background-color: #FFF;
  border-radius: 0px 0px 10px 10px;
}

.body.colortheme .message-details {
  background-color: var(--heading-text-color-two);
}

.message-details .messager-section {
  padding: 10px 40px;
}

.message-details textarea {
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f5f7f8;
}

.message-details .content_4 {
  height: 448px;
}

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

.send-message button {
  margin-bottom: 20px;
}

.hide {
  position: absolute;
  top: -19px;
  right: 20px;
  font-size: 12px;
  color: #666;
  font-weight: 700;
}

.create-group {
  padding: 20px 0px;
}

.create-group input {
  width: 80%;
  float: left;
}

.create-group button {
  margin-left: 16px;
  margin-top: 0px;
}

.messager-btn {
  background-color: #FFF;
  border: 1px solid #ff5858;
  padding: 6px 20px;
  float: right;
  border-radius: 20px;
  font-size: 12px;
  color: #ff5858 !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 9px;
}

.body.colortheme .messager-btn {
  background-color: var(--button-background-color);
}

.body.colortheme .messager-btn.marked {
  color: #fff;
  background-color: #ff5858;
}

.body.colortheme .messager-btn > a {
  color: #ff5858 !important;
}

.action-btn-popup.marked {
  color: #fff;
  background-color: #ff5858;
}

.assign {
  margin-right: 10px;
}

.assign span::before {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
}

.messager-delete span::before {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
}

.assign-detail {
  padding: 20px 0px 20px;
  margin: 0px -20px;
  display: none;
  position: absolute;
  top: -103px;
  background-color: #FFF;
  border-radius: 0px 0px 10px 10px;
}

.body.colortheme .assign-detail {
  background-color: transparent;
}

.assign-detail p {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  text-align: left;
}

.body.colortheme .assign-detail p {
  color: var(--text-color);
}

.assign-detail input {
  font-size: 12px;
  color: #fff;
  width: 70%;
  margin-right: 10px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #cacfd2;
  border-radius: 5px;
  margin: 0px 0px 0px 0px;
  text-align: left;
}

.group {
  padding: 7px 20px;
  border: 1px solid #cacfd2;
  font-size: 12px;
  font-weight: 700;
  color: #666;
  border-radius: 20px;
  text-align: left;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

.group span::after {
  content: url("/public/images/delete-group.png");
  width: 16px;
  height: 16px;
  float: right;
  margin-left: 8px;
}

.select-group {
  margin: 20px 0px;
  padding: 0px;
  text-align: left;
}

.select-group li {
  margin: 0px 10px 0px 0px;
  list-style-type: none;
  display: inline-block;
}

.select-group input[type=checkbox]:not(old) {
  width: 22px;
  margin: 0px 0px 0px 0px;
  padding: 0;
  opacity: 0;
  height: 22px;
  position: absolute;
}

.select-group input[type=checkbox]:not(old) + label {
  display: block;
  margin-left: 0px;
  padding-left: 30px;
  line-height: 22px;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin-bottom: 0px;
}

.select-group input[type=checkbox]:not(old):checked + label {
  background-position: 0 -24px;
}

.questionnaire .questionnaire-tab {
  background-color: #ecf0f1;
}

.questionnaire .questionnaire-tab .questionnaire-tab-item {
  text-align: center;
}

.questionnaire .questionnaire-tab .questionnaire-tab-item .nav-link {
  border-top: 0px solid #cacfd2;
  height: auto;
  color: #666666;
  font-size: 14px;
  padding: 5px 5.6px;
}

.questionnaire .questionnaire-tab:first-child .questionnaire-tab-item {
  border-radius: 10px 0px 0px 0px;
}

.questionnaire .questionnaire-tab .nav-link.active {
  color: #ff5858;
  border-bottom: 2px solid #ff5858;
}

.questionnaire .nav-link.active {
  color: #ff5858 !important;
  background-color: inherit !important;
  border-color: none !important;
}

.questionnaire label {
  font-size: 12px;
  color: #666;
  margin: 0px 0px 10px 0px;
  line-height: 16px;
}

.questionnaire input {
  height: 32px;
  margin: 0px 0px 10px 0px;
  background-color: #ffffff;
}

.questionnaire select {
  width: 100%;
  margin: 0px 0px 10px 0px;
  background-color: #ffffff;
  line-height: 15px;
}

.questionnaire-tab-content {
  padding: 10px 10px 0px 10px;
  line-height: 8px;
}

.tab-bottom-section {
  background-color: #f5f7f8;
  border-top: 1px solid #cacfd2;
  padding: 10px;
  margin: 0px -10px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
}

.questionnaire .update {
  width: auto;
  height: auto;
  border: 0px;
  opacity: 1;
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  border-radius: 20px;
  padding: 8px 20px;
  text-transform: uppercase;
  position: inherit;
}

.questionnaire .sub-heading {
  padding: 10px 10px;
  margin: 0px 0px 10px;
  line-height: 17px;
  text-transform: none;
}

.questionnaire p {
  font-size: 12px;
  color: #666;
  margin: 0px 0px 10px 0px;
}

.l-p-5 {
  padding-left: 5px;
}

.r-p-5 {
  padding-right: 5px;
}

.measurements-section label {
  float: left;
  margin: 5px 0px 0px 0px;
}

.measurements-section input {
  float: right;
  width: 75px;
  /*height:20px;*/
  font-size: 12px;
  color: #000;
}

.measurements-section p {
  font-size: 12px;
  color: #666;
  float: right;
  margin: 10px 0px 0px 10px;
}

.form-section {
  clear: both;
}

.questionnaire h6 {
  font-size: 12px;
  color: #666;
  font-weight: 700;
  margin: 0px;
}

.body.colortheme .questionnaire h6 {
  color: var(--text-color);
}

.questionnaire .gj-datepicker-bootstrap span[role="right-icon"].input-group-addon {
  height: 32px;
}

.questionnaire .gj-datepicker .glyphicon-calendar::before {
  width: 16px;
  height: 16px;
  margin: 7px auto 0px;
  display: block;
}

.questionnaire input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: -32px;
  line-height: 19px;
  padding-left: 26px;
  background: url("/public/images/checks-small.png") no-repeat 0 0;
}

.questionnaire input[type=checkbox]:not(old):checked + label {
  background-position: 0 -24px;
}

.questionnaire input[type=radio] {
  display: none;
}

.questionnaire input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: url("/public/images/radio.png") no-repeat;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  font-weight: 400;
  padding: 0;
  border: 0px solid #dee1e3;
  float: left;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.questionnaire input[type=radio]:checked + label {
  background: url("/public/images/radio-active.png") no-repeat;
  width: 19px;
  height: 19px;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
}

.checkbox-small input {
  height: auto !important;
}

.checkbox-small label {
  margin-bottom: 5px;
}

.checkbox-small .m-r-5 {
  margin-right: 5px !important;
}

.radio-section {
  border-bottom: 1px solid #dee1e3;
  padding: 0px 0px 8px;
  margin-bottom: 10px;
}

.radio-section span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  margin: 4px 20px 0px 0px;
  display: inline-block;
}

.radio-section .label-for-radio span {
  font-size: 12px;
  text-transform: none;
  font-weight: 700;
  color: #666;
  margin: -4px 20px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio-section input {
  margin-bottom: 0px;
}

.radio-section label {
  margin-bottom: 0px;
}

.radio-content {
  float: left;
}

.heart-rate label {
  float: left;
  margin: 11px 10px 0px 0px;
}

.heart-rate input {
  float: left;
  width: 160px;
}

.preparation {
  margin-bottom: 10px;
  border: 1px solid #cacfd2;
}

.body.colortheme .preparation {
  border: none;
}

.preparation .questionnaire-tab-item .nav-link {
  border-top: 0px solid #cacfd2;
  border-bottom: 0px solid #cacfd2;
  height: auto;
  color: #666666;
  font-size: 12px !important;
  padding: 10px 30px !important;
}

/*
ul.preparation li:first-child .nav-link{
	border-top-left-radius: inherit!important;
}*/
ul.preparation li:last-child .nav-link {
  border-top-right-radius: inherit !important;
}

.preparation .nav-link.active {
  color: #FFF !important;
  border-bottom: 0px !important;
  background: #f4c60f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4c60f), color-stop(100%, #ff5858));
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c60f', endColorstr='#ff5858', GradientType=1 );";
}

.radio-content-day span {
  text-transform: none;
}

.report-div {
  display: none;
}

.description-content table .report-div td:first-child {
  padding-left: 20px;
}

.login-bg {
  background: url("/public/images/login-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 195px 0px;
}

.register1-bg {
  padding: 22px 0px !important;
  background: -webkit-gradient(linear, left top, right top, from(#ff63dd), to(#b122e5));
  background: linear-gradient(to right, #ff63dd 0%, #b122e5 100%);
  overflow: inherit !important;
  min-height: 80vh !important;
}

.register-bg-image {
  background: url("/public/images/registration-bg.jpg") center center no-repeat;
  padding: 22px 0px !important;
  overflow: inherit !important;
  background-size: cover;
}

.login-box {
  padding: 30px;
  -webkit-box-shadow: 0 0rem 0.3rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0rem 0.3rem rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 0px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.login-heading {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ecf0f1;
  padding: 8px 10px 10px 10px;
  border-radius: 10px 10px 0px 0px;
  margin: -30px -30px 30px -30px;
  height: auto;
  text-align: center;
}

.body.colortheme .login-heading {
  background-color: var(--heading-text-color-three);
  color: var(--highlighted-text-color);
}

.login-box input {
  border: 1px solid #cacfd2;
  height: 30px;
  background-color: #f5f7f8;
  margin: 0px 0px 10px 0px;
}

.login-box label {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin: 0px 0px 10px 0px;
  display: block;
  line-height: 11px;
}

.remember-me input {
  height: auto;
}

.remember-me input[type="checkbox"]:not(old) + label {
  margin-left: -31px;
}

.login-box-btn {
  border-radius: 20px;
  padding: 6px 35px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  border: 1px solid #cacfd2;
  margin: 10px 0px 0px 0px;
}

.login-gredient {
  background: #ff63dd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff63dd), color-stop(100%, #b122e5));
  background: -webkit-gradient(linear, left top, right top, from(#ff63dd), to(#b122e5));
  background: linear-gradient(to right, #ff63dd 0%, #b122e5 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff63dd', endColorstr='#b122e5', GradientType=1 );";
}

.login-btn {
  border-radius: 20px;
  padding: 7px 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  border: 0px solid #cacfd2;
  text-align: center;
  margin: 0 auto;
}

.forgot-password {
  margin-top: 21px;
}

.login-footer {
  margin-top: 0px;
}

.register-btn {
  border-radius: 20px;
  padding: 7px 30px !important;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF !important;
  font-weight: 700;
  border: 0px solid #cacfd2;
  margin: 3px 0px 0px 10px;
}

.register-bg {
  padding: 170px 0px;
}

.register-box h6 {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  margin: 0px 0px 15px 0px;
}

.register-box h6 span {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-left: 20px;
}

.register-box label {
  width: 170px;
  float: left;
  margin: 10px 0px 0px 0px;
}

.register-box input {
  width: 270px;
  float: left;
}

.date-input {
  width: 130px !important;
  float: left !important;
  margin: 0 0 10px 0;
  border: 1px solid #c5c9cb;
}

.year {
  margin-left: 10px !important;
}

.register-box .dashboard-profile-img {
  overflow: hidden;
  height: 112px;
  width: 140px;
  margin: 0px;
  border: 1px solid #dee1e3;
  float: left;
}

.register-box .dashboard-profile-img img {
  height: 112px;
  width: 140px;
  text-align: center;
}

.register-box .upload-photo {
  text-align: center;
  border: 0px solid #dee1e3;
  border-radius: 5px;
  margin-top: 10px;
}

.register-box .bottom-btn {
  background-color: transparent;
  border-top: 0px solid #dee1e3;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  float: left;
}

.register-box .bottom-btn input {
  width: auto;
}

.register-box .fileUpload {
  margin: 30px 0px 0px 30px;
  border: 1px solid #b223e5;
  border-radius: 20px;
  padding: 5px 20px;
  color: #b223e5;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.register-box .login-btn {
  margin: 0px 5px;
}

.action-button-register {
  margin: 20px auto 0px;
}

.register-box input[type=radio] {
  display: none;
}

.register-box input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: url("/public/images/radio.png") no-repeat;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  font-weight: 400;
  padding: 0;
  border: 0px solid #dee1e3;
  float: left;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.register-box input[type=radio]:checked + label {
  background: url("/public/images/radio-active.png") no-repeat;
  width: 19px;
  height: 19px;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
}

.radio-action {
  margin: 10px 0px 0px 0px;
}

.radio-action h6 {
  float: left;
  margin: 12px 20px 0px 0px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.radio-action span {
  display: inline-block;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin: 10px 10px 0px 0px;
}

.radio-button {
  float: left;
}

.membership-bg {
  padding: 193px 0px;
  background: url("/public/images/membershiptype-bg.jpg") center center no-repeat;
  background-size: cover;
}

.membership-bg1 {
  padding: 0px !important;
  min-height: 80vh;
}

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

.membership-box img {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
}

.membership-box p {
  font-size: 16px;
  color: #666;
  font-weight: 700;
  margin: 0px 0px 7px 0px;
  text-align: center;
}

.membership-btn {
  border-radius: 20px;
  padding: 7px 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  border: 0px solid #cacfd2;
  text-align: center;
  margin: 8px 0px 0px 0px;
}

.login-item {
  margin: 2px 0px 0px 0px;
}

.login-item a {
  float: left;
  margin: 0px 5px 0px 5px;
  text-align: center;
}

.nutrition-programs {
  margin-top: 0px;
}

.nutrition-programs .glyphicon-chevron-down::before {
  content: url("/public/images/plus.png");
  float: left;
  margin-right: 8px;
}

.nutrition-programs .glyphicon-chevron-up::before {
  content: url("/public/images/min.png");
  float: left;
  margin-right: 8px;
}

.nutrition-programs-filter {
  padding: 10px;
  background-color: #f9fafb;
}

.body.colortheme .nutrition-programs-filter {
  background-color: var(--heading-text-color-two);
  color: var(--highlighted-text-color);
}

.nutrition-programs-search {
  width: 100%;
  height: 32px;
  float: left;
  background-color: #f5f7f8;
}

.body.colortheme .nutrition-programs-search {
  background-color: var(--heading-text-color-two);
}

.nutrition-programs-search input {
  border: 1px solid #cacfd2;
  height: 32px;
  background-color: #ffffff;
  float: left;
  border-radius: 5px 0px 0px 5px;
  width: 91%;
  font-size: 12px;
  margin: 0px;
}

.nutrition-programs-search .search-button {
  border-radius: 0px 5px 5px 0px;
  border: 0px;
  width: 36px;
  height: 32px;
  padding: 0px;
  border: 1px solid #cacfd2;
  border-left: 0px;
  float: left;
  color: #FFF !important;
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
}

.nutrition-programs-filter select {
  width: 100%;
  background-color: #ffffff;
  height: 32px;
  margin: 0px;
}

.nutrition-accordion .panel-default {
  border-top: 1px solid #dee1e3;
  padding: 0px 0px;
}

.body.colortheme .nutrition-accordion .panel-default {
  border-top: 1px solid var(--border-bottom);
}

.nutrition-accordion .panel-heading {
  font-size: 12px;
  color: #666666;
  padding: 5px 10px;
  background-color: #FFF;
}

.body.colortheme .nutrition-accordion .panel-heading {
  background-color: var(--heading-text-color-three);
  color: var(--text-color);
}

.nutrition-accordion .panel-heading a {
  color: #666666;
}

.body.colortheme .nutrition-accordion .panel-heading a {
  color: var(--text-color);
}

.nutrition-accordion .panel-body {
  background-color: #f9fafb;
  padding: 10px 10px;
}

.body.colortheme .nutrition-accordion .panel-body {
  background-color: var(--card-body-bg-color);
  padding: 5px 10px;
}

.nutrition-accordion .description-content .total-th td {
  background-color: #f5f7f8;
}

.nutrition-accordion .description-content .today-meal-total {
  border-top: 0px solid #dee1e3;
  border-bottom: 1px solid #dee1e3;
  padding: 5px 10px 5px 20px;
}

.nutrition-accordion .description-content .today-meal-total span {
  font-size: 14px;
  margin-right: 30px;
}

.nutrition-accordion .description-content .today-meal-total span::before {
  font-size: 9px;
  margin-top: 4px;
}

.calendar-save-programs {
  float: right;
  margin-right: 47px;
  margin-top: -2px;
}

.programs-action {
  float: right;
}

.programs-action a {
  margin: 0px 11px;
}

.programs-action a:last-child {
  margin: 0px 0px 0px 7px;
}

.nutrition-accordion .jcarousel li {
  width: 850px !important;
}

.nutrition-accordion .panel-heading-active {
  background-color: #f9fafb !important;
}

.nutrition-accordion .description-slide h3 {
  border-top: 1px solid #cacfd2;
  border-bottom: 1px solid #cacfd2;
  background-color: #f5f7f8;
  margin-bottom: 0px;
  padding: 10px 0px 7px 46px;
}

.body.colortheme .nutrition-accordion .description-slide h3 {
  border-top: 1px solid var(--border-bottom);
  border-bottom: 0px solid var(--border-bottom);
}

.nutrition-accordion .description-slide table {
  margin: 0px 0px;
}

.nutrition-accordion .description-content {
  padding: 0px 0px;
}

.nutrition-accordion .description-content table th {
  border-top: 0px solid #cacfd2;
}

.nutrition-accordion .description-content table td {
  background-color: #f9fafb;
}

.body.colortheme .nutrition-accordion .description-content table td {
  background-color: var(--card-body-bg-color);
}

.nutrition-accordion .description-content table td:first-child {
  padding-left: 0px;
}

.remove-nutrition-program {
  text-align: center;
}

.remove-nutrition-program a {
  text-align: center;
  display: inline-block;
  width: 83px;
  margin: 0px 5px;
}

.remove-nutrition-program .modal-header {
  background-color: transparent;
  text-align: right;
  display: block;
}

.remove-nutrition-program .modal-header .close {
  float: right;
}

.program-heading {
  font-size: 14px !important;
  color: #666 !important;
  font-weight: 700 !important;
  /*margin-top: -20px;*/
}

.body.colortheme .program-heading {
  color: var(--text-color) !important;
}

.save-nurition-pagination {
  background-color: transparent;
  margin-top: 20px;
  display: block;
}

.save-nurition-pagination a {
  width: 35px;
  height: 35px;
  border: 1px solid #dee1e3;
  border-left: 0px solid #dee1e3;
  margin: 0px -4px 0px 0px;
  line-height: 32px;
}

.save-nurition-pagination .page-no {
  margin: 0;
}

.save-nurition-pagination .left {
  border-left: 1px solid #dee1e3;
  border-radius: 4px 0px 0px 4px;
}

.save-nurition-pagination .right {
  border-radius: 0px 4px 4px 0px;
}

.save-nurition-pagination a.activelink {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  background-color: #ecf0f1;
}

.blog-carousel {
  margin-bottom: 30px;
}

.blog-box {
  padding: 10px 10px 5px 10px;
  margin-bottom: 30px;
  display: inline-block;
  height: 517px;
}

.blog-box .blog-img {
  margin-bottom: 18px;
}

.blog-box h6 {
  font-size: 14px;
  color: #666;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
}

.body.colortheme .blog-box h6 {
  color: var(--text-color);
}

.blog-box p {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin: 0px;
}

.blog-box .published {
  margin: 10px 0px 10px 0px;
}

.blog-box .published span {
  margin: 0 auto;
  width: 70%;
  display: block;
}

.blog-box .published span::before {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
}

.read-more {
  padding: 5px 20px;
  margin: 0 auto;
  width: 107px;
  display: block;
}

.categories {
  border-top: 1px solid #dee1e3;
  text-align: center;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 0px 10px;
}

.body.colortheme .categories {
  border-top: 1px solid var(--heading-text-color-three);
}

.categories span {
  background-color: #FFF;
  width: 32%;
  margin: -9px auto 0;
  display: block;
}

.body.colortheme .categories span {
  background-color: var(--heading-text-color-one);
  color: var(--text-color);
}

.blog-btn {
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  border: 1px solid #cacfd2;
  border-radius: 20px;
  padding: 3px 9px 3px 9px;
  margin: 0px 4px 5px 0px;
  display: inline-block;
  text-transform: uppercase;
}

.blog-section .my-toolbox .heading-bg {
  padding: 5px 10px;
  position: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
}

.body.colortheme .blog-section .my-toolbox .heading-bg {
  color: var(--text-color);
}

.blog-section .section-sub-menu ul {
  width: 100%;
}

.blog-section .section-sub-menu .dropdown.show {
  background-color: #dee1e3;
}

.blog-section .section-sub-menu .dropdown-menu {
  background-color: #eef0f1;
  width: 108%;
}

.blog-section .section-sub-menu .dropdown-item .dropdown-menu {
  background-color: #f5f7f8;
}

.section-sub-menu .dropdown-menu .dropdown.show {
  background-color: #eef0f1;
}

.blog-section .section-sub-menu ul li:last-child {
  border-bottom: 0px solid #dee1e3;
}

.blog-section .section-sub-menu ul:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.recent-posts {
  margin-top: 30px;
  padding: 10px;
}

.recent-posts h2 {
  margin: -10px -10px 0px -10px;
}

.recent-posts-img {
  width: 100px;
  height: 100px;
  float: left;
}

.recent-posts-img img {
  max-width: 100px;
  max-height: 100px;
}

.recent-posts-row {
  margin-top: 10px;
}

.recent-post-contnet {
  float: left;
  width: 140px;
  font-size: 12px;
  color: #666;
  margin-left: 10px;
  font-weight: 700;
  line-height: 15px;
}

.body.colortheme .recent-post-contnet {
  color: var(--text-color);
}

.post-date {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

.post-date span {
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
}

.post-date span::before {
  content: var(--calendar-img);
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
  margin-top: -5px;
}

.recent-commnets-row {
  padding: 10px;
  font-size: 12px;
  color: #666;
  font-weight: 700;
  border-bottom: 1px solid #dee1e3;
}

.body.colortheme .recent-commnets-row {
  border-bottom: 1px solid var(--border-bottom) !important;
}

.recent-commnets-row:last-child {
  border-bottom: 0px solid #dee1e3;
}

.body.colortheme .recent-commnets-row:last-child {
  border-bottom: 0px solid var(--border-bottom) !important;
}

.recent-commnets-row .recent-comments span::before {
  content: var(--comment-img);
  width: 27px;
  height: 70px;
  float: left;
  margin-right: 8px;
}

.blog-section .save-nurition-pagination {
  background-color: transparent;
  margin-top: 0px;
  display: block;
  margin: 0 auto 20px;
}

.blog-detail {
  padding: 20px;
  display: inline-block;
}

.blog-detail p {
  font-size: 12px;
  color: #666;
}

.blog-detail p strong {
  font-size: 14px;
  color: #666;
  font-weight: 700;
  line-height: 16px;
}

.body.colortheme .blog-detail p strong {
  color: var(--text-color);
}

.blog-detail p:last-child {
  margin-bottom: 0px;
}

.blog-detail-image {
  margin-bottom: 10px;
}

.blog-detail-image img {
  width: 100%;
}

.blog-detail .post-date {
  float: left;
}

.blog-detail .post-date span {
  font-weight: 700;
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
}

.blog-detail .post-date span::before {
  width: 30px;
  height: 32px;
  float: left;
  margin-right: 8px;
  margin-top: 0px;
}

.blog-shareing {
  float: right;
}

.blog-shareing a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 4px;
  text-align: center;
  color: #FFF;
  padding-top: 5px;
}

.blog-shareing .facebook {
  background-color: #39599d;
}

.blog-shareing .twitter {
  background-color: #28aae1;
}

.blog-shareing .linkdin {
  background-color: #007bb6;
}

.blog-shareing .google-plus {
  background-color: #e14a32;
}

.blog-shareing .instagram {
  background-color: #2b5e89;
}

.blog-shareing .pinterest {
  background-color: #cd2129;
}

.blog-shareing .youtube {
  background-color: #e92827;
}

.blog-comment {
  margin: 30px 0px 0px 0px;
}

.blog-comment h6 {
  border-bottom: 1px solid #dee1e3;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

.body.colortheme .blog-comment h6 {
  color: var(--text-color);
  border-bottom: 1px solid var(--border-bottom);
}

.comment-row {
  border-bottom: 1px solid #dee1e3;
  padding-top: 10px;
}

.body.colortheme .comment-row {
  border-bottom: 1px solid var(--border-bottom);
}

.blog-comment-img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
}

.blog-comment-img img {
  max-width: 50px;
  max-height: 50px;
}

.blog-comment-section {
  width: 79%;
  float: left;
}

.blog-comment-section h5 {
  font-size: 14px;
  color: #666;
  font-weight: 700;
  margin: 0px 0px 3px 0px;
}

.body.colortheme .blog-comment-section h5 {
  color: var(--text-color);
}

.blog-comment-section p {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
}

.read-more-detail {
  float: left;
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  border: 1px solid #cacfd2;
  border-radius: 20px;
  padding: 7px 20px;
  margin: 9px 0px 0px 0px;
  display: inline-block;
  text-transform: uppercase;
}

.blog-reply {
  margin: 30px 0px 0px 0px;
}

.blog-reply h6 {
  border-bottom: 1px solid #dee1e3;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}

.body.colortheme .blog-reply h6 {
  color: var(--text-color);
  border-bottom: 1px solid var(--border-bottom);
}

.blog-reply label {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin: 0px 0px 0px 0px;
}

.blog-reply input {
  background-color: #f9fafb;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin: 0px 0px 5px 0px;
}

.blog-reply textarea {
  background-color: #f9fafb;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin: 0px 0px 5px 0px;
  height: 80px;
}

.submit-coment {
  margin: 20px auto 30px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

.azzilla-questionnaire .questionnaire-tab-item .nav-link {
  padding: 5px 33px !important;
}

.azzilla-questionnaire .preparation .nav-link.active {
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
}

.azzilla-questionnaire .heart-rate label {
  float: left;
  margin: 11px 10px 0px 0px !important;
}

.azzilla-questionnaire {
  padding: 10px;
  z-index: 0;
}

.azzilla-questionnaire .save {
  width: auto;
  height: auto;
  border: 0px;
  opacity: 1;
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  border-radius: 20px;
  padding: 8px 30px;
  text-transform: uppercase;
  position: inherit;
}

.azzilla-questionnaire select {
  width: 100%;
  margin: 0px 0px 10px 0px;
  background-color: #f9fafb;
}

.azzilla-questionnaire .gj-datepicker-bootstrap span[role="right-icon"].input-group-addon {
  height: 32px;
}

.azzilla-questionnaire .gj-datepicker .glyphicon-calendar::before {
  width: 16px;
  height: 16px;
  margin: 7px auto 0px;
  display: block;
}

.azzilla-questionnaire input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: -32px;
  margin-bottom: 6px;
  line-height: 19px;
  padding-left: 26px;
  background: url("/public/images/checks-small.png") no-repeat 0 0;
}

.azzilla-questionnaire input[type=checkbox]:not(old):checked + label {
  background-position: 0 -24px;
}

.azzilla-questionnaire input[type=radio] {
  display: none;
}

.azzilla-questionnaire input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: url("/public/images/radio.png") no-repeat;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  font-weight: 400;
  padding: 0;
  border: 0px solid #dee1e3;
  float: left;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.azzilla-questionnaire input[type=radio]:checked + label {
  background: url("/public/images/radio-active.png") no-repeat;
  width: 19px;
  height: 19px;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
}

.azzilla-questionnaire h6 {
  font-size: 12px;
  color: #666;
  font-weight: 700;
  margin: 0px;
}

.azzilla-questionnaire .sub-heading {
  padding: 10px 10px;
  margin: 0px 0px 10px;
  line-height: 17px;
  text-transform: none;
}

.azzilla-questionnaire input {
  font-size: 12px;
  color: #666;
  background-color: #f9fafb;
}

.azzilla-questionnaire .gj-datepicker-bootstrap span[role="right-icon"].input-group-addon {
  height: 30px;
}

.azzilla-questionnaire .gj-datepicker .glyphicon-calendar::before {
  width: 16px;
  height: 16px;
  margin: 4px auto 0px;
  display: block;
}

.azzilla-questionnaire .gj-datepicker-bootstrap span[role="right-icon"].input-group-addon {
  background-color: #f9fafb;
  border-color: #cacfd2;
}

.azzilla-questionnaire-heading {
  margin: -10px -10px 0px -10px;
}

.azzilla-questionnaire .gj-datepicker input {
  border-right: 0px;
}

/* Hide all steps by default: */
.step-tab {
  display: none;
}

.margin-left15 {
  margin-left: 15px;
}

.azzilla-questionnaire .tab-bottom-section .control-btn {
  margin: 0px;
}

.azzilla-questionnaire .tab-bottom-section {
  margin: 0px -10px -10px;
}

/* Make circles that indicate the steps of the form: */
.step-control {
  text-align: center;
  border-bottom: 1px solid #cacfd2;
  border-top: 1px solid #cacfd2;
  padding: 10px 0px 10px 0px;
  margin: 0px -10px 10px;
  position: relative;
}

.step {
  margin: 0px 40px 0 14px;
  border: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  color: #666;
  text-transform: uppercase;
  position: relative;
}

.progress-bar-step {
  position: absolute;
  top: 25px;
  background-color: #ecf0f1;
  height: 18px;
  border: 1px solid #cacfd1;
  width: 98%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 20px;
  padding: 5px;
  z-index: -1;
}

.step-bar {
  height: 6px;
  background-color: #cbd0d2;
  border-radius: 20px;
}

.first-step-bar {
  height: 6px;
  background: #ff63dd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff63dd), color-stop(100%, #b122e5));
  background: -webkit-gradient(linear, left top, right top, from(#ff63dd), to(#b122e5));
  background: linear-gradient(to right, #ff63dd 0%, #b122e5 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff63dd', endColorstr='#b122e5', GradientType=1 );";
  border-radius: 20px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  display: none;
  position: absolute;
  left: -43px;
  top: 21px;
  z-index: 0;
  width: 64px;
  z-index: -1;
}

.first-step.active .first-step-bar {
  display: block;
}

.first-step.finish .first-step-bar {
  display: block;
}

.secound-step-bar {
  height: 6px;
  background: #f4c60f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4c60f), color-stop(100%, #ff5858));
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c60f', endColorstr='#ff5858', GradientType=1 );";
  border-radius: 20px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  display: none;
  position: absolute;
  left: -105px;
  top: 21px;
  z-index: 0;
  width: 154px;
  z-index: -1;
}

.secound-step.active .secound-step-bar {
  display: block;
}

.secound-step.finish .secound-step-bar {
  display: block;
}

.third-step-bar {
  height: 6px;
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  display: none;
  position: absolute;
  left: -108px;
  top: 21px;
  z-index: 0;
  width: 155px;
  z-index: -1;
}

.third-step.active .third-step-bar {
  display: block;
}

.third-step.finish .third-step-bar {
  display: block;
}

.fourth-step-bar {
  height: 6px;
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  display: none;
  position: absolute;
  left: -107px;
  top: 21px;
  z-index: 0;
  width: 131px;
  z-index: -1;
}

.fourth-step.active .fourth-step-bar {
  display: block;
}

.fourth-step.finish .fourth-step-bar {
  display: block;
}

.fifth-step-bar {
  height: 6px;
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
  display: none;
  position: absolute;
  left: -88px;
  top: 21px;
  z-index: 0;
  width: 239px;
  border-radius: 0px 20px 20px 0px;
  z-index: -1;
}

.fifth-step.active .fifth-step-bar {
  display: block;
}

.fifth-step.finish .fifth-step-bar {
  display: block;
}

.step-no {
  background-color: #cbd0d2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  -webkit-box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  padding-top: 6px;
  font-size: 18px;
  color: #FFF;
  margin-bottom: 10px;
}

.first-step.active .step-no {
  background: #ff63dd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff63dd), color-stop(100%, #b122e5));
  background: -webkit-gradient(linear, left top, right top, from(#ff63dd), to(#b122e5));
  background: linear-gradient(to right, #ff63dd 0%, #b122e5 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff63dd', endColorstr='#b122e5', GradientType=1 );";
}

.first-step span:before {
  border-left: 1px solid #000;
}

.secound-step.active .step-no {
  background: #f4c60f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4c60f), color-stop(100%, #ff5858));
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c60f', endColorstr='#ff5858', GradientType=1 );";
}

.third-step.active .step-no {
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  color: #FFF;
}

.fourth-step.active .step-no {
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  color: #FFF;
}

.fifth-step.active .step-no {
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
}

.first-step.active {
  color: #b424e5;
}

.secound-step.active {
  color: #ff5858;
}

.third-step.active {
  color: #f43481;
}

.fourth-step.active {
  color: #f43481;
}

.fifth-step.active {
  color: #2cbfc7;
}

.first-step.finish .step-no {
  background: #ff63dd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff63dd), color-stop(100%, #b122e5));
  background: -webkit-gradient(linear, left top, right top, from(#ff63dd), to(#b122e5));
  background: linear-gradient(to right, #ff63dd 0%, #b122e5 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff63dd', endColorstr='#b122e5', GradientType=1 );";
}

.secound-step.finish .step-no {
  background: #f4c60f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4c60f), color-stop(100%, #ff5858));
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c60f', endColorstr='#ff5858', GradientType=1 );";
}

.third-step.finish .step-no {
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  color: #FFF;
}

.fourth-step.finish .step-no {
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );";
  color: #FFF;
}

.fifth-step.finish .step-no {
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );";
}

.questionnaire-bg {
  padding: 50px 0px;
  background: url("/public/images/questionnaire-bg.jpg") center center no-repeat;
  background-size: cover;
}

.content_9 {
  height: 289px;
  margin-bottom: 30px;
}

.popup {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 150%;
  max-height: 150%;
  min-height: 100%;
  z-index: 9;
}

.popup-modal {
  width: 970px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
  margin: 100px auto 0px;
  min-height: 400px;
}

.body.colortheme .popup-modal {
  background-color: var(--heading-text-color-one);
}

.body.colortheme .nav-tabs .nav-item.messaging-item:last-child .nav-link {
  border-right: none !important;
}

.body.colortheme .popup-modal .pagination {
  background-color: var(--button-background-color);
  top: -10px;
  position: relative;
  margin-bottom: -10px;
}

.body.colortheme #message-center .modal-header {
  background-color: var(--button-background-color);
  color: var(--highlighted-text-color) !important;
  border-bottom: 1px solid var(--border-bottom);
}

.body.colortheme .message a, .body.colortheme .message p {
  color: var(--heading-text-color-two);
}

.body.colortheme .message .date-time {
  color: var(--heading-text-color-three);
}

.popup-modal .modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  padding: 5px 10px;
  background: #ecf0f1;
  border-radius: 6px 6px 0px 0px;
  border-bottom: 1px solid #cacfd2;
  position: relative;
}

.pop-menu {
  position: absolute;
  right: 50px;
  top: -2px;
}

.pop-menu .dropdown-menu {
  right: 0px;
  left: auto;
  background-color: #ff5957;
  margin: 0rem 0px 0px 0px;
  border: 0px;
  min-width: 217px;
  width: 217px;
  border-radius: 0;
}

.pop-menu .dropdown .nav-link {
  padding: .22rem 1rem;
  border-right: 1px solid #cacfd2;
  border-left: 1px solid #cacfd2;
}

.body.colortheme .pop-menu .dropdown .nav-link {
  border-left: 1px solid var(--border-bottom);
  border-right: 1px solid var(--border-bottom);
}

.pop-menu .dropdown-item {
  text-transform: uppercase;
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
  padding: .25rem 10px .25rem 5px;
}

.dropdown-icon {
  color: #000000;
  font-size: 19px;
  margin-top: 3px;
  display: inline-block;
}

.body.colortheme .dropdown-icon {
  color: #8f8f8f;
}

.body.colortheme .dropdown-icon:hover {
  color: var(--highlighted-text-color) !important;
}

.pop-menu .dropdown.show > .nav-link {
  background-color: #ff5957;
}

.pop-menu .dropdown.show > .nav-link .dropdown-icon {
  color: #fff;
}

.message-center-tab .nav-tabs .nav-item {
  width: 100%;
}

.message-center-tab .nav-item .nav-link {
  border-right: 0px solid #cacfd2;
  color: #666666;
  font-size: 12px;
}

.message-center-tab .nav-item .nav-link.active {
  color: #fff;
}

.message-center-tab {
  border-right: 1px solid #cacfd2;
  margin-right: -1px;
}

.body.colortheme .message-center-tab {
  background-color: var(--heading-text-color-three);
  border-right: 1px solid var(--border-bottom);
}

.popup-modal .dropdown-item:hover {
  background-color: #f4c60f;
  color: #fff;
}

.message-center-tab-content {
  border-left: 1px solid #cacfd2;
  margin-left: -30px;
}

.body.colortheme .message-center-tab-content {
  background-color: var(--heading-text-color-one);
  border-left: 1px solid var(--border-bottom);
}

.msg-detail {
  width: 530px;
  float: left;
  margin: 0px 0px 0px 10px;
}

.msg-detail p {
  font-size: 12px;
  color: #666666;
  margin: 0px 0px 0px 0px;
}

.msg-detail .messager-name a {
  float: left;
  font-size: 14px;
  color: #666666;
  font-weight: 700;
}

.popup-modal .messager-section {
  margin: 0px 0px 0px 0px;
}

.date-time {
  float: left;
  width: auto;
}

.msg-count-action {
  float: left;
  margin-top: 16px;
}

.msg-count {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #f9982e;
  font-size: 18px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  padding: 2px 0px;
  margin: 0px 8px 0px 0px;
}

.msg-count-in-list {
  /* float: left; */
  width: 22px;
  height: 22px;
  background-color: #f9982e;
  font-size: 13px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  padding: 2px 0px;
  margin: 12px 0px 0px 0px;
}

.unread-in-list {
  height: 16px;
  background-color: #f9982e;
  font-size: 11px;
  color: #FFF;
  border-radius: 10%;
  text-align: center;
  margin: 12px 0px 0px 12px;
  padding: 0px 3px;
}

.messager-section:last-child {
  border-bottom: 0px;
  margin-bottom: 10px;
}

.body.colortheme .messager-section:last-child {
  border-bottom: none;
}

.messager-section:first-child {
  border-top: 0px;
}

.body.colortheme .messager-section:first-child {
  border-top: none;
}

.tab-header {
  padding: 2px 10px 10px;
  border-bottom: 1px solid #cacfd2;
}

.body.colortheme .tab-header {
  border-bottom: 1px solid var(--border-bottom);
}

.action-btn-popup {
  float: left;
  padding: 4px 20px 2px 15px;
}

.message-create-group {
  float: right;
  padding: 4px 20px;
  margin: 9px 3px 0px;
}

.group-messaging span:before {
  content: url(/public/images/group-messaging-ac.png);
  width: 28px;
  height: 25px;
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}

.group-messaging.active span:before {
  content: url(/public/images/group-messaging.png);
}

.affiliate span:before {
  content: url(/public/images/affiliate-ac.png);
  width: 30px;
  height: 25px;
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}

.affiliate.active span:before {
  content: url(/public/images/affiliate.png);
}

.affiliate-1 span:before {
  content: url(/public/images/notification-ac.png);
  width: 24px;
  height: 25px;
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}

.affiliate-1.active span:before {
  content: url(/public/images/announcement.png);
}

.add-msg {
  padding: 10px;
}

.add-msg input[type=text] {
  width: 100%;
  background: 0 0;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

.add-msg .add-form {
  height: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 3px 3px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0px 0px;
  border: 1px solid #cacfd2;
}

.add-msg button {
  padding: 2px 30px;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  margin: -4px -4px -4px 0px;
  border-radius: 0px 5px 5px 0px;
}

.all-guild-members {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

.name {
  padding: 16px;
  border-bottom: 1px solid #cacfd2;
  border-top: 1px solid #cacfd2;
}

.body.colortheme .name {
  border-bottom: 1px solid var(--border-bottom);
  border-top: 1px solid var(--border-bottom);
}

.name p {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
}

.message-action-btn {
  float: right;
}

.border-t-0 {
  border-top: 0px;
}

.close-section {
  padding: 10px;
  border-bottom: 0px solid #cacfd2;
  border-top: 1px solid #cacfd2;
  text-align: center;
}

.close-section-btn {
  margin: 0 auto;
}

.create-group {
  padding: 20px 0px 20px 30px;
  text-align: -webkit-left;
}

.create-group label {
  font-size: 12px;
  color: #666666;
  width: 100%;
}

.create-group input {
  font-size: 12px;
  color: #666;
  width: 100%;
  margin-right: 10px;
  height: 30px;
  border: 1px solid #cacfd2;
  border-radius: 5px;
  margin: 0px 0px 15px 0px;
  text-align: left;
}

.create-group textarea {
  height: 200px;
}

.create-group-btn {
  float: right;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.recipients {
  border-left: 1px solid #cacfd2;
}

.body.colortheme .recipients {
  border-left: 1px solid var(--border-bottom);
  min-height: 440px;
}

.recipients-header {
  padding: 10px;
  border-bottom: 1px solid #cacfd2;
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
}

.body.colortheme .recipients-header {
  border-bottom: 1px solid var(--border-bottom);
  color: var(--highlighted-text-color);
}

.recipients-details {
  width: 80%;
}

.recipients:last-child .messager-section {
  border-bottom: 1px solid #dee1e3;
}

.body.colortheme .recipients:last-child .messager-section {
  border-bottom: 1px solid var(--border-bottom);
}

.recipients:first-child .messager-section {
  border-top: 0px solid #dee1e3;
}

.recipients-footer {
  padding: 10px;
}

.recipients .edit {
  margin: 0px !important;
}

.recipients .action-btn-popup {
  float: left;
  padding: 7px 20px 7px 15px;
  margin: 0;
}

.group-message {
  padding: 10px;
}

.message {
  background-color: #ffcdcc;
  border: 1px solid #ff5957;
  width: 90%;
  float: left;
  padding: 10px;
  border-radius: 5px;
  margin: 20px 10px 20px 26px;
}

.message-y {
  background-color: #fceeb7;
  border: 1px solid #f4c610;
}

.message .messager-name a {
  float: left;
  font-size: 14px;
  color: #666666;
  font-weight: 700;
}

.message p {
  font-size: 12px;
  color: #666666;
  margin: 0px 0px 0px 0px;
}

.btn-section {
  margin-top: 30px;
  text-align: center;
}

.lode-more-msg {
  width: auto;
  margin: 0 auto 10px;
  display: table;
  position: relative;
}

.more-msg {
  background-color: #FFF;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ff5957;
  display: inline-block;
  margin-right: 10px;
  margin-left: -15px;
}

.join-group {
  width: auto;
  margin: 0 auto 10px;
  display: table;
  position: relative;
  background-color: #cceae7 !important;
  border: 1px solid #009688;
  color: #009688;
}

.body.colortheme .join-group {
  color: #009688;
}

.body.colortheme .join-group:hover {
  color: var(--button-background-color);
}

.join-group span:before {
  content: url(/public/images/join-group.png);
  width: 25px;
  height: 20px;
  float: left;
  margin-right: 7px;
  margin-top: -3px;
}

.left-group {
  width: auto;
  margin: 0 auto 10px;
  display: table;
  position: relative;
  background-color: #fdd9d7 !important;
  border: 1px solid #f44336;
  color: #f44336;
}

.body.colortheme .left-group {
  color: #f44336;
}

.body.colortheme .left-group:hover {
  color: var(--button-background-color);
}

.left-group span:before {
  content: url(/public/images/left-group.png);
  width: 25px;
  height: 20px;
  float: left;
  margin-right: 7px;
  margin-top: -3px;
}

.send-message-section {
  padding: 10px;
  border-top: 1px solid #cacfd2;
}

.body.colortheme .send-message-section {
  color: var(--button-background-color);
  border-top: 1px solid var(--border-bottom);
}

.upload-group-photo {
  float: left;
  width: 70%;
}

.upload-group-photo .dashboard-profile-img {
  overflow: hidden;
  height: 50px;
  width: 50px;
  margin: 18px auto;
  float: left;
}

.upload-group-photo .dashboard-profile-img img {
  height: 50px;
  width: 50px;
  text-align: center;
}

.upload-group-photo .fileUpload {
  position: relative;
  overflow: hidden;
  margin: 19px 0px 0px 0px;
  border: 0px solid #2cbfc7;
  border-radius: 0px;
  padding: 5px 20px;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.listing-img {
  position: relative;
}

.listing-img img {
  width: 262px;
  height: 165px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.assign-to-date {
  border: 1px solid #2cbfc7;
  color: #2cbfc7 !important;
  background-color: #FFF;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.assign-to-date span:before {
  content: url("/public/images/assign-to-date.png");
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
}

.nutrition-library-section {
  margin-bottom: 30px;
}

.body.colortheme .nutrition-library-section {
  background-color: var(--card-body-bg-color) !important;
}

.listing-img:hover .assign-to-date {
  opacity: 1;
}

.listing-content {
  padding: 10px 10px 5px 10px;
  margin-bottom: 0px;
}

.middle-section-library-listing h6 {
  font-size: 14px;
  font-weight: 700;
  color: #2cc0c7;
  display: block;
  margin: 0px 0px 3px 0px;
}

.middle-section-library-listing p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  display: block;
  margin: 0px 0px 3px 0px;
}

.body.colortheme .middle-section-library-listing p {
  color: var(--text-color) !important;
}

.middle-section-library-listing p span {
  float: right;
}

.middle-section-library-listing p.carbs {
  color: #4da8c9;
  font-weight: 700;
}

.body.colortheme .middle-section-library-listing p.carbs {
  color: #4da8c9 !important;
}

.middle-section-library-listing p.fats {
  color: #61ced0;
  font-weight: 700;
}

.body.colortheme .middle-section-library-listing p.fats {
  color: #61ced0 !important;
}

.middle-section-library-listing p.protein {
  color: #a8d54a;
  font-weight: 700;
}

.body.colortheme .middle-section-library-listing p.protein {
  color: #a8d54a !important;
}

.middle-section-library-listing p.calories {
  color: #eda541;
  font-weight: 700;
}

.body.colortheme .middle-section-library-listing p.calories {
  color: #eda541 !important;
}

.middle-section-library-listing p.property-name {
  color: #f5327f;
  font-weight: 700;
}

.body.colortheme .middle-section-library-listing p.property-name {
  color: #f5327f !important;
}

.fitness-library-card-view .middle-section-library-listing p.property-name span {
  color: #666666;
  font-weight: 700;
}

.body.colortheme .fitness-library-card-view .middle-section-library-listing p.property-name span {
  color: var(--text-color);
}

.fitness-library-card-view .middle-section-library-listing h6 {
  font-size: 14px;
  font-weight: 700;
  color: #f5327f;
  display: block;
  margin: 0px 0px 3px 0px;
}

.fitness-library-card-view .category-tag {
  background-color: #f5327f;
  padding: 5px;
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}

.fitness-library-card-view .middle-section-library ul li {
  list-style-type: none;
  padding: 10px;
  margin: 0px;
  border-top: none;
}

.body.colortheme .fitness-library-card-view .middle-section-library ul li {
  border-top: 1px solid var(--border-bottom);
}

.fitness-library-card-view .assign-to-date {
  border: 1px solid #f5327f;
  color: #f5327f !important;
  background-color: #FFF;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.body.colortheme .fitness-library-card-view .assign-to-date {
  border: 1px solid var(--border-bottom);
  background-color: var(--heading-text-color-three);
}

.fitness-library-card-view .assign-to-date span:before {
  content: url("/public/images/assign-to-date-fitness.png");
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
}

.mill {
  background-color: #2cc0c7;
  padding: 5px;
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}

.divider {
  height: 1px;
  background-color: #dee1e3;
  display: block;
  margin: 10px -10px;
}

.body.colortheme .divider {
  background-color: var(--border-bottom);
}

.nutrition-library-recipe h3 {
  font-size: 24px;
  color: #2cc0c7;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}

.body.colortheme .nutrition-library-recipe h3 {
  color: #2cc0c7 !important;
  background-color: transparent !important;
}

.body.colortheme .fitness-library-name h3 {
  color: #f53682 !important;
  background-color: transparent !important;
}

.add-to-meal {
  font-size: 12px;
  font-weight: 700;
  color: #FFF !important;
  text-transform: uppercase;
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );
  border-radius: 50px;
  border: 0px;
  width: 100%;
  margin-bottom: 15px;
}

.nutrition-right-section-library .meal-content {
  width: 100%;
}

.nutrition-right-section-library .meal-content li p {
  margin-bottom: 0px;
}

.nutrition-right-section-library .meal-content li p span {
  float: right;
}

.nutrition-right-section-library .meal-content li p.carbs {
  color: #4da8c9;
  font-weight: 700;
}

.nutrition-right-section-library .meal-content li p.fats {
  color: #61ced0;
  font-weight: 700;
}

.nutrition-right-section-library .meal-content li p.protein {
  color: #a8d54a;
  font-weight: 700;
}

.nutrition-right-section-library .meal-content li p.calories {
  color: #eda541;
  font-weight: 700;
}

.nutrition-right-section-library h4 {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  border-bottom: 1px solid #cacfd2;
  border-radius: 5px 5px 0px 0px;
  padding: 10px;
  background-color: #ecf0f1;
  margin: 0px -10px 10px;
  text-transform: uppercase;
}

.body.colortheme .nutrition-right-section-library .related-blog-heading {
  border-bottom: 1px solid var(--border-bottom);
  background-color: var(--heading-text-color-one);
  color: var(--text-color);
}

.nutrition-right-section-library .blog-box {
  padding: 0px 10px 10px 10px;
  border-bottom: 1px solid #dee1e3;
  height: auto;
  margin: 0px -10px 10px -10px;
}

.body.colortheme .nutrition-right-section-library .blog-box {
  border-bottom: 1px solid var(--border-bottom);
}

.nutrition-right-section-library .blog-box:last-child {
  padding: 0px 10px 10px 10px;
  border-bottom: 0px solid #dee1e3 !important;
  height: auto;
  margin: 0px -10px 0px -10px;
}

.video-recipe {
  margin-bottom: 20px;
}

.nutrition-section-library-recipe .table-heading {
  margin-right: 30px;
  font-size: 14px;
  color: #434f50;
  font-weight: 700;
  min-width: 100px;
  display: inline-block;
}

.nutrition-section-library-recipe .table-content {
  font-size: 14px;
  color: #434f50;
  font-weight: 400;
}

.ingredient {
  border-top: 1px solid #dee1e3;
  border-bottom: 1px solid #dee1e3;
  padding: 20px 0px;
}

.body.colortheme .ingredient {
  border-top: 1px solid var(--border-bottom);
  border-bottom: 1px solid var(--border-bottom);
}

.ingredient h4 {
  font-size: 18px;
  color: #2cc0c7;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}

.ingredient ul {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.ingredient ul li {
  width: 50%;
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  float: left;
}

.ingredient ul li:before {
  content: url("/public/images/ingredients-bullet.png");
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 8px;
}

.directions {
  border-top: 0px;
  padding: 20px 0px 0px 0px;
}

.direction-step {
  margin: 0px 0px 20px 0px;
}

.directions .step-no {
  background-color: #cbd0d2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0px 20px 10px 0px;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
  padding-top: 6px;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  float: left;
  text-align: center;
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #46eeab), to(#2cbfc7));
  background: linear-gradient(to bottom, #46eeab 14%, #2cbfc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );
}

.directions .direction-content {
  display: inline-block;
  width: 90%;
}

.directions h6 {
  font-size: 14px;
  font-weight: 700;
  color: #434f50;
  text-transform: uppercase;
  margin: 0px;
}

.directions p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin: 0px;
}

.notes {
  padding: 20px 0px 20px 0px;
}

.per-serving {
  background-color: #2cbfc7;
  padding: 10px;
}

.per-serving h5 {
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  display: inline-block;
  margin: 0px;
}

.per-serving span {
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
  float: right;
  margin: 0px;
}

.nutritiotn-facts {
  margin: 20px 0px 0px 0px;
}

.nutritiotn-facts h4 {
  font-size: 18px;
  color: #2cc0c7;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}

.nutritiotn-facts p {
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  display: block;
  margin: 5px 0px 5px 0px;
}

.nutritiotn-facts p span {
  float: right;
}

.nutritiotn-facts p.carbs {
  color: #4da8c9;
  font-weight: 700;
}

.body.colortheme .nutritiotn-facts p.carbs {
  color: #4da8c9;
}

.nutritiotn-facts p.fats {
  color: #61ced0;
  font-weight: 700;
}

.body.colortheme .nutritiotn-facts p.fats {
  color: #61ced0;
}

.nutritiotn-facts p.protein {
  color: #a8d54a;
  font-weight: 700;
}

.body.colortheme .nutritiotn-facts p.protein {
  color: #a8d54a;
}

.nutritiotn-facts p.calories {
  color: #eda541;
  font-weight: 700;
}

.body.colortheme .nutritiotn-facts p.calories {
  color: #eda541;
}

.images {
  border-top: 1px solid #dee1e3;
  padding: 20px 15px 0px;
}

.images img {
  width: 100%;
}

.images-section {
  margin: 0px -13px;
}

.images h4 {
  font-size: 18px;
  color: #2cc0c7;
  font-weight: 700;
  margin: 0px 0px 10px -15px;
}

.related-recipe {
  margin: 40px 0px 30px -15px;
}

.related-recipe h4 {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  border-bottom: 1px solid #cacfd2;
  border-radius: 5px 5px 0px 0px;
  padding: 10px;
  background-color: #ecf0f1;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
}

.body.colortheme .related-recipe h4 {
  background-color: var(--heading-text-color-two);
  color: var(--highlighted-text-color);
  border-bottom: 1px solid var(--border-bottom);
}

.related-recipe-jcarousel {
  padding: 0 15px;
}

.related-recipe-jcarousel li {
  width: 220px !important;
  margin-right: 15px;
}

.related-recipe h6 {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0px 0px 0px;
}

.body.colortheme .related-recipe h6 {
  color: var(--highlighted-text-color);
}

.related-recipe p {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  clear: both;
}

.related-recipe-toolbox-contoler-top {
  position: absolute;
  top: 68px;
  z-index: 999;
  width: 100%;
  padding: 0px 10px;
}

.related-recipe-jcarousel-control-prev {
  margin-left: 15px;
}

.related-recipe-jcarousel-control-next {
  margin-right: 15px;
}

.rating {
  width: 100%;
  margin: 2px 0px 5px;
}

.rating span:before {
  content: url("/public/images/rating-ac.png");
  width: 17px;
  height: 16px;
  float: left;
  margin-right: 8px;
}

.reviews h4 {
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}

.body.colortheme .reviews h4 {
  color: var(--highlighted-text-color);
}

.reviews-rating {
  margin-bottom: 10px;
}

.rating.reviews-rating span:before {
  content: url("/public/images/reviews-rating.png");
  width: 26px;
  height: 24px;
  float: left;
  margin-right: 10px;
}

.rating.reviews-rating .no-active:before {
  content: url("/public/images/no-rating.png");
  width: 26px;
  height: 24px;
  float: left;
  margin-right: 10px;
}

.rating.reviews-rating p {
  font-size: 14px;
  color: #737373;
  font-weight: 700;
  text-transform: uppercase;
  margin: 4px 0px 0px 14px;
}

.review-heading {
  font-size: 14px;
  color: #737373;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0px 0px 2px;
}

.review-heading span {
  font-size: 12px;
  color: #737373;
  font-weight: 400;
  text-transform: none;
  margin: 4px 0px 20px 0px;
  display: block;
}

.body.colortheme .review-heading span {
  color: var(--text-color);
}

/* Three column layout */
.side {
  float: left;
  margin-top: 10px;
}

.middle {
  margin-top: 10px;
  float: left;
  width: 56%;
  margin-left: 10px;
}

/* Place text to the right */
.right {
  margin-left: 10px;
}

/* Individual bars */
.bar-container {
  background-color: #e3e2e2;
}

.bar {
  height: 15px;
  background-color: #ffc802;
}

.bar-5 {
  width: 60%;
}

.bar-4 {
  width: 30%;
}

.bar-3 {
  width: 2%;
}

.bar-2 {
  width: 0%;
}

.bar-1 {
  width: 0%;
}

.bar-section {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #585858;
}

.body.colortheme .bar-section {
  color: var(--text-color);
}

.main-bar-container {
  margin: 20px 0px 20px 0px;
}

.reviews-section {
  float: right;
  width: 90%;
}

.reviewer-img {
  width: 50px;
  height: 50px;
  float: left;
}

.reviewer-coment {
  float: left;
  width: 90%;
  margin-left: 20px;
}

.reviewer-coment p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin: 0px 0px 10px 0px;
}

.reviewer-rating {
  float: left;
}

.reviewer-name {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
}

.body.colortheme .reviewer-name {
  color: var(--highlighted-text-color);
}

.coment-date {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin: 0px !important;
}

.image-coment {
  margin: 10px 0px 10px 0px;
  clear: both;
}

.like {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  float: left;
}

.like span:before {
  content: url("/public/images/like.png");
  width: 16px;
  height: 18px;
  margin-right: 10px;
  margin-top: 0px;
  float: left;
}

.reply {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  float: left;
}

.reply span:before {
  content: url("/public/images/reply.png");
  width: 16px;
  height: 14px;
  margin-left: 30px;
  margin-right: 10px;
  margin-top: 2px;
  float: left;
}

.read-all-reviews {
  border: 1px solid #cacfd2;
  background-color: #FFF;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #666666 !important;
  border-radius: 50px;
  padding: 5px 20px !important;
  text-transform: uppercase;
  margin: 0px auto 0px 46%;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.nutrition-section-library-recipe {
  padding: 10px;
}

.nutrition-section-library-recipe .my-office-table-conent {
  margin-bottom: 0px;
}

.fitness-library-jcarousel-pagination {
  bottom: -30px;
  right: 0 !important;
  margin: 10px auto 15px !important;
  left: 0 !important;
  text-align: center;
}

.fitness-library-jcarousel-pagination a.active {
  background: #f5327f !important;
  color: #fff !important;
}

.fitness-library-jcarousel-pagination a {
  height: 10px !important;
  width: 10px !important;
  background: #ff7c6e !important;
  border: 0px solid #666666 !important;
  color: #ff7c6e;
}

.add-exercise-to-date {
  text-align: center;
  margin-bottom: 30px;
  color: #FFF !important;
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );
  border: 0px;
}

.fitness-library {
  margin: 30px 0px 0px 0px;
}

.fitness-library h3 {
  color: #f53682;
  margin: 0px 0px 20px 0px;
}

.fitness-library h3 span {
  float: left;
}

.fitness-library h3 span.exercises {
  background-color: #f53682;
  padding: 5px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 3px 0px 0px 10px;
}

.fitness-library-tab-section {
  border: 1px solid #cacfd2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.body.colortheme .fitness-library-tab-section {
  border: 1px solid var(--border-bottom);
}

.fitness-library .fitness-library-tab-section .tab-content p {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}

.body.colortheme .fitness-library .fitness-library-tab-section .tab-content p {
  color: var(--text-color);
}

.fitness-library-tab .nav-link.active {
  color: #FFF !important;
  background: #ff7d6e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d6e), color-stop(100%, #f5317f));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f));
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d6e', endColorstr='#f5317f', GradientType=1 );
  border: 0px;
  border-bottom: 0px !important;
}

.nutrition-library-tab .nav-link.active {
  color: #FFF !important;
  background: #46eeab;
  background: -webkit-gradient(left top, right top, color-stop(0%, #46eeab), color-stop(100%, #2cbfc7));
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7));
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46eeab', endColorstr='#2cbfc7', GradientType=1 );
  border: 0px;
  border-bottom: 0px !important;
}

.routine {
  border-top: 1px solid #dee1e3 !important;
  padding: 20px 0px 10px 0px;
}

.routine h4 {
  font-size: 18px;
  color: #f5317f;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}

.routine table {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  text-transform: uppercase;
  border-top: 1px solid #cacfd2;
}

.routine table th {
  border-top: 1px solid #cacfd2;
  padding: 5px 10px;
}

.routine table td {
  border-top: 1px solid #cacfd2;
  padding: 5px 10px;
}

.heading-th {
  font-weight: 700;
}

.progression-section .nutrition-tab-item {
  width: 33.333333%;
  text-align: center;
}

.nutrition-section .nutrition-tab-item {
  width: 50%;
  text-align: center;
}

.progression-section h5 {
  font-size: 18px;
  color: #f5317f;
  font-weight: 700;
}

.progression-section h5 span {
  font-size: 14px;
  color: #585858;
  font-weight: 400;
}

.progression-section .fitness-library-jcarousel-pagination {
  margin-bottom: 0px !important;
  bottom: -10px;
}

.jcarousel-images h5 {
  font-size: 18px;
  color: #2cc0c7;
  font-weight: 700;
}

.jcarousel-images .toolbox-contoler-top {
  top: 45%;
}

.jcarousel-images .fitness-library-jcarousel-pagination {
  bottom: 0px;
  right: 0 !important;
  left: 0 !important;
}

.jcarousel-images .fitness-library-jcarousel-pagination a {
  background: #ffffff !important;
  border: 0px solid #666666 !important;
}

.jcarousel-images .fitness-library-jcarousel-pagination a.active {
  background: #f5327f !important;
  color: #fff !important;
}

.reviewer-coment-section {
  border-bottom: 1px solid #dee1e3;
  padding-bottom: 20px;
  margin: 0px 0px 20px 0px;
}

.body.colortheme .reviewer-coment-section {
  border-bottom: 1px solid var(--border-bottom);
}

.write-review textarea {
  color: #666666;
  font-size: 12px;
  height: 80px;
}

.write-review-rating {
  margin: 10px 0px 20px 0px;
  border-bottom: 1px solid #dee1e3;
  padding-bottom: 20px;
}

.body.colortheme .write-review-rating {
  border-bottom: 1px solid var(--border-bottom);
}

.write-review-rating h6 {
  color: #666666;
  font-size: 12px;
}

.body.colortheme .write-review-rating h6 {
  color: var(--text-color);
}

.write-review-rating input[type=radio] {
  display: none;
}

.write-review-rating input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: url("/public/images/radio.png") no-repeat;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  font-weight: 400;
  padding: 0;
  border: 0px solid #dee1e3;
  float: left;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.write-review-rating input[type=radio]:checked + label {
  background: url("/public/images/radio-active.png") no-repeat;
  width: 19px;
  height: 19px;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
}

.write-review-rating .rating {
  margin-bottom: 10px;
}

.rating .no-active:before {
  content: url("/public/images/rating.png");
  width: 17px;
  height: 16px;
  float: left;
  margin-right: 8px;
}

.write-review-rating .add-exercise-to-date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  clear: both;
  display: block;
  padding: 7px 30px;
  margin: 30px 0px 0px 0px;
}

.write-review-rating .add-food-to-date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  clear: both;
  display: block;
  padding: 7px 30px;
  margin: 30px 0px 0px 0px;
}

.comment {
  margin: 20px 0px 0px 0px;
}

.comment .reviewer-name {
  float: left;
}

.comment .coment-date {
  margin: 2px 0px 0px 10px !important;
}

.control-comment-btn {
  float: right;
}

.control-comment-btn a {
  margin-left: 15px;
}

.write-reply textarea {
  height: 62px;
}

.write-reply .add-exercise-to-date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  clear: both;
  display: block;
  padding: 7px 30px;
  margin: 10px 0px 0px 0px;
}

.write-reply .add-food-to-date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  clear: both;
  display: block;
  padding: 7px 30px;
  margin: 10px 0px 0px 0px;
}

@media screen and (max-width: 2049px) {
  .messaging-center {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 194px;
    right: 16px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    padding: 17px;
    opacity: unset;
    z-index: 10;
  }
}

@media screen and (max-width: 1366px) {
  .messaging-center {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 104px;
    right: 16px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    padding: 17px;
    opacity: unset;
    z-index: 10;
  }
}

@media screen and (max-width: 4098px) {
  .messaging-center {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 40rem;
    right: 16px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    padding: 17px;
    opacity: unset;
    z-index: 10;
  }
}

@media screen and (max-width: 2732px) {
  .messaging-center {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 26rem;
    right: 16px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    padding: 17px;
    opacity: unset;
    z-index: 10;
  }
}

@media screen and (max-width: 1199px) {
  .listing-img img {
    width: 100%;
  }
  .images img {
    width: 100%;
  }
  .nutrition-right-section-library .blog-box img {
    width: 100%;
  }
  .reviews-section {
    width: 100%;
  }
  .reviewer-coment {
    width: 87%;
  }
  .side {
    margin-top: 0px;
    display: block;
    float: none;
  }
  .right {
    margin-left: 10px;
    float: left;
  }
  .bar-section {
    clear: both;
  }
  .middle {
    margin-top: 0px;
    margin-left: 0px;
  }
  .review-heading {
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 1024px) {
  .footer-home a {
    padding: 0px 10px;
  }
  .social-home {
    bottom: 29px;
  }
  .my-data .breadcrumbs {
    padding: 17px 0px;
  }
  .my-data .breadcrumbs h1 {
    font-size: 27px;
  }
  .inner-footer .footer-link a {
    padding: 0px 10px;
  }
  .social a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
  }
  .nav-link {
    font-size: 12px;
  }
  .logout-inner {
    margin: 0px 0px 0px 10px;
    font-size: 25px !important;
  }
  .progress-section img {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .progress-section span {
    font-size: 12px;
    float: none;
    margin: 10px 0px 0px 0px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .social-progressions span {
    margin-top: 10px !important;
  }
  .inner-footer .footer-link a {
    padding: 0px 10px;
  }
  .my-toolbox .heading {
    font-size: 12px;
  }
  .nutrition-meals-slide .nutrition-task-bar-item {
    width: 230px !important;
  }
  .task-bar-details .new-male {
    width: 37.3%;
  }
  .meals-img {
    width: 62%;
  }
  .protins {
    width: 100%;
  }
  .protins p {
    float: left;
    margin-right: 25px;
  }
  .protins p::before {
    margin-top: 3px;
  }
  .more-info {
    margin-top: -10px;
  }
  .pre-made-meals-slide .nutrition-task-bar-item {
    width: 95px !important;
  }
  .description-slide h3 {
    padding: 12px 0px 7px 46px;
    text-align: left;
  }
  #male-description .modal-body .description-slide h3 {
    padding: 12px 0px 7px 46px;
    text-align: left;
  }
  .jcarousel-pagination {
    right: 5% !important;
    left: auto !important;
  }
  .today-meal-total .title {
    display: block;
    float: none;
  }
  .male-description .btn {
    margin-bottom: 10px;
  }
  .btn-view-all {
    margin-bottom: 0 !important;
  }
  .description-content .desciption {
    width: 280px;
  }
  .fitness-description {
    margin-top: 0px;
  }
  .description-slide-fitness .description-content .table {
    width: 790px;
    max-width: 790px;
  }
  .editor img {
    width: 100%;
  }
  .big-input {
    width: 66% !important;
  }
  .custom-food-bottom-section .today-meal-total span {
    margin-right: 20px;
  }
  .custom-food-bottom-section span.title {
    margin-right: 10px !important;
  }
  .left-section-library input[type=checkbox]:not(old) + label {
    margin-bottom: 10px;
    height: 18px;
  }
  .select-all {
    float: none;
  }
  .left-section-library .search input {
    width: 80.85%;
  }
  .questionnaire .questionnaire-tab .questionnaire-tab-item {
    width: 50%;
  }
  .questionnaire .questionnaire-tab .questionnaire-tab-item:nth-child(3) {
    width: 100%;
  }
  .workout-path .col-lg-4 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .equipment .equipment-section {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .training-days .training-days-section {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .amenities .amenities-section {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .preparation .questionnaire-tab-item {
    width: auto !important;
  }
  .preparation .questionnaire-tab-item:nth-child(3) {
    width: auto !important;
  }
  .preparation .questionnaire-tab-item .nav-link {
    padding: 10px 20px !important;
  }
  .preparation-tab-content label {
    line-height: 18px !important;
  }
  .login-box-btn {
    padding: 6px 15px;
  }
  .login-bg {
    padding: 120px 0px;
  }
  .date-input {
    width: 48% !important;
    float: left !important;
    margin: 0 0 10px 0;
  }
  .register-box label {
    width: auto;
    float: none;
    margin: 10px 0px 10px 0px;
  }
  .register-box input {
    width: 100%;
    float: none;
  }
  .membership-bg .col-lg-4 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .membership-bg .col-lg-2 {
    display: none;
  }
  .nutrition-programs-search input {
    width: 88.7%;
  }
  .nutrition-accordion .jcarousel li {
    width: 676px !important;
  }
  .calendar-save-programs {
    float: right;
    margin-right: 250px;
    margin-top: -2px;
  }
  .blog-box {
    height: 582px;
  }
  .blog-box .published span {
    width: 100%;
  }
  .categories span {
    width: 50%;
  }
  .recent-post-contnet {
    margin-top: 10px;
    margin-left: 0px;
  }
  .blog-box .blog-img {
    width: 100%;
  }
  .read-more-detail {
    float: none;
    margin: 0px 0px 10px 0px;
  }
  .questionnaire-bg {
    padding-top: 50px;
  }
  .step {
    margin: 0px 15px;
  }
  .azzilla-questionnaire .measurements-section label {
    margin: 10px 0px 0px 0px !important;
  }
  .azzilla-questionnaire .questionnaire-tab-item .nav-link {
    padding: 5px 25.9px !important;
  }
  .my-toolbox li {
    width: 210px !important;
  }
  .description-slide li {
    width: 690px !important;
  }
  .popup-modal {
    width: auto;
  }
  .msg-detail {
    width: 555px;
  }
  .recipients .msg-detail {
    width: auto;
    margin: 10px 0px 0px 0px;
  }
  .image-coment {
    clear: both;
  }
  .reviews-section {
    margin-top: 30px;
  }
  .progression-section .fitness-library-jcarousel-pagination {
    right: auto !important;
    left: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .logout-inner {
    margin-left: 0px;
  }
  .user-photo {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
  }
  .user-photo img {
    width: 80px;
    height: 80px;
  }
  .social {
    padding-left: 0px;
  }
  .card-body .col-sm-12 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 8px;
    padding-top: 5px;
  }
  .card-body-row .row {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
    padding: 0px 0px 0px;
  }
  .card-body-row .row:first-child {
    padding: 0px 0px 0px;
  }
  .card-body-row .row:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
    padding: 0px 0px 0px;
  }
  .meal {
    width: 12.5% !important;
  }
  .p-r-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-l-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content_3 {
    margin-left: 0px;
  }
  .notes-table {
    width: 95% !important;
  }
  .my-notes-tab textarea {
    margin-bottom: 10px;
  }
  .left-section-video {
    width: 100%;
    float: none;
  }
  .right-section-video {
    width: 100%;
    float: none;
  }
  .big-input {
    width: 90% !important;
  }
  .left-section-library .search {
    position: relative;
  }
  .left-section-library .search input {
    width: 100%;
    padding-right: 46px;
  }
  .left-section-library .search-btn {
    position: absolute;
    right: 0px;
  }
  .select-all {
    float: right;
  }
  .login-bg {
    padding: 160px 0px;
  }
  .date-input {
    width: 49% !important;
    float: left !important;
    margin: 0 0 15px 0;
  }
  .msg-detail {
    width: 500px;
  }
  .middle-section-library-listing {
    margin-top: 30px;
  }
  .nutrition-right-section-library .blog-box {
    width: 46%;
    float: left;
    margin-right: 15px;
    min-height: 315px;
  }
  .add-to-meal {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footer-home {
    bottom: 103px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .social-home {
    bottom: 29px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .meal a {
    padding: 6px 10px;
  }
  .action-btn {
    margin: 0px 0px 10px;
    padding: 3px 12px 3px 4px;
    width: 49%;
    font-size: 12px;
  }
  .action-btn img {
    margin-right: 3px;
  }
  .desciption {
    width: auto;
  }
  .table {
    width: 750px;
    max-width: 750px;
  }
  .dropdown-menu {
    padding: .0rem 0;
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
  .dropdown-item {
    padding: .25rem 0rem;
  }
  .nav-link {
    border-top: 1px solid #cacfd2;
  }
  .dropdown-item:first-child {
    border-top: 0px solid #cacfd2;
  }
  .body.colortheme .dropdown-item:first-child {
    border-top: 0px solid var(--border-bottom) !important;
  }
  .body.colortheme .dropdown-item {
    border-top: 1px solid var(--border-bottom) !important;
    color: var(--highlighted-text-color) !important;
    background-color: var(--heading-text-color-two) !important;
  }
  .my-profile-dropdown-menu {
    width: 100%;
  }
  .my-nutrition-dropdown-menu {
    width: 100%;
  }
  .my-fitness-dropdown-menu {
    width: 100%;
  }
  .my-account-dropdown-menu {
    width: 100%;
  }
  .my-community-dropdown-menu {
    width: 100%;
  }
  .p-l-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-r-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .my-progressions {
    margin-top: 30px;
  }
  .my-progressions .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .progress-section {
    width: 20%;
    float: left;
  }
  .fitness-tab .nav-link {
    padding: 0.3rem 4px;
  }
  .border-top-inner-row {
    border-top: 1px solid #dee1e3 !important;
    margin: 0px -10px;
    padding: 0px 10px;
  }
  .section-sub-menu .nav-link {
    border-top: 0px solid #cacfd2;
  }
  .intake-section {
    width: 48%;
    float: left;
    margin-right: 20px;
  }
  .intake-section2 {
    margin-right: 0px;
  }
  .my-toolbox {
    display: block;
    clear: both;
    margin-bottom: 30px;
  }
  .content_4 {
    height: 149.5px;
  }
  .nutrition-facts {
    width: 720px;
  }
  .nutrition-facts .right-content {
    width: 403px;
  }
  #male-description .modal-body .jcarousel li {
    width: 733px !important;
  }
  .description-slide .jcarousel li {
    width: 712px !important;
  }
  .tab-add-food {
    width: 730px;
  }
  .tab-add-food .nutrition-tab-item .nav-link {
    font-size: 12px;
  }
  .fitness-description .add-this-exercise-btn {
    float: none;
    margin: 10px 0px 10px 0px !important;
  }
  .facts {
    margin-bottom: 10px;
  }
  .custom-food-bottom-section .today-meal-total {
    margin: 0px -10px -10px -10px;
  }
  .nutrition-library .right-section-library .jcarousel-wrapper {
    position: relative;
    overflow: hidden;
  }
  .device-none {
    display: none;
  }
  .nutrition-library .pagination {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .middle-section-library {
    margin-top: 30px;
  }
  .left-section-library select {
    background-position: 98% center;
    padding: 5px 4px;
  }
  .create-group input {
    width: 78.5%;
  }
  .forgot-password {
    margin-top: 0px;
  }
  .login-box-btn {
    width: 100%;
  }
  .login-btn {
    margin: 20px auto 0;
  }
  .login-box input {
    margin: 0px 0px 15px 0px;
  }
  .login-item a {
    margin: 0px 10px 10px 0px;
  }
  .membership-bg {
    padding: 26px 0px !important;
  }
  .membership-bg .col-lg-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .nutrition-accordion .jcarousel li {
    width: 693px !important;
  }
  .categories span {
    width: 80%;
  }
  .blog-box {
    height: 553px;
  }
  .recent-posts {
    width: 100%;
    float: none;
  }
  .recent-comments {
    width: 100%;
    float: none;
  }
  .recent-post-contnet {
    margin-top: 0px;
    margin-left: 10px;
    width: 80%;
  }
  .recent-commnets-row .recent-comments span::before {
    height: auto;
  }
  .blog-carousel .carousel-item img {
    z-index: 0;
    width: 100%;
  }
  .blog-detail .post-date {
    float: none;
  }
  .blog-shareing {
    float: none;
    margin-bottom: 10px;
  }
  .step {
    margin: 0px 13px;
  }
  .first-step-bar {
    left: -22px;
    width: 50px;
  }
  .secound-step-bar {
    left: -60px;
    width: 120px;
  }
  .fifth-step-bar {
    left: -91px;
    width: 210px;
  }
  .azzilla-questionnaire .questionnaire-tab-item .nav-link {
    padding: 5px 21.6px !important;
  }
  .fourth-step-bar {
    left: -111px;
  }
  .questionnaire-bg {
    padding-top: 50px;
  }
  .my-toolbox li {
    width: 710px !important;
  }
  .description-slide li {
    width: 870px !important;
  }
  .msg-detail {
    width: 390px;
  }
  .message-center-tab .nav-item .nav-link {
    padding: 20px 0.5rem;
  }
  .create-group {
    padding: 20px 20px 20px 30px;
  }
  .related-recipe-jcarousel li {
    width: 220px !important;
  }
}

@media screen and (max-width: 736px) {
  body {
    position: relative;
  }
  .carousel-caption h1 {
    margin: 0px 0px 10px 0px;
  }
  .sub-link-home {
    position: absolute;
    top: auto;
    left: 0px;
    z-index: 99;
    width: auto;
    text-align: center;
    right: 0;
    bottom: 32%;
  }
  .sub-link-home {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3);";
  }
  .sub-link-home li {
    margin-right: 14px;
  }
  .sub-link-home li:last-child {
    margin-right: 0px;
  }
  .carousel-caption h2 span {
    margin: 10px 0px 20px 0px;
  }
  .carousel-caption {
    bottom: 42%;
  }
  .carousel-caption h2 {
    font-size: 30px;
  }
  .my-toolbox {
    margin-bottom: 20px;
  }
  .fitness-tab-device {
    display: block;
  }
  .fitness-tab-desktop {
    display: none;
  }
  .fitness-tab .nav-item {
    width: 100%;
    display: block;
    text-align: left;
  }
  .fitness-tab .nav-link {
    border-left: 1px solid #cacfd2;
  }
  .fitness-tab-device .dropdown-menu {
    position: inherit;
  }
  .fitness-tab-device .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    float: right;
    margin-top: -13px;
  }
  .fitness-tab .nav-link {
    padding: 0.3rem 10px;
  }
  .meal-progress {
    margin-bottom: 10px;
    width: 33.33%;
    width: 100%;
  }
  .description-content table {
    margin-top: 0px;
  }
  .description-content .table {
    width: 723px;
    max-width: 723px;
  }
  .intake-progress {
    padding: 5px 10px;
    width: 100% !important;
  }
  .tab-add-food {
    width: 100%;
    margin: 0 auto;
  }
  .tab-add-food .nutrition-tab-item .nav-link {
    padding: 9px 34px 4px;
    height: 60px;
  }
  .description-slide .jcarousel li {
    width: 708px !important;
  }
  .nutrition-facts {
    width: 680px;
  }
  .nutrition-facts .left-content {
    width: 100%;
    float: none;
  }
  .photo {
    width: 40%;
    float: left;
  }
  .photo img {
    width: 100%;
  }
  .left-content .detail {
    width: 56% !important;
    float: left;
    margin-top: 0px;
    margin-left: 20px;
  }
  .detail br {
    display: none;
  }
  .nutrition-facts .right-content {
    width: 100%;
    margin: 20px 0px 0px 0px;
  }
  #male-description .modal-body .jcarousel li {
    width: 686px !important;
  }
  .description-slide-fitness .jcarousel li {
    width: 691px !important;
  }
  .messaging-center {
    clear: both;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 25px;
    float: left;
  }
  .my-office-description-content table th {
    padding: 7px 7px;
  }
  .my-office-description-content table td {
    padding: 5px 7px;
  }
  .my-office-daily-planner {
    margin: 8px 0px 0px 10px !important;
  }
  .create-group input {
    width: 76.5%;
  }
  .login-bg {
    padding: 100px 0px;
  }
  .nutrition-accordion .jcarousel li {
    width: 675px !important;
  }
  .first-step-bar {
    left: -11px;
    width: 50px;
  }
  .fifth-step-bar {
    left: -91px;
    width: 199px;
  }
  .questionnaire-bg {
    padding-top: 50px;
  }
  .azzilla-questionnaire .questionnaire-tab-item .nav-link {
    padding: 5px 20px !important;
  }
  .my-toolbox li {
    width: 689px !important;
  }
  .msg-detail {
    width: 560px;
  }
  .message-center-tab .nav-tabs .nav-item {
    width: 33%;
    border-right: 1px solid #cacfd2;
    display: inline-block;
  }
  .message-center-tab-content {
    margin-left: 0px;
  }
  .tab-header {
    border-top: 1px solid #cacfd2;
    margin-top: -1px;
  }
  .msg-detail {
    width: 500px;
  }
}

@media screen and (max-width: 734px) {
  .description-slide .jcarousel li {
    width: 705px !important;
  }
  #male-description .modal-body .jcarousel li {
    width: 683px !important;
  }
  .description-slide-fitness .jcarousel li {
    width: 695px !important;
  }
  .nutrition-accordion .jcarousel li {
    width: 675px !important;
  }
}

@media screen and (max-width: 684px) {
  .sidenav {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .carousel-indicators {
    margin-right: 10px;
  }
  .toggler-icon {
    font-size: 18px;
  }
  .toggler-icon .icon span {
    margin: 7px 0 0 0px;
    font-size: 14px;
  }
  .toggler-icon span {
    margin: 3px 10px 0px 10px;
  }
  .daly-planner {
    margin: 0px 0px 0px 10px;
    font-size: 14px;
  }
  .meal-tab .nav-link {
    height: auto !important;
  }
  .task-bar-details .new-male {
    width: 29.3%;
  }
  .meals-img {
    width: 68%;
  }
  .nutrition-meals-slide .nutrition-task-bar-item {
    width: 152px !important;
  }
  .pre-made-meals-slide .nutrition-task-bar-item {
    width: 78px !important;
  }
  .nutrition-facts {
    width: auto;
  }
  .detail {
    width: 100%;
    float: none;
    margin-top: 0px;
  }
  .tab-add-food {
    width: 684px;
  }
  #male-description .modal-body .jcarousel li {
    width: 634px !important;
  }
  .description-content .table {
    width: 723px;
    max-width: 723px;
  }
  .tab-add-food {
    width: auto;
  }
  .copy-meals-date-content .left-section {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .copy-meals-Date {
    width: 100%;
  }
  .description-slide .jcarousel li {
    width: 655px !important;
  }
  .description-slide-fitness .jcarousel li {
    width: 638px !important;
  }
  .video-tab-item {
    width: 32.9% !important;
  }
  .fileUpload {
    padding: 5px 10px;
  }
  .big-input {
    width: 90% !important;
  }
  .save-food {
    margin-top: 10px;
    float: left;
  }
  .dashboard-profile-img {
    height: 140px;
    width: 100%;
  }
  .dashboard-profile-img img {
    height: 100%;
    width: 100%;
  }
  .create-group input {
    width: 73.5%;
  }
  .preparation .questionnaire-tab-item .nav-link {
    padding: 10px 15px !important;
  }
  .date-input {
    width: 100% !important;
    float: none !important;
    margin: 0 0 10px 0;
  }
  .year {
    margin-left: 0px !important;
  }
  .nutrition-programs-search input {
    width: 86.7%;
  }
  .nutrition-accordion .jcarousel li {
    width: 619px !important;
  }
  .blog-box {
    height: 549px;
  }
  .post-date span::before {
    margin-right: 5px;
    margin-top: 0px;
  }
  .post-date span {
    margin-top: 10px;
    display: inline-block;
    line-height: 20px;
  }
  .recent-posts-img {
    float: left;
  }
  .step {
    margin: 0px 3px;
  }
  .first-step-bar {
    left: -25px;
  }
  .fifth-step-bar {
    left: -27px;
    width: 151px;
  }
  .azzilla-questionnaire .questionnaire-tab-item .nav-link {
    padding: 10px 16.4px !important;
  }
  .my-toolbox li {
    width: 637px !important;
  }
  .msg-detail {
    width: 370px;
  }
  .msg-count-action {
    margin-left: 15px;
  }
  .related-recipe-jcarousel li {
    width: 220px !important;
  }
}

@media screen and (max-width: 667px) {
  #male-description .modal-body .jcarousel li {
    width: 617px !important;
  }
  .description-slide .jcarousel li {
    width: 638px !important;
  }
  .description-slide-fitness .jcarousel li {
    width: 621px !important;
  }
  .nutrition-accordion .jcarousel li {
    width: 602px !important;
  }
  .fifth-step-bar {
    left: -35px;
    width: 151px;
  }
  .my-toolbox li {
    width: 620px !important;
  }
  .directions .direction-content {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .nav-tabs .nav-link {
    height: 63px;
    display: table-cell;
    width: 33%;
    vertical-align: middle;
  }
  .nav-tabs .nav-link span {
    display: initial;
  }
  .meal-tab .nav-link.active {
    padding: 0.45rem 1rem;
  }
  .meal-tab .nav-link {
    height: auto !important;
  }
  .progress-section {
    width: 50%;
    float: left;
  }
  .my-progressions .overall-progressions {
    width: 100%;
  }
  .fitness-tab .nav-link {
    height: 30px;
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .my-notes-tab .nav-link {
    height: 30px;
  }
  .intake-section {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .nutrition-tab .nutrition-tab-item .nav-link {
    height: 63px;
    padding: 5px 10px;
  }
  .nutrition-task-bar-item {
    width: 25%;
  }
  .nutrition-task-bar-item .nav-link {
    height: 48px;
  }
  .nutrition-meals-slide .nav-link {
    height: 30px !important;
  }
  .nutrition-meals-slide .nutrition-task-bar-item {
    width: 187px !important;
  }
  .pre-made-meals-slide .nutrition-task-bar-item {
    width: 85.5px !important;
  }
  .task-bar-details .new-male {
    width: 100%;
  }
  .meals-img {
    width: 100%;
  }
  .protins p {
    float: left;
    margin-right: 10px;
  }
  .more-info {
    margin-top: 10px;
  }
  .today-meal-total span {
    font-size: 14px;
    margin-right: 19px;
  }
  .left-control {
    float: none;
    text-align: center;
  }
  .right-control {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .photo {
    width: 100%;
    float: none;
    text-align: center;
  }
  .left-content .detail {
    width: 100% !important;
    float: none;
    margin-top: 20px;
    margin-left: 0px;
  }
  #male-description .modal-body .jcarousel li {
    width: 600px !important;
  }
  .progress-bar-step {
    display: none;
  }
  .first-step-bar {
    display: none !important;
  }
  .secound-step-bar {
    display: none !important;
  }
  .third-step-bar {
    display: none !important;
  }
  .fourth-step-bar {
    display: none !important;
  }
  .fifth-step-bar {
    display: none !important;
  }
  .step {
    margin: 0px 3px 15px;
  }
  .azzilla-questionnaire .tab-bottom-section .left-control {
    float: left;
  }
  .azzilla-questionnaire .tab-bottom-section .right-control {
    float: right;
    margin: 0;
  }
  .azzilla-questionnaire .save {
    margin-right: 0px;
  }
  .azzilla-questionnaire .questionnaire-tab-item .nav-link {
    padding: 5px 13px !important;
  }
  .message-create-group {
    float: left;
  }
  .msg-detail {
    width: 100%;
  }
  .messager-name .date-time {
    text-align: left;
    margin: 0px 0px 0px 10px;
    float: left;
    width: auto;
  }
  .msg-detail {
    margin: 10px 0px 0px 0px;
  }
  .msg-count-action {
    margin-left: 0px;
  }
}

@media screen and (max-width: 575px) {
  .user-photo {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px !important;
  }
  .images img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  .meal-content_4 {
    width: 437px;
    overflow: auto;
  }
  .meal-device {
    display: block;
  }
  .meal-desktop {
    display: none;
  }
  .meal-device .nav-link {
    border-top: 1px solid #cacfd2;
    border-left: 1px solid #cacfd2;
  }
  .meal-tab .nav-item:last-child .nav-link {
    border-bottom: 1px solid #cacfd2;
  }
  .my-notes-tab .nav-link {
    height: 46px;
  }
  .nutrition-meals-slide .nutrition-task-bar-item {
    width: 160px !important;
  }
  .jcarousel-pagination {
    right: 8% !important;
    left: auto !important;
  }
  .nutrition-pro-content {
    width: 100%;
  }
  .add-meals select {
    width: 100%;
    margin-bottom: 10px;
  }
  .remove-meals select {
    width: 100%;
    margin-bottom: 10px;
  }
  .action-popup input {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .nutrition-tab .nutrition-tab-item .nav-link {
    font-size: 12px;
  }
  .description-slide .jcarousel li {
    width: 367px !important;
  }
  .my-fitness-program .daly-planner {
    float: none;
    clear: both;
    text-align: left;
  }
  .video-tab {
    clear: both;
  }
  .video-tab-item {
    margin: 0px 0px 1px;
    width: 100% !important;
  }
  .video-tab .nutrition-tab-item .nav-link {
    height: auto;
    padding: 7px 10px;
  }
  .detail-description-content img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .food-brand-name label {
    float: none;
    margin: 0px 10px 10px 0px;
  }
  .food-brand-name input {
    width: 100%;
    margin: 0px 20px 10px 0px;
  }
  .upload-photo {
    margin-bottom: 10px;
  }
  .fileUpload {
    padding: 5px 20px;
  }
  .p-r-26 {
    padding-left: 26px;
    padding-right: 26px;
  }
  .p-l-26 {
    padding-left: 26px;
    padding-right: 26px;
  }
  .device-border-food {
    border-top: 1px solid #dee1e3;
    width: 106%;
    margin: 5px -0px 0px -10px !important;
    padding: 0px 10px 0px 10px !important;
  }
  .w-50-p {
    width: 50px !important;
    margin-right: 0px !important;
  }
  .big-input {
    width: 81% !important;
  }
  .dashboard-profile-img {
    height: auto;
    width: auto;
  }
  .dashboard-profile-img img {
    height: auto;
    width: 100%;
  }
  .library-slide {
    float: left;
    margin: 10px 0px 10px 32px;
  }
  .advanced-filters-modal-content {
    width: auto;
  }
  .date-time {
    width: 100%;
    margin: 10px 0px 0px 10px;
    text-align: right;
  }
  .create-group input {
    width: 100%;
  }
  .create-group button {
    margin-left: 0px;
    margin-top: 10px;
  }
  .questionnaire .questionnaire-tab .questionnaire-tab-item {
    width: 100%;
    text-align: left;
  }
  .l-p-5 {
    padding-left: 15px;
  }
  .r-p-5 {
    padding-right: 15px;
  }
  .workout-path .col-lg-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .questionnaire p {
    line-height: 18px;
  }
  .nutrition-programs-search input {
    width: 89.5%;
  }
  .nutrition-programs-search {
    margin-bottom: 10px;
  }
  .blog-box {
    height: auto;
  }
  .recent-post-contnet {
    float: left;
    width: 65%;
  }
  .submit-coment {
    margin-bottom: 30px;
  }
  .my-toolbox li {
    width: 367px !important;
  }
  .message-center-tab .nav-tabs .nav-item {
    width: 50%;
  }
  .nutrition-right-section-library .blog-box {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .ingredient ul li {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 414px) {
  .nav-tabs .nav-link {
    font-size: 12px;
  }
  .nutrition-pro {
    float: none;
    margin: 18px 0px 0px 20px;
    text-align: center;
    display: block;
  }
  .meal-tab-content {
    padding: 13px 20px 0px 20px;
  }
  .meal a {
    padding: 6px 1px;
  }
  .my-notes-tab .nav-link {
    padding: 4px 0.3rem;
  }
  .my-notes-tab .nav-link.active {
    padding: 4px 0.3rem;
  }
  .inner-footer .footer-link a {
    padding: 0px 6px;
  }
  .meal-content_4 {
    width: 327px;
  }
  .nutrition-task-bar-item {
    width: 25%;
  }
  .nutrition-task-bar-item .nav-link {
    height: 50px;
  }
  .nutrition-meals-slide .nutrition-task-bar-item .nav-link {
    height: 35px;
    width: 100%;
    display: inline-block;
  }
  .nutrition-meals-slide .nutrition-task-bar-item {
    width: 169px !important;
  }
  .pre-made-meals-slide .nutrition-task-bar-item {
    width: 85.5px !important;
  }
  .meals-img {
    padding-left: 0;
  }
  .big-img {
    float: none;
    margin: 0 auto;
  }
  .small-img {
    float: none;
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
    width: auto;
    display: block;
  }
  .small-img img {
    margin: 0 5px;
    display: inline-block !important;
    max-width: 50% !important;
  }
  .small-img img:first-child {
    margin-bottom: 0px;
  }
  .more-info {
    display: block;
    clear: both;
  }
  .btn-view-all {
    float: none;
    margin-top: 10px;
  }
  .fitness-description .btn-view-all {
    float: right;
    margin-top: 0px;
  }
  .description-slide .jcarousel li {
    width: 385px !important;
  }
  #male-description .modal-body .jcarousel li {
    width: 365px !important;
  }
  .description-slide-fitness .jcarousel li {
    width: 370px !important;
  }
  .video-popup .btn {
    margin-bottom: 10px;
    width: 46%;
    float: left;
  }
  .fitness-description .add-this-exercise-btn {
    margin: 0px 0px 10px 0px !important;
  }
  .video-popup .btn {
    padding: 6px 10px !important;
  }
  .exercise-category select {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .exercise-name input {
    width: 100%;
    float: none;
  }
  .editor .nutrition-tab-item {
    width: 33.33%;
  }
  .editor .nav-item:last-child .nav-link {
    border-right: 1px solid #cacfd2;
  }
  .fitness-excercise .nav-link {
    padding: .65rem 1rem !important;
  }
  .my-office-daily-planner {
    float: none;
    clear: both;
    text-align: left;
  }
  .advanced-filters {
    margin-left: 5px;
    margin-top: 10px;
  }
  .messaging-center {
    margin-top: 10px;
  }
  .messager-btn {
    text-indent: -999px !important;
    padding: 5px 3px 5px 10px;
  }
  .messager-delete span::before {
    text-indent: 0;
  }
  .assign span::before {
    text-indent: 0 !important;
  }
  .login-bg {
    padding: 15px 0px;
  }
  .login-btn {
    border: 1px solid #cacfd2;
  }
  .register-box .fileUpload {
    margin: 30px 0px 0px 0px;
  }
  .nutrition-accordion .jcarousel li {
    width: 350px !important;
  }
  .save-nutrition-program .daly-planner {
    float: none;
    clear: both;
    text-align: left;
  }
  .action-btn-popup {
    padding: 4px 20px 2px 15px;
    text-indent: 0px !important;
  }
  .per-serving span {
    float: none;
    display: block;
  }
  .reviewer-coment {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 375px) {
  .carousel-caption h2 {
    font-size: 20px;
  }
  .carousel-caption h2 span {
    font-size: 32px;
  }
  .nav-tabs .nav-link {
    height: 57px;
  }
  .meal-content_4 {
    width: 286px;
  }
  .fitness-tab .nav-link {
    height: 30px;
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .nav-tabs .nav-link {
    padding: .60rem 0rem;
  }
  .nav-tabs .nav-link.active {
    padding: .65rem 0rem;
  }
  .meal-device .nav-link.active {
    padding: .65rem 1rem;
  }
  .tab-add-food .nav-link.active {
    padding: 5px 10px !important;
  }
  .tab-add-food .brek br {
    display: block;
  }
  .meal-device .nav-link {
    padding: .65rem 1rem;
  }
  .fitness-tab .nav-link {
    padding: 0.3rem 10px;
  }
  .fitness-tab .nav-link.active {
    padding: 0.3rem 10px;
  }
  .daly-planner {
    float: none;
    margin: 10px 0px 0px 10px;
    text-align: left;
  }
  .toggler-icon {
    display: table-cell;
  }
  .description-slide .jcarousel li {
    width: 334px !important;
  }
  .jcarousel-pagination {
    top: 14px !important;
  }
  .jcarousel-pagination a {
    height: 12px !important;
    width: 12px !important;
  }
  .male-description .btn {
    padding: 6px 10px;
  }
  .search {
    width: 100%;
  }
  .search input {
    width: 87.6%;
  }
  .date-select select {
    margin-bottom: 20px;
  }
  .date-select .btn {
    margin: 0px 10px 0px 0px;
  }
  #male-description .modal-body .jcarousel li {
    width: 313px !important;
  }
  .tab-add-food .close {
    right: 5px;
    top: 3px;
  }
  .fitness-description .add-this-exercise-btn {
    width: 100%;
  }
  .description-slide-fitness h3 {
    padding: 12px 0px 30px 46px;
  }
  .description-slide-fitness .jcarousel-pagination {
    right: 0% !important;
    left: 46px !important;
    top: 35px !important;
  }
  .device-border-food {
    margin: 5px -0px 0px -7px !important;
    padding: 0px 10px 0px 7px !important;
  }
  .my-office-search input {
    width: 89.65% !important;
  }
  .register-box .fileUpload {
    margin: 0px 0px 0px 0px;
  }
  .nutrition-programs-search input {
    width: 88.3%;
  }
  .nutrition-accordion .jcarousel li {
    width: 314px !important;
  }
  .calendar-save-programs {
    margin-right: 220px;
    margin-top: -1px;
  }
  .blog-comment-section {
    width: 100%;
    float: none;
  }
  .blog-comment-img {
    float: none;
    margin-bottom: 10px;
  }
  .recent-post-contnet {
    float: left;
    width: 62%;
  }
  .azzilla-questionnaire .questionnaire-tab-item .nav-link {
    padding: 5px 8px !important;
  }
  .my-toolbox li {
    width: 328px !important;
  }
  .upload-group-photo {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 370px) {
  .meal-content_4 {
    width: 300px;
  }
  #male-description .modal-body .jcarousel li {
    width: 324px !important;
  }
}

.dropdown-toggle::after {
  display: none !important;
}

footer.inner-footer div.footer-link a:first-child {
  padding-left: 0px !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f9fafb;
  opacity: 1;
}

.fitness-weekprogram-pagination a {
  background: #ff7c6e !important;
}

.fitness-weekprogram-pagination a.active {
  background: #f5327f !important;
}

.add3 {
  border: 1px solid #cacfd2 !important;
  background-color: transparent !important;
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 50px !important;
  padding: 0px 20px !important;
  float: right !important;
  line-height: 20px !important;
  margin-bottom: 4px !important;
}

#add_food_popup .nutrition-tab .nutrition-tab-item .nav-link {
  font-size: 12px !important;
}

#autosuggest__input {
  outline: none;
  position: relative;
  display: block;
  /*font-family: monospace;*/
  font-size: 12px;
  /*border: 1px solid #616161;*/
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #666666;
}

#autosuggest__input.autosuggest__input-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#autosuggest__input_edit {
  outline: none;
  position: relative;
  display: block;
  font-size: 12px;
  border: 1px solid #cacfd2;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #666666;
  border-radius: 5px;
}

#autosuggest__input_edit.autosuggest__input_edit-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.autosuggest__results-container {
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
}

.autosuggest__results {
  font-weight: 300;
  margin: 0;
  position: absolute;
  z-index: 10000001;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: white;
  padding: 10px;
  overflow-x: hidden;
  max-height: 200px;
}

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

.autosuggest__results ul li {
  padding: 10px;
  border-bottom: 1px solid #cacfd2;
}

.autosuggest__results ul li:last-child {
  padding: 10px;
  border-bottom: none;
}

.autosuggest__results .autosuggest__results_item {
  cursor: pointer;
  padding: 15px;
}

#autosuggest ul:nth-child(1) > .autosuggest__results_title {
  border-top: none;
}

.autosuggest__results .autosuggest__results_title {
  color: gray;
  font-size: 11px;
  margin-left: 0;
  padding: 15px 13px 5px;
  border-top: 1px solid lightgray;
}

.autosuggest__results .autosuggest__results_item:active,
.autosuggest__results .autosuggest__results_item:hover,
.autosuggest__results .autosuggest__results_item:focus,
.autosuggest__results .autosuggest__results_item.autosuggest__results_item-highlighted {
  background-color: #ddd;
}

#add_food_popup .mCustomScrollBox {
  height: 0% !important;
}

.tab-add-food .mCustomScrollBox {
  height: 0% !important;
}

.tooltip {
  display: block !important;
  z-index: 10000;
  width: 800px;
  position: relative;
  opacity: 1;
  top: 500px !important;
}

.tooltip .tooltip-inner {
  background: transparent;
  color: white;
  border-radius: 5px;
  padding: 5px 10px 4px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  -webkit-animation: fadeInOpacity 0.4s linear;
          animation: fadeInOpacity 0.4s linear;
}

.tooltip .tooltip-arrow {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 20px 10px 0 10px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -20px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 10px 20px 10px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -20px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .15s, visibility .15s;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

.tooltip.info .tooltip-inner {
  background: transparent;
  color: white;
  padding: 24px;
  border-radius: 5px;
}

.tooltip.info .tooltip-arrow {
  border-color: rgba(0, 68, 153, 0.9);
}

.tooltip.popover {
  max-width: inherit;
  border-radius: 50%;
  background-color: #fff0;
  top: -20px !important;
  left: 165px !important;
  border: none;
}

.tooltip.popover .popover-inner {
  background: transparent;
  color: black;
  padding: 20px;
  border-radius: 50%;
}

.tooltip.popover .popover-arrow {
  border-color: #a5a5a5;
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.tooltip-target {
  text-decoration: none;
}

.tooltip-target:hover {
  cursor: help;
  position: relative;
}

.tooltip-target .custome-tooltip {
  display: none !important;
}

.tooltip-target:hover .custome-tooltip {
  border: #cacfd2 1px solid;
  font-size: small;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 20px 5px 5px;
  display: block !important;
  z-index: 100;
  background: #a5a5a5;
  right: -100px;
  width: 450px;
  position: absolute;
  bottom: 25px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  padding: 15px;
  color: black;
}

.reg-tooltip {
  width: 750px !important;
}

.veg_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #38b800;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #38b800bf;
  top: -20px;
}

.water_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #2a7cc6;
  width: 1000px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #2a7cc6a6;
  top: -20px;
}

.foundation_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #382E2D;
  width: 900px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #382E2Da6;
  top: -20px;
}

.nutrition_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #2dc0c6;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #2dc0c6d9;
  top: -20px;
}

.community_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #2a7cc6;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #1473E4a6;
  top: -20px;
}

.lifestyle_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #FF5D55;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #FF5D55d1;
  top: -20px;
}

.fitness_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #f6367f;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #f6367fdb;
  top: -20px;
}

.coaching_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #FF5D55;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #FF5D55d1;
  top: -20px;
}

.affiliation_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #FF5D55;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #FF5D55d1;
  top: -20px;
}

.platform_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #FF5D55;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #FF5D55d1;
  top: -20px;
}

.azzilla_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #B827E6;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #B827E6a6;
  top: -20px;
}

.profile_popover {
  margin-left: 17rem;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px solid #B827E6;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  left: -20px;
  background: #B827E6a6;
  top: -20px;
}

.noresults {
  font-size: 13px;
  text-align: center;
}

p.cmsdesc h2, p.cmsdesc h3 {
  font-size: 1.2rem !important;
  font-weight: 500;
  margin-top: 15px;
}

p.cmsdesc em {
  font-size: 14px;
  font-style: normal;
}

p.cmsdesc p {
  font-size: 14px;
  margin-top: 10px;
}

.vdp-datepicker input {
  font-size: 12px;
}

.form-control {
  color: #000;
  font-size: 13px;
}

select {
  color: #000;
  font-size: 13px;
}

.star {
  font-size: 16px;
  color: red !important;
}

.container-height {
  min-height: 270vh;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container-height {
    min-height: 100vh;
  }
}

textarea {
  font-size: 13px;
}

p {
  color: #666666;
}

.container-height-cancel {
  min-height: 50vh;
}

.form-control:focus {
  color: #000000 !important;
}

.editr--content {
  font-size: 13px;
}

.vdp-datepicker input {
  background-color: #fff !important;
}

#advancedpopup .vdp-datepicker__calendar {
  bottom: auto;
}

.wizard_error {
  font-size: 12px;
  color: #ff0000;
}

.paddingmembership {
  padding: 0px !important;
  padding-top: 55px !important;
  padding-bottom: 35px !important;
  min-height: 78vh;
}

@media screen and (max-width: 980px) {
  .footer-link {
    text-align: center;
  }
  .social {
    text-align: center;
  }
}

.login-my-data-content-section {
  padding: 85px 0px;
}

#copy-meals-date .vdp-datepicker__calendar .cell.selected {
  background: #fff !important;
  color: #666;
}

#copy-meals-date .vdp-datepicker__calendar .cell.highlighted {
  background: #92efbf !important;
  color: #fff;
}

#copy-exercise-date .vdp-datepicker__calendar .cell.selected {
  background: #fff !important;
  color: #666;
}

#copy-exercise-date .vdp-datepicker__calendar .cell.highlighted {
  background: #92efbf !important;
  color: #fff;
}

#vue-simple-magnifier {
  z-index: 9999;
}

/*Dark mode changes*/
.body.colortheme .table-heading {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 5px;
  color: var(--text-color) !important;
}

.body.colortheme .alert {
  background-color: var(--alert-box-background-color) !important;
  color: var(--text-color) !important;
}

.body.colortheme .card {
  background-color: var(--card-body-bg-color) !important;
  color: var(--card-text-color) !important;
  -webkit-box-shadow: 0 0.1rem 0.75rem var(--card-shadow-color) !important;
          box-shadow: 0 0.1rem 0.75rem var(--card-shadow-color) !important;
  margin-bottom: 20px !important;
}

.body.colortheme h3 {
  background-color: var(--heading-text-color-one) !important;
  color: var(--text-color) !important;
}

.body.colortheme .description-content {
  background-color: var(--card-body-bg-color) !important;
}

.body.colortheme .description-content table th {
  background-color: var(--heading-text-color-three);
  color: var(--text-color) !important;
}

.body.colortheme input {
  background-color: var(--input-background-color) !important;
}

.body.colortheme select {
  background-color: var(--input-background-color) !important;
}

.body.colortheme .border-top {
  border-bottom: 1px solid var(--border-bottom);
}

.body.colortheme .my-office-table-conent .border-top {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.body.colortheme .my-progressions .progress-section {
  border-top: 1px solid var(--border-bottom);
}

.body.colortheme .my-progressions .progress-section span {
  color: var(--highlighted-text-color);
}

.body.colortheme .my-progressions h2 {
  background-color: var(--heading-text-color-one);
  color: var(--text-color);
}

.body.colortheme .sub-heading {
  border-bottom: 1px solid var(--border-bottom);
  border-top: 1px solid var(--border-bottom);
  background-color: var(--heading-text-color-three);
  color: var(--highlighted-text-color);
}

.body.colortheme label {
  color: var(--highlighted-text-color);
}

.body.colortheme .checkin-label {
  color: var(--highlighted-text-color);
}

.body.colortheme .radio-section {
  border-bottom: none;
}

.body.colortheme .radio-section span {
  color: var(--highlighted-text-color);
}

.body.colortheme .measurements-section p {
  color: var(--card-text-color) !important;
}

.body.colortheme .measurements-section span {
  color: var(--card-text-color) !important;
}

.body.colortheme .questionnaire-tab {
  background-color: var(--heading-text-color-one);
  color: var(--highlighted-text-color);
}

.body.colortheme .questionnaire-tab .nav-link {
  color: var(--highlighted-text-color);
}

.body.colortheme .nav-tabs {
  border-bottom: 0px solid var(--border-bottom);
}

.body.colortheme .tab-bottom-section {
  background-color: var(--heading-text-color-one);
  color: var(--highlighted-text-color);
  border-top: 1px solid var(--border-bottom);
}

.body.colortheme .male-description h2 {
  background-color: var(--heading-text-color-two);
  color: var(--highlighted-text-color);
  border-bottom: 1px solid var(--border-bottom);
}

.body.colortheme .male-description .panel-heading-active {
  background-color: var(--heading-text-color-three) !important;
  border-top: 1px solid var(--heading-text-color-three) !important;
}

.body.colortheme .male-description .panel-heading-active .panel-title {
  color: var(--highlighted-text-color) !important;
}

.body.colortheme .pagination {
  background-color: transparent;
}

.body.colortheme .pagination a.activelink {
  background-color: var(--card-body-bg-color);
}

.body.colortheme .pagination a {
  color: var(--highlighted-text-color);
}

.body.colortheme .inner-footer {
  background-color: var(--base-background-color);
  margin-top: 0px !important;
  border-top: 1px solid var(--border-bottom) !important;
}

.body.colortheme label {
  color: var(--text-color) !important;
}

.body.colortheme .intake-section h2 {
  background-color: var(--heading-text-color-one);
  color: var(--text-color);
  border-bottom: none;
}

.body.colortheme .cal {
  border-bottom: 1px solid var(--border-bottom);
}

.body.colortheme .meal-progress .value {
  color: var(--highlighted-text-color);
}

.body.colortheme .subcat_taskbar_link {
  color: var(--highlighted-text-color) !important;
}

.body.colortheme .description-content table td {
  color: var(--highlighted-text-color) !important;
  border-top: 1px solid var(--border-bottom) !important;
}

.body.colortheme .description-option {
  background-color: var(--heading-text-color-two);
}

.body.colortheme .description-option .btn {
  background-color: var(--button-background-color);
}

.body.colortheme .action-button-section .btn {
  background-color: var(--button-background-color) !important;
}

.body.colortheme .today-meal-total {
  background-color: var(--heading-text-color-three);
  border-bottom: 1px solid var(--border-bottom) !important;
  border-top: 1px solid var(--border-bottom);
}

.body.colortheme .today-meal-total .title {
  color: var(--highlighted-text-color) !important;
}

.body.colortheme .jcarousel {
  background-color: var(--card-body-bg-color);
}

.body.colortheme .nutrition-task .nav-link {
  background-color: var(--heading-text-color-one);
  color: var(--highlighted-text-color);
}

.body.colortheme .nutrition-task .nav-link.active {
  color: #2cbfc7;
}

.body.colortheme .toggler-icon {
  color: var(--highlighted-text-color) !important;
}

.body.colortheme .navbar-light .navbar-nav .nav-link {
  color: var(--highlighted-text-color) !important;
}

.body.colortheme .dropdown-menu {
  color: var(--highlighted-text-color) !important;
  background-color: var(--heading-text-color-two) !important;
  border: none;
}

.body.colortheme .my-profile-nav-item .nav-link:hover, .body.colortheme .my-profile-nav-item .nav-link:focus {
  color: #ff5858 !important;
}

.body.colortheme .navbar-light .navbar-nav .my-profile-nav-item.active > .nav-link {
  color: #ff5858 !important;
}

.body.colortheme .my-nutrition-nav-item .nav-link:hover, .body.colortheme .my-nutrition-nav-item .nav-link:focus {
  color: #2cbfc7 !important;
}

.body.colortheme .navbar-light .navbar-nav .my-nutrition-nav-item.active > .nav-link {
  color: #2cbfc7 !important;
}

.body.colortheme .my-fitness-nav-item .nav-link:hover, .body.colortheme .my-fitness-nav-item .nav-link:focus {
  color: #f5317f  !important;
}

.body.colortheme .navbar-light .navbar-nav .my-fitness-nav-item.active > .nav-link {
  color: #f5317f !important;
}

.body.colortheme .my-account-nav-item .nav-link:hover, .body.colortheme .my-account-nav-item .nav-link:focus {
  color: #b223e5 !important;
}

.body.colortheme .navbar-light .navbar-nav .my-account-nav-item.active > .nav-link {
  color: #b223e5 !important;
}

.body.colortheme .my-community-nav-item .nav-link:hover, .body.colortheme .my-community-nav-item .nav-link:focus {
  color: #007bff !important;
}

.body.colortheme .navbar-light .navbar-nav .my-community-nav-item.active > .nav-link {
  color: #007bff !important;
}

.body.colortheme #meals_breakdown_div .btn-details {
  background-color: var(--button-background-color) !important;
  color: var(--highlighted-text-color) !important;
}

.body.colortheme #nutrition-path .questionnaire-tab {
  background-color: var(--heading-text-color-three) !important;
}

.body.colortheme .modal-header {
  background-color: var(--heading-text-color-three);
  color: var(--highlighted-text-color) !important;
  border-bottom: 1px solid var(--border-bottom);
}

.body.colortheme .modal-title {
  color: var(--highlighted-text-color) !important;
}

.body.colortheme .modal-body {
  background-color: #131313;
  border-radius: inherit;
}

.body.colortheme .modal-content {
  background-color: #1b1b1b;
}

.body.colortheme .nutrition-facts .right-content ul li {
  color: var(--highlighted-text-color) !important;
  border-top: 1px solid var(--border-bottom);
}

.body.colortheme .description-content span {
  color: var(--highlighted-text-color) !important;
}

.body.colortheme .nav-tabs .nav-link {
  border: 1px solid var(--border-bottom);
  border-right: 0px solid var(--border-bottom);
}

.body.colortheme .nav-tabs .nav-link .active {
  border-right: 1px solid var(--text-color) !important;
  border-left: 1px solid var(--text-color) !important;
}

.left-top-radius-round {
  border-top-left-radius: 10px !important;
}

.right-top-radius-round {
  border-top-right-radius: 10px !important;
}

.top-radius-round {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.left-bottom-radius-round {
  border-bottom-left-radius: 10px !important;
}

.right-bottom-radius-round {
  border-bottom-right-radius: 10px !important;
}

.bottom-radius-round {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

/*.nav-tabs li:first-child .nav-link {
	border-top-left-radius: 10px;
}

.nav-tabs li:last-child .nav-link {
	border-top-right-radius: 10px;
}
 */
.body.colortheme .nav-tabs .nav-item:last-child .nav-link {
  border-right: 1px solid var(--border-bottom) !important;
}

.body.colortheme .txttd p {
  color: var(--text-color) !important;
}

.body.colortheme p {
  color: var(--text-color);
}

.body.colortheme .vdp-datepicker__calendar {
  background-color: var(--card-body-bg-color);
  color: var(--highlighted-text-color) !important;
  border: none;
}

.body.colortheme .vdp-datepicker__calendar header .prev:after {
  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: var(--text-color);
}

.body.colortheme .vdp-datepicker__calendar header .next:after {
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: var(--text-color);
}

.body.colortheme .month, .body.colortheme .year {
  color: var(--text-color) !important;
}

.body.colortheme .vdp-datepicker__calendar header .next:not(.disabled):hover, .body.colortheme .vdp-datepicker__calendar header .prev:not(.disabled):hover, .body.colortheme .vdp-datepicker__calendar header .up:not(.disabled):hover {
  background: var(--heading-text-color-one);
}

.body.colortheme .table td {
  border-top: 1px solid var(--border-bottom);
}

.body.colortheme .table {
  color: var(--text-color);
}

.body.colortheme .editr {
  border: 1px solid var(--border-bottom);
}

.body.colortheme .dashboard-profile-img {
  border: 1px solid var(--border-bottom);
}

.body.colortheme .browse-by-section .catTxt {
  color: var(--text-color);
}

.body.colortheme .nav-item .questionnaire-tab-item .nav-link span {
  border-top: none !important;
}

.body.colortheme .test-content-in {
  color: var(--text-color);
}

.body.colortheme .test-outer {
  border-bottom: 2px solid var(--border-bottom) !important;
}

.body.colortheme .blog-box .blog-btn {
  color: var(--text-color);
  border: 1px solid var(--border-bottom) !important;
}

.questionnaire .nav-link.active.page-heading, .questionnaire .nav-link.page-heading {
  float: left;
  border-bottom: none !important;
  color: #666666 !important;
}

.body.colortheme .questionnaire .nav-link.active.page-heading, .body.colortheme .questionnaire .nav-link.page-heading {
  border: none !important;
  color: var(--highlighted-text-color) !important;
}

.description-content .description-heading {
  background-color: #f9fafb !important;
  margin-bottom: -9px !important;
}

.commission-balance {
  color: #000000 !important;
  text-decoration: underline;
}

.body.colortheme .commission-balance {
  color: var(--highlighted-text-color) !important;
}

.body.colortheme .tooltip-target.b3 {
  color: var(--highlighted-text-color) !important;
}

.body.colortheme .sidenav .dropdown-menu .dropdown-item {
  background-color: transparent !important;
}

.body.colortheme .sidenav .dropdown-menu {
  background-color: transparent !important;
}

.body.colortheme a {
  color: var(--highlighted-text-color);
}

.body.colortheme .nav-tabs .nav-link:hover, .body.colortheme .nav-tabs .nav-link:focus {
  border-color: var(--border-bottom) var(--border-bottom) var(--border-bottom);
}

.body.colortheme .nav-tabs .nav-link.active, .body.colortheme .nav-tabs .nav-item.show .nav-link {
  border-color: var(--border-bottom) var(--border-bottom) var(--border-bottom);
  background-color: var(--heading-text-color-three);
  color: #fff;
}

.my-office-btn-details {
  border: 1px solid #dee2e6 !important;
  background-color: #fff !important;
  color: #666666 !important;
  float: none;
  border-radius: 50px;
  height: 30px !important;
  font-size: small !important;
}

.body.colortheme .my-office-btn-details {
  color: var(--highlighted-text-color) !important;
  border: 1px solid var(--border-bottom) !important;
  background-color: var(--button-background-color) !important;
}

.dpwrt_div {
  background-color: #f5f7f8;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.body.colortheme .dpwrt_div {
  border: 1px solid var(--border-bottom);
  background-color: var(--heading-text-color-one);
}

.body.colortheme .editr--content {
  background-color: var(--input-background-color);
  color: #000;
}

.body.colortheme .category span {
  border: 1px solid var(--border-bottom);
  color: var(--highlighted-text-color);
}

.body.colortheme .category .remove {
  background-color: var(--heading-text-color-three);
}

.body.colortheme .accordion-toggle {
  color: var(--highlighted-text-color) !important;
}

.body.colortheme .dropdown-item:hover, .body.colortheme .dropdown-item:focus {
  background-color: var(--heading-text-color-one);
}

.outerlist li.last-child {
  border-bottom: 2px solid red !important;
}

.outerlist {
  background-color: red;
}

.comm-icon {
  font-size: xx-large !important;
  color: #666666;
}

.body.colortheme .comm-icon {
  color: var(--text-color);
}

.body.colortheme .border-bottom {
  border-bottom: 1px solid var(--border-bottom) !important;
}

.body.colortheme .blog-section .section-sub-menu:last-child ul:last-child li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.body.colortheme .page-slider {
  background-color: #fff !important;
}

.body.colortheme .active .toggle__switch::after {
  background: var(--heading-text-color-three);
}

.body.colortheme .active .toggle__switch {
  background: var(--highlighted-text-color);
}

#navbarsExample04 .my-profile-dropdown-menu a.dropdown-item:last-child, #navbarsExample04 .my-nutrition-dropdown-menu a.dropdown-item:last-child, #navbarsExample04 .my-fitness-dropdown-menu a.dropdown-item:last-child, #navbarsExample04 .my-account-dropdown-menu a.dropdown-item:last-child, #navbarsExample04 .my-community-dropdown-menu a.dropdown-item:last-child {
  border-radius: 0px 0px 10px 10px;
}

.body.colortheme .meal_droppable {
  color: var(--highlighted-text-color) !important;
}

.meal_droppable {
  color: #666666;
}

.body.colortheme .similar-meals-heading {
  background-color: var(--heading-text-color-two) !important;
}

.body.colortheme .similar-meals-details {
  border-top: 3px solid var(--base-background-color) !important;
}

.similar-meals-h2 {
  color: #fff !important;
  background-color: #6BD2D7 !important;
}

.body.colortheme .similar-meals-h2 {
  background-color: #52cebf !important;
  border-bottom: none !important;
}

.similar-meals-upper-card {
  background-color: #E9F9F9;
  -webkit-box-shadow: 0 0.1rem 0.75rem #6bd2d7 !important;
          box-shadow: 0 0.1rem 0.75rem #6bd2d7 !important;
}

.body.colortheme .similar-meals-upper-card {
  background-color: #d5f3f5 !important;
  -webkit-box-shadow: 0 0.1rem 0.75rem #6bd2d7 !important;
          box-shadow: 0 0.1rem 0.75rem #6bd2d7 !important;
}

.body.colortheme .similar-meals-upper-card .description-content {
  background-color: #d5f3f5 !important;
  color: #666666 !important;
}

.similar-meals-heading.upper-heading {
  background-color: #D5F3F5 !important;
}

.body.colortheme .similar-meals-heading.upper-heading {
  background-color: #D5F3F5 !important;
  color: #666666 !important;
}

.body.colortheme .highlighted-section span {
  color: #666666 !important;
}

.body.colortheme .highlighted-section h3 {
  color: #666666 !important;
}

.body.colortheme .highlighted-section .value {
  color: #666666 !important;
}

.body.colortheme .highlighted-section .table td {
  color: #666666 !important;
  border-top: 1px solid var(--text-color) !important;
}

.body.colortheme .highlighted-section table th {
  border-top: 1px solid var(--text-color);
}

.nutrition-task .main-cat-prog .nav-link.active {
  background-color: #2cbfc7;
  color: #fff;
}

.body.colortheme .nutrition-task .main-cat-prog .nav-link.active {
  background-color: #2cbfc7 !important;
  color: #fff;
}

.body.colortheme .nutrition-task .subsub-cat-prog .nav-link {
  background-color: #D5F3F5;
  border-bottom: 1px solid #95DFE2 !important;
  color: #666;
}

.body.colortheme .nutrition-task .subsub-cat-prog .subcat_taskbar_link {
  color: #666 !important;
}

.main-cat-prog {
  color: #fff !important;
  background-color: #6BD2D7 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none !important;
}

.main-cat-prog.nav-tabs .nav-link {
  border-bottom: 1px solid #95DFE2 !important;
  border-right: 1px solid #95DFE2 !important;
}

.body.colortheme .main-cat-prog {
  color: #fff !important;
  background-color: #6BD2D7 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none !important;
}

.body.colortheme .main-cat-prog.nav-tabs .nav-link {
  border-bottom: 1px solid #95DFE2 !important;
  border-right: 1px solid #95DFE2 !important;
}

.subsub-cat-prog {
  background-color: #D5F3F5;
  border-bottom: 1px solid #95DFE2 !important;
}

.subsub-cat-prog .nav-tabs {
  border-bottom: 1px solid #95DFE2 !important;
  border-right: 1px solid #95DFE2 !important;
}

.subsub-cat-prog .active {
  border-left: 1px solid #95DFE2 !important;
  border-right: 1px solid #95DFE2 !important;
}

.body.colortheme .subsub-cat-prog .nav-tabs .subcat_recipe_taskbar_link {
  border: 0px !important;
}

.body.colortheme .nutrition-prog-upper-card .nav-tabs .nav-link {
  border: none;
}

.body.colortheme .subsub-cat-prog {
  background-color: #D5F3F5;
  border-bottom: 1px solid #95DFE2 !important;
}

.body.colortheme .subsub-cat-prog .nav-tabs {
  border-bottom: 1px solid #95DFE2 !important;
  border-right: 1px solid #95DFE2 !important;
}

.body.colortheme .subsub-cat-prog .active {
  border-left: 1px solid #95DFE2 !important;
  border-right: 1px solid #95DFE2 !important;
}

.nutrition-task .main-cat-prog .nav-link {
  color: #fff;
  border-top: none;
}

.body.colortheme .nutrition-task .main-cat-prog .nav-link {
  color: #fff;
  border-top: none;
  background-color: #6BD2D7 !important;
}

.nutrition-task-bar .sub-cat-prog {
  background-color: #D5F3F5;
}

.nutrition-task-bar .sub-cat-prog.nav-tabs .nav-link {
  border-bottom: 1px solid #95DFE2 !important;
  border-right: 1px solid #95DFE2 !important;
}

.body.colortheme .nutrition-task-bar .sub-cat-prog {
  background-color: #D5F3F5;
}

.body.colortheme .nutrition-task-bar .sub-cat-prog.nav-tabs .nav-link {
  border-bottom: 1px solid #95DFE2 !important;
  border-right: 1px solid #95DFE2 !important;
}

.body.colortheme .nav-tabs .sub-cat-prog .nav-link {
  border: 1px solid #95DFE2 !important;
}

.sub-cat-prog .nav-link.active {
  background-color: #D5F3F5;
}

.body.colortheme .sub-cat-prog .nav-link.active {
  background-color: #D5F3F5;
  color: #2cbfc7;
}

.body.colortheme .sub-cat-prog .nav-link {
  background-color: #D5F3F5;
  color: #666;
}

.highlighted-section-prog {
  background-color: #E9F9F9;
}

.highlighted-section-prog .task-bar-details .new-male {
  border-right: 1px solid #95DFE2;
}

.highlighted-section-prog .task-bar-details .new-male span {
  border-bottom: 1px solid #95DFE2;
}

.highlighted-section-prog .nav-tabs .nav-link {
  border-bottom: 0px !important;
}

.highlighted-section-prog .pagination {
  background-color: #D5F3F5;
}

.body.colortheme .highlighted-section-prog {
  background-color: #E9F9F9;
}

.body.colortheme .highlighted-section-prog .task-bar-details .new-male {
  border-right: 1px solid #95DFE2;
  border-left: 1px solid #95DFE2;
}

.body.colortheme .highlighted-section-prog .task-bar-details .new-male span {
  border-bottom: 1px solid #95DFE2;
  color: #666;
}

.body.colortheme .highlighted-section-prog .task-bar-details .new-male span a {
  color: #666;
}

.body.colortheme .highlighted-section-prog .task-bar-details .new-male span a.active {
  color: #2cbfc7;
}

.body.colortheme .highlighted-section-prog .nav-tabs .nav-link {
  border-bottom: 1px solid #95DFE2 !important;
}

.body.colortheme .highlighted-section-prog .pagination {
  background-color: #D5F3F5;
}

.body.colortheme .highlighted-section-prog .pagination a.activelink {
  background-color: #D5F3F5;
  color: #666;
}

.body.colortheme .highlighted-section-prog .pagination a {
  color: #A8BCBE;
}

.nutrition-meals-slide .sub-cat-prog {
  background-color: #D5F3F5;
}

.body.colortheme .nutrition-meals-slide .sub-cat-prog {
  background-color: #D5F3F5;
}

.sub-cat-prog {
  border-bottom: 1px solid #95DFE2;
}

.body.colortheme .sub-cat-prog {
  border-bottom: 1px solid #95DFE2;
}

.highlighted-premade-meals-slide {
  background-color: #D5F3F5;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.highlighted-premade-meals-slide .sub-cat-prog {
  border: 0px;
}

.highlighted-premade-meals-slide .nav-tabs .nav-link.active {
  border-left: 1px solid #95DFE2 !important;
  border-right: 1px solid #95DFE2 !important;
}

.body.colortheme .highlighted-premade-meals-slide {
  background-color: #D5F3F5;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.body.colortheme .highlighted-premade-meals-slide .sub-cat-prog {
  border: 0px;
}

.body.colortheme .highlighted-premade-meals-slide .nav-tabs .nav-link.active {
  border-left: 1px solid #95DFE2 !important;
  border-right: 1px solid #95DFE2 !important;
}

.highlighted-premade-details {
  background-color: #E9F9F9;
  border-top: 1px solid #95DFE2;
}

.highlighted-premade-details p {
  border: 0px;
}

.body.colortheme .highlighted-premade-details {
  background-color: #E9F9F9;
  border-top: 1px solid #95DFE2;
}

.body.colortheme .highlighted-premade-details p {
  border: 0px;
  color: #666;
}

.btn-hightlighted {
  color: #2cbfc7;
  border: 1px solid #2cbfc7;
  background-color: #fff;
}

.body.colortheme .btn-hightlighted {
  color: #2cbfc7 !important;
  border: 1px solid #2cbfc7 !important;
  background-color: #fff !important;
}

.btn-hightlighted:hover {
  background: #E9F9F9 !important;
  color: #2cbfc7 !important;
}

.bottom-border-green {
  border-bottom: 1px solid #95DFE2 !important;
}

.body.colortheme .bottom-border-green {
  border-bottom: 1px solid #95DFE2 !important;
}

.bottom-border-green:last-child {
  border-bottom: 0px solid #95DFE2 !important;
}

.body.colortheme .bottom-border-green:last-child {
  border-bottom: 0px solid #95DFE2 !important;
}

.nav-tabs .subsub-cat-prog .subcat_recipe_taskbar_link a {
  border-bottom: 0px !important;
}

.body.colortheme .nav-tabs .subsub-cat-prog .subcat_recipe_taskbar_link a {
  border-bottom: 0px !important;
}

.nutrition-task .highlighted-section-prog .nav-link.active {
  background-color: #D5F3F5;
  border-bottom: 1px solid #95DFE2 !important;
}

.body.colortheme .nutrition-task .highlighted-section-prog .nav-link.active {
  background-color: #D5F3F5;
  border-bottom: 1px solid #95DFE2 !important;
  color: #2cbfc7 !important;
}

.body.colortheme .highlighted-section-prog .protins p {
  color: #666;
}

.nutrition-prog-upper-card {
  -webkit-box-shadow: 0 0.1rem 0.75rem #6bd2d7 !important;
          box-shadow: 0 0.1rem 0.75rem #6bd2d7 !important;
}

.body.colortheme .nutrition-prog-upper-card {
  -webkit-box-shadow: 0 0.1rem 0.75rem #6bd2d7 !important;
          box-shadow: 0 0.1rem 0.75rem #6bd2d7 !important;
}

.body.colortheme .nutrition-prog-upper-card .nav-tabs .nav-item:last-child .nav-link {
  border-right: 0px solid var(--border-bottom) !important;
}

.myoffice-search-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 180px;
  top: 5px;
}

.main-div-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  position: relative;
  background-color: #ecf0f1;
  height: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.body.colortheme .main-div-header {
  background-color: var(--heading-text-color-one);
}

.ref-code {
  border-bottom: 1px solid #dee1e3;
  border-top: 1px solid #dee1e3;
}

.body.colortheme .ref-code {
  border-bottom: 1px solid var(--border-bottom);
  border-top: 1px solid var(--border-bottom);
}

.colored-card {
  margin: 10px;
  padding: 15px;
  display: block;
  height: 80px;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
  border-radius: 6px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  /*vertical-align: middle;*/
}

.colored-card span {
  display: table;
  margin: 0 auto;
}

.recc-month-income {
  background-color: #FE5722;
  margin-left: 39px;
}

.ann-bonus {
  background-color: #F54337;
}

.ann-total-income {
  background-color: #9C28B1;
  margin-left: 39px;
}

.commission-blnc {
  background-color: #6C38B6;
}

.std-mem-reg {
  background-color: #EA1E63;
  font-size: 16px;
}

.dashboard-value {
  font-size: 22px;
}

.one-tier {
  background-color: #2196F3;
  margin-left: 39px;
}

.two-tier {
  background-color: #3F51B5;
}

.three-tier {
  background-color: #8CC34B;
  margin-left: 39px;
}

.all-tier {
  background-color: #4CB050;
}

.actual-life-style {
  background-color: #009788;
  padding: 5px;
}

.goal-life-style {
  background-color: #F54337;
  padding: 5px;
}

.lifestyle-text {
  padding: 5px 3px;
  margin: 1px -3px;
  font-size: 12px;
}

.goal-left {
  text-align: left;
  /*padding-left: 5px;*/
  padding: initial;
}

.goal-right {
  text-align: right;
  padding-right: initial;
}

.earlier-goal h3 {
  display: block;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 1px solid #dee1e3;
  border-bottom: 1px solid #dee1e3;
}

.body.colortheme .earlier-goal h3 {
  border-bottom: 1px solid var(--border-bottom);
  border-top: 1px solid var(--border-bottom);
}

.earlier-goal {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 13px;
  color: #666666;
  max-height: 185px;
  min-height: 185px;
  display: table;
}

.earlier-goal div {
  height: 25px;
  width: 100%;
  margin-top: 5px;
}

.body.colortheme .earlier-goal div {
  color: var(--text-color);
}

.new-goal {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 20px;
  top: -38px;
  float: right;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 5px;
  opacity: unset;
}

.goal-heading {
  font-size: 16px;
  font-weight: 700;
}

.goal-total {
  font-size: 16px;
  font-weight: 700;
}

.actual-vs-goal {
  margin: inherit;
  padding: 0px;
}

.from-to-end-calendar {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #dee1e3;
  background-color: #F9FAFC;
}

.body.colortheme .from-to-end-calendar {
  background-color: var(--heading-text-color-three);
  border-bottom: 1px solid var(--border-bottom);
}

.body.colortheme .actual-life-style .border-top, .body.colortheme .goal-life-style .border-top {
  border-bottom: 1px solid #dee1e3 !important;
}

.goal-text-input {
  width: 35px;
  height: 23px;
  display: initial;
  padding: 2px;
}

.style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}

.body.colortheme .style-2::-webkit-scrollbar-thumb {
  background-color: #484848;
}

.unit-select-box {
  height: 20px !important;
  margin: 5px 0px 0px 3px !important;
  padding: 0px 5px;
  border-radius: 3px;
}

.navbar.backbuttondiv {
  right: 102px;
  position: absolute;
  bottom: 0px;
  top: 0px;
  border-left: 1px solid #cacfd2;
  /* margin-top: -1px; */
  padding-left: 10px;
  padding-bottom: 0px;
}

.body.colortheme .navbar.backbuttondiv {
  border-left: 1px solid var(--border-bottom);
}

.bk_btn {
  border: none;
  height: 30px;
}

.numberCircle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  background: #fff;
  border: 2px solid #fb8739;
  color: #fb8739;
  text-align: center;
  font: 14px Arial, sans-serif;
  bottom: 8px;
  right: 22px;
  position: relative;
}

.body.colortheme .numberCircle {
  background-color: var(--heading-text-color-one);
}

.name .search-box-participant {
  position: relative;
  left: 10px;
  width: auto;
}

.msg-center-search-participant {
  border-bottom: none;
  border-top: 5px solid #cacfd2;
}

.body.colortheme .msg-center-search-participant {
  border-bottom: none;
  border-top: 5px solid var(--border-bottom);
}

.search-box-msg-center {
  margin-top: 10px;
  float: left;
  width: auto;
}

.name .search-box-msg-center {
  position: fixed;
  left: 90px;
  margin-top: -27px;
}

.message-center-modal-content .dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.body.colortheme .message-center-modal-content .dropdown-menu {
  background-color: #ff5757 !important;
  border: none;
}

.body.colortheme .message-center-modal-content .dropdown-item:hover {
  background-color: #f4c60f !important;
}

.shadow-sm {
  display: table-column;
}

.margin-top-15 {
  margin-top: 15px;
}

/*.flex .text-sm .text-gray-700.leading-5{
  padding-top: 10px!important;
  margin-top: revert!important;
}*/
.grocery_box {
  overflow: auto !important;
}

.library-list-images {
  width: 100% !important;
  max-height: 107px;
}

.details-page-indicator {
  position: absolute;
  bottom: -8%;
  right: 50%;
  z-index: 15;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  margin-right: -35px;
  left: auto !important;
  display: block !important;
}

.details-page-indicator li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #bdc3c7;
  display: block;
  margin-bottom: 0px;
  float: left;
}

.details-page-indicator li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  content: "";
}

.details-page-indicator li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  content: "";
}

.details-page-indicator.nutrition-details .active {
  background-color: #2cbfc7;
}

.details-page-indicator.fitness-details .active {
  background-color: #f5317f;
}

.library-details-image {
  min-height: 550px;
  max-height: 550px;
  background: no-repeat center center scroll;
  background-size: cover;
  text-align: center;
}

.library-details-image.video-image {
  background-image: url(/public/images/no-video.jpg);
}

.video-player {
  background-color: black;
  min-height: 550px;
  max-height: 550px;
  width: 100%;
}

.selected-video-control {
  border: 2px solid lightskyblue !important;
}

.fc-blankEvent {
  cursor: pointer;
  width: 21px;
  height: 21px;
  border-radius: 50% !important;
  text-align: center;
  vertical-align: baseline;
  font-size: 14px !important;
  font-weight: 600;
  border: none !important;
  color: #eb5454 !important;
  background: #eb545463 !important;
  position: absolute !important;
  top: -30px;
  margin: 4px 2px !important;
}

.fc-nutrition {
  padding: 0px 2px !important;
  width: 48px !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  background-color: #2cbfc7 !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer;
}

.fc-highlight {
  background: #92efbf !important;
  color: #fff !important;
}

.fc-fitness {
  padding: 0px 2px !important;
  width: 48px !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  background-color: #f5317f !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer;
}

.fc-signup-count {
  text-align: center !important;
  width: 60px !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  background-color: #ff5858 !important;
  color: #fff !important;
  border: none !important;
  margin: 3px 3px !important;
  cursor: pointer;
}

.fc-follower-count {
  text-align: center !important;
  width: 75px !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  background-color: #1877e5 !important;
  color: #fff !important;
  border: none !important;
  margin: 3px 3px !important;
  cursor: pointer;
}

.fc-event-count {
  padding: 0px 2px !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  background-color: #4894EB !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer;
}

.fc-notes {
  padding: 0px 2px !important;
  width: 35px !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  background-color: #B525E5 !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer;
}

.fc-appointment-count {
  padding: 0px 2px !important;
  font-weight: 300;
  font-size: 11px !important;
  border: none !important;
  background: #f89d2a !important;
  cursor: pointer;
}

.fc-grocery {
  padding: 0px 2px !important;
  color: #fff !important;
  background-color: #62e7b7 !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  border: none !important;
  width: 45px;
  cursor: pointer;
}

.fc .fc-button {
  background: #ff5858 !important;
}

.fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {
  border-color: #cf3535 !important;
}

.fc .fc-button-primary:disabled {
  border-color: #cf3535 !important;
}

.fc .fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #eb5454a8 !important;
          box-shadow: 0 0 0 0.1rem #eb5454a8 !important;
}

.fc .fc-button-primary:not(:disabled):active:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #eb5454a8 !important;
          box-shadow: 0 0 0 0.1rem #eb5454a8 !important;
}

.body.colortheme .fc-theme-standard td, .body.colortheme .fc-theme-standard th {
  border: 1px solid #7a7a7a !important;
}

.body.colortheme .fc-theme-standard .fc-scrollgrid {
  border: 1px solid #7a7a7a !important;
}

.fc-col-header-cell-cushion {
  font-weight: 600;
  font-family: Lato,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.fc .fc-button-primary {
  background-color: #eb5454 !important;
  border-color: #df4343 !important;
}

.fc-day-today {
  background-color: #c8bdcc !important;
}

.padding-right {
  padding-right: 345px !important;
}

.hover-end {
  padding: 0;
  margin: 0;
  font-size: 75%;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: .8;
}

.tooltipevent {
  max-width: 200px;
  overflow: hidden;
  margin: -5px 5px;
  border: none;
  position: absolute;
  z-index: 10001;
  word-break: break-all;
  bottom: 20px;
  color: #000;
}

.body-tooltip {
  font-size: 12px;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #979696;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.heading-tooltip {
  background: #ccc;
  padding: 10px 20px;
  border: 1px solid #979696;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.calloutDown {
  height: 0;
  width: 0;
  border-top: 10px solid #979696;
  border-left: 10px dotted transparent;
  border-right: 10px dotted transparent;
  left: 0px;
  top: 0px;
  margin-left: 20px;
  z-index: 11;
}

.calloutDown2 {
  position: relative;
  left: -10px;
  top: -11.2px;
  height: 0;
  width: 0;
  border-top: 10px solid #ffffff;
  border-left: 10px dotted transparent;
  border-right: 10px dotted transparent;
  z-index: 10;
}

.table-body-cell {
  display: table-cell;
  padding: 5px 10px;
}

.resp-table-row {
  display: table-row;
  text-align: initial;
}

#resp-table-body {
  display: table-row-group;
  font-size: 12px;
  font-weight: 500;
}

.table-header-cell {
  display: table-cell;
  padding: 10px;
  text-align: justify;
  border-bottom: 1px solid black;
}

#resp-table-header {
  display: table-header-group;
  background-color: #d3d3d3;
  font-weight: bold;
  font-size: 12px;
}

#resp-table-caption {
  display: table-caption;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#resp-table {
  display: table;
}

#calendarModalFitness.modal {
  margin: 100px 170px;
}

#calendarModalFitness .modal-dialog {
  position: absolute;
  width: 970px;
  padding-left: 0px;
}

#calendarModalFitness .modal-content {
  margin: -17px;
  border: 1px solid #fa597699;
}

#calendarModalFitness .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(#ff7d6e), to(#f5317f)) !important;
  background: linear-gradient(to right, #ff7d6e 0%, #f5317f 100%) !important;
}

#calendarModal.modal {
  margin: 100px 150px;
}

#calendarModal .modal-body {
  padding: 0.3rem 0px 0px;
}

#calendarModal .modal-content {
  border: 1px solid #57CDD1;
}

.body.colortheme #calendarModal .modal-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#calendarModal .modal-dialog {
  position: absolute;
  width: 900px;
  padding-left: 50px;
}

#calendarModal .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7)) !important;
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%) !important;
}

#calendarModal .meal-tab-content {
  padding: 5px 15px 0px 15px;
}

#calendarModalGrocery.modal {
  margin: 100px 150px;
}

#calendarModalGrocery .modal-dialog {
  width: 650px;
}

#calendarModalGrocery .grocerylist .table-heading {
  font-weight: 700;
  font-size: 14px;
  background: #ecf0f1;
}

.body.colortheme #calendarModalGrocery .grocerylist .table-heading {
  background: var(--heading-text-color-two);
}

#calendarModalGrocery .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(#46eeab), to(#2cbfc7)) !important;
  background: linear-gradient(to right, #46eeab 0%, #2cbfc7 100%) !important;
}

#calendarModalGrocery .modal-content {
  border: 1px solid #46eeab;
}

#calendarModalCommunity.modal {
  margin: 100px 170px;
}

#calendarModalCommunity .modal-dialog {
  position: absolute;
  width: 970px;
  padding-left: 0px;
}

#calendarModalCommunity .modal-content {
  margin: -17px;
  border: 1px solid #3fa3f3e3;
}

#calendarModalCommunity .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(#4FB6F9), to(#1877E5)) !important;
  background: linear-gradient(to right, #4FB6F9 0%, #1877E5 100%) !important;
}

#calendarModalAppointment.modal {
  margin: 100px 315px;
}

#calendarModalAppointment .modal-dialog {
  position: absolute;
  width: 670px;
  padding-left: 0px;
}

#calendarModalAppointment .modal-content {
  margin: -17px;
  border: 1px solid #f8992cf0;
}

#calendarModalAppointment .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858)) !important;
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%) !important;
}

#calendarModalSignUp.modal {
  margin: 150px 165px;
}

#calendarModalSignUp .modal-dialog {
  position: absolute;
  width: 970px;
  padding-left: 0px;
}

#calendarModalSignUp .modal-content {
  margin: -17px;
  border: 1px solid #f8992cf0;
}

#calendarModalSignUp .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858)) !important;
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%) !important;
}

#calendarModalFollower.modal {
  margin: 165px 300px;
}

#calendarModalFollower .modal-dialog {
  position: absolute;
  width: 700px;
  padding-left: 0px;
}

#calendarModalFollower .modal-content {
  margin: -17px;
  border: 1px solid #3faef3;
}

#calendarModalFollower .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(#4FB6F9), to(#1877E5)) !important;
  background: linear-gradient(to right, #4FB6F9 0%, #1877E5 100%) !important;
}

#blankEventModal.modal {
  margin: 100px 300px;
}

#blankEventModal .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
}

#blankEventModal .modal-content {
  border: 1px solid #f4c60f;
}

#blankEventModal .modal-dialog {
  position: absolute;
  width: 700px;
  padding-left: 0px;
}

.body.colortheme .modal-footer {
  border-top: 1px solid var(--border-bottom);
}

#calendarModalNotes.modal {
  margin: 100px 150px;
}

#calendarModalNotes .modal-body {
  padding: 0.3rem 0px 0px;
}

#calendarModalNotes .modal-content {
  border: 1px solid #b929e4d1;
}

.body.colortheme #calendarModalNotes .modal-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#calendarModalNotes .modal-dialog {
  position: absolute;
  width: 900px;
  padding-left: 50px;
}

#calendarModalNotes .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(#ff63dd), to(#b122e5)) !important;
  background: linear-gradient(to right, #ff63dd 0%, #b122e5 100%) !important;
}

#appointmentModal.modal {
  margin: 100px 210px;
}

#appointmentModal .modal-body {
  width: 830px;
}

#appointmentModal .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(#f4c60f), to(#ff5858));
  background: linear-gradient(to right, #f4c60f 0%, #ff5858 100%);
}

#appointmentModal .modal-content {
  border: 1px solid #f4c60f;
}

#appointmentModal .modal-dialog {
  position: absolute;
  width: 850px;
  padding-left: 0px;
}

.text-color-white {
  color: #fff;
}

.body.colortheme .table tbody + tbody {
  border-top: 2px solid var(--border-bottom);
}

.dayButton {
  width: 22px;
  border-radius: 50%;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  border: none;
  font-size: 14px;
  color: #eb5454;
  text-align: center;
  background: #ff585847;
  font-weight: 600;
  z-index: 9;
}

.redirect-from-modal {
  color: #666;
}

.body.colortheme .redirect-from-modal {
  color: var(---highlighted-text-color);
}

.redirect-from-modal:hover {
  color: #666;
}

.modal {
  overflow: auto !important;
}

.save-appointment {
  width: auto;
  height: auto;
  border: 0px;
  opacity: 1;
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  border-radius: 20px;
  padding: 6px 20px;
  text-transform: uppercase;
  position: inherit;
}

.add-food-plus-symbol {
  font-weight: 800;
  float: right;
  padding-right: 2px;
}

.library-back-btn {
  border-radius: 1.2rem;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.href-color {
  color: #666666;
}

.body.colortheme .href-color {
  color: var(--text-color);
}

.swal-back .swal2-cancel {
  background-color: #2cbfc7 !important;
}

.swal-back .swal2-confirm {
  background-color: #46eeab !important;
}

.swal-back .swal2-close {
  color: #46eeab !important;
}

.sub-border-top:last-child {
  border-bottom: 0px !important;
}

body.colortheme .sub-border-top:last-child {
  border-bottom: 0px !important;
}

.body.colortheme .sub-border-top {
  border-bottom: 1px solid var(--border-bottom);
}

.sub-border-top {
  border-bottom: 1px solid #dee1e3;
}

.body.colortheme .bodyBg {
  background-color: var(--base-background-color);
}

.multiselect__tag {
  background: #f5317f !important;
}

.body.colortheme .multiselect__tag {
  color: #ecf0f1;
}

.multiselect__option--highlight {
  background: #f5317f !important;
}

.body.colortheme .multiselect__option--highlight {
  color: #ecf0f1;
}

.jcarousel-wrapper {
  position: relative;
}

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  width: 200px;
  float: left;
  border: 0px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  width: 24px;
  height: 24px;
  text-align: center;
  color: #95a5a6;
  border-radius: 30px;
  display: block;
}

.jcarousel-control-prev {
  float: left;
}

.jcarousel-control-next {
  float: right;
}

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  top: 10px;
  right: 36.3%;
  /*    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
*/
  margin: 0;
  line-height: 0;
}

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 10px;
  background: #46eeaa;
  border: 2px solid #666666;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
}

.jcarousel-pagination a.active {
  background: #2cbfc7;
  color: #fff;
}

.page-blog .article {
  background-color: #e9ecef;
  height: 100%;
}

.page-blog .article .article__cover {
  position: relative;
  display: block;
  overflow: hidden;
  height: 250px;
}

.page-blog .article .article__cover img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-blog .article .article__cover:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.page-blog .article .article__infos {
  padding: 1rem;
}

.page-blog .article .article__title, .page-blog .article .article__published, .page-blog .article .article__summary {
  margin: 0;
}

.page-blog .article .article__published {
  margin: 1rem 0;
  font-size: .75rem;
}

.page-post .cover {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.page-post .cover:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.page-post .img-fluid {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-post .post-title {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.page-post .post-title h1 {
  border: solid 0.2rem #fff;
  border-left: 0;
  border-right: 0;
}

.top-section-home .logo-home img {
  width: 50% !important;
}

.social-home a {
  margin: -7px 5px !important;
  padding: 2px;
}

.navbar-light .navbar-nav .my-account-nav-item.active > .nav-link {
  color: #b223e5 !important;
}

.alert-heading {
  display: none;
}

.alert-message {
  font-size: 12px !important;
}

.navbar-light .navbar-nav .my-fitness-nav-item.active > .nav-link {
  color: #F53180 !important;
}

.navbar-light .navbar-nav .my-community-nav-item.active > .nav-link {
  color: #1270e3 !important;
}

.about-bg {
  background: url("/public/images/01.jpg") center center no-repeat;
  background-size: cover;
}

.policy-bg {
  background-size: cover;
  background: -webkit-gradient(linear, left top, right top, from(#ff63dd), to(#b122e5));
  background: linear-gradient(to right, #ff63dd 0%, #b122e5 100%);
}

.my-account-gredient {
  position: absolute;
  width: 100%;
  height: 160px;
  opacity: 0.8;
  background: #fb5fdd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #fb5fdd), color-stop(100%, #b324e5));
  background: -webkit-gradient(linear, left top, right top, from(#fb5fdd), to(#b324e5));
  background: linear-gradient(to right, #fb5fdd 0%, #b324e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5fdd', endColorstr='#b324e5', GradientType=1 );
}

.cms-pages-gredient {
  position: absolute;
  width: 100%;
  height: 160px;
  opacity: 0.8;
  background: #fb5fdd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #fb5fdd), color-stop(100%, #b324e5));
  background: -webkit-gradient(linear, left top, right top, from(#ff63dd), to(#b122e5));
  background: linear-gradient(to right, #ff63dd 0%, #b122e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5fdd', endColorstr='#b324e5', GradientType=1 );
}

.my-community-gredient {
  position: absolute;
  width: 100%;
  height: 160px;
  opacity: 0.8;
  background: #fb5fdd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #fb5fdd), color-stop(100%, #1270e3));
  background: -webkit-gradient(linear, left top, right top, from(#bfdefc), to(#1270e3));
  background: linear-gradient(to right, #bfdefc 0%, #1270e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFDEFC', endColorstr='#3C8BE8', GradientType=1 );
}

.my-fitness-program .section-sub-menu ul li:hover {
  background-color: #fcc1d8 !important;
}

.body.colortheme .my-fitness-program .section-sub-menu ul li:hover {
  background-color: #f5327f !important;
}

.section-sub-menu #nutritionMainCategoryUl li:hover {
  background-color: #bfecee !important;
}

.body.colortheme .section-sub-menu #nutritionMainCategoryUl li:hover {
  background-color: #2cbfc7 !important;
}

.section-sub-menu .dropdown-menu {
  background-color: #eef0f1;
}

.testimonial_box .test-outer .test-col-left {
  float: left;
  width: 37%;
  margin: 10px;
}

.testimonial_box .test-outer .test-col-right {
  float: left;
  width: 61%;
  margin-top: 87px;
}

.testimonial_box .test-outer .writer_div {
  text-align: right;
  padding-top: 10px;
  color: #43c1c3;
  font-size: 16px;
  line-height: 24px;
  padding-right: 27px;
}

footer.inner-footer div.footer-link a:first-child {
  padding-left: 0px !important;
}

.inner-footer .footer-link a:nth-last-child(2) {
  border-right: none !important;
}

.proexnamediv {
  clear: left;
  font-size: 13px;
  margin: 5px;
}

.proexseqdiv {
  text-align: right;
}

.user-info h3 {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ecf0f1;
  padding: 11px 10px 10px 10px;
  border-radius: 5px 5px 0px 0px;
  margin: 0px;
  height: 35px;
}

.user-info {
  position: unset !important;
  padding: 0px !important;
}

.user-details {
  width: 83%;
  float: left;
  padding: 0px !important;
  border: none !important;
}

.user-details .border-top {
  border-top: none !important;
  border-bottom: 1px solid #dee1e3 !important;
}

.border-top {
  border-top: none !important;
  border-bottom: 1px solid #dee1e3 !important;
}

.user-photo {
  width: 65px !important;
  height: 65px !important;
}

.user-photo img {
  width: 65px !important;
  height: 65px !important;
}

.user-info .p-l-25 {
  padding-left: 15px !important;
}

.login1-bg {
  background: url("/public/images/login-bg1.jpg") center center no-repeat;
  min-height: 78vh;
  padding-top: 55px !important;
  padding-bottom: 35px !important;
  max-height: 78vh;
  background-size: cover;
}

.community-section p, .community-section span, .community-section button, .community-section h5, .community-section h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}

.my-community-gredient {
  position: absolute;
  width: 100%;
  height: 160px;
  background: #4fb6f9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4fb6f9), color-stop(100%, #1877e5));
  background: -webkit-gradient(linear, left top, right top, from(#4fb6f9), to(#1877e5));
  background: linear-gradient(to right, #4fb6f9 0%, #1877e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4FB6F9', endColorstr='#1877E5', GradientType=1 );
  opacity: 0.8;
}

.community-section .btn:hover {
  color: #fff !important;
}

.bg-image {
  overflow: hidden;
  width: auto;
  height: 100px;
}

.my-community-btn {
  background-color: transparent;
  border: 1px solid #1877E5;
  border-radius: 100px;
  color: #666;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.body.colortheme .my-community-btn {
  color: var(--text-color) !important;
  background-color: var(--button-background-color) !important;
}

.heart-community-icon, .community-links-icons {
  color: #1877E5;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.community-links-icons-active {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.my-community-btn:hover, .community-page-links:hover {
  background: -webkit-gradient(linear, left top, right top, from(#4fb6f9), to(#1877e5));
  background: linear-gradient(to right, #4fb6f9 0%, #1877e5 100%);
  color: #fff !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.my-community-btn:hover .heart-community-icon {
  color: #fff !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.community-page-links:hover .community-links-icons {
  color: #fff !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.community-page-links-active {
  background: -webkit-gradient(linear, left top, right top, from(#4FB6F9), to(#1877E5)) !important;
  background: linear-gradient(to right, #4FB6F9 0%, #1877E5 100%) !important;
  border-radius: 100px;
  color: #fff;
  -webkit-box-shadow: 0 0.1rem 0.75rem rgba(189, 195, 199, 0.9);
          box-shadow: 0 0.1rem 0.75rem rgba(189, 195, 199, 0.9);
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 700;
}

.body.colortheme .community-page-links-active {
  -webkit-box-shadow: 0 0.1rem 0.75rem var(--card-shadow-color);
          box-shadow: 0 0.1rem 0.75rem var(--card-shadow-color);
}

.community-page-links {
  background-color: transparent;
  font-weight: 700;
  border-radius: 100px;
  color: #666 !important;
  border: #cacfd2 solid 1px;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.body.colortheme .community-page-links {
  color: var(--text-color) !important;
  background-color: var(--button-background-color) !important;
}

.community-section .nav-tabs .nav-link.active {
  color: #000;
}

.body.colortheme .community-section .nav-tabs .nav-link.active {
  background-color: var(--card-body-bg-color) !important;
  border-bottom: none;
}

.community-section .nav-tabs .nav-link {
  border-right: 1px solid #cacfd2;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  font-weight: 700;
  border-top: none;
  border-bottom: none;
  padding: .355rem 1rem;
  height: 100% !important;
  color: #666 !important;
}

.body.colortheme .community-section .nav-tabs .nav-link {
  color: var(--text-color) !important;
  background-color: var(--heading-text-color-one) !important;
}

.body.colortheme .event-tab {
  background-color: var(--heading-text-color-one) !important;
  border-top: 1px solid var(--border-bottom) !important;
}

i.media-content.fa:hover {
  background-color: #1877E5 !important;
  color: #fff !important;
}

@media screen and (max-device-width: 992px) {
  .community-right-section-btn {
    margin-top: -80px;
  }
}

@media screen and (min-width: 1024px) {
  .column-reponsive-links {
    padding: 0px !important;
  }
}

@media screen and (max-width: 320px) {
  .community-right-section-btn {
    float: none !important;
  }
  .responsive-button {
    padding-bottom: 25px;
  }
}

.community-btns {
  /* margin-top: -7px; */
  background: -webkit-gradient(linear, left top, right top, from(#4FB6F9), to(#1877E5)) !important;
  background: linear-gradient(to right, #4FB6F9 0%, #1877E5 100%) !important;
  border-radius: 100px;
  color: #fff;
}

.nohoverunderline:hover i {
  background: #1877E5 !important;
  color: #fff !important;
}

.nohoverunderline a:hover {
  text-decoration: none;
}

.nohoverunderline:hover {
  background-color: #f7f7f7;
}

.settingsnavbar i {
  background: #1877E5 !important;
  color: #fff !important;
}

.settingsnavbar {
  background-color: #f7f7f7;
}

.body.colortheme .settingsnavbar {
  background-color: var(--heading-text-color-three);
}

.setting-heading {
  margin-bottom: 0px;
  font-weight: 600;
  color: black;
}

.body.colortheme .setting-heading {
  color: var(--highlighted-text-color);
}

.body.colortheme .text-muted {
  color: var(--text-color) !important;
}

.fa-camera:before {
  content: "\f030";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.user-follow.socialite .media-body .media-heading {
  max-width: 130px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-follow .media-heading {
  font-size: 16px;
  margin-bottom: 0px;
  display: inline-block;
}

.media-body.socialte-timeline .text-muted {
  display: block;
  font-size: 14px;
  margin-top: -4px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.user-follow.socialite .media-left img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.community-section .btn-follow {
  float: right;
  margin-top: 4px;
}

.community-section .btn-follow.hidden {
  display: none !important;
  visibility: hidden !important;
}

.community-section .btn-default, .community-section .btn-default:hover, .community-section .btn-default:active, .community-section .btn-default:focus {
  background-image: linear-gradient(-1deg, #d2d9e4 2%, #e6e6e6 98%);
  border-color: #dce1e9;
}

.panel-post .comments-section .comments-wrapper .comments {
  padding-top: 15px;
}

.panel-post .comments-section {
  width: 100%;
  height: auto;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #eff3f6;
}

.panel-post .comments-section .comments-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 26px;
  height: auto;
  background: #FCFCFC;
  border: 1px solid #E6EAEE;
  border-top-width: 0px;
}

.panel-post .comments-section .comments-wrapper .to-comment {
  padding-top: 0px;
}

.panel-post .comments-section .comments-wrapper .commenter-avatar {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.panel-post .comments-section .comments-wrapper .commenter-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.panel-post .comments-section .comments-wrapper .comment-textfield {
  padding-left: 51px;
}

.panel-post .comments-section .comments-wrapper .comment-form {
  position: relative;
}

.panel-post .comments-section .comments-wrapper .comment-form .comment-holder {
  height: 36px;
  position: relative;
}

.panel-post .comments-section .comments-wrapper .comment-textfield .form-control {
  border-radius: 5px;
  /* padding-top: 8px; */
  /* padding-right: 60px; */
  /* padding-bottom: 8px; */
  width: 100%;
  /* margin: 0px 0px 10px 0px; */
  line-height: 15px;
  color: #666;
  border: 1px solid #cacfd2;
  background-color: #fff;
}

.community-section .hidden {
  display: none !important;
  visibility: hidden !important;
}

.panel-post .comments-section .comments-wrapper .comment-form .comment-holder .meme-reply {
  position: absolute;
  top: 50%;
  margin-bottom: 0px;
  margin-top: -9px;
  right: 10px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.panel-post .comments-section .comments-wrapper .comment-form .comment-holder .meme-reply li a i {
  font-size: 16px;
  color: #859AB5;
}

.panel-post .comments-section .comments-wrapper .comment-form #comment-image-holder {
  padding-top: 10px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.panel-post .comments-section .comments-wrapper .commenter-avatar {
  width: 36px;
  height: 36px;
  float: left;
}

.panel-post .comments-section .comments-wrapper .commenter {
  margin-top: -3px;
  padding-left: 45px;
}

.panel-post .comments-section .comments-wrapper .commenter-name a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2298F1;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.panel-post .comments-section .comments-wrapper .commenter-name .comment-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #666;
  word-break: break-word;
  width: auto;
}

.body.colortheme .panel-post .comments-section .comments-wrapper .commenter-name .comment-description {
  color: var(--text-color) !important;
}

.panel-post .comments-section .comments-wrapper .comment-options {
  margin-left: -3px;
}

.panel-post .comments-section .comments-wrapper .replies-count {
  width: 100px;
  display: block;
  text-transform: capitalize;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9FA9BA;
  margin-left: 45px;
}

.panel-post .comments-section .comments-wrapper .comment-replies {
  margin-left: 45px;
}

.panel-post .comments-section .comments-wrapper .comment-options li {
  padding-left: 4px;
  padding-right: 4px;
  color: #666;
  font-size: 14px;
  font-family: "Roboto, sans-serif";
}

.panel-post .comments-section .comments-wrapper .comment-options li:first-child {
  padding-left: 5px;
}

.panel-post .comments-section .comments-wrapper .comment-options li a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #666;
  text-transform: capitalize;
}

.body.colortheme .panel-post .comments-section .comments-wrapper .comment-options li a {
  color: var(--text-color);
}

.postbtn {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
}

.list-unstyled li {
  border-top: none !important;
}

.panel-post .panel-body .text-wrapper .post-image-holder {
  margin-top: 10px;
  max-height: 200px;
  overflow: hidden;
}

.post-image-holder.single-image {
  max-height: inherit !important;
  height: auto;
}

.post-image-holder.single-image a {
  max-height: inherit;
  height: auto;
  width: 100%;
}

.post-image-holder a {
  width: 120px;
  max-height: 100px;
  display: inline-block;
  background-size: cover !important;
  overflow: hidden;
}

.post-image-holder a img {
  width: inherit;
  height: auto;
}

.panel-post .panel-body .text-wrapper .post-image-holder img {
  max-width: 100%;
  max-height: 200px;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 4px;
}

.post-image-holder.single-image a img {
  max-height: inherit !important;
  height: auto;
  width: 100%;
}

a.delete-comment.delete_comment {
  position: absolute;
  right: 30px;
}

.user-tag-names {
  display: inline-block;
}

.post-addon {
  vertical-align: middle;
}

.post-addon .post-addon-icon {
  float: left;
  border-right: 1px solid #d3d4d5;
  margin-top: 10px;
  width: auto !important;
}

.post-addon .post-addon-icon i {
  color: #9FA9BA;
}

.post-addon i {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  font-size: 13px;
  color: #354052;
  font-weight: 400;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-user-plus:before {
  content: "\f234";
}

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post-addon .form-group {
  padding-left: 36px;
  margin-bottom: 0px;
}

.post-addon .form-group .youtube-text {
  border-radius: 0px;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  float: right;
  padding-left: 8px;
  color: #354052;
  font-size: 13px;
  font-weight: 400;
}

.post-addon .form-group .form-control {
  background-color: #fff !important;
  border-width: 0px;
}

.post-addon .form-group .selectize-control {
  border: 0px;
  background-color: transparent !important;
}

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.post-addon .form-group .selectize-control .selectize-input {
  border: 0px;
  padding-left: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
}

.selectize-input {
  min-width: 260px;
}

.selectize-input {
  min-height: 34px;
}

.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

.post-addon .form-group .selectize-control .selectize-input input {
  color: #354052;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.fa-map-marker, .fa-smile-o, .fa-youtube-play, .fa-camera, .fa-user-plus {
  cursor: pointer;
  float: left;
  margin-top: 5px;
}

.post_upload_image {
  float: left;
  margin: 5px;
}

#postphotosdiv .dashboard-profile-img {
  float: left;
  height: auto;
  width: -webkit-fill-available;
}

.youtube-iframe {
  margin-bottom: 10px;
  width: 36%;
  height: 150px;
  margin-left: 5px;
  margin-top: 15px;
}

.youtube-iframe iframe {
  width: 100%;
  height: inherit;
}

.fa-film:before {
  content: "\f008";
}

.user-name {
  float: left;
}

.withdiv {
  float: left;
}

.tagdisplaydiv {
  float: left;
}

#tagUsersDiv .autosuggest__results {
  position: inherit !important;
}

.panel-post .panel-heading .post-author .post-options {
  float: right;
  color: #859AB5;
  margin-top: 6px;
}

.no-margin {
  margin: 0px !important;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.panel-post .panel-heading .post-author .post-options > ul > li > a {
  color: #859AB5;
  border-radius: 83px;
  font-size: 20px;
}

.panel-post .panel-heading .post-author .post-options .dropdown-menu {
  right: -15px;
  left: auto;
  position: absolute;
  top: 100%;
  z-index: 1000;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.panel-post .panel-heading .post-author .post-options .dropdown-menu li {
  padding: 2px !important;
}

.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a {
  font-weight: 600;
  font-size: 14px;
}

.panel-post .panel-heading .post-author .post-options .dropdown-menu li a {
  color: #354052;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}

.body.colortheme .panel-post .panel-heading .post-author .post-options .dropdown-menu li a {
  color: var(--highlighted-text-color) !important;
}

.panel-post .panel-heading .post-author .post-options .dropdown-menu li a i {
  width: 20px;
}

.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a .small-text {
  font-weight: 400;
  font-size: 13px;
  color: #7F8FA4;
  display: block;
  padding-left: 22px;
}

.body.colortheme .panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a .small-text {
  color: var(--text-color) !important;
}

.panel-post .panel-heading .post-author .user-avatar {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}

.timeline-cover-section {
  width: 100%;
  background-color: #000;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .timeline-cover-section {
    margin-bottom: 70px;
  }
}

.timeline-cover-section .timeline-cover {
  max-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 660px) {
  .timeline-cover-section .timeline-cover {
    min-height: 185px;
    width: auto;
  }
}

.timeline-cover-section .timeline-cover:hover .btn-camera-cover {
  display: block;
}

.timeline-cover-section .timeline-cover img {
  height: auto;
  width: 100%;
  opacity: 0.7;
}

@media (max-width: 660px) {
  .timeline-cover-section .timeline-cover img {
    min-height: 185px;
    width: auto;
  }
}

.timeline-cover-section .timeline-cover .btn-camera-cover {
  width: 198px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px;
  text-align: left;
  position: absolute;
  top: 8px;
  left: 20px;
  display: none;
}

@media (max-width: 560px) {
  .timeline-cover-section .timeline-cover .btn-camera-cover {
    width: 148px;
    height: 40px;
  }
}

.timeline-cover-section .timeline-cover .btn-camera-cover i.fa {
  color: #fff;
  margin-right: 12px;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0.56px;
  margin-top: 7px;
}

@media (max-width: 560px) {
  .timeline-cover-section .timeline-cover .btn-camera-cover i.fa {
    font-size: 15px;
    margin-right: 10px;
  }
}

.timeline-cover-section .timeline-cover .btn-camera-cover .change-cover-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.37px;
  vertical-align: text-bottom;
}

@media (max-width: 560px) {
  .timeline-cover-section .timeline-cover .btn-camera-cover .change-cover-text {
    font-size: 14px;
  }
}

.timeline-user-avtar {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -120px;
  left: 20px;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #E6EAEE;
}

@media (max-width: 560px) {
  .timeline-user-avtar {
    width: 120px;
    height: 120px;
    top: -90px;
  }
}

@media (max-width: 350px) {
  .timeline-user-avtar {
    width: 100px;
    height: 100px;
    top: -70px;
  }
}

.timeline-user-avtar img {
  width: 100%;
  height: 100%;
}

.timeline-user-avtar:hover .chang-user-avatar {
  display: block;
}

.event-avatar {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  top: -63px;
  left: 18px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
}

.event-avatar .event-month {
  color: #fff;
  text-transform: uppercase;
  margin-top: 1px;
  font-size: 12px;
  line-height: 16px;
}

.event-avatar .event-date {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 3px;
}

.chang-user-avatar {
  position: relative;
  display: none;
}

.chang-user-avatar .btn-camera {
  background-color: rgba(0, 0, 0, 0.67);
  width: 100%;
  height: 36px;
  border-radius: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
}

@media (max-width: 560px) {
  .chang-user-avatar .btn-camera {
    padding-left: 4px;
    font-size: 8px;
  }
}

.chang-user-avatar .btn-camera .fa {
  font-size: 16px;
  margin-top: 3px;
  margin-right: 17px;
  vertical-align: middle;
}

@media (max-width: 560px) {
  .chang-user-avatar .btn-camera .fa {
    margin-right: 4px;
  }
}

@media (max-width: 350px) {
  .chang-user-avatar .btn-camera .fa {
    font-size: 13px;
    margin-top: 5px;
  }
}

.chang-user-avatar .btn-camera .avatar-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  width: 78px;
  line-height: 10px;
  margin-top: -3px;
  vertical-align: top;
}

@media (max-width: 560px) {
  .chang-user-avatar .btn-camera .avatar-text {
    font-size: 11px;
  }
}

@media (max-width: 350px) {
  .chang-user-avatar .btn-camera .avatar-text {
    font-size: 8px;
  }
}

.chang-user-avatar .btn-camera .avatar-text span {
  display: block;
  margin-top: -5px;
}

@media (max-width: 350px) {
  .chang-user-avatar .btn-camera .avatar-text span {
    margin-top: -7px;
  }
}

.user-timeline-name {
  position: absolute;
  bottom: 22px;
  left: 193px;
}

.user-timeline-name a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.56px;
  text-transform: capitalize;
}

@media (max-width: 560px) {
  .user-timeline-name {
    bottom: 16px;
    left: 162px;
  }
}

@media (max-width: 350px) {
  .user-timeline-name {
    bottom: 9px;
    left: 130px;
  }
  .user-timeline-name a {
    font-size: 22px;
  }
}

.user-timeline-name.event {
  left: 90px;
  bottom: 19px;
}

.status-button {
  position: absolute;
  top: 0px;
  text-align: right;
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: none;
}

@media (max-width: 1200px) {
  .status-button {
    display: block;
  }
}

.status-button .btn-status {
  background-color: #1991EB;
  color: #fff;
  margin-top: 8px;
  margin-right: 15px;
}

.user-avatar-progress {
  background-color: rgba(0, 0, 0, 0.67);
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  color: #fff;
  text-align: center;
  padding-top: 65px;
  width: 100%;
}

.user-cover-progress {
  background-color: rgba(0, 0, 0, 0.67);
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  color: #fff;
  text-align: center;
  padding-top: 150px;
  width: 100%;
}

.timeline-list {
  background-color: #fff;
  height: 50px;
  position: relative;
}

.body.colortheme .timeline-list {
  background-color: var(--heading-text-color-one);
  color: var(--text-color);
}

.timeline-list > ul {
  margin-left: 170px;
  text-align: left;
  font-size: 0px;
}

.timeline-list > ul > li {
  border-right: 1px solid #E6EAEE;
  padding-left: 0px;
  padding-right: 0px;
}

.body.colortheme .timeline-list > ul > li {
  border-left: 1px solid var(--border-bottom);
  border-right: 1px solid var(--border-bottom);
}

.timeline-list > ul > li:hover > a {
  color: #FFFFFF;
  background: linear-gradient(1deg, #1991EB 2%, #2DA1F8 98%);
}

.timeline-list > ul > li:last-child {
  border-right-width: 0px;
}

.timeline-list > ul > li > a {
  display: block;
  padding: 12px 17px;
  padding-bottom: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #354052;
  text-decoration: none;
  text-transform: capitalize;
  background: #fff;
}

.body.colortheme .timeline-list > ul > li > a {
  background-color: var(--heading-text-color-three);
  color: var(--highlighted-text-color);
}

.timeline-list > ul > li > a i {
  font-size: 15px;
  vertical-align: bottom;
}

.timeline-list > ul > li .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  border-width: 1px solid #E6EAEE;
  border-top: 2px solid #1585d8;
  border-radius: 0px 0px 4px 4px;
}

.timeline-list > ul > li .dropdown-menu li a {
  text-align: center;
  color: #354052;
}

.timeline-list > ul > li .dropdown-menu li a i {
  margin-right: 10px;
}

.timeline-list > ul > li .dropdown-menu li:hover a {
  color: #fff;
  background-color: #1991EB;
}

.timeline-list > ul .dropdown.open:hover > a {
  background: #fff;
  color: #354052;
}

.timeline-list > ul li.active a {
  color: #FFFFFF;
  background: linear-gradient(1deg, #1991EB 2%, #2DA1F8 98%);
}

.timeline-list > ul li.largescreen-report {
  border-right: 1px solid transparent;
}

@media (max-width: 1200px) {
  .timeline-list > ul li.largescreen-report {
    display: none;
  }
}

.timeline-list > ul li.smallscreen-report {
  margin-bottom: -60px;
  display: none;
}

@media (max-width: 1200px) {
  .timeline-list > ul li.smallscreen-report {
    display: block;
  }
  .timeline-list > ul li.smallscreen-report a {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .timeline-list {
    height: auto;
    background-color: #EFF3F6;
  }
  .timeline-list > ul {
    margin-left: 0px;
    display: none;
  }
  .timeline-list > ul li {
    border-radius: 4px;
    display: block;
    border-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .timeline-list > ul li:first-child {
    margin-top: 0px;
    padding-top: 60px;
  }
  .timeline-list > ul li:last-child {
    margin-bottom: -60px;
  }
  .timeline-list > ul li > a {
    border-radius: 4px;
    padding: 12px 16px;
  }
  .timeline-list > ul li > a .top-list {
    text-align: center;
    display: block;
    margin: 0px auto;
  }
  .timeline-list .report-dropdown li {
    margin-top: 1px;
    margin-bottom: 0px;
  }
  .timeline-list .report-dropdown li:first-child {
    padding-top: 0px;
  }
  .timeline-list .report-dropdown li a {
    padding: 8px 16px;
    border-radius: 0px 0px 4px 4px;
  }
}

.timeline-list.event > ul {
  margin-left: 0px;
}

.user-profile-buttons .left-col {
  padding-right: 10px;
}

.user-profile-buttons .right-col {
  padding-left: 10px;
}

@media (max-width: 991px) {
  .user-profile-buttons .btn {
    padding: 9px 16px;
  }
}

.user-profile-buttons .btn-profile {
  background-color: #fff;
  border: 1px solid #E6EAEE;
  border-radius: 4px;
  width: 100%;
  padding: 9px 12px;
  text-transform: capitalize;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #354052;
}

@media (max-width: 991px) {
  .user-profile-buttons .btn-profile {
    padding: 12px 17px;
  }
}

.user-profile-buttons .btn-profile i.fa {
  font-size: 14px;
  color: #354052;
  letter-spacing: 0px;
  margin-right: 10px;
}

.user-profile-buttons .btn-profile.text-center {
  text-align: center;
}

.eventlist .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.eventlist .panel-default, .create-event-class .panel-default {
  background: #FFFFFF;
  border: 1px solid #E6EAEE;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.eventlist .panel-default .panel-heading {
  background-image: linear-gradient(-1deg, #F2F4F7 2%, #FFFFFF 98%);
  border-radius: 4px 4px 0px 0px !important;
  height: 50px;
  color: #354052;
  border: 1px solid #E6EAEE;
  border-radius: 0px 0px 4px 4px;
}

.eventlist .panel-heading.panel-settings, .create-event-class .panel-heading.panel-settings {
  padding-top: 24px;
  padding-left: 27px;
}

.eventlist .panel-default .panel-heading.no-bg {
  background: none;
  border-color: transparent;
}

.eventlist .panel .panel-heading {
  height: auto;
}

.side-right {
  float: right;
  margin-right: 12px;
}

.eventlist .panel-heading.panel-settings .panel-title, .create-event-class .panel-heading.panel-settings .panel-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.eventlist .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.eventlist .panel-body {
  padding: 15px;
}

.eventlist .panel-body:before {
  content: " ";
  display: table;
}

.eventlist .list-group.page-likes {
  padding-left: 13px;
  padding-right: 13px;
}

.eventlist .list-group {
  margin-bottom: 0px;
}

.eventlist .list-group.page-likes li:nth-child(1) {
  border-top: 0px;
}

.eventlist .list-group.page-likes .list-group-item {
  border-left: none;
  border-right: none;
  border-radius: 0px;
  padding: 15px 0px;
}

.eventlist .list-group li:last-child {
  border-bottom: none;
}

.eventlist .list-group .list-group-item {
  padding: 16px 30px;
  cursor: pointer;
  font-size: 14px;
  color: #354052;
  border-left: 0px;
  border-right: 0px;
}

.eventlist .side-left {
  float: left;
}

.eventlist .list-group.page-likes .list-group-item .connect-link {
  width: 85% !important;
}

.eventlist .list-group.page-likes .list-group-item .connect-link1 {
  width: 15% !important;
  margin-right: 0px !important;
}

.eventlist .list-group.page-likes .list-group-item .connect-link a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #354052;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.eventlist .label.label-default {
  background-color: #9299A7;
}

.text-danger {
  color: #a94442;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.eventlist .label {
  display: block;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 13px !important;
  margin-left: 9px;
  float: left;
}

.social-links-list {
  margin-top: 10px;
}

.social-links-list li {
  padding-right: 2px;
}

.social-links-list li .btn {
  height: 38px;
  width: 38px;
  background-color: #FF3700;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.social-links-list li .btn i {
  color: #ffffff;
  font-size: 14px;
}

.social-links-list li .btn.btn-twitter {
  background-color: #1da1f2;
}

.social-links-list li .btn.btn-behance {
  background-color: #187AC6;
}

.social-links-list li .btn.btn-youtube {
  background-color: #cd201f;
}

.social-links-list li .btn.btn-facebook {
  background-color: #3b5998;
}

.social-links-list li .btn.btn-linkedin {
  background-color: #0077b5;
}

.social-links-list li .btn.btn-dribbble {
  background-color: #ea4c89;
}

.social-links-list li .btn.btn-instagram {
  background-color: #f56040;
}

.social-links-list li:last-child {
  padding-top: 5px;
}

.social-links-list.dark .btn.btn-youtube {
  background-color: #313D4F;
}

.social-links-list.dark .btn.btn-linkedin {
  background-color: #313D4F;
}

.socialite-form {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 20px;
  padding-top: 14px;
}

#tj-datetime-input {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 13px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.year-month-wrapper {
  background-color: #eee !important;
}

.month-setter[data-v-4bd11526], .year-setter[data-v-4bd11526] {
  margin: 0 1px;
  width: 48.2%;
  color: white;
  font-weight: 900;
  display: inline-block;
}

.month-setter, .year-setter {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #666666 !important;
  padding: 6px;
}

.month, .year {
  color: #666666 !important;
}

.nav-l:hover, .nav-r:hover {
  background-color: #eee !important;
}

.nav-l, .nav-r {
  color: #666666 !important;
  background-color: #eee !important;
}

.calender-div .days {
  color: #666666 !important;
}

.port, .days {
  width: 36px !important;
  border: 1px solid #666;
  padding: 9px 3px !important;
}

.activePort, .activePort:hover {
  background-color: #eee !important;
  color: #666666 !important;
}

.port:hover {
  color: #666666 !important;
}

.calender-div .showSelector li.active {
  background-color: #eee !important;
  color: #666666 !important;
}

.calender-div .showSelector li {
  font-size: 14px;
}

.okButton {
  color: #666666 !important;
  font-size: 13px !important;
  text-transform: capitalize;
}

.event-avatar.settings {
  width: 35px;
  height: 35px;
  bottom: 10px;
}

.event-avatar {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  top: 59px;
  left: 26px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
}

.event-avatar.settings .event-date {
  margin-top: 0px;
  font-size: 11px;
}

.event-avatar .event-date {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 3px;
}

.event-avatar .event-month {
  color: #fff;
  text-transform: uppercase;
  margin-top: 1px;
  font-size: 11px;
  line-height: 11px;
}

#messages-page .message-box {
  border-top: 1px solid #E6EAEE;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  margin: 0px !important;
  width: 100%;
}

.body.colortheme #messages-page .message-box {
  border-top: 1px solid var(--border-bottom);
}

#messages-page .row:before {
  content: " ";
  display: table;
}

#messages-page .message-box .message-col-4 {
  padding-left: 0px;
}

#messages-page .message-col-4 {
  padding-right: 0px;
  border-right: 1px solid #E6EAEE;
}

.body.colortheme #messages-page .message-col-4 {
  border-right: 1px solid var(--border-bottom) !important;
}

#messages-page .panel-body .message-col-8 {
  padding-left: 0px;
}

#messages-page .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  float: left;
}

#messages-page .input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

#messages-page .input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

#messages-page .message-col-4 .input-group .input-group-btn .btn {
  height: 36px;
  border-left: 0px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #DFE3E9;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 6px 12px !important;
  color: #7F8FA4 !important;
}

#messages-page .message-box .message-col-4 .coversations-list {
  border-top: 1px solid #DFE3E9 !important;
}

.body.colortheme #messages-page .message-box .message-col-4 .coversations-list {
  border-top: 1px solid var(--border-bottom) !important;
}

#messages-page .message-col-4 ul {
  margin-bottom: 0px;
}

#messages-page .message-holder.active {
  border-left: 3px solid #2399F1;
  position: relative;
}

#messages-page .message-holder {
  padding: 15px 5px 15px 15px;
  position: relative;
  border-bottom: 1px solid #E6EAEE;
}

.body.colortheme #messages-page .message-holder {
  border-bottom: 1px solid var(--border-bottom);
}

#messages-page .message-holder .show-conversation {
  text-decoration: none;
}

#messages-page .message-holder .media.post-list {
  border-bottom-width: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#messages-page .message-col-4 .media {
  overflow: hidden;
}

#messages-page .media.post-list {
  border-bottom: 1px solid #E3E8EF;
  padding: 15px;
  padding-left: 0px;
  margin: 0px;
  overflow: visible;
}

#messages-page .media:first-child {
  margin-top: 0;
}

#messages-page .media, .messages-page .media-body {
  zoom: 1;
  overflow: hidden;
}

#messages-page .media-left, #messages-page .media-right, #messages-page .media-body {
  display: table-cell;
  vertical-align: top;
}

#messages-page .media-left, #messages-page .media > .pull-left {
  padding-right: 10px;
}

#messages-page .img-radius {
  border-radius: 4px;
}

#messages-page .img-46 {
  width: 46px;
  height: 46px;
}

#messages-page .message-col-4 .media .media-body {
  overflow: hidden;
}

#messages-page .message-holder .media.post-list .media-heading {
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #00AAFF;
}

#messages-page .media.post-list .media-body .media-heading {
  margin-bottom: 0px;
  margin-top: 0px;
}

#messages-page .message-holder .post-text {
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  color: #354052;
  font-weight: 400;
  max-height: 42px;
  overflow: hidden;
  width: 180px;
  text-overflow: ellipsis;
  line-height: 20px;
  position: relative;
}

#messages-page .message-col-4 .input-group .input-group-btn .btn i {
  color: #7F8FA4;
  font-size: 16px;
}

#messages-page .message-col-8 {
  padding-left: 0px;
}

#messages-page .message-col-8 .conversation .left-side {
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  color: #354052;
  padding-top: 21px;
  padding-left: 20px;
}

.body.colortheme #messages-page .message-col-8 .conversation .left-side {
  color: var(--highlighted-text-color);
}

#messages-page .message-col-8 .conversation .left-side .chat-status {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #1BB934;
  display: inline-block;
  margin-left: 4px;
}

#messages-page .message-col-8 .conversation .right-side {
  float: right;
  padding-top: 19px;
}

#messages-page .coversations-thread {
  padding-bottom: 100px;
}

#messages-page .message-conversation:first-child {
  padding-top: 5px;
}

#messages-page .message-conversation {
  border-bottom: 0px;
  padding: 0px 30px 0px 15px;
}

#messages-page .message-conversation .media.post-list {
  border-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
}

#messages-page .img-40 {
  width: 40px;
  height: 40px;
}

#messages-page .message-conversation .media-body {
  padding-left: 10px;
}

#messages-page .media.post-list .media-body {
  padding-left: 5px;
  overflow: visible;
}

#messages-page .message-conversation .media-body .media-heading a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

#messages-page .media.post-list .media-body .media-heading a {
  color: #354052;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

#messages-page .message-conversation .media-body .media-heading .text-muted {
  font-family: 'Source Sans Pro', sans-serif;
  margin-left: 11px;
  float: right;
}

#messages-page .media.post-list .media-body .media-heading .text-muted {
  margin-left: 5px;
  color: #7F8FA4;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

#messages-page .message-conversation .media-body .post-text {
  font-family: 'Source Sans Pro', sans-serif;
}

#messages-page .message-conversation .post-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #354052;
  line-height: 19px;
}

#messages-page .new-message {
  padding: 14px 30px 20px 30px;
  width: 98%;
  position: absolute;
  bottom: 0px;
  background: white;
}

.body.colortheme #messages-page .new-message {
  padding: 14px 50px 14px 10px;
  background-color: var(--card-body-bg-color);
}

#messages-page .new-message .form-control {
  height: 40px;
  float: left;
  width: 80%;
}

#messages-page .new-message .input-group-btn .btn {
  height: 40px;
  width: 46px;
  line-height: 18px;
  border: 1px solid #CED0DA;
  border-radius: 0px 4px 4px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-size: 30px;
  padding: 0px;
  padding-bottom: 4px;
  color: #fff;
}

#messages-page .new-message .input-group-btn .btn i {
  font-size: 20px;
}

.new-conversation .big-search-dropdown {
  padding-left: 15px;
  padding-top: 4px;
}

.big-search-dropdown {
  margin-top: 0px;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #ddd; */
  font-size: 12px;
}

.new-conversation .big-search-dropdown .media-left {
  padding-right: 15px;
}

.new-conversation .big-search-dropdown .media-left img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.new-conversation .big-search-dropdown .media-body .media-heading {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #354052;
  letter-spacing: 0px;
  margin-bottom: 0px;
  line-height: 19px;
  font-weight: 700;
}

.new-conversation .big-search-dropdown .media-body p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  color: #9A9FA8;
  letter-spacing: 0px;
  max-height: 43px;
  margin-bottom: 0px;
  height: 18px;
  overflow: hidden;
  width: 250px;
  line-height: 15px;
}

#messageReceipient {
  margin-bottom: 0px;
}

.new-conversation {
  margin: 0px 10px 10px 10px;
}

.new-conversation .autosuggest {
  margin-top: -6px;
}

.new-conversation .group span::after {
  margin-top: -4px;
}

.search-message-btn {
  float: left;
  height: 30px;
  border-radius: 0px 5px 5px 0px;
  width: 43px;
  padding: 0px 0px 0px 0px;
  border: 0px;
}

.search-message-btn {
  background: #4fb6f9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4fb6f9), color-stop(100%, #1877e5));
  background: -webkit-gradient(linear, left top, right top, from(#4fb6f9), to(#1877e5));
  background: linear-gradient(to right, #4fb6f9 0%, #1877e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb6f9', endColorstr='#1877e5', GradientType=1 );
}

.community-btn {
  background: #4fb6f9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4fb6f9), color-stop(100%, #1877e5));
  background: -webkit-gradient(linear, left top, right top, from(#4fb6f9), to(#1877e5));
  background: linear-gradient(to right, #4fb6f9 0%, #1877e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb6f9', endColorstr='#1877e5', GradientType=1 );
  padding: 5px 18px;
}

.chat-list {
  top: 60px;
  right: 0px;
  height: 100%;
  z-index: 9;
}

.chat-list .left-sidebar.socialite {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  margin-right: -183px;
}

.chat-list .left-sidebar.socialite {
  width: 100%;
  display: table;
}

.chat-list .left-sidebar.socialite .following-group {
  margin-top: 0px;
}

@media screen and (max-width: 1660px) {
  .chat-list .left-sidebar.socialite .following-group {
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
  }
}

.chat-list .left-sidebar.socialite .following-group .list-group-item {
  padding: 0px;
  margin-bottom: 0px;
}

.chat-list .list-group .list-group-item {
  padding: 16px 30px;
  cursor: pointer;
  font-size: 14px;
  color: #354052;
  border-left: 0px;
  border-right: 0px;
}

.chat-list .following-group .list-group-item {
  background-color: transparent;
  border-width: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 18px;
}

.chat-list .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.chat-list .left-sidebar.socialite .following-group .list-group-item a {
  padding: 10px 15px;
  display: block;
}

.following-group .list-group-item .media .media-left {
  padding-right: 12px;
}

.chat-list .left-sidebar.socialite .following-group .media-left img {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.chat-list .left-sidebar.socialite .following-group .media-body {
  vertical-align: middle;
}

.chat-list .left-sidebar.socialite .following-group .media-heading {
  width: 120px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff !important;
}

.following-group .list-group-item .media .media-body .media-heading {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: -2px;
}

.chat-box {
  width: 260px;
  height: 304px;
  position: fixed;
  background-color: #fff;
  z-index: 9;
  bottom: 0px;
  right: 255px;
  border-radius: 4px 4px 0px 0px;
  -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.chat-box .chat-box-header {
  height: 28px;
  background-color: #1991EB;
  border-bottom: 1px solid #E6EAEE;
  border-radius: 4px 4px 0px 0px;
}

.chat-box .chat-box-header .side-left {
  text-transform: capitalize;
  line-height: 28px;
  padding-left: 10px;
  float: left;
  text-align: left;
  width: 70%;
}

.chat-box .chat-box-header .side-left a {
  color: #fff;
  text-decoration: none;
}

.chat-box .chat-box-header .side-right {
  float: right;
}

.chat-box .chat-box-header .list-inline {
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  width: auto;
}

.chat-box .chat-box-header .list-inline li {
  margin-bottom: 0px !important;
  float: left;
}

.chat-box .chat-box-header .list-inline li a {
  padding: 0px !important;
  width: auto;
  border-top: none !important;
}

.chat-box .chat-box-header .list-inline li a i {
  line-height: 28px;
  color: #fff;
}

.chat-box .chat-conversation {
  padding: 10px;
  border-left: 1px solid #E6EAEE;
  border-right: 1px solid #E6EAEE;
  width: inherit;
}

.chat-box .chat-conversation .message-conversation {
  padding-bottom: 18px;
}

.chat-box .chat-conversation a {
  padding: 0px !important;
  width: auto;
  border-top: none !important;
}

.chat-box .chat-conversation .message-conversation.current-user .media {
  direction: rtl;
}

.chat-box .chat-conversation .message-conversation .media {
  position: relative;
}

.chat-box .chat-conversation .message-conversation.current-user .media .media-left {
  padding-right: 0px;
}

.chat-box .chat-conversation .message-conversation .media .media-left img {
  width: 28px;
  height: 28px;
  border-radius: 4px;
}

.chat-box .chat-conversation .message-conversation.current-user .media .media-body {
  text-align: right;
}

.chat-box .chat-conversation .message-conversation.current-user .media .media-body .post-text {
  text-align: left;
  padding-left: 15px;
  margin-right: 4px;
  padding-right: 4px;
}

.chat-box .chat-conversation .message-conversation .media .media-body .post-text {
  color: #354052;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 15px;
  border: 1px solid #E6EAEE;
  padding: 5px 8px;
  padding-right: 15px;
  background-color: #fafbfc;
  border-radius: 4px;
  margin-bottom: 0px;
  display: inline-block;
  direction: initial;
}

#chatters .form-control {
  border-radius: unset !important;
}

.chat-box-small {
  height: 28px;
}

.saveditemsdiv .preparation .nav-link.active {
  background: -webkit-gradient(linear, left top, right top, from(#4FB6F9), to(#1877E5)) !important;
  background: linear-gradient(to right, #4FB6F9 0%, #1877E5 100%) !important;
  color: #fff !important;
}

.saveditemsdiv .questionnaire .questionnaire-tab .questionnaire-tab-item .nav-link {
  font-size: 14px !important;
}

.saveditemsdiv .preparation .nav-link {
  font-size: 14px !important;
}

.saveditemsdiv .questionnaire-tab .questionnaire-tab-item {
  width: 33.33%;
}

.saveditemsdiv .list-group.page-likes .list-group-item .connect-link a img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.saveditemsdiv .fa-save {
  color: #1877E5;
}

.saveditemsdiv .questionnaire-tab-content {
  line-height: unset;
}

.notification-list .count {
  width: 18px;
  height: 18px;
  background: #E76877;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  border-radius: 50%;
  position: initial;
  text-align: center;
  top: -10px;
  line-height: 18px;
  right: -3px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
}

#message-notification-modal .dropdown-menu-footer, #notification-modal .dropdown-menu-footer {
  border-top: 1px solid #E6EAEE;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 6px;
  background-color: #FAFBFC;
}

#message-notification-modal .no-messages, #notification-modal .no-messages {
  text-align: center;
}

#message-notification-modal .no-messages i, #notification-modal .no-messages i {
  padding-top: 40px;
  font-size: 100px;
  color: #7F8FA4;
  letter-spacing: 0px;
}

#message-notification-modal .no-messages p, #notification-modal .no-messages p {
  font-family: LucidaGrande;
  font-size: 18px;
  color: #7F8FA4;
  letter-spacing: 0px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 5px;
}

#message-notification-modal li.inbox-message, #notification-modal li.inbox-message {
  padding-top: 10px;
  padding-bottom: 10px;
}

#message-notification-modal ul li, #notification-modal ul li {
  border-bottom: 1px solid #E6EAEE;
  padding-left: 15px;
  padding-right: 15px;
}

#message-notification-modal li.inbox-message > a, #notification-modal li.inbox-message > a {
  display: block;
  width: 100%;
  text-decoration: none;
}

#message-notification-modal ul li .media .media-body, #notification-modal ul li .media .media-body {
  padding-left: 5px;
  text-align: left;
}

#message-notification-modal ul li .media .media-body .media-heading, #notification-modal ul li .media .media-body .media-heading {
  margin-bottom: 0px;
}

#message-notification-modal li.inbox-message > a .media-heading, #notification-modal li.inbox-message > a .media-heading {
  color: #354052;
  font-weight: 600;
}

#message-notification-modal ul li .media .media-body .media-heading .message-heading, #notification-modal ul li .media .media-body .media-heading .message-heading {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #354052;
  letter-spacing: 0px;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 175px;
  white-space: nowrap;
  overflow: hidden;
}

#message-notification-modal ul li .media .media-body .media-heading .online-status, #notification-modal ul li .media .media-body .media-heading .online-status {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39B54A), color-stop(98%, #34AA44));
  background-image: linear-gradient(-180deg, #39B54A 0%, #34AA44 98%);
  border: 1px solid #36AF47;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 7px;
}

#message-notification-modal ul li .media .media-body .media-heading .message-time, #notification-modal ul li .media .media-body .media-heading .message-time {
  float: right;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 19px;
  font-weight: 400;
  font-size: 11px;
  color: #7F8FA4;
  letter-spacing: 0px;
}

#message-notification-modal ul li .media .media-body .message-text, #notification-modal ul li .media .media-body .message-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7F8FA4;
  letter-spacing: 0px;
  line-height: 19px;
  margin-bottom: 0px;
  height: 19px;
  overflow: hidden;
  width: 245px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#message-notification-modal ul li .media .media-left img, #notification-modal ul li .media .media-left img {
  width: 42px;
  height: 42px;
  border-radius: 4px;
}

#message-notification-modal .scroll-area2, #notification-modal .scroll-area2 {
  position: relative;
  margin: auto;
  height: 250px;
  width: inherit;
}

#frm-edit-album .fileUpload.btn:hover {
  color: #2cbfc7 !important;
}

#blueimp-gallery .next, #blueimp-gallery .prev, #blueimp-gallery .close {
  color: #fff !important;
}

#communitySearchDiv .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  margin: 4px 23px 0px 0px;
}

#communitySearchDiv .form-left .input-group-btn .btn {
  border-left-width: 1px !important;
  border-right-width: 0px;
  background: #fff !important;
  height: 30px !important;
  padding-top: 4px;
  padding-right: 6px;
  border-color: #DFE3E9;
  margin-right: -6px;
}

#communitySearchDiv .form-left .form-control {
  margin-left: 0px !important;
  border-left-width: 0px;
  border-right-width: 1px !important;
  height: 30px !important;
  min-width: 360px;
  margin-top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #DFE3E9;
}

#communitySearchDiv .form-left .form-control .selectize-input {
  height: 30px;
  min-height: 30px;
  max-width: 360px;
  border-color: #E6EAEE;
  border-radius: 0px 4px 4px 0px;
  border-left-width: 0px;
  padding-top: 5px;
  padding-left: 8px;
  background-color: #fff;
  text-align: left;
}

#communitySearchDiv .autosuggest__results-before {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#notification-modal .notification-text {
  font-size: 14px;
  color: #354052;
  font-weight: 400;
  float: left;
}

.emoji-invoker {
  float: left;
  width: 20px;
  margin-top: 4px;
}

.markreaddiv {
  float: right;
  font-size: 14px;
  color: #0056b3 !important;
  padding-top: 2px;
}

.allnotifications .table > thead > tr > th {
  text-transform: capitalize;
  color: #7F8FA4;
  background-color: #F5F8FA;
  border-top: 1px solid #E6EAEE;
  border-bottom: 1px solid #E6EAEE;
  padding: 8px;
}

.trash-icon {
  background: #E76877;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
}

.trash-icon i {
  color: #FFFFFF !important;
  font-size: 13px;
  line-height: 27px;
}

.allnotifications .table > tbody > tr > td {
  color: #354052;
  font-weight: 600;
  vertical-align: middle;
  border-bottom: 1px solid #E6EAEE;
}

div.chat-box:focus-within {
  width: 255px;
  z-index: 9999;
}

.saveditemsdiv #posts .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: initial;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.trending {
  color: #1877E5;
  font-size: 16px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}

.body.colortheme .trending {
  border-bottom: 1px solid var(--border-bottom);
}

.trending span {
  margin-left: 5px;
  color: #666;
}

.body.colortheme .trending span {
  color: var(--text-color);
}

.body.colortheme .timeline-list > ul > li .dropdown-menu li a {
  color: var(--text-color);
}

.body.colortheme .border {
  border: 1px solid var(--border-bottom) !important;
}

.body.colortheme .share_link {
  color: var(--text-color);
}

.privacy-group-option {
  color: #000 !important;
}

.body.colortheme .privacy-group-option {
  color: var(--highlighted-text-color) !important;
}

.pr-3 {
  padding-right: -1rem !important;
  padding-left: 1rem !important;
}

.body.colortheme .fa-hashtag:before {
  color: var(--text-color);
}

.body.colortheme .comments .nutrition-accordion .panel-heading {
  background-color: var(--heading-text-color-one);
  margin: 10px;
  padding-top: 1px;
}

.privacy-setting-question {
  color: gray;
}

.body.colortheme .privacy-setting-question {
  color: var(--text-color);
}

.card.library-content-section.middle-section-library.mb-3 .trending:last-child {
  border-bottom: none;
}

.sender {
  background-color: #c2e3f9;
}

.body.colortheme .sender {
  background-color: #5f717d;
}

.receiver {
  background-color: #fff;
}

.body.colortheme .receiver {
  background-color: #4b7894;
}

.body.colortheme .list-group-item {
  background-color: var(--heading-text-color-three);
}

body {
  font-family: Roboto, Arial;
}

h4 {
  font-size: 1.1rem;
}

p {
  font-size: 0.85rem;
  font-weight: 400;
}

h3 {
  font-size: 1.7rem;
  font-weight: 600;
}

p.text-colored {
  color: #b223e5 !important;
  font-weight: 500;
  font-size: 0.9rem;
}

.main-content-text {
  color: #000;
}

img.image-width {
  width: 100%;
  height: auto;
}

.mobile-img {
  background: url(/images/cms/mobile.png);
  background-size: auto;
  width: 271px;
  height: 239px;
  background-repeat: no-repeat;
}

.image-align {
  padding-top: 80px;
}

.mobile-img-home {
  background: url(/images/cms/mobile-image1.png);
  background-size: contain;
  width: 570px;
  height: 502px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.try-text {
  font-weight: 700;
  color: #000;
  font-size: 3rem;
  text-transform: uppercase;
}

.button-width {
  width: auto;
  height: auto;
}

.banner-text {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.cms-banner, .guest-home-banner {
  background: url("/images/cms/cms-banner.jpg");
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 10% 0px;
}

.cms-footer {
  background: url("/images/cms/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0px;
  color: #fff;
}

.guest-home-footer {
  background: url("/images/cms/guesthomepage-footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-position: center;
  color: #fff;
}

img.responsive-button {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  img.footer-mobile {
    width: 100%;
    height: auto;
  }
  .button-width {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .button-width {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .button-width {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  img.image-width {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 980px) {
  .desktop-section {
    display: none;
  }
  .image-align {
    padding: 50px 0px !important;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-img {
    background-size: contain !important;
  }
}

@media screen and (min-width: 981px) {
  .mobile-section {
    display: none;
  }
  .image-align-discover {
    padding-top: 160px;
  }
}

/*_------GUEST HOME CSS-----------*/
.text-colored-nutrition {
  color: #2cbfc7 !important;
}

.text-colored-lifestyle {
  color: #ff5957 !important;
}

.text-colored-community {
  color: #1371e3 !important;
}

.text-colored-fitness {
  color: #f5317f !important;
}

p.main-content-text, .main-content-text-icon {
  color: #666;
}

.try-background {
  background-color: #f7e8fb;
}

.main-content-text h2 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: Roboto, Arial;
}

.guest-home-footer p {
  color: #fff;
}

.cms-footer p {
  color: #fff;
}

.body.colortheme .cms-footer p {
  color: #fff;
}

.body.colortheme .cms-footer h3 {
  color: #fff !important;
  background-color: transparent !important;
}

.body {
  background-color: #fff;
}

.body.colortheme {
  background-color: #1a1a1a;
  color: #fff !important;
  height: 100vh;
}

.highlight {
  position: relative;
}

.jumbotron {
  margin-bottom: 0;
  direction: ltr !important;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 2rem 1rem;
  }
}

.breadcrumb {
  padding: 1rem 0;
  background-color: transparent;
}

.breadcrumb-item.active {
  color: #fff;
}

[v-cloak] {
  display: none;
}

.intl-tel-input {
  width: 100%;
}

iframe {
  width: 100%;
  border: 0;
}

.alert.alert-top {
  border: none;
  margin-bottom: 0;
}

.custom-control-indicator, .custom-control-description, .switch-label, .switch-handle {
  margin-top: .25rem;
}

[data-toggle="slider"]:not(.slick-initialized) {
  visibility: hidden;
}

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

.slick-slide h3 {
  line-height: 15rem;
  background-color: #fff;
  margin: 0 0.5rem;
}

.wysiwyg-content .image.image-style-align-left {
  float: left;
  margin-right: 2em;
}

.wysiwyg-content .image.image-style-align-right {
  float: right;
  margin-left: 2em;
}

.wysiwyg-content .image.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg-content .image.image-style-align-center, .wysiwyg-content .image .image-style-align-left, .wysiwyg-content .image .image-style-align-right {
  max-width: 50%;
}

.wysiwyg-content .image > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.wysiwyg-content .image > figcaption {
  text-align: center;
  color: #333;
  background-color: #f7f7f7;
  padding: .8em;
  font-size: .75em;
  outline-offset: -1px;
}

.top-section-home {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.logo-home {
  margin-left: 20px;
  margin-top: 20px;
  display: inline-block;
}

.top-section-home .logo-home img {
  width: 80%;
}

.toggle-menu-home {
  float: right;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #FFF;
  border: 2px solid #FFF;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  line-height: 41px;
  margin: 20px 20px 0px 0px;
}

.modal-header .close {
  margin: inherit !important;
}

.newmenucalendar {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

#menucalendar .vdp-datepicker__calendar .cell.highlighted:after {
  content: '';
  width: 5px;
  height: 5px;
  position: inherit;
  /*left: 10px;
  top: 10px;*/
  background-color: #2cbfc7;
  border-radius: 10px;
  float: left;
  margin-left: 5px;
  margin-top: 18px;
}

.nutrition-dot:after {
  content: '';
  width: 5px;
  height: 5px;
  position: inherit;
  /*left: 10px;
  top: 10px;*/
  background-color: #2cbfc7;
  border-radius: 10px;
  float: left;
  margin-left: 5px;
  margin-top: 18px;
}

.fitness-dot:before {
  content: '';
  width: 5px;
  height: 5px;
  position: inherit;
  /*left: 20px;
  top: 10px;*/
  background-color: #f5317f;
  border-radius: 10px;
  float: left;
  margin-top: 18px;
}

.today {
  background: #C8BDCC !important;
  color: #fff;
}

.vdp-datepicker__calendar .cell.selected {
  background: #92efbf !important;
}

#menucalendar .vdp-datepicker__calendar .cell.highlighted {
  background: none !important;
}

#menucalendar .vdp-datepicker__calendar .cell.disabled:before {
  content: '';
  width: 5px;
  height: 5px;
  position: inherit;
  /*left: 20px;
  top: 10px;*/
  background-color: #f5317f;
  border-radius: 10px;
  float: left;
  margin-top: 18px;
}

#menucalendar .vdp-datepicker__calendar .disabled {
  color: inherit !important;
  cursor: pointer;
}

#menucalendar .vdp-datepicker__calendar .disabled:hover {
  border: 1px solid #4bd !important;
}

#menucalendar .vdp-datepicker__calendar .cell {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.body.colortheme #menucalendar .vdp-datepicker__calendar .cell {
  border: 1px solid var(--border-bottom);
}

#menucalendar .vdp-datepicker__calendar .cell.highlighted.today {
  background: #F7A8F7 !important;
  color: #fff;
}

#menucalendar .vdp-datepicker__calendar .cell.highlighted.today {
  background: #C8BDCC !important;
  color: #fff;
}

#menucalendar .vdp-datepicker__calendar .cell.selected.highlighted {
  background: #F7A8F7 !important;
  color: #fff;
}

#txtLibraryDate {
  height: 30px;
  width: 100%;
  margin-bottom: 10px !important;
  background-color: #f9fafb;
  border: 1px solid #dee1e3;
  /* border-right: 0px solid #dee1e3;*/
  font-size: 12px;
  color: #666;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.vdp-datepicker__calendar {
  bottom: 0;
}

