/* src/styles.scss */
/* src/assets/layouts/css/app.scss */
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Thin.woff2") format("woff2"), url("./media/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-UltraLight.woff2") format("woff2"), url("./media/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Light.woff2") format("woff2"), url("./media/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Regular.woff2") format("woff2"), url("./media/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Medium.woff2") format("woff2"), url("./media/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-SemiBold.woff2") format("woff2"), url("./media/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Bold.woff2") format("woff2"), url("./media/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-ExtraBold.woff2") format("woff2"), url("./media/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Heavy.woff2") format("woff2"), url("./media/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Black.woff2") format("woff2"), url("./media/Gilroy-Black.woff") format("woff");
  font-weight: 1000;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  color: #1B4640;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  background: #FAFBFF;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
}
button,
select {
  text-transform: none;
}
.mr-1 {
  margin-right: 12px;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.link {
  cursor: pointer;
  color: #208171;
}
.ulink {
  cursor: pointer;
  position: relative;
  color: #208171;
  text-decoration: underline !important;
}
.ulink:hover {
  text-decoration: none !important;
}
.fw-semi {
  font-weight: 600;
}
a {
  text-decoration: none !important;
}
figure {
  margin: 0;
}
small {
  font-size: 100%;
}
p {
  margin: 0;
  margin-bottom: 12px;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}
::-webkit-scrollbar-track {
  background-color: inherit;
}
::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: inherit;
}
::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #C1C1C1;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.app-checkbox,
.app-radio {
  cursor: pointer;
  position: relative;
  padding-left: 26px;
  display: inline-block;
}
.app-checkbox.no,
.app-radio.no {
  height: 8px;
  padding-left: 18px;
}
.app-checkbox.no > span,
.app-radio.no > span {
  bottom: 0;
  margin: auto;
}
.app-checkbox input,
.app-radio input {
  z-index: -1;
  opacity: 0;
  position: absolute;
  filter: alpha(opacity=0);
}
.app-checkbox input:checked ~ span:after,
.app-radio input:checked ~ span:after {
  display: block;
}
.app-checkbox > span,
.app-radio > span {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 2px;
  border: 2px solid #bdbdbd;
  transition: all 0.45s ease-in-out;
}
.app-checkbox > span:after,
.app-radio > span:after {
  content: "";
  display: none;
  position: absolute;
}
.app-checkbox > input[readonly] ~ span,
.app-radio > input[readonly] ~ span {
  cursor: no-drop;
  background: #e3e6e8 !important;
}
.app-checkbox.primary > span,
.app-radio.primary > span {
  border-color: #208171;
}
.app-checkbox > input:not([readonly]):checked ~ span {
  background: #208171;
  border: 1px solid #208171;
}
.app-checkbox > input:not([readonly]):checked ~ span:after {
  border-color: #fff;
}
.app-checkbox > span:after {
  top: 0;
  left: 1px;
  right: 0;
  bottom: 1px;
  width: 5px;
  height: 8px;
  margin: auto;
  border: solid #888;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.app-radio > input:not([readonly]):checked ~ span {
  background: #F3FAF7;
  border: 1px solid #208171;
}
.app-radio > input:not([readonly]):checked ~ span:after {
  background: #208171;
}
.app-radio > span:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  width: 8px;
  margin: auto;
  border-radius: 100%;
  background: #888;
}
.app-radio > span {
  border-radius: 50%;
}
.checkbox-inline {
  display: flex;
  align-items: center;
}
.checkbox-inline .app-checkbox:not(:last-child) {
  margin-right: 12px;
}
.checkbox-inline .app-checkbox figure {
  display: flex;
  align-items: center;
}
.checkbox-inline .app-checkbox figure img {
  margin-right: 5px;
}
.radio-inline {
  display: flex;
  align-items: center;
}
.radio-inline .app-radio:not(:last-child) {
  margin-right: 12px;
}
.radio-inline .app-radio figure {
  display: flex;
  align-items: center;
}
.radio-inline .app-radio figure img {
  margin-right: 5px;
}
.switch-bar {
  width: 46px;
  height: 26px;
  margin: 0;
  position: relative;
  display: inline-block;
}
.switch-bar input {
  display: none;
}
.switch-bar input:checked + .switch-slider {
  background: #208171;
}
.switch-bar input:checked + .switch-slider:before {
  transform: translateX(20px);
}
.switch-bar .switch-slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  border-radius: 50px;
  background: #ccc;
  transition: all 0.45s ease-in-out;
}
.switch-bar .switch-slider:before {
  top: 1.25px;
  left: 2px;
  width: 22px;
  height: 22px;
  content: "";
  position: absolute;
  background: #FCFCFC;
  border-radius: 50px;
  transition: all 0.45s ease-in-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 6px rgba(0, 0, 0, 0.2);
}
.svg {
  position: relative;
  display: inline-block;
  background: url("./media/sprites.svg") no-repeat;
}
.svg.sync-icon {
  width: 16px;
  height: 13px;
  margin-right: 6px;
  background-position: -27px -86px;
}
.svg.cplus-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background-position: -27px -104px;
}
.svg.filters-icon {
  width: 14px;
  height: 11px;
  min-width: 14px;
  background-position: -27px -122px;
}
.svg.edit-icon {
  width: 11px;
  height: 11px;
  background-position: -81px -39px;
}
.svg.copy-icon {
  top: 1px;
  width: 15px;
  height: 14px;
  background-position: -80px -61px;
}
.svg.search-icon {
  width: 18px;
  height: 18px;
  background-position: -60px 1px;
}
.svg.info-icon {
  top: 2px;
  left: 8px;
  width: 12px;
  height: 12px;
  background-position: -25px -142px;
}
.svg.info-icon:hover {
  background-position: -39px -142px;
}
.svg.info-icon.primary {
  background-position: -26px -157px;
}
.svg.info-icon.primary:hover {
  background-position: -26px -157px;
}
.svg.info-icon.disabled {
  opacity: 0.5;
  filter: grayscale(100%);
}
.btn:hover i.sync-icon,
.btn.active i.sync-icon {
  background-position: -46px -86px;
}
.btn:hover i.filters-icon,
.btn.active i.filters-icon {
  background-position: -44px -122px;
}
.vct {
  font-size: 0 !important;
  position: relative;
}
.vct:before {
  content: "";
  background: url("./media/sprites.svg") no-repeat;
}
.vct.filter-icon:before {
  width: 15px;
  height: 15px;
  background-position: -91px -41px;
}
.vct.edit-icon:before {
  width: 14px;
  height: 14px;
  background-position: -92px -75px;
}
.vct.sorting-icon:before {
  width: 15px;
  height: 15px;
  background-position: -91px -58px;
}
.glossary li:after {
  content: "";
  background: url("./media/sprites.svg") no-repeat;
}
.btn:hover .link-icon {
  background-position: -178px -204px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.table-container,
.table-responsive {
  overflow: auto;
  border-radius: 6px;
  position: relative;
}
.table-container::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  height: 4px;
}
.table-container.visible,
.table-responsive.visible {
  overflow: visible;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table.table thead tr {
  top: 0;
  z-index: 2;
  position: sticky;
}
table.table thead tr th {
  height: 40px;
  color: #F1F4FF;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  padding: 6px 12px;
  white-space: nowrap;
  background: #295C51;
}
table.table thead tr th:first-child {
  padding-left: 16px;
  border-radius: 6px 0 0 0;
}
table.table thead tr th:last-child {
  border-radius: 0 6px 0 0;
}
table.table thead tr th span {
  cursor: pointer;
  display: flex;
  align-items: center;
}
table.table thead tr th span .arrow-icon {
  width: 12px;
  height: 14px;
  opacity: 0.5;
  cursor: pointer;
  margin-left: 6px;
  background-position: -81px -21px;
}
table.table thead tr th span .arrow-icon.asc {
  top: -2px;
  transform: rotate(180deg);
}
table.table thead tr th span .arrow-icon.active {
  opacity: 1;
}
table.table thead tr th span .arrow-icon.inactive {
  opacity: 0.86;
}
table.table tbody tr td {
  font-size: 14px;
  color: #545C76;
  color: #0A2926;
  padding: 10px 12px;
  border-bottom: 1px solid #E4E7EC;
}
table.table tbody tr td:first-child {
  padding-left: 16px;
}
table.table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #E4E7EC;
}
table.table tbody tr .cmp-id {
  color: #BDBDBD;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
table.table tbody tr .copy-id {
  color: #656565;
}
table.table tbody tr .copy-id i {
  cursor: pointer;
}
table.table.hover-table tbody tr:not(.tr-inactive):hover td {
  background: #e9f7f4;
}
table.table.brd {
  border: 1px solid #E4E7EC;
}
.form-control,
.s-control {
  display: block;
  width: 100%;
  outline: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #1B4640;
  padding: 10px 16px;
  background: #FCFCFC;
  background-clip: padding-box;
  border: 1px solid #D8DADD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 6px;
}
.form-control.primary,
.s-control.primary {
  background: #FCFCFC;
}
.form-control.disabled,
.form-control:disabled,
.s-control.disabled,
.s-control:disabled {
  color: #ACACAC;
  cursor: no-drop !important;
  border-color: #D8DADD !important;
  box-shadow: none !important;
  background: #F0F0F0 !important;
}
.form-control.disabled::placeholder,
.form-control:disabled::placeholder,
.s-control.disabled::placeholder,
.s-control:disabled::placeholder {
  color: #ACACAC;
}
.form-control.disabled i,
.form-control:disabled i,
.s-control.disabled i,
.s-control:disabled i {
  opacity: 0.4 !important;
  filter: grayscale(100%);
}
.form-control.disabled .form-control::placeholder,
.form-control:disabled .form-control::placeholder,
.s-control.disabled .form-control::placeholder,
.s-control:disabled .form-control::placeholder {
  color: #ACACAC;
}
.form-control.sm,
.s-control.sm {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.form-control:hover,
.s-control:hover {
  border-color: rgba(67, 126, 226, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(79, 179, 159, 0.6);
}
.form-control:focus,
.s-control:focus {
  border-color: rgba(67, 126, 226, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(79, 179, 159, 0.6);
}
.form-control.is-invalid,
.s-control.is-invalid {
  border-color: #EF1313;
  background: rgba(239, 19, 19, 0.025);
}
.form-control.is-invalid:hover,
.s-control.is-invalid:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(239, 19, 19, 0.6);
}
.form-control.is-invalid:focus,
.s-control.is-invalid:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(239, 19, 19, 0.6);
}
.invalid-feedback {
  color: #EF1313 !important;
  font-size: 12px !important;
}
select.form-control {
  padding-right: 26px !important;
  background: url("./media/select.svg") no-repeat calc(100% - 10px) #FCFCFC;
}
.form-group:not(.no) {
  margin-bottom: 18px;
}
.form-group.no {
  margin-bottom: 6px;
}
.form-group.ember {
  padding: 12px;
  border-radius: 6px;
  background: #FCFCFC;
  border: 1px solid #E4E7EC;
}
.label-control {
  font-size: 16px;
  color: #0A2926;
  display: inline-flex;
  margin-bottom: 4px;
  font-weight: 500;
}
.label-control.disabled {
  color: #AEAEAE;
}
.control-label {
  margin-bottom: 6px;
  display: inline-block;
}
.hint-control {
  color: #AEAEAE;
  font-size: 12px;
  margin-top: 5px;
}
.required {
  color: #EF1313;
}
.required.primary {
  color: #FCFCFC;
}
th .required {
  color: #FCFCFC;
}
textarea.form-control {
  min-height: 110px;
}
table textarea.form-control {
  min-height: 0;
}
div.s-control {
  width: auto;
  height: 38px;
  display: inline-flex;
  align-items: center;
  box-shadow: none !important;
  border-color: #DBE3FE !important;
}
.modal {
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 91;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  transform: scale(1.1);
  transition:
    visibility 0s linear 0.25s,
    opacity 0.25s 0s,
    transform 0.25s;
}
.modal.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition:
    visibility 0s linear 0s,
    opacity 0.25s 0s,
    transform 0.25s;
}
.modal .close {
  top: 5px;
  right: 15px;
  opacity: 0.6;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.modal .close:hover {
  opacity: 1;
}
.modal .modal-content {
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  position: absolute;
  background: #fff;
  padding: 24px 22px;
  border-radius: 8px;
  transform: translate(-50%, -50%);
}
.modal .modal-content.sm {
  max-width: 450px;
}
.modal .modal-content.xsm {
  max-width: 480px;
}
.modal .modal-content.xmd {
  max-width: 620px;
}
.modal .modal-content.md {
  max-width: 800px;
}
.modal .modal-content.lg {
  max-width: 1130px;
}
.modal .modal-content.type2 {
  top: 38%;
}
.modal .modal-content .modal-head {
  margin: 0 -22px 22px;
  padding: 0 22px 16px;
  border-bottom: 1px solid #DCDDE1;
}
.modal .modal-content .modal-head .heading {
  display: flex;
  align-items: center;
}
.modal .modal-content .modal-head .heading .circle {
  width: 40px;
  height: 40px;
  display: flex;
  margin-right: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #FEFEFE;
  border: 1px solid #DCDDE1;
}
.modal .modal-content .modal-head .heading .circle i {
  width: 26px;
  height: 26px;
}
.modal .modal-content .modal-head .heading .circle i.profile-icon {
  background-position: -27px 1px;
}
.modal .modal-content .modal-head .heading .circle i.integrate-icon {
  background-position: -26px -24px;
}
.modal .modal-content .modal-head .heading .data {
  color: #989898;
  font-size: 14px;
  font-weight: 500;
}
.modal .modal-content .modal-head .heading .data h2 {
  color: #0A2926;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.modal .modal-content h2 {
  font-size: 18px;
  margin-bottom: 16px;
}
.modal .modal-content .modal-body .dv360 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal .modal-content .modal-body .dv360 h4 {
  font-size: 16px;
  margin-bottom: 16px;
}
.modal .modal-content .modal-body .heading {
  margin-bottom: 16px;
  align-items: start;
  flex-direction: column;
}
.modal .modal-content .modal-body .heading h2 {
  margin-bottom: 6px;
}
.modal .modal-content .modal-body .heading p {
  opacity: 0.5;
}
.modal .modal-content .modal-body .label-control {
  font-size: 14px;
  font-weight: 400;
}
.modal .modal-content .modal-body .p-circle {
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: #FF5151;
  border: 8px solid #FEF3F2;
}
.modal .modal-content .modal-body .p-circle.primary {
  background: #208171;
  border-color: #EFFCFA;
}
.modal .modal-content .modal-body .p-circle i.remove-icon {
  width: 20px;
  height: 21px;
  background-position: -116px -356px;
}
.modal .modal-content .modal-body .p-circle i.unsaved-icon {
  width: 20px;
  height: 21px;
  background-position: -114px -377px;
}
.modal .modal-content .modal-body .p-circle i.check-icon {
  width: 20px;
  height: 21px;
  background-position: -115px -354px;
}
.modal .modal-content .modal-body .p-circle i.q-icon {
  width: 10px;
  height: 12px;
  background-position: -58px -36px;
}
.modal .modal-content .modal-body .m-data {
  margin-bottom: 28px;
  font-weight: 400;
}
.modal .modal-content .modal-body .m-data h2 {
  font-size: 18px;
  margin-bottom: 6px;
}
.modal .modal-content .modal-body .m-data h2.d-txt {
  color: #C62828;
}
.modal .modal-content .modal-body .m-data p {
  color: #7C7C7C;
}
.modal .modal-content .modal-body .m-data p span {
  font-weight: 600;
}
.modal .modal-content .modal-body .m-data p span.d-txt {
  color: #e0210e;
}
.modal .modal-content .modal-foot {
  text-align: center;
}
.modal .modal-content .modal-foot:not(.no) .btn {
  min-width: 144px;
  height: 40px;
}
.modal .modal-content .modal-foot.is .btn {
  min-width: 100px;
}
.modal .modal-content .modal-foot .btn + .btn {
  margin-left: 10px;
}
.btn {
  min-height: 40px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 6px;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}
.btn:not(.dropdown-toggle) {
  overflow: hidden;
}
.btn:not(.dropdown-toggle):after {
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background: #FCFCFC;
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.45) 100%);
  transform: skewX(-25deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.btn:disabled:before {
  display: none !important;
}
.btn.sm {
  height: 36px;
}
.btn.md {
  width: 144px;
  height: 40px;
}
.btn.lg {
  height: 52px;
}
.btn.full {
  width: 100%;
}
.btn.plain {
  color: #208171;
}
.btn.plain.xsm {
  min-height: 0;
  font-size: 12px;
  padding: 1px 10px;
}
.btn.primary:not(.outline) {
  color: #FCFCFC;
  background: #208171;
  border-color: #208171;
}
.btn.primary:not(.outline):not(:disabled):hover {
  color: #FCFCFC;
  background: #208171;
}
.btn.primary.outline {
  color: #208171;
  border-color: #208171;
}
.btn.primary.outline:not(:disabled):hover,
.btn.primary.outline:not(:disabled).active {
  color: #FCFCFC;
  background: #208171;
  border-color: #208171;
}
.btn.primary.no-b {
  border: 0;
}
.btn.default:not(.outline) {
  color: #1B4640;
  background: #FCFCFC;
  border-color: #E4E7EC;
}
.btn.default:not(.outline):hover,
.btn.default:not(.outline).active {
  color: #FCFCFC;
  background: #208171;
  border-color: #208171;
}
.btn.glossary {
  color: #FEFEFE;
  background: #BE9E10;
}
.btn.glossary:hover {
  background: #987210;
}
.btn.secondary:not(.outline) {
  color: #FCFCFC;
  background: #F64C4C;
  border-color: #F64C4C;
}
.btn.secondary:not(.outline):hover {
  color: #FCFCFC;
  background: #F64C4C;
}
.btn.secondary.no-b {
  color: #C62828;
  border: 0;
}
.btn.secondary i.delete-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background-position: -79px -228px;
}
.btn.fx {
  width: 40px;
  height: 40px;
  padding: 0;
  background: #FCFCFC;
  border-color: #E4E7EC;
}
.btn.fx:hover,
.btn.fx.active {
  border-color: #172554;
}
.btn.link {
  text-decoration: underline !important;
}
.no-btn {
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.no-btn.primary {
  color: #208171;
}
.i-btn {
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.i-btn {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.45s ease-in-out;
}
.i-btn.md {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.i-btn.hover:hover,
.i-btn.hover.active {
  background: #cdeae5;
}
.i-btn.hover.h-primary:hover,
.i-btn.hover.h-primary.is-active {
  background: #DBE3FE;
}
.i-btn.hover.h-danger:hover,
.i-btn.hover.h-danger.is-active {
  background: #FFE3E3;
}
.i-btn.primary {
  background: #DBE3FE;
}
.i-btn.danger {
  background: #FFE3E3;
}
.i-btn.success {
  background: #D8EFE7;
}
.l-btn {
  color: #208171;
  cursor: pointer;
  padding: 6px 22px;
}
.excel {
  outline: 0;
  height: 20px;
  cursor: pointer;
  font-size: 12px;
  color: #1B5E20;
  position: relative;
  border-radius: 4px;
  padding: 0 6px 0 2px;
  white-space: nowrap;
  background: #E8F5E9;
  border: 1px solid #4CAF50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.excel i {
  margin-right: 2px;
  transform: scale(0.85);
}
.excel .count {
  width: 22px;
  height: 22px;
  right: -18px;
  font-size: 11px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #F6F7F9;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.05);
}
.dropdown:hover:not(.opened) .btn.glossary {
  background: #987210;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown:hover:not(.opened) .dropdown-menu.glossary {
  border-top-left-radius: 0;
}
.dropdown.opened1 .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown.opened1 .dropdown-menu {
  top: calc(100% - 2px);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-toggle-old .arrow {
  top: 11px;
  right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-toggle-old .arrow:after {
  width: 6px;
  height: 6px;
  z-index: 2;
  content: "";
  display: block;
  min-width: 6px;
  transform: rotate(225deg);
  border-top: 2px solid #475467;
  border-left: 2px solid #475467;
  transition: all 0.45s ease-in-out;
}
.dropdown-toggle-old .arrow.active:after {
  transform: rotate(45deg);
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row [class*=col-] {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.not-found {
  max-width: 550px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 372px);
}
.not-found figure {
  max-width: 200px;
  margin-bottom: 12px;
}
.not-found h3 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}
.not-found p {
  color: #7C7C7C;
  margin-bottom: 16px;
  font-weight: 500;
}
.not-found .btn {
  width: 180px;
  font-size: 16px;
}
.app-loader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  z-index: 9999;
  position: fixed;
}
.app-loader:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: fixed;
  transition: 3s;
  background: rgba(0, 0, 0, 0.2);
  transition: visibility 0s, opacity 0.5s linear;
}
.app-loader .loader {
  width: 60px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  border-radius: 100px;
}
.app-loader .loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.app-loader .loader:after {
  top: 0;
  left: 1px;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  content: "";
  position: absolute;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assest/images/favicon-icon.png) no-repeat center center/22px;
}
.app-loader .loader .circular {
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform-origin: center center;
  animation: rotate 2s linear infinite;
}
.app-loader .loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #4fb39f;
  }
  40% {
    stroke: #208171;
  }
  66% {
    stroke: #4fb39f;
  }
  80%, 90% {
    stroke: #208171;
  }
}
[data-tooltip] {
  cursor: pointer;
  position: relative;
}
[data-tooltip]:before,
[data-tooltip]:after {
  opacity: 0;
  z-index: 2;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.15s cubic-bezier(0.5, 1, 0.25, 1);
}
[data-tooltip]:before {
  color: #FCFCFC;
  content: attr(data-tooltip);
  text-align: center;
  font-weight: 400;
  font-size: 11px;
  font-style: normal;
  padding: 6px 10px;
  border-radius: 4px;
  background: #295C51;
}
[data-tooltip]:after {
  width: 0;
  content: "";
  font-size: 0;
  line-height: 0;
  border: 8px solid transparent;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  opacity: 1;
  visibility: visible;
}
[data-tooltip].t-nowrap:before {
  white-space: nowrap;
}
[data-tooltip].t-normal:before {
  white-space: normal;
}
[data-tooltip].t-xxl:before {
  width: 350px;
  text-align: left;
  white-space: normal;
}
[data-tooltip].t-xxl2:before {
  width: 450px;
  text-align: left;
  white-space: normal;
}
[data-tooltip].t-xl:before {
  width: 200px;
}
[data-tooltip].t-lg:before {
  width: 170px;
  white-space: normal;
}
[data-tooltip].t-md:before {
  width: 140px;
}
[data-tooltip].t-sm:before {
  width: 110px;
}
[data-tooltip].t-xs:before {
  width: 80px;
}
[data-tooltip].t-top:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  transform: translateX(-50%);
}
[data-tooltip].t-top:after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #295C51;
  border-bottom: none;
}
[data-tooltip].t-top:hover:before,
[data-tooltip].t-top:hover:after {
  transform: translateX(-50%) translateY(-5px);
}
[data-tooltip].t-right:before {
  top: 50%;
  left: 100%;
  margin-left: 5px;
  transform: translateY(-50%);
}
[data-tooltip].t-right:after {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-right: 8px solid #295C51;
  border-left: none;
}
[data-tooltip].t-right:hover:before,
[data-tooltip].t-right:hover:after {
  transform: translateX(5px) translateY(-50%);
}
[data-tooltip].t-bottom:before {
  top: 100%;
  left: 50%;
  margin-top: 5px;
  transform: translateX(-50%);
}
[data-tooltip].t-bottom:after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 8px solid #295C51;
  border-top: none;
}
[data-tooltip].t-bottom:hover:before,
[data-tooltip].t-bottom:hover:after {
  transform: translateX(-50%) translateY(5px);
}
[data-tooltip].t-left:before {
  top: 50%;
  right: 100%;
  margin-right: 5px;
  transform: translateY(-50%);
}
[data-tooltip].t-left:after {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-left: 8px solid #295C51;
  border-right: none;
}
[data-tooltip].t-left:hover:before,
[data-tooltip].t-left:hover:after {
  transform: translateX(-5px) translateY(-50%);
}
.tooltips {
  cursor: pointer;
  position: relative;
}
.tooltips .tooltips-box {
  top: 0;
  left: 32px;
  bottom: 0;
  width: 350px;
  z-index: -2;
  margin: auto;
  font-size: 11px;
  color: #FCFCFC;
  font-style: normal;
  padding: 6px 10px;
  border-radius: 4px;
  background: #295c51;
  position: absolute;
  height: fit-content;
  visibility: hidden;
  text-transform: capitalize;
  transition: all 0.65s cubic-bezier(0.5, 1, 0.25, 1);
}
.tooltips .tooltips-box:before {
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  z-index: 2;
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-right: 8px solid #295C51;
}
.tooltips .tooltips-box .tooltips-inner {
  display: block;
  max-height: 190px;
  overflow: hidden;
  overflow-y: auto;
}
.tooltips .tooltips-box .tooltips-inner span.bold {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
}
.tooltips .tooltips-box .tooltips-inner span.bold.margin {
  margin-top: 10px;
}
.tooltips:hover .tooltips-box {
  left: 42px;
  z-index: 3;
  visibility: visible;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.v-hide {
  visibility: hidden;
}
.fs-italic {
  font-style: italic;
}
.fw-semi {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.txt-error,
.asterisk,
.invalid-feedback {
  color: #EF1313;
}
.invalid-feedback {
  margin-top: 4px;
}
.txt-danger {
  color: #C8102E !important;
}
.txt-sucsess {
  color: #388E3C !important;
}
.mt-10 {
  margin-top: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-8 {
  margin-left: 8px;
}
.mr-l {
  margin-right: 8px;
}
.mr-12 {
  margin-right: 12px !important;
}
.ml-i {
  margin-left: 6px !important;
}
.mr-i {
  margin-right: 6px !important;
}
.w-168 {
  width: 168px;
}
.w-90 {
  width: 90px;
}
.d-flex {
  display: flex;
}
.fa-flex {
  display: flex;
  align-items: center;
}
.flex-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-w {
  flex-wrap: wrap;
}
.is-brd {
  border: 1px solid #E4E7EC;
}
.word-break {
  word-wrap: break-word;
}
.q {
  word-break: break-all;
}
.input-group {
  display: flex;
  position: relative;
}
.input-group > :not(:last-child).dropdown,
.input-group > :not(:last-child).dropdown .dropdown-toggle,
.input-group > :not(:last-child):not(.dropdown .dropdown-toggle):not(.dropdown-menu) {
  max-width: 75px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu),
.input-group > :not(:first-child).dropdown .dropdown-toggle {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .g-txt {
  width: 40px;
  min-width: 40px;
  font-size: 16px;
  color: #FCFCFC;
  background: #208171;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-group > .dropdown {
  width: 100%;
}
.input-group.md > :not(:last-child).dropdown,
.input-group.md > :not(:last-child).dropdown .dropdown-toggle,
.input-group.md > :not(:last-child):not(.dropdown .dropdown-toggle):not(.dropdown-menu) {
  max-width: 110px;
}
.input-group.md .last {
  max-width: 100% !important;
}
.input-group.md .last .dropdown-toggle {
  max-width: 100% !important;
}
.input-group.lg > :not(:last-child).dropdown,
.input-group.lg > :not(:last-child).dropdown .dropdown-toggle,
.input-group.lg > :not(:last-child):not(.dropdown .dropdown-toggle):not(.dropdown-menu) {
  max-width: 160px;
}
.input-group.lg .last {
  max-width: 100% !important;
}
.input-group.lg .last .dropdown-toggle {
  max-width: 100% !important;
}
.input-group .is-msg {
  width: 100%;
  padding: 0 8px;
  font-size: 13px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #E4E7EC;
}
.input-group .is-msg i {
  margin-right: 4px;
}
.input-group .last.form-control {
  border-left-width: 0;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.pi-right i {
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.in-group {
  position: relative;
}
.in-group i {
  top: 11px;
  left: 14px;
  position: absolute;
}
.in-group .form-control {
  padding-left: 38px;
}
.svg.i-right {
  top: 12px;
  right: 12px;
  position: absolute;
}
.form-control.i-right {
  padding-right: 32px;
}
.p-control {
  height: 42px;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-control:after {
  top: -1.5px;
  width: 6px;
  height: 6px;
  content: "";
  min-width: 6px;
  margin-left: 12px;
  position: relative;
  border-top: 2px solid #FCFCFC;
  border-left: 2px solid #FCFCFC;
  transform: rotate(225deg);
  transition: all 0.45s ease-in-out;
}
.p-control.active:after {
  top: 0;
  transform: rotate(45deg);
}
.dropdown {
  position: relative;
}
.dropdown.opened .dropdown-menu {
  display: block !important;
}
.dropdown-menu {
  top: 100%;
  display: none;
  z-index: 4;
  width: 100%;
  min-width: 208px;
  position: absolute;
  border-radius: 8px;
  background: #FCFCFC;
  border: 1px solid #E4E7EC;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}
.dropdown-menu.xmd {
  min-width: 240px;
}
.dropdown-menu.md {
  min-width: 350px;
}
.dropdown-menu.bottom {
  top: auto;
  bottom: 100%;
}
.dropdown-menu.open {
  display: block;
}
.dropdown-menu li {
  cursor: pointer;
  min-height: 40px;
  color: #1B4640;
  font-size: 14px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  transition: all 0.45s ease-in-out;
}
.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #E4E7EC;
}
.dropdown-menu li:first-child {
  border-radius: 8px 8px 0 0;
}
.dropdown-menu li:last-child {
  border-radius: 0 0 8px 8px;
}
.dropdown-menu.hover li:hover {
  background: #F8F9FD;
}
.dropdown-menu .action {
  height: 60px;
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E4E7EC;
}
.dropdown-menu .action .btn {
  width: 96px;
  font-size: 13px;
  min-height: 36px;
  margin: 0 2px;
}
.tr-error td {
  background: #FFEAEA !important;
}
.no-data {
  color: #7C7C7C;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.d-arrow {
  position: relative;
  display: inline-flex;
}
.d-arrow:not(.is) {
  left: 1px;
  top: -2px;
  width: 9px;
  height: 9px;
  position: relative;
  border-top: 2px solid #1E378A;
  border-left: 2px solid #1E378A;
  transform: rotate(-135deg);
  transition: all 0.5s ease-in-out;
}
.d-arrow:not(.is).lg {
  width: 12px;
  height: 12px;
  border-width: 3px;
}
.d-arrow:not(.is).primary {
  border-color: #fff;
}
.d-arrow:not(.is).regular {
  border-color: #1B4640;
}
.d-arrow.is:after {
  left: 1px;
  top: -2px;
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  position: relative;
  border-top: 2px solid #1E378A;
  border-left: 2px solid #1E378A;
  transform: rotate(-135deg);
  transition: all 0.5s ease-in-out;
}
.d-arrow.is.lg:after {
  width: 12px;
  height: 12px;
  border-width: 3px;
}
.d-arrow.is.primary:after {
  border-color: #fff;
}
.d-arrow.right:not(.is) {
  top: 0;
  transform: rotate(135deg);
}
.d-arrow.right:after {
  top: 0;
  transform: rotate(135deg);
}
.d-arrow.right.active:not(.is) {
  top: -2px;
  transform: rotate(226deg);
}
.d-arrow.right.active:after {
  top: -2px;
  transform: rotate(226deg);
}
.d-arrow.up:after {
  top: 4px;
  transform: rotate(45deg);
}
.d-arrow.up.active:after {
  top: -2px;
  transform: rotate(226deg);
}
.g-data {
  display: flex;
}
.g-data .i-btn {
  width: 40px;
  height: 40px;
  margin-left: 8px;
  border-radius: 6px;
}
.mw1 {
  min-width: 96px;
}
.u-link {
  color: #208171;
  position: relative;
}
.u-link:before {
  left: 0;
  right: 0;
  bottom: 2px;
  content: "";
  position: absolute;
  border-bottom: 1px solid #208171;
}
.alert {
  height: 34px;
  font-size: 13px;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 8px;
  background: #FCEBEB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.alert i.circle {
  color: #FCFCFC;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 10px;
  font-style: normal;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert.danger {
  color: #C8102E;
  background: #FCEBEB;
}
.alert.danger i.circle {
  background: #C8102E;
}
.alert.sucsess {
  color: #388E3C;
  background: #E8F5E9;
}
.alert.sucsess i.circle {
  background: #388E3C;
}
.alert.sucsess i.circle.check:before {
  top: -1px;
  width: 4px;
  height: 7px;
  content: "";
  position: relative;
  display: inline-block;
  transform: rotate(45deg);
  border-bottom: 1px solid #FEFEFE;
  border-right: 1px solid #FEFEFE;
}
.ml-action {
  font-weight: 500;
  margin-top: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.ml-action.more {
  color: #208171;
  color: #1b4640;
}
.ml-action.less {
  color: #EF1313;
}
.p-info {
  width: 12px;
  height: 12px;
  font-size: 8px;
  cursor: pointer;
  line-height: 1;
  margin-left: 6px;
  font-weight: 700;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #F1F4FF;
  transition: all 0.5s ease-in-out;
}
.p-info:hover {
  color: #295C51;
  background: #F1F4FF;
}
.p-info.primary {
  color: #208171;
  border-color: #208171;
}
.p-info.primary:hover {
  color: #FCFCFC;
  background: #208171;
}
.primary-list {
  margin-left: 16px;
}
.primary-list li {
  color: #7C7C7C;
  list-style-type: disc;
}
.primary-list li:not(:last-child) {
  margin-bottom: 6px;
}
.primary-list li .primary {
  color: #208171;
}
.monday {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FCFCFC;
  border: 1px solid #D8DADD;
}
.bg-box {
  padding: 10px;
  border-radius: 8px;
  background: #F6F7F9;
  border: 1px solid #E4E7EC;
}
.ws-nowrap {
  white-space: nowrap;
}
html body.page-sidebar-closed .page-header {
  left: 81.5px;
}
html body.page-sidebar-closed .page-gutter {
  padding-left: 104px !important;
}
html body.page-sidebar-closed .sidebar-toggle .t-arrow {
  left: -2px !important;
  transform: rotate(136deg) !important;
}
html body:not(.page-sidebar-closed) .page-header {
  left: 249.5px;
}
html body:not(.page-sidebar-closed) .page-gutter {
  padding-left: 270px !important;
}
html body .page-header,
html body .page-gutter {
  transition: all 0.35s ease-in-out;
}
html body.quick-sidebar-opened {
  height: 100%;
  overflow: hidden;
}
html body.modal-opened {
  height: 100%;
  overflow: hidden;
}
.page-gutter {
  padding: 86px 20px 0 20px;
}
.page-gutter:before {
  top: 0;
  left: 0;
  width: 360px;
  height: 360px;
  content: "";
  position: absolute;
  border-radius: 360px;
  background:
    linear-gradient(
      180deg,
      #208171 0%,
      rgba(32, 129, 113, 0) 86.35%);
  filter: blur(200px);
}
.page-gutter:after {
  top: 0;
  right: 0;
  width: 360px;
  height: 360px;
  content: "";
  position: absolute;
  border-radius: 360px;
  background:
    linear-gradient(
      180deg,
      #208171 0%,
      rgba(32, 129, 113, 0) 86.35%);
  filter: blur(200px);
}
.page-gutter.is {
  padding: 80px 20px 0;
}
.page-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  justify-content: space-between;
  border-bottom: 1px solid #DCDDE1;
}
.page-head .data h2 {
  color: #0A2926;
  font-size: 20px;
  font-weight: 700;
}
.page-head .data span {
  color: #313957;
  font-size: 16px;
  font-weight: 500;
  margin-top: 6px;
  display: inline-block;
}
.page-head .progress span.bar {
  width: 300px;
  height: 12px;
  display: flex;
  position: relative;
  margin-bottom: 6px;
  border-radius: 10px;
  background: #DDE9E8;
}
.page-head .progress span.bar small {
  left: 0;
  height: 100%;
  min-width: 10px;
  position: absolute;
  border-radius: 10px;
  background: #208171;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
