/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}
.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range.active,
.datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
  color: var(--color-primary);
  background-color: var(--color-light-primary);
  border-color: var(--color-light-primary);
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  color: var(--color-primary);
  background-color: var(--color-light-primary);
  border-color: var(--color-light-primary);
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  color: var(--color-primary);
  background-color: var(--color-light-primary);
  border-color: var(--color-light-primary);
}
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover {
  color: var(--color-primary);
  background-color: var(--color-light-primary);
  border-color: var(--color-light-primary);
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  color: var(--color-primary);
  background-color: var(--color-light-primary);
  border-color: var(--color-light-primary);
}
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
  color: var(--color-primary);
  background-color: var(--color-light-primary);
  border-color: var(--color-light-primary);
}
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

:root {
  --body-text-color: #5c5957;
  --body-bg-color: #e2d9d5;
  --card-border-color: #e2d9d5;
  --card-bg-color: #fff;
  --dashed-color: #fafafa;
  --offset-before: 8px;
  --offset-after: 16px;
}
.cs-bg-light-green {
  background-color: #1bc5bd26 !important;
}
.cs-bg-lightblue {
  background-color: #beeaf8 !important;
}
.cs-patient360-tl-ul {
  display: flex;
  list-style: none;
  gap: 4px;
  flex-wrap: wrap;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.cs-patient360-tl-ul {
  list-style-position: inside;
  padding-left: 0;
}
.cs-patient360-tl-ul li::before {
  position: absolute;
  top: calc(10% - -1px);
  left: 1px;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-size: 11px;
  font-weight: 900;
  color: rgba(24, 28, 50, 0.29);
}
.cs-patient360-tl-ul li:first-child::before {
  content: "" !important;
}
.cs-patient360-tl-ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.cs-patient360-tl-ul li:first-child {
  padding-left: 0px;
}
.cs-treatmentCycle-header-bg {
  background-color: #c2e5fe !important;
}
.cs-voucher-badge {
  border-radius: 30px 0 0 30px;
  color: #fff;
  /* width: 108px; */
  text-align: center;
  padding: 6.5px 18px;
  position: relative;
  border-right: 1px dashed #fff;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.cs-voucher-badge:after {
  width: 0;
  height: 0;
  border: 10.5px solid transparent;
  position: absolute;
  content: "";
  border-top-color: #04AA6D;
  right: -19px;
  top: 0px;
  border-left-color: #04AA6D;
}
.cs-voucher-badge:before {
  width: 0;
  height: 0;
  border: 13px solid transparent;
  position: absolute;
  content: "";
  border-bottom-color: #04AA6D;
  right: -20px;
  top: -6px;
}
.cs-text-orange {
  color: #ff4400 !important;
}
.cs-bg-light-pink {
  background-color: #ffc0cb8c !important;
}
.cs-bg-light-blue {
  background-color: #9fe5fc85 !important;
}
.cs-p360-maleUser {
  border: 3px solid #00749b;
}
.cs-p360-femaleUser {
  border: 3px solid #ff6c86;
}
.cs-p360-femaleUser-wrapper i {
  position: absolute;
  left: 50%;
  color: #ff6c86;
  font-size: 14px;
  bottom: -3px;
}
.cs-p360-maleUser-wrapper i {
  position: absolute;
  left: 80%;
  color: #00749b;
  top: -2px;
  transform: rotate(-45deg);
  font-size: 14px;
}
.cs-allergies-text-color {
  color: #f65050;
}
.cs-list-icon {
  font-size: 5px;
  position: relative;
  top: -2px;
}
.cs-list-bullet-icon {
  list-style: none;
}
.cs-list-bullet-icon {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}
.cs-list-bullet-icon li {
  padding-left: 4px;
}
.cs-list-bullet-icon li:before {
  content: "\f111";
  /* FontAwesome Unicode */
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 5px;
  position: relative;
  top: -2px;
  left: -4px;
}
.cs-prev-failCycle-badge .kt-badge.kt-badge--unified-info {
  color: red;
  background: #e35c5c2e;
  border: 1px solid #ff2f2f;
  padding: 0px;
  margin-top: -2px;
}
.cs-bg-badge-outline-pink {
  border: 1px solid #f991a3;
  padding: 1px 5px !important;
  border-radius: 2px !important;
  font-size: 11px;
  color: #000;
}
.cs-bg-badge-outline-blue {
  border: 1px solid #298fb1;
  padding: 1px 5px !important;
  border-radius: 2px !important;
  font-size: 11px;
  color: #000;
}
.cs-bg-blood-red {
  background-color: #d12828;
}
.cs-hospital-svg {
  content: url(/common/svg/Hospital.svg);
  background-repeat: no-repeat;
}
.cs-layer-svg {
  content: url(/common/svg/layer.svg);
  background-repeat: no-repeat;
}
.cs-welcome-hand-svg {
  content: url(/common/svg/welcome-hand.svg);
  background-repeat: no-repeat;
}
.cs-notes-svg {
  content: url(/common/svg/notes.svg);
  background-repeat: no-repeat;
}
.cs-note-svg {
  content: url(/common/svg/note.svg);
  background-repeat: no-repeat;
}
.cs-note-net-svg {
  content: url(/common/svg/note-net.svg);
  background-repeat: no-repeat;
}
.cs-money-bill-svg {
  content: url(/common/svg/money-bill.svg);
  background-repeat: no-repeat;
}
.cs-receipt-svg {
  content: url(/common/svg/receipt.svg);
  background-repeat: no-repeat;
}
.cs-minus-circle-svg {
  content: url(/common/svg/minus-circle.svg);
  background-repeat: no-repeat;
}
.cs-wallet-svg {
  content: url(/common/svg/wallet.svg);
  background-repeat: no-repeat;
}
.cs-plan-svg {
  content: url(/common/svg/plan.svg);
  background-repeat: no-repeat;
}
.cs-total-cycle-svg {
  content: url(/common/svg/total-cycle.svg);
  background-repeat: no-repeat;
}
.cs-user-id-svg {
  content: url(/common/svg/user-id.svg);
  background-repeat: no-repeat;
}
.cs-map-pin-svg {
  content: url(/common/svg/map-pin.svg);
  background-repeat: no-repeat;
}
.cs-apartment-svg {
  content: url(/common/svg/apartment.svg);
  background-repeat: no-repeat;
}
.cs-location-map-svg {
  content: url(/common/svg/location-map.svg);
  background-repeat: no-repeat;
}
.cs-globe-svg {
  content: url(/common/svg/globe.svg);
  background-repeat: no-repeat;
}
.cs-calendar-svg {
  content: url(/common/svg/calendar.svg);
  background-repeat: no-repeat;
}
.cs-visit-purpose-svg {
  content: url(/common/svg/visit-purpose.svg);
  background-repeat: no-repeat;
}
.cs-ct-txt-svg {
  content: url(/common/svg/ct-txt.svg);
  background-repeat: no-repeat;
}
.cs-sc-txt-svg {
  content: url(/common/svg/sc-txt.svg);
  background-repeat: no-repeat;
}
.cs-doctor-svg {
  content: url(/common/svg/doctor.svg);
  background-repeat: no-repeat;
}
.cs-hwc-svg {
  content: url(/common/svg/hwc.svg);
  background-repeat: no-repeat;
}
.cs-users-svg {
  content: url(/common/svg/users.svg);
  background-repeat: no-repeat;
}
.cs-clipboard-check-svg {
  content: url(/common/svg/clipboard-check.svg);
  background-repeat: no-repeat;
}
.cs-phone-svg {
  content: url(/common/svg/phone.svg);
  background-repeat: no-repeat;
}
.cs-whatsApp-svg {
  content: url(/common/svg/whatsApp.svg);
  background-repeat: no-repeat;
}
.cs-verified-svg {
  content: url(/common/svg/verfied.svg);
  background-repeat: no-repeat;
}
.cs-unverified-svg {
  content: url(/common/svg/not-verfied.svg);
  background-repeat: no-repeat;
}
.cs-commercial-svg {
  content: url(/common/svg/commercial.svg);
  background-repeat: no-repeat;
}
.cs-cycle-svg {
  content: url(/common/svg/cycle.svg);
  background-repeat: no-repeat;
}
.cs-vc-text-svg {
  content: url(/common/svg/vc-text.svg);
  background-repeat: no-repeat;
}
.cs-couple-svg {
  content: url(/common/svg/couple.svg);
  background-repeat: no-repeat;
}
.cs-plan-svg {
  content: url(/common/svg/medical-plan.svg);
  background-repeat: no-repeat;
}
.cs-package-svg {
  content: url(/common/svg/medical-package.svg);
  background-repeat: no-repeat;
}
.cs-cryo-svg {
  content: url(/common/svg/cryo.svg);
  background-repeat: no-repeat;
}
.cs-pending-cycle-svg {
  content: url(/common/svg/pending-cycle.svg);
  background-repeat: no-repeat;
}
.cs-home-svg {
  content: url(/common/svg/home.svg);
  background-repeat: no-repeat;
}
.cs-phone-svg {
  content: url(/common/svg/phone.svg);
  background-repeat: no-repeat;
}
.cs-envelope-svg {
  content: url(/common/svg/envelope.svg);
  background-repeat: no-repeat;
}
.cs-cyclethin-svg {
  content: url(/common/svg/cyclethin.svg);
  background-repeat: no-repeat;
}
.cs-usg-scan-svg {
  content: url(/common/svg/usg-scan.svg);
  background-repeat: no-repeat;
}
.cs-patientusg-scan-svg {
  content: url(/common/svg/patientUsg.svg);
  background-repeat: no-repeat;
}
.cs-plus-outline-svg {
  content: url(/common/svg/plus-outline.svg);
  background-repeat: no-repeat;
}
.cs-check-circle-svg {
  content: url(/common/svg/check-circle.svg);
  background-repeat: no-repeat;
}
.cs-allergies-outline-svg {
  content: url(/common/svg/allergies-outline.svg);
  background-repeat: no-repeat;
}
.cs-menstrual-svg {
  content: url(/common/svg/menstrual.svg);
  background-repeat: no-repeat;
}
.cs-syringe-green-svg {
  content: url(/common/svg/syringe-green.svg);
  background-repeat: no-repeat;
}
.cs-trigger-t-svg {
  content: url(/common/svg/trigger-t.svg);
  background-repeat: no-repeat;
}
.cs-usg-svg {
  content: url(/common/svg/usg-scan.svg);
  background-repeat: no-repeat;
}
.cs-open-partial-svg {
  content: url(/common/svg/open-partial.svg);
  background-repeat: no-repeat;
}
.cs-allergies-svg {
  content: url(/common/svg/allergies.svg);
  background-repeat: no-repeat;
}
.cs-syringe-svg {
  content: url(/common/svg/syringe.svg);
  background-repeat: no-repeat;
}
.cs-vital-date-svg {
  content: url(/common/svg/vitaldate.svg);
  background-repeat: no-repeat;
}
.cs-infertility-svg {
  content: url(/common/svg/infertility.svg);
  background-repeat: no-repeat;
}
.cs-infertility-indication-svg {
  content: url(/common/svg/infertilityIndication.svg);
  background-repeat: no-repeat;
}
.cs-medical-history-svg {
  content: url(/common/svg/medical-history.svg);
  background-repeat: no-repeat;
}
.cs-surgical-history-svg {
  content: url(/common/svg/surgical-history.svg);
  background-repeat: no-repeat;
}
.cs-obstetric-history-svg {
  content: url(/common/svg/obstetricHistory.svg);
  background-repeat: no-repeat;
}
.cs-preart-tmt-svg {
  content: url(/common/svg/preart-treatment.svg);
  background-repeat: no-repeat;
}
.cs-spouseandrology-svg {
  content: url(/common/svg/spouseAndrology.svg);
  background-repeat: no-repeat;
}
.cs-file-potiential-svg {
  content: url(/common/svg/file-potiential.svg);
  background-repeat: no-repeat;
}
.cs-planned-date-svg {
  content: url(/common/svg/planned-date.svg);
  background-repeat: no-repeat;
}
.cs-embryo-svg {
  content: url(/common/svg/embryo.svg);
  background-repeat: no-repeat;
}
.cs-flaticon-bold:before {
  font-weight: bold;
}
.cs-education-icon-female {
  color: #f052a4;
  margin-top: -2px;
  z-index: 1 !important;
}
.cs-education-icon-male {
  color: #298fb1;
  margin-top: -2px;
  z-index: 1 !important;
}
.cs-mt-n-11px {
  margin-top: -22px;
}
.cs-bg-lighter-pink {
  background-color: #fff7f9eb !important;
}
.cs-bg-lighter-blue {
  background-color: #f3fcff !important;
}
.cs-kt-ribbon--grey .kt-ribbon__target {
  top: 4px !important;
  background-color: #989a99 !important;
  font-size: 11px;
  padding: 4px 10px !important;
}
.cs-kt-ribbon--grey .kt-ribbon__target:after {
  border-top: none !important;
  border-bottom: none !important;
}
.cs-kt-ribbon--purple .kt-ribbon__target {
  top: 4px !important;
  background-color: #b6a0e1 !important;
  font-size: 11px;
  padding: 4px 10px !important;
}
.cs-kt-ribbon--purple .kt-ribbon__target:after {
  border-top: none !important;
  border-bottom: none !important;
}
.border-bottom.cs-border-dark {
  border-color: #d1d1d1 !important;
}
.cs-dropdown-arrow-none .dropdown-toggle::after {
  display: none;
}
.cs-treatmentCycle-details-modal .kt-widget13 .kt-widget13__item .kt-widget13__desc {
  text-align: right;
}
.cs-treatmentCycle-details-modal .kt-widget13__desc {
  font-weight: 500 !important;
  color: #000;
}
.cs-treatmentCycle-details-modal .kt-widget13__text {
  font-weight: 400;
  /* color: #000; */
}
.badge-success-dark {
  color: #fff;
  background-color: #04AA6D;
}
.cs-patient-card-wrapper .breadcrumb .breadcrumb-item:after {
  padding: 0px 5px;
}
.cs-patient-card-wrapper .breadcrumb .breadcrumb-item {
  padding-right: 0px;
  margin-bottom: 1px;
}
@media (max-width: 1350px) {
  .cs-voucher-badge {
    padding: 6.5px 4px;
    font-size: 11px !important;
  }
  #HandleWithCareDiv {
    font-size: 12px !important;
  }
}
/* .cs-spouseandrology-svg.cs-spouseandrology-svg-position {
    position: relative;
    top: -1px;
} */
/* .cs-bg-red {
background-color: var(--bg-red) !important; 
} */
.cs-badge-fp-high {
  background: #04AA6D !important;
}
.cs-badge-fp-high.cs-voucher-badge:before {
  border-bottom-color: #04AA6D;
}
.cs-badge-fp-high.cs-voucher-badge:after {
  border-top-color: #04AA6D;
  border-left-color: #04AA6D;
}
.cs-badge-fp-med {
  background: #11b9f9 !important;
}
.cs-badge-fp-med.cs-voucher-badge:before {
  border-bottom-color: #11b9f9 !important;
}
.cs-badge-fp-med.cs-voucher-badge:after {
  border-top-color: #11b9f9 !important;
  border-left-color: #11b9f9 !important;
}
.cs-badge-fp-low {
  background: #e57600 !important;
}
.cs-badge-fp-low.cs-voucher-badge:before {
  border-bottom-color: #e57600 !important;
}
.cs-badge-fp-low.cs-voucher-badge:after {
  border-top-color: #e57600 !important;
  border-left-color: #e57600 !important;
}
.cs-list-bullet-icon .cs-patientusg-bullet-icon::before {
  top: 5px !important;
}
.custom-side-nav .cs-patient-timeline-width .kt-demo-panel {
  width: 400px !important;
}
.cs-patient-timeline-width .kt-demo-panel {
  left: -400px !important;
}
.cs-active-cycle-dot {
  position: absolute;
  left: -5px;
  font-size: 7px;
  top: 3px;
  color: #11d314;
}
.cs-table-scroll-xy {
  border-collapse: collapse;
}
.cs-table-scroll-xy th,
.cs-table-scroll-xy td {
  max-width: 300px;
  padding: 8px 16px;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs-table-scroll-xy thead {
  position: sticky;
  inset-block-start: 0;
  top: 0px;
}
.dataTables_wrapper.cs-table-my-0-wrapper .dataTable.cs-table-my-0,
.dataTables_wrapper .table.cs-table-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.cs-patient360-dropzone .dropzone .dz-preview {
  margin: 7px;
}
.cs-patient360-dropzone .dropzone .dz-preview .dz-image {
  width: 100px;
  height: 100px;
}
.cs-patient360-dropzone .dropzone .dz-preview .dz-image img {
  display: block;
  height: 100px;
  width: 100px;
}
.cs-patient360-dropzone .dropzone .dz-message {
  justify-content: center;
  text-align: center;
  margin: 2em auto;
}
.cs-icon-rotate svg {
  transform: rotate(180deg);
  /* transition: 0.2s ; */
}
.cs-imp-counselling {
  font-size: 10px;
  max-width: 85px;
  padding: 5px !important;
  background-color: #dc3545 !important;
  margin-left: auto;
  margin-bottom: 2px;
}
.kt-widget3__item .dropdown-toggle::after {
  display: none;
}
.cs-fs-14px {
  font-size: 14px !important;
}
.kt-widget3__status {
  min-width: 125px;
}
.no-content-section {
  top: 10%;
  height: 70vh !important;
  position: sticky !important;
}
.cs-select2-width-240 .select2 {
  width: 175px !important;
}
.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__value {
  font-size: 1rem !important;
}
.cs-vital-unit-fs {
  font-size: 8.5px;
}
.cs-text-hover-none:hover,
.cs-text-hover-none:focus {
  font-weight: 500 !important;
}
.cs-unverified-svg {
  content: url(/common/svg/not-verfied.svg);
  background-repeat: no-repeat;
}
.cs-bg-light-warning {
  background: #fff8dd !important;
}
.cs-bg-light-red {
  background: #fae8ec !important;
}
.cs-bg-orange-lighter {
  background: #fff1eb !important;
}
.card.card-custom .p-2.card-body {
  padding: 0.5rem !important;
}
.cs-embryoTable-wrapper table thead {
  background: #dfefff;
}
.cs-embryoTable-wrapper table {
  background: #dfefff;
  border: 1px solid #abd5ff !important;
  border-bottom: 1px solid #abd5ff !important;
}
.cs-embryoTable-wrapper th {
  border: 1px solid #85bff98c !important;
}
.cs-embryoTable-wrapper table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.cs-embryoTable-wrapper table tbody tr:nth-child(odd) {
  background-color: #fff;
}
/* Stack Cards css Start */
/* .cs-cycleDetails-steck-wrapper ul.cards {
width: 100%;
margin: 0 auto 20px;
height: 250px;
list-style-type: none;
position: relative;
padding: 12px 0;
cursor: pointer;
}
.cs-cycleDetails-steck-wrapper ul.cards li.title {
margin: 0 0 20px;
}
.cs-cycleDetails-steck-wrapper ul.cards li.title h2 {
font-weight: 700;
}
.cs-cycleDetails-steck-wrapper ul.cards li.card {
background: #fff;
overflow: hidden;
height: 240px;
width: 277px;
border-radius: 10px;
position: absolute;
left: 0px;
box-shadow: 0px 2px 2px 0 #aaaaaa17;
transition: all 0.4s cubic-bezier(0.63, 0.15, 0.03, 1.12);
}
.cs-cycleDetails-steck-wrapper ul.cards li.card img {
max-width: 100%;
height: auto;
}
.cs-cycleDetails-steck-wrapper ul.cards li.card div.content {
padding: 0px;
}
.cs-cycleDetails-steck-wrapper ul.cards li.card.card-1 {
z-index: 10;
transform: rotateZ(-2deg);
}
.cs-cycleDetails-steck-wrapper ul.cards li.card.card-2 {
z-index: 9;
transform: rotateZ(-7deg);
transition-delay: 0.05s;
}
.cs-cycleDetails-steck-wrapper ul.cards li.card.card-3 {
z-index: 8;
transform: rotateZ(5deg);
transition-delay: 0.1s;
}
.cs-cycleDetails-steck-wrapper ul.cards.transition li.card {
transform: rotateZ(0deg);
}
.cs-cycleDetails-steck-wrapper ul.cards.transition li.card.card-4 {
left: 870px;
}
.cs-cycleDetails-steck-wrapper ul.cards.transition li.card.card-3 {
left: 580px;
}
.cs-cycleDetails-steck-wrapper ul.cards.transition li.card.card-2 {
left: 290px;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks {
width: 660px;
list-style-type: none;
margin: 0 auto 20px;
padding: 0;
position: relative;
cursor: pointer;
height: 700px;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks li.title {
margin: 0 0 20px;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks li.title h2 {
font-weight: 700;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks li.stack {
position: absolute;
left: 0px;
transition: all 0.4s cubic-bezier(0.63, 0.15, 0.03, 1.02);
}
.cs-cycleDetails-steck-wrapper ul.card-stacks li.stack ul.cards-down {
position: relative;
margin: 0 0 20px;
padding: 20px;
list-style-type: none;
margin: 0;
padding: 0;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks li.stack ul.cards-down li.card {
transition: all 0.4s cubic-bezier(0.63, 0.15, 0.03, 1.22);
left: 0px;
transition-delay: 0.4s;
background: #fff;
overflow: hidden;
height: 200px;
width: 200px;
border-radius: 10px;
position: absolute;
top: 0px;
box-shadow: 1px 2px 2px 0 #aaa;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks li.stack ul.cards-down li.card img {
max-width: 100%;
height: auto;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks li.stack ul.cards-down li.card div.content {
padding: 5px 10px;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks li.stack ul.cards-down li.card.card-1 {
z-index: 10;
transform: rotateZ(-2deg);
}
.cs-cycleDetails-steck-wrapper ul.card-stacks li.stack ul.cards-down li.card.card-2 {
z-index: 9;
transform: rotateZ(-7deg);
}
.cs-cycleDetails-steck-wrapper ul.card-stacks li.stack ul.cards-down li.card.card-3 {
z-index: 8;
transform: rotateZ(5deg);
}
.cs-cycleDetails-steck-wrapper ul.card-stacks.transition li.stack.stack-1 {
left: 0px;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks.transition li.stack.stack-2 {
left: 220px;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks.transition li.stack.stack-3 {
left: 440px;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks.transition li.stack.stack-3 {
left: 660px;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks.transition li.stack ul.cards-down li.card {
transform: rotateZ(0deg);
}
.cs-cycleDetails-steck-wrapper ul.card-stacks.transition li.stack ul.cards-down li.card.card-1 {
top: 440px;
}
.cs-cycleDetails-steck-wrapper ul.card-stacks.transition li.stack ul.cards-down li.card.card-2 {
top: 220px;
}
.cs-cycleDetails-steck-wrapper ul.cards-split {
width: 660px;
height: 280px;
list-style-type: none;
position: relative;
margin: 0 auto 20px;
padding: 20px;
cursor: pointer;
}
.cs-cycleDetails-steck-wrapper ul.cards-split li.title {
margin: 0 0 20px;
}
.cs-cycleDetails-steck-wrapper ul.cards-split li.title h2 {
font-weight: 700;
}
.cs-cycleDetails-steck-wrapper ul.cards-split li.card {
background: #fff;
overflow: hidden;
height: 200px;
width: 200px;
border-radius: 10px;
position: absolute;
left: 220px;
box-shadow: 1px 2px 2px 0 #aaa;
transition: all 0.4s cubic-bezier(0.63, 0.15, 0.03, 1.12);
}
.cs-cycleDetails-steck-wrapper ul.cards-split li.card img {
max-width: 100%;
height: auto;
}
.cs-cycleDetails-steck-wrapper ul.cards-split li.card div.content {
padding: 5px 10px;
}
.cs-cycleDetails-steck-wrapper ul.cards-split li.card.card-1 {
z-index: 10;
transform: rotateZ(-2deg);
}
.cs-cycleDetails-steck-wrapper ul.cards-split li.card.card-2 {
z-index: 9;
transform: rotateZ(-7deg);
transition-delay: 0.05s;
}
.cs-cycleDetails-steck-wrapper ul.cards-split li.card.card-3 {
z-index: 8;
transform: rotateZ(5deg);
transition-delay: 0.1s;
}
.cs-cycleDetails-steck-wrapper ul.cards-split.transition li.card {
transform: rotateZ(0deg);
}
.cs-cycleDetails-steck-wrapper ul.cards-split.transition li.card.card-1 {
left: 0px;
}
.cs-cycleDetails-steck-wrapper ul.cards-split.transition li.card.card-2 {
left: 440px;
}
.cs-cycleDetails-steck-wrapper ul.cards-split.transition li.card.card-3 {
left: 220px;
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay {
width: 660px;
height: 280px;
list-style-type: none;
position: relative;
margin: 0 auto 20px;
padding: 20px;
cursor: pointer;
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay li.title {
margin: 0 0 20px;
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay li.title h2 {
font-weight: 700;
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay li.card {
background: #fff;
overflow: hidden;
height: 200px;
width: 200px;
border-radius: 10px;
position: absolute;
left: 220px;
box-shadow: 1px 2px 2px 0 #aaa;
transition: all 0.4s cubic-bezier(0.63, 0.15, 0.03, 1.12);
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay li.card img {
max-width: 100%;
height: auto;
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay li.card div.content {
padding: 5px 10px;
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay li.card.card-1 {
z-index: 10;
transform: rotateZ(-2deg);
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay li.card.card-2 {
z-index: 9;
transform: rotateZ(-7deg);
transition-delay: 0.6s;
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay li.card.card-3 {
z-index: 8;
transform: rotateZ(5deg);
transition-delay: 0s;
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay.transition li.card {
transform: rotateZ(0deg);
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay.transition li.card.card-1 {
left: 0px;
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay.transition li.card.card-2 {
left: 440px;
}
.cs-cycleDetails-steck-wrapper ul.cards-split-delay.transition li.card.card-3 {
left: 220px;
transition-delay: 0.6s;
} */
.cs-stack-card::before {
  transform: translate(var(--offset-before), calc(-1 * var(--offset-before)));
}
.cs-stack-card::after {
  transform: translate(var(--offset-after), calc(-1 * var(--offset-after)));
}
.cs-stack-card {
  position: relative;
  cursor: pointer;
  margin: 18px auto;
}
.cs-stack-card::before,
.cs-stack-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f885;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: transform 0.3s;
}
.cs-stack-card .card-inner {
  background-color: #fff;
}
.cs-stack-card::before,
.cs-stack-card .card-inner {
  z-index: 1;
}
.cs-card-collapse-btn {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 20px;
  width: 20px;
  padding: 0px !important;
  border-radius: 50% !important;
}
.cs-card-collapse-btn i {
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 3px;
}
.card.cs-card-active {
  border: 2cqi solid #cf2345;
}
.card.cs-card-active .card-header,
.cs-stimulation-card-wrapper .card-header {
  background-color: #d7325226 !important;
  transition: 0.2s;
}
.cs-stimulation-card-wrapper .card-header .card-title,
.cs-stimulation-card-wrapper .card-header .card-title i,
.cs-stimulation-card-wrapper .card-header .card-toolbar,
.cs-stimulation-card-wrapper .card-header .card-toolbar i,
.stimulation-card .card .card-header .card-title,
.stimulation-card .card .card-header .card-title i,
.stimulation-card .card .card-header .card-toolbar,
.stimulation-card .card .card-header .card-toolbar i {
  color: #cf2345 !important;
  transition: 0.2s;
}
/* .card.cs-card-active .card-header .card-title i{
    transform: rotate(90deg);
} */
.stimulation-card .card {
  border: 1px dashed #cf234552;
}
.stimulation-card .card .card-header {
  background-color: #fae8ec91 !important;
}
.opu-card .card-header {
  background-color: #e9f3ffa1 !important;
}
.opu-card .card {
  border: 1px dashed #1b84ff82;
}
.cs-opu-card-wrapper .card .card-header {
  background-color: #E9F3FF !important;
}
.cs-opu-card-wrapper .card .card-header .card-title,
.cs-opu-card-wrapper .card .card-header .card-title i,
.cs-opu-card-wrapper .card .card-header .card-toolbar,
.cs-opu-card-wrapper .card .card-header .card-toolbar i,
.opu-card .card .card-header .card-title,
.opu-card .card .card-header .card-title i,
.opu-card .card .card-header .card-toolbar,
.opu-card .card .card-header .card-toolbar i {
  color: #1B84FF !important;
}
.cs-opu-card-wrapper .cs-card-active {
  border: 1px solid #1B84FF;
}
.cs-opu-card-wrapper .card.cs-card-active .card-header {
  background-color: #dcecff !important;
  transition: 0.2s;
}
.decision-card .card-header {
  background-color: #dfffea40 !important;
}
.decision-card .card {
  border: 1px dashed #04b44061;
}
.cs-decision-card-wrapper .card .card-header {
  background-color: #dfffea7e !important;
}
.cs-decision-card-wrapper .card .card-header .card-title,
.cs-decision-card-wrapper .card .card-header .card-title i,
.cs-decision-card-wrapper .card .card-header .card-toolbar,
.cs-decision-card-wrapper .card .card-header .card-toolbar i,
.decision-card .card .card-header .card-title,
.decision-card .card .card-header .card-title i,
.decision-card .card .card-header .card-toolbar,
.decision-card .card .card-header .card-toolbar i {
  color: #04B440 !important;
}
.cs-decision-card-wrapper .cs-card-active {
  border: 2px solid #04b44082;
}
.cs-decision-card-wrapper .card.cs-card-active .card-header {
  background-color: #dfffea7e !important;
  transition: 0.2s;
}
.et-card .card-header {
  background-color: #F8F5FF !important;
}
.et-card .card {
  border: 1px dashed #5014d03b;
}
.cs-et-card-wrapper .card .card-header {
  background-color: #F8F5FF !important;
}
.cs-et-card-wrapper .card .card-header .card-title,
.cs-et-card-wrapper .card .card-header .card-title i,
.cs-et-card-wrapper .card .card-header .card-toolbar,
.cs-et-card-wrapper .card .card-header .card-toolbar i,
.et-card .card .card-header .card-title,
.et-card .card .card-header .card-title i,
.et-card .card .card-header .card-toolbar,
.et-card .card .card-header .card-toolbar i {
  color: #a985f5 !important;
}
.cs-et-card-wrapper .cs-card-active {
  border: 2px solid #a985f5;
}
.cs-et-card-wrapper .card.cs-card-active .card-header {
  background-color: #F8F5FF !important;
  transition: 0.2s;
}
.cs-result-card-wrapper .card .card-header {
  background-color: #eafdff !important;
}
.cs-result-card-wrapper .cs-card-active {
  border: 2px solid #00bace;
}
.cs-result-card-wrapper .card .card-header .card-title,
.cs-result-card-wrapper .card .card-header .card-title i,
.cs-result-card-wrapper .card .card-header .card-toolbar,
.cs-result-card-wrapper .card .card-header .card-toolbar i,
.result-card .card .card-header .card-title,
.result-card .card .card-header .card-title i,
.result-card .card .card-header .card-toolbar,
.result-card .card .card-header .card-toolbar i {
  color: #00bace !important;
}
.result-card .card-header {
  background-color: #eafdff !important;
}
.investigation-card .card .card-header .card-title,
.investigation-card .card .card-header .card-title i,
.investigation-card .card .card-header .card-toolbar,
.investigation-card .card .card-header .card-toolbar i {
  color: #ff9127 !important;
}
.investigation-card .card .card-header {
  background-color: #fff2e6 !important;
}
.cs-btn-light-blue {
  background-color: #00bace !important;
}
.cs-btn-green {
  background-color: #04B440;
}
.cs-btn-purple-light {
  background-color: #a985f5 !important;
}
.result-card .card {
  border: 1px dashed #9bf5ff;
}
.cs-p360-tl-ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cs-p360-tl-ul li {
  border-bottom: 1px dashed #eee;
  margin-bottom: 4px;
}
.cs-p360-tl-ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.investigation-card .card .card-header .card-title,
.investigation-card .card .card-header .card-title i,
.investigation-card .card .card-header .card-toolbar,
.investigation-card .card .card-header .card-toolbar i {
  color: #ff9127 !important;
}
.investigation-card .card .card-header {
  background-color: #fff2e6 !important;
}
.cs-embryo-details-tl {
  border: 1px dashed #1B84FF !important;
}
.cs-embryo-details-tl .card-body {
  background: #1b84ff0f !important;
}
.badge.btn-default.cs-badge-outline-info {
  border: 1px solid #59a5ff !important;
}
.cs-table-h-v-align-middle th,
.cs-table-h-v-align-middle td {
  vertical-align: middle !important;
}
.cs-p360-card-text {
  color: #191d34c7;
}

.packageCompareListing .kt-widget__head,
.packageCompareListing .kt-widget__body {
  padding: 0!important;
}
.packageCompareListing .kt-widget__title {
  font-size: 14px!important;
}
.cs-packageCompare-btn button {
  color: #fff;
  border-color: #fff;
  width: auto;
}
.ribbon-wrapper-red {
  width: 80px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  right: 0px;
}
.ribbon-red {
  font: normal 9px Sans-Serif;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 1px 0;
  left: 9px;
  top: 7px;
  width: 120px;
  background-color: #ea181e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea181e), to(#b90005));
  background-image: -webkit-linear-gradient(top, #ea181e, #b90005);
  background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.ribbon-red:before,
.ribbon-red:after {
  content: "";
  border-top: 3px solid #b90005;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.ribbon-red:before {
  left: 0;
}
.ribbon-red:after {
  right: 0;
}
.cs-package-card-parent {
  overflow: visible !important;
}
.cs-package-card-child {
  overflow: visible !important;
}
.kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed .cs-package-card-parent .kt-pricing-4__bottom-items .kt-pricing-4__bottom-item:first-child {
  position: relative;
  right: 5%;
}
.kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed .cs-package-card-parent .cs-package-single-compare .kt-pricing-4__bottom-items .kt-pricing-4__bottom-item:first-child {
  right: 4%;
}
@media (min-width: 1400px) {
  .kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed .cs-package-card-parent .kt-pricing-4__bottom-items .kt-pricing-4__bottom-item:first-child {
    position: relative;
    right: 10%;
  }
  .kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed .cs-package-card-parent .cs-package-single-compare .kt-pricing-4__bottom-items .kt-pricing-4__bottom-item:first-child {
    right: 8%;
  }
}
.cs-width-FirstChild {
  width: 17rem;
}
.cs-width-InnerChild {
  width: 16rem;
}
.cs-packageCompare-content-wrapper .kt-pricing-4__top-title {
  padding: 14px 0 !important;
  margin-bottom: 0px !important;
}
.cs-packageCompare-content-wrapper .kt-pricing-4__top {
  background-color: #cf2345 !important;
}
.kt-svg-icon g [fill] {
  fill: #cf2345 !important;
}
.cs-packageCompare-content-wrapper .kt-pricing-4__label i {
  font-size: 34px;
  margin-top: 10px;
}
.cs-packageCompare-content-wrapper .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items {
  box-shadow: 0 -1.3rem 1.07rem 0.71rem #c31f40;
}
.cs-package-strips-rows .card-body:nth-child(odd) .kt-pricing-4__bottom-items {
  background-color: #fff !important;
}
.cs-package-strips-rows .card-body .kt-pricing-4__bottom-items .kt-pricing-4__bottom-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500 !important;
}
.cs-package-sub-accordion .card-title {
  font-size: 14px !important;
}
.kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed .kt-pricing-4__bottom-items .kt-pricing-4__bottom-item {
  font-weight: 400;
}
.cs-compare-content {
  text-align: left;
  padding-left: 35px !important;
}
.cs-package-card-parent .accordion .card .card-header .card-title svg {
  height: 18px;
}
.kt-invoice-1 .kt-invoice__footer {
  padding: 2rem 0 !important;
  background-color: #fff5e5 !important;
}
.text-orange {
  color: #ffab10 !important;
}
.border-top-orange {
  border-top: 1px dashed #ffdea1 !important;
}
.btn.btn-package-select {
  background-color: #eee !important;
  color: #ffab10 !important;
  padding: 7px 14px !important;
}
.cs-border-orange {
  border: 1px solid #ffd07980 !important;
}
.cs-pkg-container-wrapper {
  display: flex;
  max-width: 100% !important;
}
.cs-pkg-sidebar-items {
  width: 25%;
}
.cs-pkg-container-wrapper .kt-pricing-2__items {
  width: 75%;
}
.full-screen-btn-cose {
  margin-top: -50px !important;
}
.cs-pkg-compare-body .kt-pricing-4__top-item {
  position: relative;
}
.cs-pkg-compare-body .kt-pricing-4__top-item .cs-pkg-remove-btn {
  position: absolute;
  right: 2%;
  top: 3%;
}
.cs-packageCompare-content-wrapper .card .card-header .card-title,
.cs-packageCompare-content-wrapper.kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed .kt-pricing-4__bottom-items:nth-child(odd) {
  background-color: #fff !important;
}
.cs-packageCompare-content-wrapper .accordion.accordion-solid .card .card-body {
  border: none !important;
}
.cs-pkg-compare-wrapper .kt-invoice__footer.bg-white {
  background-color: #fff !important;
}
.cs-pkg-compare-wrapper .kt-invoice__footer.p-0 {
  padding: 0 !important;
}
.cs-pkg-compare-wrapper .cs-whatsapp-icon {
  position: absolute;
  top: 4%;
  right: 1%;
}
.cs-pkg-collapse-btn {
  position: absolute;
  right: 30px;
  top: 5px;
}

/* .kt-widget__item{
    border: 1px dashed #ccc;
    border-radius: 0.475rem!important;
    min-width: 125px!important;
    max-width: 175px!important;
    margin: 0px 5px 5px 0px;
}
.kt-widget__item.cs-item-w-auto{
    min-width: auto!important;
    max-width: 600px!important;
}
.cs-history-img{
    text-align: center;
    max-height: 90px;
    min-height: 90px;
    min-width: 85px;
    max-width: 85px;
}
.cs-history-name{
    text-align: center;
    background-color: #eee;
    padding: 2px 0px;
}
.cs-history-name h6{
    font-size: 14px;
} */
.kt-portlet.kt-pb0 .kt-portlet__body {
  padding-bottom: 0px !important;
}
/* .d-none-partial{
    display: none !important;
} */
/* .cs-container-px-0-wrapper .kt-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}    */
.cs-counselling-tab {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
  color: #fff;
  background: linear-gradient(60deg, #ec407af2, #d81b60e6);
  margin-bottom: -45px;
}
.cs-counselling-tab .nav-link.active {
  padding: 12px !important;
  background-color: hsla(0, 0%, 100%, 0.2) !important;
  color: #fff !important;
  border-bottom: 3px solid #fff !important;
}
.cs-counselling-tab a {
  color: #fff !important;
}
.cs-counselling-tab .nav {
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .cs-package-counselling-wrapper .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cs-package-counselling-wrapper .flex-left {
    width: 30%;
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
  .cs-package-counselling-wrapper .flex-right {
    width: 70%;
  }
}
@media only screen and (min-width: 600px) {
  .cs-package-counselling-wrapper .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cs-package-counselling-wrapper .flex-left {
    width: 35%;
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
  .cs-package-counselling-wrapper .flex-right {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) {
  .cs-package-counselling-wrapper .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cs-package-counselling-wrapper .flex-left {
    width: 25%;
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
  .cs-package-counselling-wrapper .flex-right {
    width: 65%;
  }
}
@media only screen and (min-width: 992px) {
  .cs-package-counselling-wrapper .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cs-package-counselling-wrapper .flex-left {
    width: 20%;
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
  .cs-package-counselling-wrapper .flex-right {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .cs-package-counselling-wrapper .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cs-package-counselling-wrapper .flex-left {
    width: 15%;
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
  .cs-package-counselling-wrapper .flex-right {
    padding-left: 12px;
    width: 85%;
  }
}
@media only screen and (min-width: 1400px) {
  .cs-package-counselling-wrapper .nav li a {
    padding: 6px 20px !important;
  }
  .cs-package-counselling-wrapper li a.active-link {
    padding: 9px 13px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .cs-package-counselling-wrapper .nav li a {
    padding: 7px 20px !important;
  }
  .cs-package-counselling-wrapper li a.active-link {
    padding: 10px 13px !important;
  }
}
.cs-package-counselling-wrapper .flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cs-package-counselling-wrapper .nav {
  display: flex;
  justify-content: left;
  list-style: none;
  margin: 2% 0;
}
.cs-package-counselling-wrapper .nav-heading {
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}
.cs-package-counselling-wrapper .nav ul {
  list-style-type: none;
}
.cs-package-counselling-wrapper .nav li a {
  display: flex;
  color: #000;
  padding: 4px 20px;
  text-decoration: none;
  line-height: 25px;
  font-weight: 300;
  align-items: center;
}
.cs-package-counselling-wrapper li a.active-link {
  background-color: #ffffff;
  color: #000;
  padding: 7px 13px;
  border-radius: 0.65rem;
  margin: 7px;
  transition: 0.7s;
  display: flex;
  align-items: center;
  gap: 5px;
}
/* Change the link color on hover */
.cs-package-counselling-wrapper .nav-number {
  padding: 0px 10px 0px 0px;
}
.cs-package-counselling-wrapper .cs-pkg-couns-content.show {
  transform: translateY(0);
  opacity: 1;
}
.cs-package-counselling-wrapper .title {
  margin: 0 0 0 5%;
}
.cs-package-counselling-wrapper .flex-left ul {
  padding-left: 0%;
  width: 100%;
}
.cs-package-counselling-wrapper .nav {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e2e2;
  background: #eaeaea;
  border-radius: 1rem;
}
/* input[type=range] {
    accent-color: #363636;
} */
.cs-border-dashed {
  border: 1px dashed #ccc;
}
.cs-package-counselling-wrapper .accordion .card .card-header .card-title[aria-expanded="true"] {
  background-color: #3d94fb26 !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cs-pkg-couns-content .accordion .card .card-header .card-title[aria-expanded="true"] {
  background-color: #3d94fb00 !important;
}
.cs-pkg-couns-content .card .card-header .card-title:after {
  display: none !important;
}
/* No need to upload */
/* table th{
    vertical-align: middle !important;
} */
.flex-left .nav {
  overflow-y: auto;
  height: calc(95vh - 1px);
}
.cs-self-calc-footer {
  border: 1px dashed #1B84FF !important;
  background: #edf5ff;
  border-radius: 4px;
}
.cs-card-dashed-purple {
  padding: 10px;
  background: #f2edff4f;
  border: 1px dashed #7742ff54;
  border-radius: 14px;
}
.cs-card-dashed-purple h5,
.cs-card-dashed-purple h6 {
  color: #9d7def;
}
.cs-card-dashed-purple table thead {
  background-color: #f2ebff;
}
.cs-card-dashed-purple .kt-separator.kt-separator--border-dashed {
  border-bottom: 1px dashed #7742ff54 !important;
}
.cs-bg-warning-light-with-border {
  background: #fffae5;
  border: 1px solid #ffe686;
}
.cs-bg-info-light-with-border {
  background: #E9F3FF;
  border: 1px solid #8dc1ff;
}
.cs-card-dashed-success {
  padding: 10px;
  background: #edf9f1;
  border: 1px dashed #17C653;
  border-radius: 14px;
}
.cs-card-dashed-success h5,
.cs-card-dashed-success h6,
.cs-card-dashed-success h6 i {
  color: #17C653;
}
.cs-accordion-action-items-wrapper .card-header {
  position: relative;
}
.cs-accordion-action-items-wrapper .card-header .cs-accordion-action-items {
  position: absolute;
  top: 0px;
  right: 0px;
}
.cs-border-dark {
  border: 1px solid #ccc !important;
}
.kt-portlet .kt-portlet__foot {
  min-height: 35px !important;
  padding: 3.5px 10px !important;
}
.cs-submenu-dot-size {
  font-size: 4px;
  position: relative;
  top: 1px;
}
.cs-icon-30px i {
  font-size: 30px;
}
.modal-full-width {
  padding-right: 0px !important;
}
.modal-full-width .modal-dialog {
  max-width: 100%;
  max-height: 98vh;
  min-height: 98vh;
  margin: 0px;
}
.modal-full-width .modal-content {
  max-width: 98%;
  max-height: 98vh;
  min-height: 98vh;
  margin: 5px auto;
}
.modal-full-width .modal-body {
  overflow-y: auto;
  height: 85vh;
}
.datepicker-position-top .bootstrap-datetimepicker-widget {
  top: -20em !important;
}
.cs-patient360-dropzone .dropzone .dz-preview {
  margin: 7px;
}
.cs-patient360-dropzone .dropzone .dz-preview .dz-image {
  width: 100px;
  height: 100px;
}
.cs-patient360-dropzone .dropzone .dz-preview .dz-image img {
  display: block;
  height: 100px;
  width: 100px;
}
.btn.btn-package-select.pkg-add-service-active {
  background-color: orange !important;
  color: #fff !important;
}
.cs-pkg-compare-container-px0 .kt-container {
  padding: 0 !important;
}
.cs-w-75 {
  width: 75px;
}
.cs-svg-fill-title svg path {
  fill: var(--color-title);
}
.cs-svg-fill-primary svg path {
  fill: var(--color-primary);
}
.cs-svg-fill-info svg path {
  fill: #3d94fb;
}
.cs-package-counselling-wrapper .accordion.accordion-toggle-plus .card .card-header .card-title.collapsed .cs-svg-fill-info svg path {
  fill: #74788d;
}
.cs-packageCompare-content-wrapper .card .card-header .card-title,
.cs-packageCompare-content-wrapper.kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed .kt-pricing-4__bottom-items:nth-child(odd) {
  background-color: #fff !important;
}
.cs-pkg-couns-content .accordion.accordion-solid .card .card-body {
  border: none !important;
}
.cs-self-donor-calc-modal .full-screen-btn-cose {
  display: none;
}
.cs-self-donor-calc-modal .chooseDifferPackageBtn {
  display: block !important;
}
.cs-antenatal-footer .kt-iconbox .kt-iconbox__body .kt-iconbox__icon svg {
  height: 20px;
  width: 20px;
}
.cs-antenatal-footer .kt-svg-icon g [fill] {
  fill: var(--color-primary) !important;
}
.cs-package-counselling-wrapper .nav.cs-scrollbar ul ul ul li {
  font-size: 11px;
}
.cs-package-counselling-wrapper .nav.cs-scrollbar ul ul ul li a {
  padding: 3px 20px;
  line-height: 30px;
}
.cs-fertility-cards .kt-section .kt-section__content.kt-section__content--solid.typ1 {
  border-left: 4px solid #e1dc9889;
  background-color: #efe6711c;
}
.cs-fertility-cards .kt-section .kt-section__content.kt-section__content--solid.typ2 {
  border-left: 4px solid #9adfb889;
  background-color: #42aa6f17;
}
.cs-fertility-cards .kt-section .kt-section__content.kt-section__content--solid.typ3 {
  border-left: 4px solid #9ce5e691;
  background-color: #00ced110;
}
.cs-fertility-cards .kt-section .kt-section__content.kt-section__content--solid.typ4 {
  border-left: 4px solid #9fa1e491;
  background-color: #9fa1e41a;
}
.cs-fertility-cards .kt-section .kt-section__content.kt-section__content--solid.typ5 {
  border-left: 4px solid #e48b8b98;
  background-color: #ffbbbb1a;
}
.cs-fertility-cards .kt-section .kt-section__content.kt-section__content--solid.typ6 {
  border-left: 4px solid #ffad8799;
  background-color: #ffbd9f1d;
}
.cs-top-pkg-selected-icon {
  position: absolute;
  left: 7px;
  top: 7px;
  font-size: 26px;
}
.cs-package-counselling-wrapper .cs-card-header-light-blue.card .card-header {
  background-color: #3d94fb26 !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #3d94fb;
  position: relative;
  padding: 1.25rem;
  font-weight: 500;
}
.cs-package-counselling-wrapper .cs-card-header-light-blue.card .card-header .card-title > i {
  margin-right: 1rem;
}
.cs-card-header-light-blue .cs-pkg-couns-content.show {
  transform: unset;
}
.cs-pkg-counselling-pagination {
  right: 0;
  top: 50%;
  bottom: 50%;
}
.cs-pkg-counselling-pagination .btn {
  display: block !important;
  margin: 7px 0px !important;
}
.text-primary i {
  color: var(--color-primary);
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title i {
  color: var(--color-title) !important;
}
.cs-table-border-bottom-dark.table tbody tr:last-child td {
  border-bottom: 1px solid !important;
}
.cs-pkg-couns-content .card-body.border {
  border: 1px solid #dee2e6 !important;
}
.cs-nav-name1,
.cs-nav-name2,
.cs-nav-name3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 110px;
}

.kt-pricing-4 {
  padding-bottom: 4rem;
}
.kt-pricing-4 .kt-pricing-4__top {
  background-color: #E0306E;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed {
  width: 80%;
  margin: 0 auto;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-header .kt-pricing-4__top-title {
  padding-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-header .kt-pricing-4__top-title > h1 {
  font-size: 2.3rem;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body {
  margin-left: 14.3rem;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items {
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-shadow: 0 -1.3rem 1.07rem 0.71rem #D93371;
  box-shadow: 0 -1.3rem 1.07rem 0.71rem #D93371;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #e1f1ff;
  background-color: white;
  cursor: pointer;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item:last-child {
  border-right: none;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__icon > i {
  font-size: 5rem;
  margin-top: 3.6rem;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__subtitle {
  font-size: 1.64rem;
  color: #595d6e;
  margin-top: 4.14rem;
  font-weight: 500;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__features {
  font-size: 1rem;
  margin-top: 2.14rem;
  font-weight: 400;
  margin-bottom: 1.43rem;
  padding: 0 0.71rem 0 0.71rem;
  color: #74788d;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__price {
  font-size: 3.2rem;
  color: #595d6e;
  font-weight: 700;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__label {
  font-size: 1.64rem;
  vertical-align: 43%;
  color: #74788d;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__btn {
  margin-top: 1.43rem;
  margin-bottom: 3.6rem;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__btn .btn {
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile {
  display: none;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile > span {
  display: block;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile .kt-pricing-4__top-item-mobile {
  color: #74788d;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile .kt-pricing-4__top-item-mobile > span:first-child {
  color: #595d6e;
}
.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile .kt-pricing-4__top-item-mobile:nth-child(odd) {
  background-color: #FAFBFF;
}
.kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed {
  width: 80%;
  margin: 0 auto;
}
.kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed .kt-pricing-4__bottom-items {
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed .kt-pricing-4__bottom-items .kt-pricing-4__bottom-item {
  display: table-cell;
  /* padding: 1.43rem 0; */
  font-weight: 700;
  color: #74788d;
}
.kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed .kt-pricing-4__bottom-items .kt-pricing-4__bottom-item:first-child {
  width: 14.3rem;
  text-align: left;
  padding-left: 1.43rem;
  font-weight: 700;
  color: #696B84;
}
.kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed .kt-pricing-4__bottom-items:nth-child(odd) {
  background-color: #FAFBFF;
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed {
    width: 90%;
    margin: 0 auto;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body {
    margin-left: 14.3rem;
  }
  .kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-pricing-4 .kt-pricing-4__top {
    background: none;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed {
    width: 90%;
    margin: 0 auto;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-header {
    background-color: #E0306E;
    padding-bottom: 21.43rem;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body {
    width: 80%;
    margin: 0 auto;
    margin-top: -21.4rem;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item {
    display: block;
    border-right: none;
    padding-bottom: 3.6rem;
    border-bottom: 1px solid #e1f1ff;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__features {
    padding: 0 0.71rem 0 0.71rem;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__btn {
    display: none;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile {
    display: block;
    margin: 0 auto;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile .kt-pricing-4__top-item-mobile {
    padding: 0.71rem 0 0.71rem 0;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile .kt-pricing-4__top-item-mobile > span:first-child {
    font-weight: 700;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-btn {
    margin-top: 2.86rem;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-btn .btn {
    padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  }
  .kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed {
    display: none;
  }
}
@media (max-width: 768px) {
  .kt-pricing-4 .kt-pricing-4__top {
    background: none;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed {
    width: 100%;
    margin: 0 auto;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-header {
    background-color: #E0306E;
    padding-bottom: 21.43rem;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-header .kt-pricing-4__top-title > h1 {
    font-size: 1.8rem;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body {
    width: 80%;
    margin: 0 auto;
    margin-top: -21.43rem;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item {
    display: block;
    border-right: none;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e1f1ff;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__btn {
    display: none;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__features {
    padding: 0 0.71rem 0 0.71rem;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile {
    display: block;
    margin: 2.14rem auto;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile .kt-pricing-4__top-item-mobile {
    padding: 0.71rem 0 0.71rem 0;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile .kt-pricing-4__top-item-mobile > span:first-child {
    font-weight: 700;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile .kt-pricing-4__top-btn {
    margin-top: 2.86rem;
  }
  .kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body .kt-pricing-4__top-items .kt-pricing-4__top-item .kt-pricing-4__top-items-mobile .kt-pricing-4__top-btn .btn {
    padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  }
  .kt-pricing-4 .kt-pricing-4__bottom .kt-pricing-4__bottok-container.kt-pricing-4__bottok-container--fixed {
    display: none;
  }
}
.kt-invoice-1 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kt-invoice-1 .kt-invoice__container {
  width: 100%;
  margin: 0;
  padding: 0 30px;
}
.kt-invoice-1 .kt-invoice__head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.kt-invoice-1 .kt-invoice__head .kt-invoice__container {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__title {
  font-weight: 700;
  font-size: 2.7rem;
  margin-right: 10px;
  margin-top: 5px;
  color: #fff;
  vertical-align: top;
}
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5px;
  text-align: right;
}
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo img {
  text-align: right;
}
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo .kt-invoice__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  padding: 1rem 0 1rem 0;
  color: rgba(255, 255, 255, 0.7);
}
.kt-invoice-1 .kt-invoice__head .kt-invoice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.kt-invoice-1 .kt-invoice__head .kt-invoice__items .kt-invoice__item {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  margin-right: 10px;
  margin-top: 20px;
}
.kt-invoice-1 .kt-invoice__head .kt-invoice__items .kt-invoice__item:last-child {
  margin-right: 0;
}
.kt-invoice-1 .kt-invoice__head .kt-invoice__items .kt-invoice__item .kt-invoice__subtitle {
  font-weight: 500;
  padding-bottom: 0.5rem;
}
.kt-invoice-1 .kt-invoice__head .kt-invoice__items .kt-invoice__item .kt-invoice__text {
  color: rgba(255, 255, 255, 0.7);
}
.kt-invoice-1 .kt-invoice__body {
  padding: 3rem 0;
}
.kt-invoice-1 .kt-invoice__body table {
  background-color: transparent;
}
.kt-invoice-1 .kt-invoice__body table thead tr th {
  background-color: transparent;
  padding: 1rem 0 0.5rem 0;
  border-top: none;
  color: #74788d;
}
.kt-invoice-1 .kt-invoice__body table thead tr th:not(:first-child) {
  text-align: right;
}
.kt-invoice-1 .kt-invoice__body table tbody tr td {
  background-color: transparent;
  padding: 1rem 0 1rem 0;
  border-top: none;
  font-weight: 700;
  font-size: 1.1rem;
  color: #595d6e;
}
.kt-invoice-1 .kt-invoice__body table tbody tr td:not(:first-child) {
  text-align: right;
}
.kt-invoice-1 .kt-invoice__body table tbody tr td:last-child {
  color: #FE21BE;
  font-size: 1.2rem;
}
.kt-invoice-1 .kt-invoice__body table tbody tr:first-child td {
  padding-top: 1.8rem;
}
.kt-invoice-1 .kt-invoice__footer {
  padding: 3rem 0;
  background-color: #f7f8fa;
}
.kt-invoice-1 .kt-invoice__footer .kt-invoice__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kt-invoice-1 .kt-invoice__footer .kt-invoice__bank {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kt-invoice-1 .kt-invoice__footer .kt-invoice__bank .kt-invoice__title {
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #74788d;
}
.kt-invoice-1 .kt-invoice__footer .kt-invoice__bank .kt-invoice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.kt-invoice-1 .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__label {
  font-size: 1.1rem;
  font-weight: 500;
  margin-right: 40px;
  color: #595d6e;
  text-align: left;
}
.kt-invoice-1 .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__value {
  font-size: 1.1rem;
  font-weight: 400;
  color: #74788d;
  text-align: right;
}
.kt-invoice-1 .kt-invoice__footer .kt-invoice__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}
.kt-invoice-1 .kt-invoice__footer .kt-invoice__total .kt-invoice__title {
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #74788d;
}
.kt-invoice-1 .kt-invoice__footer .kt-invoice__total .kt-invoice__price {
  color: #FE21BE;
  font-weight: 700;
  font-size: 24px;
}
.kt-invoice-1 .kt-invoice__footer .kt-invoice__total .kt-invoice__notice {
  font-size: 1rem;
  font-weight: 500;
  color: #74788d;
}
.kt-invoice-1 .kt-invoice__actions {
  padding: 2rem 0;
}
.kt-invoice-1 .kt-invoice__actions .kt-invoice__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .kt-invoice-1 .kt-invoice__container {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .kt-invoice-1 .kt-invoice__container {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .kt-invoice-1 .kt-invoice__head {
    padding: 20px 0;
  }
  .kt-invoice-1 .kt-invoice__head .kt-invoice__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo {
    text-align: left;
  }
  .kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo img {
    text-align: left;
  }
  .kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo .kt-invoice__desc {
    text-align: left;
  }
  .kt-invoice-1 .kt-invoice__head .kt-invoice__items {
    margin-top: 20px;
  }
  .kt-invoice-1 .kt-invoice__body {
    padding: 2rem 0;
  }
  .kt-invoice-1 .kt-invoice__footer {
    padding: 2rem 0;
  }
  .kt-invoice-1 .kt-invoice__footer .kt-invoice__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kt-invoice-1 .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__label {
    margin-right: 20px;
  }
  .kt-invoice-1 .kt-invoice__footer .kt-invoice__total {
    margin-top: 30px;
    text-align: left;
  }
}
@media print {
  .kt-header,
  .kt-header-mobile,
  .kt-aside,
  .kt-footer,
  .kt-subheader,
  .kt-scrolltop,
  .kt-quick-panel,
  .kt-demo-panel,
  .kt-sticky-toolbar {
    display: none !important;
  }
  body,
  .kt-wrapper,
  .kt-body,
  .kt-content {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .kt-invoice-1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .kt-invoice-1 .kt-invoice__head {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .kt-invoice-1 .kt-invoice__head .kt-invoice__container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .kt-invoice-1 .kt-invoice__actions {
    display: none !important;
  }
  .kt-invoice-1 .kt-invoice__container {
    width: 100%;
    padding: 0 10px;
  }
}

/* General */
.clickable-item {
  cursor: pointer;
}
.text-bold {
  font-weight: bold;
}
/* Portlet */
.portlet.light > .portlet-title .inputs.inputs-full-width {
  display: block;
  float: none;
}
/* Tree */
.tree-item-icon-color {
  color: #dfba49;
}
.page-sidebar .page-sidebar-menu > li > a > i.fa,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i.fa {
  margin-left: 1px;
  margin-right: 4px;
  top: 3px;
}
/* Forms */
.form-group.form-md-line-input.no-hint {
  margin-bottom: 15px;
}
.form-group.form-md-line-input.has-error .form-control {
  border-bottom-color: red;
}
.form-group.form-md-line-input.has-error .help-block-info {
  display: none;
}
/* DateRangePicker */
.daterangepicker_input .input-mini {
  width: 120px !important;
}
/* Portlets */
.portlet.light > .portlet-title.portlet-title-filter {
  border: none;
  margin-bottom: 0;
}
/* Buttons */
button i {
  margin-right: 5px;
}
.btn + .btn {
  margin-left: 5px;
}
/* FamFamFam Flags */
.famfamfam-flags {
  display: inline-block;
}
/* Social Login Icons */
.external-logins form a i.fa-openidconnect::before {
  content: "\f19b";
}
.external-logins a i.fa-wsfederation::before {
  content: "\f20e";
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
/* Make user menu wider */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  width: 250px;
}
/* Fix for issue #407 */
br {
  font-family: Verdana;
}
span.phone-number-verified {
  border-bottom: #36c6d3 2px solid !important;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
/* Sweet alert */
.swal-title {
  overflow-wrap: break-word;
}
.swal-footer {
  text-align: center;
}
@keyframes glowing {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.glowing {
  animation: glowing 2s infinite;
}
.toast-error {
  background-color: red !important;
}
.bootstrap-datetimepicker-widget {
  width: 275px !important;
}
@media (max-width: 768px) {
  .btn-md-icon {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}
.kt-widget14__legend {
  text-align: left;
}
.kt-widget14__legend-bullet {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  display: inline-block;
}
.long-select2 .select2-results .select2-results__options {
  max-height: 350px!important;
}
:root {
  --kt-progress-bar-color: #ffffff;
  --kt-progress-bar-bg: #009ef7;
}

/* inter-100 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.eot');
  /* IE9 Compat Modes */
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.eot') format('embedded-opentype'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.woff2') format('woff2'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.woff') format('woff'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-200 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.eot');
  /* IE9 Compat Modes */
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.eot') format('embedded-opentype'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.woff2') format('woff2'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.woff') format('woff'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-300 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.eot');
  /* IE9 Compat Modes */
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.eot') format('embedded-opentype'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2') format('woff2'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff') format('woff'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot');
  /* IE9 Compat Modes */
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot') format('embedded-opentype'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-500 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.eot');
  /* IE9 Compat Modes */
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.eot') format('embedded-opentype'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff2') format('woff2'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff') format('woff'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-600 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.eot');
  /* IE9 Compat Modes */
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.eot') format('embedded-opentype'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2') format('woff2'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff') format('woff'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-700 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot');
  /* IE9 Compat Modes */
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot') format('embedded-opentype'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2') format('woff2'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff') format('woff'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-800 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.eot');
  /* IE9 Compat Modes */
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.eot') format('embedded-opentype'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2') format('woff2'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.woff') format('woff'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-900 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.eot');
  /* IE9 Compat Modes */
  src: url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.eot') format('embedded-opentype'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.woff2') format('woff2'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.woff') format('woff'), url('/dist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.svg#Inter') format('svg');
  /* Legacy iOS */
}

.pwstrength-div {
  position: relative;
}
.pwstrength-div .progress {
  height: 8px;
  width: 64px;
  text-align: right;
  position: absolute;
  right: -28px;
  top: 28.5px;
  transform: rotate(-90deg);
  border-radius: 0 0 1.25rem 1.25rem;
}
.pwstrength-div .password-verdict {
  height: 10px;
  width: 100px;
  text-align: right;
  position: absolute;
  right: 24px;
  top: 25px;
  font-size: 12px;
  opacity: 0.6;
}
