﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 400;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 250;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-Thin.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 250;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-ThinItalic.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 275;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-ExtraLight.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 275;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-ExtraLightItalic.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-Light.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 300;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-LightItalic.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 500;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-MediumItalic.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 600;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-SemiBoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 700;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 800;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-ExtraBoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 900;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-Black.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 900;
  src: local('Prompt'), url('https://fonts.cdnfonts.com/s/15719/Prompt-BlackItalic.woff') format('woff');
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v222/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOem.ttf) format('truetype');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
:root {
  --header-color: #272727;
  --header-text-color: #FFFFFF;
  --primary-color: #000000;
  --secondary-dark-grey: #272727;
  --secondary-success: #388E3C;
  --secondary-warning: #FB6900;
  --secondary-error: #F94018;
  --secondary-green: #388E3C;
  --text-primary: #272727;
  --text-secondary: #757575;
  --text-tertiary: #B2B2B2;
  --text-error: #E53935;
  --text-on-primary-color: #FFFFFF;
  --background-grey-1: #F9F9F9;
  --background-grey-2: #F0F0F0;
  --icon-color: #7A7A7A;
  --icon-hover: #39597E;
  --icon-error: #E53935;
  --icon-disabled: #CACACA;
  --divider-1: #DEE1E3;
  --divider-2: #C8CDD0;
}
html,
body {
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
span,
p,
h1,
h2,
h3,
h4,
td,
.cop-item-title,
.cop-secondary-title,
.cop-text-secondary,
.cop-form-label,
.cop-tab-title,
.cop-bolder,
.cop-heading,
.header-heading,
.cop-wp-title,
.copyright,
.cop-info {
  user-select: none;
}
h5 {
  font-size: 1.1em;
}
b {
  font-weight: 500;
}
small {
  font-size: 0.9em;
}
label {
  cursor: pointer;
}
.cop-style * {
  font-family: 'Prompt', sans-serif;
  letter-spacing: 0.02em;
}
.cop-icon {
  font-family: 'Material Symbols Outlined';
  font-size: 1.5em;
  line-height: 1.3em;
  color: var(--icon-color);
}
.cop-style {
  /*Toast*/
  /*Icons*/
  /*Buttons*/
  /*Radio Buttons*/
  /*Checkbox*/
  /*Switch*/
  /*Form*/
  /*.cop-input.e-input-group.cop-telephone-input::before {
        position: absolute;
        content: '0 |';
        width: 2em;
        background: white;
        border-radius: 8px;
        align-self: center;
        text-align: center;
        font-family: 'prompt';
        height: auto;
        color: black;
        display: inline-block;*/
  /* line-height: 1.5em; */
  /*font-size: 1.1em;
    }*/
  /*.e-input-group-icon.e-date-icon::before,
    *.e-control-wrapper .e-input-group-icon.e-date-icon::before {
        font-family: @icon-font;
        content: '\ebcc';
    }*/
  /*Dropdown*/
  /*Calendar*/
  /*Dialog*/
  /*DataGrid*/
  /*Progress Bar*/
  /*Breadcrumbs*/
  /*Tooltip*/
  /*Loading Spinner*/
}
.cop-style a {
  /*color: var(--secondary-dark-grey);
        text-decoration: none;*/
  color: var(--primary-color);
}
.cop-style a:hover:not(:disabled) {
  /*color: var(--secondary-dark-grey);
            filter: brightness(105%);
            text-decoration: none;*/
  color: var(--primary-color);
  filter: brightness(105%);
}
.cop-style a:focus:not(:disabled),
.cop-style a:active:not(:disabled) {
  filter: brightness(95%);
}
.cop-style .e-toast-container {
  border-radius: 8px;
}
.cop-style .e-toast-container .e-toast .e-toast-icon {
  font-family: 'Material Symbols Outlined';
  font-size: 2em;
}
.cop-style .e-toast-container .e-toast.cop-toast-error .e-toast-icon {
  color: var(--secondary-error);
}
.cop-style .e-icons {
  color: var(--icon-color);
}
.cop-style .e-icons,
.cop-style .e-btn .e-btn-icon,
.cop-style .e-btn.e-icon-btn .e-btn-icon {
  /*font-family: @icon-font;*/
  font-size: 1.5em;
  /*line-height: 1.3em;*/
}
.cop-style .cop-btn-flat.e-icon-btn {
  line-height: 2.3em;
}
.cop-style .cop-logout-icon::before {
  content: '\e9ba';
}
.cop-style .cop-person-icon::before {
  content: '\e7fd';
}
.cop-style .cop-check-circle-icon::before {
  content: '\e86c';
}
.cop-style .cop-month-icon::before {
  content: '\ebcc';
}
.cop-style .cop-business-center-icon::before {
  content: '\eb3f';
}
.cop-style .cop-call-icon::before {
  content: '\e0b0';
}
.cop-style .cop-mail-icon::before {
  content: '\e158';
}
.cop-style .cop-add-icon::before {
  content: '\e145';
}
.cop-style .cop-delete-icon::before {
  content: '\e872';
}
.cop-style .cop-check-icon::before {
  content: '\e5ca';
}
.cop-style .cop-chevron-right-icon::before {
  content: '\e5cc';
}
.cop-style .cop-east-icon::before {
  content: '\f1df';
}
.cop-style .cop-west-icon::before {
  content: '\f1e6';
}
.cop-style .cop-info-icon::before {
  content: '\e88e';
}
.cop-style .cop-report-icon::before {
  content: '\e160';
}
.cop-style .cop-description-icon::before {
  content: '\e873';
}
.cop-style .cop-download-icon::before {
  content: '\f090';
}
.cop-style .cop-upload-icon::before {
  content: '\f09b';
}
.cop-style .cop-edit-icon::before {
  content: '\e3c9';
}
.cop-style .cop-arrow-back-icon::before {
  content: '\e5c4';
}
.cop-style .cop-arrow-forward-icon::before {
  content: '\e5c8';
}
.cop-style .e-btn {
  font-family: 'Prompt', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  border-radius: 0.5em 0.5em;
  font-weight: 500;
  padding: 0em 1.5em;
  height: 3.7em;
  border: 1px solid var(--primary-color);
  background: rgba(0, 0, 0, 0);
  color: var(--primary-color);
  text-transform: none;
  display: -webkit-inline-box;
  -webkit-align-items: center;
  outline: none;
  /*&:focus:not(:disabled),*/
}
.cop-style .e-btn * {
  color: var(--primary-color);
}
.cop-style .e-btn:hover:not(:disabled) {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--text-on-primary-color);
}
.cop-style .e-btn:hover:not(:disabled) .cop-icon {
  color: var(--text-on-primary-color);
}
.cop-style .e-btn:active:not(:disabled) {
  background: var(--primary-color);
  border-color: var(--primary-color);
  filter: brightness(95%);
  /*border-filter: brightness(95%);*/
  box-shadow: none;
  outline: none;
  color: var(--text-on-primary-color);
}
.cop-style .e-btn:active:not(:disabled) .cop-icon {
  color: var(--text-on-primary-color);
}
.cop-style .e-btn:focus {
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.cop-style .e-btn:disabled,
.cop-style .e-btn[disabled] {
  border: 1px solid var(--primary-color);
  background: rgba(0, 0, 0, 0);
  color: var(--primary-color);
  opacity: 0.4;
}
.cop-style .e-btn.e-primary {
  background: var(--primary-color);
  border: none;
  color: var(--text-on-primary-color);
  /*&:focus:not(:disabled),*/
}
.cop-style .e-btn.e-primary * {
  color: var(--text-on-primary-color);
}
.cop-style .e-btn.e-primary:hover:not(:disabled) {
  filter: brightness(105%);
}
.cop-style .e-btn.e-primary:active:not(:disabled) {
  filter: brightness(95%);
  box-shadow: none;
  outline: none;
  color: var(--text-on-primary-color);
  background: var(--primary-color);
}
.cop-style .e-btn.e-primary:focus:not(:disabled) {
  box-shadow: none;
  outline: none;
  color: var(--text-on-primary-color);
  background: var(--primary-color);
}
.cop-style .e-btn.e-primary:disabled,
.cop-style .e-btn.e-primary[disabled] {
  background: var(--primary-color);
  border: none;
  color: var(--text-on-primary-color);
  opacity: 0.4;
}
.cop-style .e-btn.cop-btn-icon {
  color: var(--icon-color);
  border: none;
  background-color: transparent;
  height: initial;
  padding: 0.5em;
  margin: -0.5em;
  /*&:focus:not(:disabled),*/
  /*&.e-primary {
                color: var(--primary-color);
            }*/
}
.cop-style .e-btn.cop-btn-icon:hover:not(:disabled) {
  color: var(--primary-color);
  filter: brightness(105%);
  background: transparent;
}
.cop-style .e-btn.cop-btn-icon:hover:not(:disabled) .cop-icon {
  color: var(--primary-color);
}
.cop-style .e-btn.cop-btn-icon:active:not(:disabled) {
  color: var(--primary-color);
  filter: brightness(95%);
  background: transparent;
  box-shadow: none;
  outline: none;
}
.cop-style .e-btn.cop-btn-icon:active:not(:disabled) .cop-icon {
  color: var(--primary-color);
}
.cop-style .e-btn.cop-btn-icon:disabled,
.cop-style .e-btn.cop-btn-icon[disabled] {
  background: none;
  color: var(--icon-color);
  border: none;
  opacity: 0.4;
}
.cop-style .e-btn.cop-btn-icon .cop-icon {
  color: var(--icon-color);
  line-height: 1em;
}
.cop-style .e-btn.cop-btn-flat {
  color: var(--primary-color);
  border: none;
  background-color: transparent;
  /*line-height:2.4em;*/
  /*&:focus:not(:disabled),*/
}
.cop-style .e-btn.cop-btn-flat:hover:not(:disabled) {
  color: var(--primary-color);
  /*filter: brightness(105%);
                background: transparent;*/
  background: var(--background-grey-1);
}
.cop-style .e-btn.cop-btn-flat:hover:not(:disabled) .cop-icon {
  color: var(--primary-color);
}
.cop-style .e-btn.cop-btn-flat:active:not(:disabled) {
  color: var(--primary-color);
  /*filter: brightness(95%);
                background: transparent;*/
  background: var(--background-grey-2);
  box-shadow: none;
  outline: none;
}
.cop-style .e-btn.cop-btn-flat:active:not(:disabled) .cop-icon {
  color: var(--primary-color);
}
.cop-style .e-btn.cop-btn-flat:disabled,
.cop-style .e-btn.cop-btn-flat[disabled] {
  background: none;
  color: var(--primary-color);
  border: none;
  opacity: 0.4;
}
.cop-style .e-btn.cop-btn-flat.e-primary {
  color: var(--primary-color);
}
.cop-style .e-btn.cop-btn-flat .cop-icon {
  color: var(--primary-color);
}
.cop-style .e-btn.cop-btn-label {
  background-color: transparent;
  color: var(--primary-color);
  border: none;
  height: 2.75em;
  line-height: 2.5em;
  padding: 0;
  /*&:focus:not(:disabled),*/
}
.cop-style .e-btn.cop-btn-label:hover:not(:disabled) {
  filter: brightness(105%);
  color: var(--primary-color);
  background-color: transparent;
}
.cop-style .e-btn.cop-btn-label:hover:not(:disabled) .cop-icon {
  color: var(--primary-color);
  filter: brightness(105%);
}
.cop-style .e-btn.cop-btn-label:active:not(:disabled) {
  filter: brightness(95%);
  background-color: transparent;
  color: var(--primary-color);
}
.cop-style .e-btn.cop-btn-label:active:not(:disabled) .cop-icon {
  filter: brightness(95%);
  color: var(--primary-color);
}
.cop-style .e-btn.cop-btn-label:disabled {
  background-color: transparent;
  opacity: 0.4;
  border: none;
}
.cop-style .e-btn.cop-btn-short {
  height: 2.75em;
}
.cop-style .e-radio-wrapper {
  line-height: 2.5;
}
.cop-style .e-radio-wrapper:not(:last-child) {
  margin-right: 1em;
}
.cop-style .e-radio:not(:checked):not(:disabled):hover + label::after {
  transform: scale(0);
}
.cop-style .e-radio + label,
.cop-style .e-radio + label .e-label {
  color: var(--text-primary);
  font-family: 'Prompt', sans-serif;
  font-size: 1em;
  line-height: 1.6em;
  padding-left: 1.1em;
}
.cop-style .e-radio + label::before {
  background-color: var(--background-grey-2);
  border: 1px solid var(--divider-2);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 1.5em;
  width: 1.5em;
  left: 0;
  position: absolute;
}
.cop-style .e-radio:disabled + label {
  opacity: 0.4;
}
.cop-style .e-radio:disabled + label::before {
  background-color: var(--background-grey-2);
  border: 1px solid var(--divider-2);
}
.cop-style .e-radio:hover + label::before {
  border-color: var(--primary-color);
}
.cop-style .e-radio:checked:focus + label::before,
.cop-style .e-radio:checked + label:focus + label::before,
.cop-style .e-radio:checked::before,
.cop-style .e-radio:checked + label::before {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: inset 0 0 0 0.35em var(--background-grey-2);
}
.cop-style .e-radio:checked:hover::before,
.cop-style .e-radio:checked + label:hover::before {
  border-color: var(--primary-color);
}
.cop-style .e-radio:checked::after,
.cop-style .e-radio:checked + label::after {
  /*border: 1px solid var(--primary-color);
                border-radius: 50%;
                border: none;
                content: "";
                height: 0.65em;
                width: 0.65em;
                left: 0.45em;
                top: 0.45em;
                position: absolute;
                background-color: var(--primary-color);
                color: var(--primary-color);*/
  transform: scale(0);
}
.cop-style .cop-no-radio .e-radio + label {
  padding-left: 0;
}
.cop-style .cop-no-radio .e-radio + label::before {
  transform: scaleX(0);
}
.cop-style .cop-no-radio .e-radio + label .e-label {
  padding-left: 0;
}
.cop-style .e-checkbox-wrapper .e-label {
  font-family: 'Prompt', sans-serif;  
  font-size: 1em;
  line-height: 1.3em;
}
.cop-style .e-checkbox-wrapper:hover .e-frame:not(.e-check) {
  background-color: var(--background-grey-1);
  border-color: var(--divider-2);
  content: none;
  font-size: 1.25em;
}
.cop-style .e-checkbox-wrapper:hover .e-frame:not(.e-check)::before {
  content: none;
}
.cop-style .e-checkbox-wrapper:hover .e-label {
  color: var(--text-secondary);
}
.cop-style .e-checkbox-wrapper .e-checkbox:focus + .e-frame,
.cop-style .e-checkbox-wrapper .e-checkbox:active + .e-frame {
  background-color: var(--background-grey-2);
  border-color: var(--divider-2);
}
.cop-style .e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check,
.cop-style .e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check {
  background-color: var(--primary-color);
  /*border-filter: brightness(95%);*/
  color: var(--text-on-primary-color);
}
.cop-style .e-checkbox-wrapper .e-frame {
  background-color: var(--background-grey-2);
  border: 1px solid var(--divider-2);
  border-radius: 0.5em;
  box-sizing: border-box;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  margin: 0.4em 5px;
}
.cop-style .e-checkbox-wrapper .e-frame.e-check {
  background-color: var(--primary-color);
  /*border-filter: brightness(95%);*/
  color: var(--text-on-primary-color);
  font-size: 1.25em;
}
.cop-style .e-switch-wrapper,
.cop-style .e-switch-wrapper:hover,
.cop-style .e-switch-wrapper:not(.e-switch-disabled):hover {
  height: 26px;
  width: 44px;
}
.cop-style .e-switch-wrapper .e-switch-inner,
.cop-style .e-switch-wrapper:hover .e-switch-inner,
.cop-style .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-inner {
  border: 1px solid var(--divider-2);
}
.cop-style .e-switch-wrapper .e-switch-inner.e-switch-active,
.cop-style .e-switch-wrapper:hover .e-switch-inner.e-switch-active,
.cop-style .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-inner.e-switch-active {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
.cop-style .e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on,
.cop-style .e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on,
.cop-style .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-inner.e-switch-active .e-switch-on {
  background-color: var(--primary-color);
}
.cop-style .e-switch-wrapper .e-switch-on,
.cop-style .e-switch-wrapper:hover .e-switch-on,
.cop-style .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-on {
  background-color: var(--primary-color);
}
.cop-style .e-switch-wrapper .e-switch-off,
.cop-style .e-switch-wrapper:hover .e-switch-off,
.cop-style .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-off {
  background-color: var(--background-grey-1);
}
.cop-style .e-switch-wrapper .e-switch-handle,
.cop-style .e-switch-wrapper:hover .e-switch-handle,
.cop-style .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle {
  height: 18px;
  width: 18px;
  background-color: var(--divider-2);
}
.cop-style .e-switch-wrapper .e-switch-handle:not(.e-switch-active),
.cop-style .e-switch-wrapper:hover .e-switch-handle:not(.e-switch-active),
.cop-style .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
  background-color: var(--divider-2);
}
.cop-style .e-switch-wrapper .e-switch-handle.e-switch-active,
.cop-style .e-switch-wrapper:hover .e-switch-handle.e-switch-active,
.cop-style .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle.e-switch-active {
  margin-left: -21px;
}
.cop-style .e-data-form .validation-message {
  color: var(--secondary-error);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding-top: 0.8em;
  line-height: 1.5em;
}
.cop-style .e-data-form .validation-message::before {
  font-family: 'Material Symbols Outlined';
  content: '\e160';
  font-size: 1.3em;
  padding-right: 0.3em;
  vertical-align: middle;
}
.cop-style .e-data-form .e-button-left .e-btn,
.cop-style .e-data-form .e-button-right .e-btn,
.cop-style .e-data-form .e-button-center .e-btn,
.cop-style .e-data-form .e-button-stretch .e-btn {
  border-radius: 0.5em 0.5em;
  padding: 0em 1.5em;
}
.cop-style .e-data-form .e-button-stretch {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cop-style .e-data-form .e-button-stretch .e-btn {
  width: initial;
}
.cop-style .cop-input.e-input-group {
  border: 1px solid var(--divider-2);
  border-radius: 0.5em;
  /*input .e-input,
            input.e-input,
            input,
            &.e-control-wrapper input.e-input,
            &.e-control-wrapper input,
            .e-float-input input.e-input,
            .e-float-input input,
            .e-float-input.e-control-wrapper input.e-input,
            .e-float-input.e-control-wrapper input,
            & input.e-input:focus,
            .e-input-group.e-control-wrapper input.e-input:focus,
            .e-float-input.e-control-wrapper input:focus,
            .e-float-input input:focus,
            .e-input-group.e-input-focus input.e-input,
            .e-input-group.e-control-wrapper.e-input-focus input.e-input,
            .e-float-input.e-control-wrapper.e-input-focus input,
            .e-float-input.e-input-focus input, textarea.e-input,
            .e-input-group textarea.e-input, .e-input-group textarea,
            .e-input-group.e-control-wrapper textarea.e-input,
            .e-input-group.e-control-wrapper textarea,
            .e-float-input textarea.e-input,
            .e-float-input textarea,
            .e-float-input.e-control-wrapper textarea.e-input,
            .e-float-input.e-control-wrapper textarea,
            .e-input-group textarea.e-input:focus,
            .e-input-group.e-control-wrapper textarea.e-input:focus,
            .e-float-input.e-control-wrapper textarea:focus,
            .e-float-input textarea:focus {
            }*/
}
.cop-style .cop-input.e-input-group .e-clear-icon,
.cop-style .cop-input.e-input-group .e-spin-up,
.cop-style .cop-input.e-input-group .e-spin-down {
  display: none !important;
}
.cop-style .cop-input.e-input-group input.e-input,
.cop-style .cop-input.e-input-group input.e-input-focus,
.cop-style .cop-input.e-input-group input.e-input:focus {
  padding: 0.5em 1em;
  height: 3.25em;
  font-family: 'Prompt', sans-serif;
  color: var(--text-primary);
  border: none;
}
.cop-style .cop-input.e-input-group input .e-input,
.cop-style .cop-input.e-input-group input.e-input,
.cop-style .cop-input.e-input-group input,
.cop-style .cop-input.e-input-group input.e-input:focus,
.cop-style .cop-input.e-input-group.e-control-wrapper input.e-input,
.cop-style .cop-input.e-input-group.e-control-wrapper input,
.cop-style .cop-input.e-input-group.e-control-wrapper input.e-input:focus,
.cop-style .cop-input.e-input-group.e-input-focus input.e-input,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus input.e-input,
.cop-style .cop-input.e-input-group textarea.e-input,
.cop-style .cop-input.e-input-group textarea.e-input,
.cop-style .cop-input.e-input-group textarea,
.cop-style .cop-input.e-input-group textarea.e-input:focus,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea.e-input,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea.e-input:focus {
  padding: 0.5em 1em;
  /*height: 3.25em;*/
  font-family: 'Prompt', sans-serif;
  color: var(--text-primary);
  border: none;
}
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error),
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: var(--divider-2);
}
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):hover,
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):hover {
  border-color: #919CA1;
}
.cop-style .cop-input.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
.cop-style .cop-input.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: var(--primary-color);
  border-radius: 0.5em;
  box-shadow: none;
  border-width: 1px;
}
.cop-style .cop-input.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error):hover,
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus:hover,
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus:hover,
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input:hover,
.cop-style .cop-input.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):hover,
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error):hover,
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus:hover,
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input:hover,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):hover {
  border-color: var(--primary-color);
}
.cop-style .cop-input.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) textarea,
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus textarea,
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus textarea,
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input textarea,
.cop-style .cop-input.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) textarea,
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) textarea,
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus textarea,
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input textarea,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) textarea {
  border-width: 0;
}
.cop-style .cop-input.e-input-group.e-success,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-success,
.cop-style .cop-input.e-input-group.e-success:not(.e-float-icon-left),
.cop-style .cop-input.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
  border-color: var(--divider-2);
  border-radius: 0.5em;
  box-shadow: none;
}
.cop-style .cop-input.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success,
.cop-style .cop-input.e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
  border-color: var(--primary-color);
  border-radius: 0.5em;
  box-shadow: none;
}
.cop-style .cop-input.e-input-group.e-error input.e-input,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-error input.e-input,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-error .e-input-group-icon,
.cop-style .cop-input.e-input-group.e-error .e-input-group-icon,
.cop-style .cop-input.e-input-group.e-error textarea.e-input,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-error textarea.e-input {
  border-color: var(--secondary-error);
  border-radius: 0.5em;
}
.cop-style .cop-input.e-input-group.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
.cop-style .cop-input.e-input-group.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
.cop-style .cop-input.e-input-group.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
.cop-style .cop-input.e-input-group.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
.cop-style .cop-input.e-input-group.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
.cop-style .cop-input.e-input-group.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
.cop-style .cop-input.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error,
.cop-style .cop-input.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
  border-color: var(--secondary-error);
  border-radius: 0.5em;
  box-shadow: none;
}
.cop-style .cop-input.e-input-group textarea.e-input,
.cop-style .cop-input.e-input-group textarea,
.cop-style .cop-input.e-input-group textarea.e-input,
.cop-style .cop-input.e-input-group.e-input-focus textarea,
.cop-style .cop-input.e-input-group.e-input-focus textarea.e-input,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus textarea,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea.e-input,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
.cop-style .cop-input.e-input-group .e-float-input textarea,
.cop-style .cop-input.e-input-group .e-float-input.e-control-wrapper textarea {
  /*padding: 0.5em 1em;*/
}
.cop-style .cop-input.e-input-group textarea.e-input::-webkit-scrollbar-thumb:hover,
.cop-style .cop-input.e-input-group textarea::-webkit-scrollbar-thumb:hover,
.cop-style .cop-input.e-input-group textarea.e-input::-webkit-scrollbar-thumb:hover,
.cop-style .cop-input.e-input-group.e-input-focus textarea::-webkit-scrollbar-thumb:hover,
.cop-style .cop-input.e-input-group.e-input-focus textarea.e-input::-webkit-scrollbar-thumb:hover,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea::-webkit-scrollbar-thumb:hover,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus textarea::-webkit-scrollbar-thumb:hover,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea.e-input::-webkit-scrollbar-thumb:hover,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus textarea.e-input::-webkit-scrollbar-thumb:hover,
.cop-style .cop-input.e-input-group .e-float-input textarea::-webkit-scrollbar-thumb:hover,
.cop-style .cop-input.e-input-group .e-float-input.e-control-wrapper textarea::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8 !important;
  cursor: default;
}
.cop-style .cop-input.e-input-group textarea.e-input::-webkit-scrollbar-track,
.cop-style .cop-input.e-input-group textarea::-webkit-scrollbar-track,
.cop-style .cop-input.e-input-group textarea.e-input::-webkit-scrollbar-track,
.cop-style .cop-input.e-input-group.e-input-focus textarea::-webkit-scrollbar-track,
.cop-style .cop-input.e-input-group.e-input-focus textarea.e-input::-webkit-scrollbar-track,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea::-webkit-scrollbar-track,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus textarea::-webkit-scrollbar-track,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea.e-input::-webkit-scrollbar-track,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus textarea.e-input::-webkit-scrollbar-track,
.cop-style .cop-input.e-input-group .e-float-input textarea::-webkit-scrollbar-track,
.cop-style .cop-input.e-input-group .e-float-input.e-control-wrapper textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(83, 83, 83, 0.07);
  background-color: #f1f1f1;
  border-radius: 8px;
}
.cop-style .cop-input.e-input-group textarea.e-input::-webkit-scrollbar,
.cop-style .cop-input.e-input-group textarea::-webkit-scrollbar,
.cop-style .cop-input.e-input-group textarea.e-input::-webkit-scrollbar,
.cop-style .cop-input.e-input-group.e-input-focus textarea::-webkit-scrollbar,
.cop-style .cop-input.e-input-group.e-input-focus textarea.e-input::-webkit-scrollbar,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea::-webkit-scrollbar,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus textarea::-webkit-scrollbar,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea.e-input::-webkit-scrollbar,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus textarea.e-input::-webkit-scrollbar,
.cop-style .cop-input.e-input-group .e-float-input textarea::-webkit-scrollbar,
.cop-style .cop-input.e-input-group .e-float-input.e-control-wrapper textarea::-webkit-scrollbar {
  width: 12px;
  background-color: #f1f1f1;
  border-radius: 8px;
}
.cop-style .cop-input.e-input-group textarea.e-input::-webkit-scrollbar-thumb,
.cop-style .cop-input.e-input-group textarea::-webkit-scrollbar-thumb,
.cop-style .cop-input.e-input-group textarea.e-input::-webkit-scrollbar-thumb,
.cop-style .cop-input.e-input-group.e-input-focus textarea::-webkit-scrollbar-thumb,
.cop-style .cop-input.e-input-group.e-input-focus textarea.e-input::-webkit-scrollbar-thumb,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea::-webkit-scrollbar-thumb,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus textarea::-webkit-scrollbar-thumb,
.cop-style .cop-input.e-input-group.e-control-wrapper textarea.e-input::-webkit-scrollbar-thumb,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-input-focus textarea.e-input::-webkit-scrollbar-thumb,
.cop-style .cop-input.e-input-group .e-float-input textarea::-webkit-scrollbar-thumb,
.cop-style .cop-input.e-input-group .e-float-input.e-control-wrapper textarea::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 8px;
}
.cop-style .cop-input.e-input-group.e-input-focus.e-multi-line-input textarea.e-textbox {
  padding-right: 1em;
}
.cop-style .cop-input.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.cop-style .cop-input.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
.cop-style .cop-input.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.cop-style .cop-input.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
.cop-style .cop-input.e-input-group .e-input-group.e-control-wrapper .e-input[disabled],
.cop-style .cop-input.e-input-group .e-input-group.e-disabled,
.cop-style .cop-input.e-input-group .e-input-group.e-control-wrapper.e-disabled,
.cop-style .cop-input.e-input-group .e-float-input input[disabled],
.cop-style .cop-input.e-input-group .e-float-input.e-control-wrapper input[disabled],
.cop-style .cop-input.e-input-group .e-float-input textarea[disabled],
.cop-style .cop-input.e-input-group .e-float-input.e-control-wrapper textarea[disabled],
.cop-style .cop-input.e-input-group .e-float-input.e-disabled,
.cop-style .cop-input.e-input-group .e-float-input.e-control-wrapper.e-disabled {
  background: inherit;
  opacity: 0.4;
}
.cop-style .cop-input.e-input-group::before,
.cop-style .cop-input.e-input-group::after,
.cop-style .cop-input.e-input-group.e-control-wrapper::before,
.cop-style .cop-input.e-input-group.e-control-wrapper::after {
  transform: scale(0);
}
.cop-style .cop-input.e-input-focus {
  border: 1px solid var(--primary-color);
  border-radius: 0.5em;
  /*&:not(.e-success):not(.e-warning):not(.e-error),
            &.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error),
            &:not(.e-disabled):hover:not(.e-success):not(.e-warning):not(.e-error),
            &.e-control-wrapper:not(.e-disabled):hover:not(.e-success):not(.e-warning):not(.e-error),*/
  /*&.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
                content: "\e776";
            }*/
}
.cop-style .cop-input.e-input-focus:not(.e-error),
.cop-style .cop-input.e-input-focus.e-control-wrapper:not(.e-error),
.cop-style .cop-input.e-input-focus:not(.e-disabled):hover:not(.e-error),
.cop-style .cop-input.e-input-focus.e-control-wrapper:not(.e-disabled):hover:not(.e-error) {
  border-color: var(--primary-color);
  border-radius: 0.5em;
  box-shadow: none;
}
.cop-style .cop-input .e-input-group-icon.e-date-icon::before,
.cop-style .cop-input .e-input-group-icon.e-date-icon::before {
  font-family: 'Material Symbols Outlined';
  content: '\ebcc';
}
.cop-style .cop-input .e-input-group-icon:last-child {
  padding: 0em 0.5em;
  font-size: 1.25em;
  color: var(--icon-color);
}
.cop-style .cop-input .e-input-group-icon:last-child:hover {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.cop-style .cop-numeric-currency.cop-input.e-input-group::before,
.cop-style .cop-numeric-currency.cop-input.e-input-group.e-control-wrapper::before {
  transform: scale(1);
}
.cop-style .cop-numeric-currency.e-input-group::before {
  content: '\eaf1' !important;
  font-family: 'Material Symbols Outlined';
  padding: 0.9em 0.5em;
  color: var(--text-secondary);
}
.cop-style .cop-numeric-currency.cop-input.e-input-group input.e-input,
.cop-style .cop-numeric-currency.cop-input.e-input-group input.e-input:focus {
  padding-left: 0;
}
.cop-style .cop-numeric-percent.cop-input.e-input-group::after,
.cop-style .cop-numeric-percent.cop-input.e-input-group.e-control-wrapper::after {
  transform: scale(1);
}
.cop-style .cop-numeric-percent.e-input-group::after {
  content: '\eb58' !important;
  font-family: 'Material Symbols Outlined';
  padding: 0.9em 0.5em;
  color: var(--text-secondary);
}
.cop-style .e-popup.e-ddl {
  border-radius: 0.5em;
  border: none;
  box-shadow: 0px 20px 40px 0px #1928381A;
}
.cop-style .e-dropdownbase {
  border-radius: 0.5em;
}
.cop-style .e-dropdownbase .e-list-item {
  border: none;
  color: var(--text-primary);
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  min-height: 1.6em;
  padding: 1em;
  background-color: white;
  text-indent: 0px;
  overflow: visible;
  white-space: normal;
  /*@keyframes marquee {
                0% {
                    text-indent: 0;
                }

                100% {
                    text-indent: -100%;
                }
            }*/
}
.cop-style .e-dropdownbase .e-list-item.e-hover {
  background-color: var(--background-grey-1);
  color: var(--primary-color);
  /*overflow: visible;
                white-space: normal;*/
  /*animation: marquee 5s linear infinite;*/
}
.cop-style .e-dropdownbase .e-list-item.e-item-focus,
.cop-style .e-dropdownbase .e-list-item.e-active,
.cop-style .e-dropdownbase .e-list-item.e-active:hover {
  background-color: var(--background-grey-2);
  color: var(--primary-color);
}
.cop-style .cop-dropdown-inline.e-control-wrapper,
.cop-style .cop-dropdown-inline.e-input-group.e-control-wrapper.e-disabled {
  background: none;
  border: none;
}
.cop-style .cop-dropdown-inline.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-disabled,
.cop-style .cop-dropdown-inline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-disabled {
  border-style: none;
}
.cop-style .cop-dropdown-inline .e-dropdownlist.e-input {
  height: auto !important;
  padding: 0 !important;
}
.cop-style .e-calendar .e-content td.e-today:hover span.e-day {
  background-color: var(--header-color);
}
.cop-style .e-calendar .e-content td.e-today span.e-day {
  border: none;
  background-color: color-mix(in srgb, var(--header-color), transparent 50%);
  color: var(--header-text-color);
  box-shadow: none;
}
.cop-style .e-calendar .e-content td.e-today.e-disabled.e-overlay span.e-day {
  background-color: var(--background-grey-2);
  border-color: var(--primary-color);
  box-shadow: none;
}
.cop-style .e-calendar .e-content td.e-today.e-selected.e-focused-date {
  border: none;
  box-shadow: none;
}
.cop-style .e-calendar .e-content td.e-today.e-selected.e-focused-date span.e-day {
  border: none;
  background-color: color-mix(in srgb, var(--header-color), transparent 50%);
  color: var(--header-text-color);
  box-shadow: none;
}
.cop-style .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
  background-color: var(--primary-color);
  color: var(--text-on-primary-color);
}
.cop-style .e-calendar .e-content td.e-focused-date span.e-day,
.cop-style .e-calendar .e-content td.e-focused-date:hover span.e-day {
  box-shadow: none;
}
.cop-style .e-dlg-overlay {
  background-color: rgba(25, 40, 56, 0.5);
}
.cop-style .e-dialog.e-popup {
  min-width: 35%;
  width: fit-content;
  max-width: 40%;
  border-radius: 8px;
  padding: 1em;
}
.cop-style .e-dialog .e-dlg-content {
  border-radius: 8px;
  padding-bottom: 2em;
}
.cop-style .e-dialog .e-dlg-content * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cop-style .e-dialog .cop-input {
  background-color: var(--background-grey-1);
}
.cop-style .e-dialog .e-button-stretch,
.cop-style .e-dialog .cop-dialog-footer {
  justify-content: initial;
  -webkit-justify-content: initial;
}
.cop-style .e-dialog .e-button-stretch .e-btn,
.cop-style .e-dialog .cop-dialog-footer .e-btn {
  flex: 1;
  margin: 0;
  font-size: inherit;
}
.cop-style .e-dialog .cop-dialog-footer {
  padding-top: 1.5em;
  display: flex;
  gap: 10px;
}
.cop-style .e-dialog .e-btn.e-dlg-closeicon-btn span {
  color: var(--icon-color);
}
.cop-style .e-dialog .e-btn.e-dlg-closeicon-btn:focus,
.cop-style .e-dialog .e-btn.e-dlg-closeicon-btn:hover,
.cop-style .e-dialog .e-btn.e-dlg-closeicon-btn:active {
  background-color: transparent;
}
.cop-style .e-dialog .e-btn.e-dlg-closeicon-btn:focus span,
.cop-style .e-dialog .e-btn.e-dlg-closeicon-btn:hover span,
.cop-style .e-dialog .e-btn.e-dlg-closeicon-btn:active span {
  color: var(--primary-color);
}
.cop-style .e-grid {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--divider-1);
}
.cop-style .e-grid .e-gridheader {
  border: none;
}
.cop-style .e-grid .e-columnheader {
  border: none;
}
.cop-style .e-grid .e-headercell,
.cop-style .e-grid .e-headercell:first-child,
.cop-style .e-grid .e-headercell:last-child {
  padding: 1.5em 1em;
  border: none;
}
.cop-style .e-grid .e-headercell span,
.cop-style .e-grid .e-headercell:first-child span,
.cop-style .e-grid .e-headercell:last-child span {
  font-size: 0.9em;
  font-weight: 500;
}
.cop-style .e-grid .e-row,
.cop-style .e-grid .e-row:hover {
  background-color: var(--background-grey-1);
}
.cop-style .e-grid .e-emptyrow {
  background-color: var(--background-grey-1);
}
.cop-style .e-grid .e-emptyrow td {
  padding: 1em 1em;
}
.cop-style .e-grid .e-rowcell,
.cop-style .e-grid .e-rowcell:first-child,
.cop-style .e-grid .e-rowcell:last-child {
  padding: 1em 1em;
  /*border: none;*/
  border-width: 0.2em 0;
  border-color: white;
}
.cop-style .e-grid .e-rowcell div,
.cop-style .e-grid .e-rowcell:first-child div,
.cop-style .e-grid .e-rowcell:last-child div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cop-style .e-grid .e-row:first-child .e-rowcell {
  border-top: none;
}
.cop-style .e-grid .e-row:last-child .e-rowcell {
  border-bottom: none;
}
.cop-style .e-grid .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
  box-shadow: none;
}
.cop-style .e-grid.cop-grid-inverted .e-table {
  background-color: var(--background-grey-1);
}
.cop-style .e-grid.cop-grid-inverted .e-row,
.cop-style .e-grid.cop-grid-inverted .e-row:hover {
  background-color: white;
}
.cop-style .e-grid.cop-grid-inverted .e-rowcell,
.cop-style .e-grid.cop-grid-inverted .e-rowcell:first-child,
.cop-style .e-grid.cop-grid-inverted .e-rowcell:last-child {
  border-color: var(--background-grey-1);
}
.cop-style .cop-circle-bar-label {
  font-weight: 500;
  font-size: 0.8em;
  color: var(--primary-color);
}
.cop-style .success {
  color: var(--secondary-success);
}
.cop-style .e-breadcrumb .e-breadcrumb-item:first-child .e-breadcrumb-text {
  padding-left: 0;
}
.cop-style .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.cop-style .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:hover {
  color: var(--primary-color);
  background-color: transparent;
  border: none;
}
.cop-style .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus {
  border: none;
}
.cop-style .e-breadcrumb .e-breadcrumb-item[data-active-item] .e-breadcrumb-text {
  color: var(--text-secondary);
}
.cop-style .e-arrow-tip .e-tip-top {
  display: none;
}
.cop-style .e-tooltip-wrap.e-popup {
  border-radius: 8px;
  border: 1px solid var(--divider-2);
  box-shadow: 0px 20px 40px 0px #1928381A;
  padding: 0.5em 1em;
}
.cop-style .e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-circle {
  stroke: var(--background-grey-2);
}
.cop-style .e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-arc {
  stroke: var(--primary-color);
}
/*Custom Components*/
#sticky-header {
  position: fixed;
  transition: all 0.2s ease;
  z-index: 1000;
  top: 5.25em;
  left: 0;
  width: 100%;
  padding: 1em 0;
  padding-bottom: 0;
  background-color: white;
  border-bottom: 1px solid var(--divider-1);
}
#sticky-header .cop-page-header {
  max-width: 80%;
  margin: auto;
}
#sticky-header.hidden {
  opacity: 0;
  padding: 0;
  z-index: -1000;
}
.cop-page-title {
  padding: 1em 0;
}
.cop-page-title .cop-page-title-row {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 2em;
  width: 100%;
}
.cop-page-title p {
  font-size: 1em;
  color: var(--text-secondary);
  font-weight: 400;
  line-height: 1.5em;
}
.cop-page-title .cop-page-title-right {
  min-width: 25%;
  margin-left: auto;
}
.cop-page-title .cop-page-title-right > button {
  float: right;
}
.cop-page-form-title {
  /*padding-top: 1em;
    display: flex;
    align-items: center;*/
  border-bottom: 1px solid var(--divider-1);
  margin-bottom: 2.5em;
}
.cop-page-form-title h3 {
  margin-bottom: 0;
  margin-right: 0.5em;
}
.cop-secondary-header {
  border-top: 1px solid var(--divider-1);
  border-bottom: 1px solid var(--divider-1);
  margin: 1.5em 0 4em 0;
}
.cop-secondary-header .cop-secondary-header-content {
  display: grid;
  grid-auto-flow: column;
  gap: 3em;
  line-height: 1.1em;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
}
.cop-secondary-header .cop-secondary-header-content .cop-secondary-header-section {
  padding: 1.5em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cop-secondary-header .cop-secondary-header-content .cop-secondary-header-section div,
.cop-secondary-header .cop-secondary-header-content .cop-secondary-header-section span,
.cop-secondary-header .cop-secondary-header-content .cop-secondary-header-section p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.cop-secondary-header .cop-secondary-header-content .cop-header-circle {
  margin: 0;
}
.cop-secondary-title {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0;
  color: var(--text-primary);
}
.cop-confirmed-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cop-confirmed {
  display: flex;
  max-width: fit-content;
  align-items: center;
  -webkit-align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2em;
}
.cop-confirmed .cop-bolder {
  margin: 0 0.5em;
}
.cop-confirmed span {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cop-progress-circle-small {
  width: 1.4em;
  height: 1.4em;
  flex: 0 0 1.4em;
  background-color: var(--background-grey-2);
  border-radius: 50%;
}
.cop-divider {
  height: 1px;
  width: 100%;
  margin: 2.5em 0;
  background-color: var(--divider-2);
}
/*Cop.Tabs*/
.cop-tab-control {
  display: grid;
  grid-template-columns: 25% 75%;
}
.cop-tab-control .cop-tab-headers {
  padding-right: 1.5em;
}
.cop-tab-control .cop-tab-header {
  border: 1px solid var(--divider-2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 1em;
  margin-bottom: 1em;
  font-weight: 500;
  height: 5em;
}
.cop-tab-control .cop-tab-header:hover {
  border: 1px solid var(--primary-color);
}
.cop-tab-control .cop-tab-header.cop-tab-header-active {
  background-color: var(--background-grey-1);
  border: 1px solid var(--primary-color);
  box-shadow: inset 4px 0 0 0 var(--primary-color);
}
.cop-tab-control .cop-tab-header.cop-tab-header-active .cop-badge {
  background-color: var(--primary-color);
  color: var(--text-on-primary-color);
}
.cop-tab-control .cop-tab-header.cop-tab-header-success {
  /*background-color: #388E3C1A;*/
}
.cop-tab-control .cop-tab-header .cop-tab-header-content {
  /*display: flex;
                width: 100%;*/
  overflow: hidden;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 0.5em;
  height: 100%;
  grid-auto-flow: column;
  display: grid;
  gap: 0.5em;
}
.cop-tab-control .cop-tab-content {
  /*padding-left: 1.5em;*/
  overflow: hidden;
}
.cop-tab-title {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 2em;
  display: inline-block;
  margin-right: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*Cop.Item*/
.cop-items-container {
  display: grid;
  gap: 1em;
  /*padding-bottom: 5em;*/
}
.cop-item-large {
  grid-template-columns: auto 1fr 20% auto;
  padding: 0;
}
.cop-item-large .cop-item-large-header {
  display: flex;
  gap: 1em;
  grid-column: 1 / -1;
  padding: 1.5em 2em;
}
.cop-item-large .cop-item-large-header.cop-item-large-header-expanded {
  border-bottom: 1px solid var(--divider-1);
  margin-bottom: 0.5em;
}
.cop-item-large .cop-item-large-header span:not(.e-label) {
  font-size: 1.25em;
  line-height: 2em;
  font-weight: 500;
}
.cop-item-large .cop-item-large-body {
  grid-column: 1 / -1;
  padding: 0 2em;
  padding-bottom: 2em;
}
.cop-item-large ul {
  display: grid;
  gap: 1em;
  padding-left: 1.5em;
}
.cop-item {
  grid-template-columns: auto 1fr auto;
  padding: 1.5em 1.5em;
}
.cop-item-large,
.cop-item {
  background-color: var(--background-grey-1);
  display: grid;
  align-items: center;
  -webkit-align-items: center;
  /*margin-bottom: 0.7em;*/
  overflow: hidden;
  border-radius: 8px;
  gap: 1em;
}
.cop-item-large .cop-item-title,
.cop-item .cop-item-title {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.8em;
}
.cop-item-large small,
.cop-item small {
  color: var(--text-secondary);
}
.cop-item-large p,
.cop-item p {
  color: var(--text-secondary);
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  margin-top: 0.5em;
}
.cop-item-large p .last-updated,
.cop-item p .last-updated {
  color: var(--text-primary);
}
.cop-item-large span,
.cop-item span {
  margin: 0;
}
.cop-item-large .cop-item-section,
.cop-item .cop-item-section,
.cop-item-large .cop-item-progress,
.cop-item .cop-item-progress {
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cop-item-large .cop-item-main,
.cop-item .cop-item-main {
  flex: 1;
  min-width: 0;
}
.cop-item-completion {
  width: 2.5em;
  height: 2.5em;
  background-color: var(--background-grey-2);
  border-radius: 50%;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: flex;
}
.cop-item-completed .cop-item-main {
  margin-top: -0.55em;
  margin-bottom: -0.55em;
}
.cop-item-completion.cop-item-completion-success {
  background-color: var(--secondary-success);
  color: white;
}
.cop-item-completion.cop-item-completion-success > .cop-icon {
  color: white;
}
/*Cop.Form Grid*/
.cop-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  border: 1px solid var(--divider-1);
  border-radius: 8px;
  overflow: hidden;
}
.cop-form-grid span {
  font-weight: 500;
  font-size: 1.1em;
}
.cop-form-grid .cop-form-cell.cop-form-cell-header {
  background-color: white;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  display: grid;
  grid-auto-flow: column;
  margin-top: 0;
  font-weight: 500;
}
.cop-form-grid .cop-form-cell {
  background-color: var(--background-grey-1);
  margin-top: 0.5em;
  padding: 1em;
  min-height: 5em;
}
.cop-form-grid .cop-form-cell-title {
  margin-top: -1.1em;
}
.cop-form-grid .cop-form-cell-description {
  color: var(--text-secondary);
  font-weight: 400;
  margin-top: 0.5em;
  font-size: 0.9em;
}
.cop-form-grid .cop-form-cell-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cop-form-grid .cop-form-cell-left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 2em;
}
.cop-form-grid .cop-form-cell-hidden {
  padding: 0;
  height: 0;
  min-height: 0;
  margin: 0;
}
.cop-form-grid .cop-form-cell-hidden * {
  display: none !important;
}
.cop-form-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.cop-label {
  font-size: 14px;
  font-weight: 500;
  margin-right: 0.5em;
}
.cop-form-avatar,
.cop-form-icon-circle,
.cop-header-circle {
  background-color: var(--background-grey-1);
  border-radius: 50%;
  margin-right: 1em;
  width: 2.5em;
  height: 2.5em;
  display: grid;
  align-items: center;
  -webkit-align-items: center;
  justify-items: center;
}
.cop-form-avatar {
  border: 1px solid var(--divider-2);
}
.cop-header-circle {
  background-color: white;
  border: 1px solid var(--divider-1);
  height: 3em;
  width: 3em;
}
.cop-form-item {
  background-color: var(--background-grey-1);
  display: flex;
  border-radius: 8px;
  padding: 2em;
  margin-bottom: 3em;
}
.cop-form-item > span:not(.e-label) {
  font-size: 1.25em;
  line-height: 2em;
  font-weight: 500;
}
/*Cop.Form Expanded*/
.cop-form-expanded {
  border-radius: 8px;
  border: 1px solid var(--divider-2);
  overflow: hidden;
}
.cop-form-expanded .cop-form-expanded-header {
  background-color: var(--background-grey-2);
  display: flex;
  padding: 1em 1.5em;
}
.cop-form-expanded .cop-form-expanded-header .cop-form-expanded-title {
  font-size: 1.25em;
  /*padding-top: 0.5em;*/
  font-weight: 500;
  line-height: 2em;
}
.cop-form-expanded .cop-form-expanded-row {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 0.5em;
  border-radius: 8px;
  /*grid-column-gap: 1em;
        grid-row-gap: 0.5em;*/
  background-color: var(--background-grey-1);
  /*&:not(.cop-form-expanded-title-row)>div {
            place-self: center;
            width:100%;
            height:100%;
        }*/
}
.cop-form-expanded .cop-form-expanded-row > div {
  padding: 1em 0.5em;
}
.cop-form-expanded .cop-form-expanded-row > div:last-child {
  padding-left: 0;
  /*padding-right: 0;*/
}
.cop-form-expanded .cop-form-expanded-row > div:first-child {
  padding-left: 1em;
}
.cop-form-expanded .cop-form-expanded-row-header {
  grid-column-start: 1;
  grid-column-end: -1;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid var(--divider-2);
  padding: 0 !important;
  padding-bottom: 2em !important;
  margin: 1em;
}
.cop-form-expanded .cop-form-expanded-row-header span:not(.e-label) {
  font-size: 1.25em;
  font-weight: 500;
}
.cop-form-expanded .cop-form-expanded-row-header div:not(:last-child) {
  /*padding-bottom: 1em;*/
  padding-right: 0.5em;
}
.cop-form-expanded .cop-form-expanded-right {
  margin-left: auto;
  display: flex;
  gap: 2em;
}
.cop-form-expanded .cop-form-expanded-title-row {
  font-weight: 500;
  font-size: 14px;
  background-color: white;
}
.cop-form-expanded .cop-confirmed {
  font-size: 14px;
}
.cop-form-expanded .cop-form-expanded-row-large {
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  margin-top: 0.5em;
  border-radius: 8px;
  background-color: var(--background-grey-1);
  padding-bottom: 0.5em;
}
.cop-form-expanded .cop-form-expanded-row-large > div {
  padding: 1em;
}
.cop-form-expanded .cop-form-expanded-row-large .cop-form-expanded-row-large-header {
  grid-column: 1 / -1;
  font-weight: 500;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  height: 4em;
}
.cop-form-disabled input,
.cop-form-disabled label,
.cop-form-disabled button,
.cop-form-disabled .e-input-group,
.cop-form-disabled .cop-form-label {
  pointer-events: none !important;
  opacity: 0.4 !important;
}
.cop-info-container,
.cop-panel {
  background-color: var(--background-grey-1);
  border-radius: 8px;
}
.cop-info-container span,
.cop-panel span,
.cop-info-container ul,
.cop-panel ul {
  color: var(--text-secondary);
}
.cop-info-container ul,
.cop-panel ul,
.cop-item-large ul {
  color: var(--text-secondary);
}
.cop-info-container li::marker,
.cop-panel li::marker,
.cop-item-large li::marker {
  color: var(--primary-color);
}
.cop-info-container {
  padding: 2.5em;
}
.cop-panel {
  padding: 1.5em;
}
.cop-panel ul {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.cop-info {
  /*background-color: #39597E1A;*/
  background-color: var(--background-grey-2);
  padding: 1.5em;
  border-radius: 8px;
  border-left: 4px solid var(--primary-color);
  display: flex;
  gap: 1.5em;
  min-height: 5.5em;
  /*align-items: center;*/
}
.cop-info .cop-info-circle {
  height: 3em;
  width: 3em;
  border-radius: 4em;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: flex;
  font-size: 1.1em;
  background-color: var(--background-grey-1);
}
.cop-info .cop-info-circle > .cop-icon {
  color: var(--primary-color);
}
.cop-info .cop-info-title {
  color: var(--text-primary);
  font-size: 1.25em;
  font-weight: 500;
}
.cop-info p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.cop-info p:last-child {
  margin-bottom: 0;
}
.cop-info > div:last-child {
  align-self: center;
}
.cop-bolder {
  color: var(--text-primary);
  font-weight: 500;
}
/*Cop.Form Singular*/
.cop-form-singular {
  border-radius: 8px;
  border: none;
  background-color: var(--background-grey-1);
  overflow: hidden;
}
.cop-form-singular .cop-form-singular-header {
  background-color: var(--background-grey-2);
  font-weight: 500;
  font-size: 1.25em;
  padding: 1em 1.3em;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.cop-form-singular .cop-form-singular-header .cop-form-avatar {
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}
.cop-form-singular .cop-form-singular-row {
  padding: 1.5em;
}
.cop-form-singular .cop-form-singular-footer {
  display: grid;
  /*grid-template-columns: auto;*/
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  gap: 0.5em;
  padding: 1em 0;
  align-items: center;
  -webkit-align-items: center;
}
.cop-form-singular .cop-form-singular-footer .e-btn {
  margin-left: 0;
}
/*ID Verification*/
.cop-file-item {
  background-color: white;
  display: flex;
  gap: 0.5em;
  border-radius: 8px;
  padding: 0.5em 1em;
  align-items: center;
  -webkit-align-items: center;
}
.cop-file {
  display: grid;
  grid-auto-flow: column;
  gap: 0.5em;
  align-items: center;
  -webkit-align-items: center;
  grid-template-columns: auto 1fr;
}
.cop-file span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cop-file .cop-form-icon-circle {
  margin: 0;
}
/*Questionnaire*/
.cop-questions-container {
  display: grid;
  max-width: 100%;
  overflow: hidden;
  gap: 1em;
}
.cop-question {
  background-color: var(--background-grey-1);
  border-radius: 8px;
  padding: 2em;
}
.cop-question .cop-question-label {
  font-size: 0.8em;
  color: var(--primary-color);
  font-weight: 500;
}
.cop-question .cop-question-text {
  font-size: 1.25em;
  font-weight: 500;
  padding: 1em 0;
  line-height: 1.5em;
}
.cop-question .cop-question-options-header {
  font-weight: 500;
  font-size: 0.9em;
  padding: 0.5em 1em;
}
.cop-question .cop-question-options-wrapper {
  display: grid;
  gap: 0.5em;
}
.cop-question .cop-question-options-wrapper .cop-question-option {
  border: 1px solid var(--divider-2);
  border-radius: 8px;
  padding: 0.5em 1em;
}
.cop-question .cop-question-options-wrapper .cop-question-option:hover {
  border: 1px solid var(--primary-color);
  cursor: pointer;
}
.cop-question .cop-question-options-wrapper .cop-question-option.cop-question-option-chosen {
  box-shadow: inset 4px 0 0 0 var(--primary-color);
  /*background-color: fade(var(--primary-color), 10%);*/
  background-color: color-mix(in srgb, var(--primary-color), transparent 90%);
}
.cop-question .cop-question-options-wrapper .cop-question-option label {
  height: 100%;
}
.cop-question .cop-question-options-wrapper .col {
  align-self: center;
}
.cop-question .cop-question-anomaly {
  border-radius: 8px;
  padding: 1em 1.5em;
  box-shadow: inset 4px 0 0 0 var(--primary-color);
  /*background-color: fade(var(--primary-color), 10%);*/
  background-color: color-mix(in srgb, var(--primary-color), transparent 90%);
  margin-bottom: 1em;
}
.cop-question .cop-question-options-numeric {
  grid-auto-flow: column;
}
.cop-question .cop-question-options-numeric label {
  text-align: center;
}
/*Heatmap*/
.cop-heatmap {
  display: grid;
  grid-template-columns: auto repeat(10, 1fr);
  gap: 2px;
}
.cop-heatmap * {
  border-radius: 8px;
}
.cop-heatmap .cop-heatmap-row-header,
.cop-heatmap .cop-heatmap-col-header {
  background-color: var(--background-grey-1);
  padding: 1em 1.5em;
  font-weight: 500;
}
.cop-heatmap .cop-heatmap-row-header {
  background-color: var(--background-grey-1);
}
.cop-heatmap .cop-heatmap-row-header.cop-heatmap-row-header-selected {
  box-shadow: inset 4px 0 0 0 var(--primary-color);
  color: var(--primary-color);
}
.cop-heatmap .cop-heatmap-col-header {
  text-align: center;
  align-content: center;
  -webkit-align-content: center;
  position: relative;
  padding: 0;
}
.cop-heatmap .cop-heatmap-col-header.cop-heatmap-col-header-selected {
  box-shadow: inset 0 4px 0 0 var(--primary-color);
  color: var(--primary-color);
}
.cop-heatmap .cop-heatmap-cell-red {
  background-color: color-mix(in srgb, var(--secondary-error), transparent 80%);
  /*background-color: #F12E2E33;*/
}
.cop-heatmap .cop-heatmap-cell-green {
  background-color: color-mix(in srgb, var(--secondary-green), transparent 80%);
  /*background-color: #388E3C33;*/
}
.cop-heatmap .cop-heatmap-header-row,
.cop-heatmap .cop-heatmap-row {
  display: contents;
}
.cop-heatmap .cop-heatmap-cell {
  /*cursor: pointer;*/
  position: relative;
}
.cop-heatmap .cop-heatmap-cell.cop-heatmap-cell-selected {
  border: 2px solid var(--primary-color);
}
.cop-heatmap .cop-heatmap-cell .cop-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary-color);
}
/*Risk Level*/
.cop-risk-level {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  position: relative;
  padding: 40px 0;
  margin: 0 0px 20px 0px;
  width: 100%;
}
.cop-risk-level .cop-rl-card-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.cop-risk-level .cop-rl-card-wrapper .cop-rl-card {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 6.25rem;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  font-size: 2em;
  font-weight: 500;
  color: white;
  transition: transform 0.2s ease-in-out;
}
.cop-risk-level .cop-rl-card-wrapper .cop-rl-card span {
  color: white;
}
.cop-risk-level .cop-rl-card-wrapper .cop-rl-card:hover {
  transform: scale(1.05);
}
.cop-risk-level .cop-rl-card-wrapper .cop-rl-card.cop-rl-card-selected {
  background-color: var(--primary-color) !important;
}
.cop-risk-level .cop-rl-card-wrapper .cop-rl-selected-border {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid var(--primary-color);
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  /*background-color: rgba(30, 136, 229, 0.1);*/
  padding-top: 5px;
}
.cop-risk-level .cop-rl-card-wrapper .cop-rl-selected-text {
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  font-size: 0.6rem;
  position: absolute;
  top: -1.5rem;
  left: -1px;
  right: -1px;
  background-color: var(--primary-color);
  color: var(--text-on-primary-color);
  /*padding: 2px 10px;*/
  border-radius: 10px 10px 0 0;
}
.cop-risk-level .cop-rl-suggested-wrapper {
  position: absolute;
  bottom: -10px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  grid-column: span 3;
  width: calc(100% + 10px);
  left: -5px;
  top: 35px;
}
.cop-risk-level .cop-rl-suggested-wrapper .cop-rl-suggested {
  background-color: var(--background-grey-2);
  color: var(--text-primary);
  font-weight: 500;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  align-content: end;
  -webkit-align-content: end;
  /*align-self: flex-end;
            -webkit-align-self: flex-end;*/
  padding: 1em;
}
/*.cop-scrollable-container-x {
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    overflow-x: auto;

    &::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(83, 83, 83, 0.07);
        background-color: var(--background-grey-2);
        border-radius: 8px;
    }

    &::-webkit-scrollbar {
        height: 10px;
        background-color: var(--background-grey-2);
        border-radius: 8px;
    }

    &::-webkit-scrollbar-thumb {
        background-color: var(--primary-color);
        border-radius: 8px;

        &:hover {
            background: darken(var(--primary-color), 5%) !important;
            cursor: default;
        }
    }
}*/
/*Risk Level Info*/
.cop-rl-info-title {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1.25em;
  margin: 1em 0;
}
.cop-rl-info-percent-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.5em;
  margin: 2em 0;
  width: 100%;
  max-width: 100%;
}
.cop-rl-info-percent-container > div {
  background-color: white;
  border-radius: 8px;
  padding: 1.5em;
  max-width: 100%;
  width: 100%;
}
.cop-rl-info-percent-container > div > div {
  max-width: 100%;
  width: 100%;
}
/*Wealth Portal*/
.cop-wp-secondary-header-content {
  padding: 1.5em 0;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: unset!important;
  gap: 2em!important;
}
.cop-wp-secondary-header-content .cop-wp-secondary-header-section {
  display: flex;
  gap: 1em;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cop-wp-secondary-header-content .cop-wp-secondary-header-section > div:first-child {
  min-width: max-content;
}
.cop-wp-secondary-header-content .cop-wp-secondary-header-section div {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .cop-wp-secondary-header-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cop-wp-container {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr 1fr;
  /*grid-auto-rows: 1fr;*/
  grid-template-rows: auto repeat(3, 1fr);
  max-width: 100%;
  overflow: hidden;
}
.cop-wp-panel {
  background-color: var(--background-grey-1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.cop-wp-panel > div {
  padding: 2em;
}
.cop-wp-panel .cop-wp-panel-header {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid var(--divider-1);
}
.cop-wp-panel .cop-wp-panel-header .cop-wp-title {
  font-weight: 500;
  font-size: 1.5em;
}
.cop-wp-panel .cop-wp-panel-content {
  color: var(--text-secondary);
  flex-grow: 1;
}
.cop-wp-panel .cop-wp-panel-footer {
  padding-top: 0;
}
.cop-item-panel {
  background-color: var(--background-grey-1);
  border-radius: 8px;
}
.cop-item-panel > div {
  padding: 1.5rem 2rem;
}
.cop-item-panel .cop-item-panel-header {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid var(--divider-1);
}
.cop-item-panel .cop-item-panel-header .cop-item-title-section {
  gap: 1.5em;
}
.cop-item-panel .cop-item-panel-header .cop-item-title {
  font-weight: 500;
  font-size: 1.25em;
}
.cop-item-panel .cop-item-section,
.cop-item-panel .cop-item-title-section {
  display: grid;
  grid-auto-flow: column;
  gap: 1em;
  align-items: center;
  -webkit-align-items: center;
}
.cop-item-panel .cop-item-panel-content {
  /*color: var(--text-secondary);*/
}
.cop-item-panel .cop-item-panel-footer {
  padding-top: 0;
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}
.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}
.loading-progress circle {
  fill: none;
  stroke: var(--background-grey-2);
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.loading-progress circle:last-child {
  stroke: var(--primary-color);
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}
.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}
.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}
/*Cop.Rows*/
.cop-row-20 {
    grid-template-rows: repeat(20, auto);
}

.cop-row-19 {
  grid-template-rows: repeat(19, auto);
}
.cop-row-18 {
  grid-template-rows: repeat(18, auto);
}
.cop-row-8 {
  grid-template-rows: repeat(8, auto);
}
.cop-row-7 {
  grid-template-rows: repeat(7, auto);
}
.cop-row-6 {
  grid-template-rows: repeat(6, auto);
}
.cop-row-2 {
  grid-template-rows: repeat(2, auto);
}
.cop-row-1 {
  grid-template-rows: repeat(1, auto);
}
/*Cop.Cols*/
.cop-col-3-no-delete {
  grid-template-columns: repeat(2, 1fr) auto;
  padding: 0.5em 1em;
}
.cop-col-3-no-delete > div {
  padding: 1em 0.5em;
}
.cop-col-3-no-delete .e-btn {
  margin-left: 1em;
  /*margin-right:1em;*/
}
.cop-col-3-no-delete div:last-child {
  align-content: end;
  -webkit-align-content: end;
  align-self: end;
  /*padding-right: 0.5em !important;*/
}
.cop-col-3 {
  grid-template-columns: repeat(3, 1fr) 4em;
}
.cop-col-3 .e-btn {
  margin-top: 0.5em;
}
.cop-col-4 {
  grid-template-columns: repeat(4, 1fr) 4em;
}
.cop-col-4 .e-btn {
  margin-top: 0.5em;
}
.cop-col-5 {
  grid-template-columns: repeat(5, 1fr) 4em;
}
.cop-col-5 .e-btn {
  margin-top: 0.5em;
}
.cop-col-6 {
  grid-template-columns: repeat(6, 1fr) 4em;
}
.cop-col-6 .e-btn {
  margin-top: 0.5em;
}
.cop-soft-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: center;
  background-color: rgba(200, 200, 200, 0.6);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 99999;
}
/*Misc*/
h3 {
  font-weight: 500;
  font-size: 2.3em;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 500;
  font-size: 1.1em;
  margin: 0;
  color: var(--text-primary);
}
.cop-heading {
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: 500;
  margin-bottom: 2em;
}
.cop-text-secondary {
  color: var(--text-secondary);
}
.cop-badge,
.cop-badge-primary {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1.4em;
  border-radius: 3.7em;
  padding: 0.5em 1.5em;
  white-space: nowrap;
  font-weight: 500;
  /*text-wrap: nowrap;*/
}
.cop-badge-primary {
  background-color: var(--primary-color);
  color: var(--text-on-primary-color);
}
.cop-badge {
  background-color: var(--background-grey-2);
  color: var(--primary-color);
}
.white {
  background-color: white !important;
}
.light-grey {
  background-color: var(--background-grey-1) !important;
}
.primary {
  color: var(--primary-color);
  font-weight: 500;
}
.place-self-center {
  place-self: center !important;
}
.cop-right {
  margin-left: auto;
  text-align: right;
  min-width: max-content;
}
.cop-form-no-margin .e-data-form .e-button-stretch {
  margin: 0;
}
.edit-disabled {
  opacity: 1 !important;
  background-color: white !important;
  color: var(--text-primary) !important;
}
.edit-disabled input {
  -webkit-text-fill-color: var(--text-primary) !important;
}

.cop-advice-confrim-row {
    margin-bottom: 20px;
    margin-top: 20px
}

.cop-confrim-advice-form-wrapper {
    display: inline-block;
    float: right;
    margin-top: -30px
}