/* Vue flow styles */
@import 'https://cdn.jsdelivr.net/npm/@vue-flow/core@1.20.0/dist/style.css';
@import 'https://cdn.jsdelivr.net/npm/@vue-flow/core@1.20.0/dist/theme-default.css';
@import 'https://cdn.jsdelivr.net/npm/@vue-flow/controls@latest/dist/style.css';
@import 'https://cdn.jsdelivr.net/npm/@vue-flow/minimap@latest/dist/style.css';
@import 'https://cdn.jsdelivr.net/npm/@vue-flow/node-resizer@latest/dist/style.css';

.vue-flow__minimap {
  transform: scale(75%);
  transform-origin: bottom right;
}

.vue-flow__pane {
  height: calc(100vh-83px) !important;
}

.vue-flow__handle {
  height: 18px;
  width: 18px;
  background-color: #3472FF;
  border-radius: 5px;
}

.basicflow.dark{background:#57534e;color:#fffffb}.basicflow.dark .vue-flow__node{background:#292524;color:#fffffb}.basicflow.dark .vue-flow__controls .vue-flow__controls-button{background:#292524;fill:#fffffb;border-color:#fffffb}.basicflow.dark .vue-flow__edge-textbg{fill:#292524}.basicflow.dark .vue-flow__edge-text{fill:#fffffb}.basicflow .controls{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.basicflow .controls button{padding:4px;border-radius:5px;font-weight:600;-webkit-box-shadow:0px 5px 10px 0px rgba(0,0,0,.3);box-shadow:0 5px 10px #0000004d;cursor:pointer;display:flex;justify-content:center;align-items:center}.basicflow .controls button:hover{transform:scale(102%);transition:.25s all ease}

@font-face {
  font-family: 'Inter';
  src: url("/static/fonts/Inter-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'InterThin';
  src: url("/static/fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'InterLight';
  src: url("/static/fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'InterMedium';
  src: url("/static/fonts/Inter-Medium.ttf") format("truetype");
}

body {
    -webkit-font-smoothing: antialiased;
}

.login__splash {
  background-color: #171717;
  padding: 40px;
}

.login__splash_rectangle {
  background: linear-gradient(180deg, transparent 60%, #00FFC1 50%);
}

.login__splash h1 {
  color: #FFFFFF;
  margin-top: 130px;
  font-family: 'InterMedium';
}

.login__splash p {
  font-family: 'InterLight';
  color: #4B4B4B;
}

.login__splash p:first-child {
  margin-top: 20px !important;
}

.login__splash p span {
  font-family: 'InterMedium';
}

.login__form {
  background-color: #FFFFFF;
  margin-top: 71px;
  align-items: center;
  max-width: 468px;
}

.divcontainer {
  margin-top: 50px;
  margin-left: 0px;
  margin-bottom: 50px;
  margin-right: 100px;
  width: 100%;
}

.divcontainer_environmentTopBar {

  background-color: #f8f8f8;
  color: #707070;
  font-family: 'Inter';
  font-size: 16px;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  display: inline-block;

}

.divcontainer_environmentTopBar p{
  display: inline-block;

}

.divcontainer_environmentTopBar a {
  text-decoration: underline;
  color: black;
}


.divcontainer_login {
  margin: 50px 50px 50px 50px;
  width: 100%;
}

.divcontainer__appName {
  font-size: 40px;
  font-family: 'Inter';
}

.divcontainer__title {
  font-family: 'InterLight';
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 40px;
}

.divcontainer__subtitle {
  font-family: 'InterLight';
  font-size: 20px;
  margin-top: 12px;
  color: #939393;
  text-align: center;
}

.divcontainer__form {
  display: grid;
  align-items: center;
}

.divcontainer__form_elem {
  margin-top: 60px;
}

.divcontainer__form_elem--coupled {
  margin-top: 28px;
}

.divcontainer__form_elem label {
  font-size: 15px;
  color: #1d1d1d;
  font-family: 'InterLight';
  margin-bottom: 0px;
  margin-left: 9px;
}

.divcontainer__form_elem_formCheck {
  border-radius: 5px;
  background-color: #f4f4f4;
  color: #000;
  width: 16px;
  height: 16px;
}

.divcontainer__form_btn {
  font-family: 'InterLight';
  font-size: 14px;
  background-color: #3790FF;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  margin: 40px 0 64px 0;
  height: 50px;
}

.divcontainer__form_btn:focus {
  outline: none !important;
}

.highlighted {
  color: #908B8B;
}

.link {
  color: #3790FF
}

.link:hover {
  text-decoration: none;
  color: #908B8B;
}

.invalid-feedback {
  width: 100% !important;
  margin-top: .25rem !important;
  display: block !important;
  margin-left: 6px !important;
  line-height: 1 !important;
}

.invalid-feedback span {
  color: #f57f6c !important;
  font-size: 0.9rem !important;
  font-family: 'InterLight' !important;
  margin-right: 6px;
}

.notification {
  position: absolute;
  top: -32px;
  right: 0;
  z-index: 100;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #c7ddfa;
  padding: 36px 16px;
  max-width: 520px;

  font-family: 'InterLight';
  color: #2542a0;
  font-size: 18px;
}

.notification img {
  filter: invert(35%) sepia(70%) saturate(7237%) hue-rotate(233deg) brightness(91%) contrast(112%) !important;
  width: 36px;
}

.error_border {
  border-color: #f57f6c !important;
}

.error_container {
  margin-top: 20px;
  text-align: center;
}

.label-info {
  font-family: 'InterLight';
  margin-top: 28px;
  color: #939393;
}

.start-session {
  font-family: 'InterLight';
  color: #000;
  font-size: 15px;
  margin-bottom: 32px;
}

.start-session span {
  font-family: 'InterMedium';
}

.msgEmailSend {
  margin-top: 183px;
}

.msgEmailSend h1 {
  font-family: 'InterThin';
}

.fixMT {
  margin-top: 80px;
}

.divider {
  border: 1px solid #908B8B;
  margin-bottom: 28px;
}


.active span {
  color: black;
}

.active {
  background-color: #f7f7f7;
}

.active-img {
  filter: hue-rotate(233deg) !important;
}

.custom-pr {
  padding-right: 130px;
}

.pr18 {
  padding-right: 18px;
}

.mt0 {
  margin-top: 0 !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.col {
  height: 619px;
}

.w61 {
  width: 61%;
}

.fixBtn {
  bottom: auto !important;
  right: 128px !important;
  margin-top: 12px !important;
}

.info-text {
  font-family: 'InterLight';
  font-size: 15px;
  color: #a3a3a3;
}

#input-wrapper label {
  z-index: 99;
  line-height: 45px;
  padding: 2px;
  margin-left: 7px;
  position: absolute;
}

#input-wrapper input {
  height: 48px;
  text-indent: 31px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  display: none;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: #969696;
  cursor: pointer;
  border-radius: 10px;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 64px;
  width: 100%;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #F0F3F4;
}

.inputfile + label * {
  pointer-events: none;
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.helpper-text {
  font-family: 'InterLight';
  font-size: 12px;
  color: #a3a3a3;
}

.upload_files label {
  margin-left: 0 !important;
}

.upload_files input {
  width: inherit !important;
}

.note {
  font-family: 'InterLight';
  font-size: 15px;
  color: #413d3b;
}

.alert-danger {
  color: white !important;
  background-color: #f44336 !important;
  border-color: #f44336 !important;
}

.pointer {
  cursor: pointer;
}

.mleft-10 {
  margin-left: 10px !important;
  margin-right: -9px !important;
}

.mrigth-10 {
  margin-right: 10px !important;
}

.multiselect__tags {
  min-height: 48px !important;
  border-radius: 10px !important;
  border: 1px solid #d3d3d3 !important;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 1 !important;
  border-radius: 10px !important;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  display: none !important;
}

.dashboard__menu {
  background-color: #ffffff;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  border-top: none;
  border-right: 1px solid #d3d3d3;
}

.dashboard__menu_logo {
  color: white;
  display: flex;
  font-size: 30px;
  font-family: "InterLight";
  margin-top: 20px;
  justify-content: center;
}

.dashboard__menu_logo img {
  width: 97px;
  height: 19px;
}

.dashboard__menu_links {
  margin-top: 40px;
}

.dashboard__menu_links ul {
  margin-left: 20px;
  font-family: "InterLight";
}

.dashboard__menu_links ul li {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 45px;
}

.dashboard__menu_links ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 45px;
}

.dashboard__menu_links ul li a img {
  height: 25px;
  margin-right: 7px;
  filter: brightness(1000);
}

.dashboard__menu_links ul li a:hover {
  color: #00FFC1;
}

.dashboard__menu_links ul li:hover img {
  filter: brightness(1);
}

.dashboard__content {
  background-color: white;
  font-family: 'Inter';
  justify-content: flex-start;
  width: 100%;
  overflow-x: hidden;

}

.dashboard__content_user-menu {
  display: flex;
  justify-content: flex-start;
  margin: 10px 10px 0 0;
}

.dashboard__content_user-menu button {
  color: #FFFFFF;
  font-size: 20px;
  background-color: #000000;
  border-radius: 41px;
  height: 48px;
  min-width: 176px;
}

.dashboard__content_user-menu button:first-child {
  margin-right: 8px;
  width: 144px;
}

.dashboard__content_user-menu button:nth-child(2) {
  display: flex;
  align-items: center;
  padding: 11px;
}

.dashboard__content_avatar {
  background-color: #613bff;
  border-radius: 50%;
  margin-right: 8px;
  height: 34px;
  width: 38px;
}

.wizard {
  margin: 30px 0 30px 0;
}

.wizard__container {
  max-width: 458px;
}

.wizard__container_one-elem {
  margin-bottom: 12px;
}

.wizard__container_one-elem label {
  font-size: 15px;
  color: #969696;
  font-family: "InterLight";
  margin-bottom: 0px;
  margin-left: 5px;
}

.wizard__container_title {
  font-family: 'InterLight';
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 40px 0 72px 0;
}

.wizard__container_sub-title {
  font-size: 15px;
  color: #969696;
  font-family: "InterLight";
  margin: 25px 0 0 5px;
}

.wizard__container_two-elem_group {
  display: grid;
}

.wizard__container_two-elem_group label {
  font-size: 15px;
  color: #969696;
  font-family: "InterLight";
  margin-bottom: 0px;
  margin-left: 5px;
}

.waiting {
  margin-top: 115px;
}

.waiting h1 {
  font-size: 40px;
  font-family: "InterLight";
  font-weight: 600;
}

.waiting__text {
  font-family: "InterLight";
  font-size: 29px;
  margin-top: 35px;
  font-weight: 100;
  line-height: normal;
  text-align: justify;
}

.waiting__footer {
  margin-top: 93px;
}

.waiting__footer_p {
  font-size: 38px;
  font-family: "Inter";
}

.waiting__footer_img {
  max-height: 500px;
}

.logo {
  font-family: "Inter";
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #2b3ef3;
  margin-bottom: 60px;
}


.fa-eye{
  position: relative;
  bottom: 2%;
  right: 0%;
  cursor: pointer;
  color: lightgray;
}

.elem_input {
  height: 60px;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 10px 24px;
  width: 100%;
  color: #939393;
  font-family: "InterLight";
}

.password_input {
  height: 60px;
  background-color: white;
  border-radius: 10px;
  border-color: #eaeaea;
  padding: 10px 24px;
  width: 94%;
  color: #000000;
  font-family: "InterLight";
}

.multiselect__tags {
  height: 64px;
  padding: 10px 24px !important;
  border: none !important;
  margin: auto !important;
  background-color: #f4f4f4 !important;
  border-radius: 10px;
  font-family: "InterLight";
}

.multiselect__placeholder {
  color: #939393 !important;
}

.multiselect__input {
  background-color: #f4f4f4 !important;
}

.elem_input:focus-visible {
  border: 1px solid #e7e7e7 !important;
}

.elem_input:focus {
  border: 2px solid #D3D3D3;
  outline: 0 !important;
  -webkit-appearance: none;
}

.elem_input:focus::-webkit-input-placeholder {
  color: #4B4B4B;
}

.elem_input--uppercaser {
  text-transform: uppercase;
}

.elem_select {
  cursor: pointer;
  height: 48px;
  background-color: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  padding: 5px;
  font-family: "InterLight";
  color: #4B4B4B;
  width: 100%;
}

.elem_select:focus {
  outline: 0 !important;
}

.back_button {
  background-color: #FFFF;

  color: #3790FF;

}

.elem_button {
  background-color: #3790FF;
  bottom: 0;
  border-radius: 10px;
  color: #FFFFFF;
  font-family: "InterLight";
  font-size: 20px;
  right: 0;
  height: 50px;
}

.elem_button:focus {
  outline: none !important;
}

.vue-tel-input {
  border-radius: 12px !important;
}

.vue-tel-input:focus-visible {
  border: 1px solid #e7e7e7 !important;
}

.vue-tel-input:focus {
  border: 2px solid #D3D3D3;
  outline: 0 !important;
  -webkit-appearance: none;
}

.vue-tel-input:focus::-webkit-input-placeholder {
  color: #4B4B4B;
}

.vue-tel-input:focus-within {
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid #D3D3D3 !important;
}

.submenu {
  display: none;
  margin: -3px 0 0 13px;
}

.submenu__item {
  margin-bottom: 0 !important;
}

.submenu__item a {
  height: auto !important;
}

.submenu__item:hover {
  color: #00FFC1;
}

.visible {
  display: grid !important;
}

.custom_container {
  margin-top: 40px;
}

.title {
  font-family: "Inter";
}

.title__helptext {
  font-family: "InterLight";
  font-size: 16px;
}

.div_elem_search {
  margin-bottom: 15px;
}

.elem_search {
  font-family: "InterLight";
  background-color: #F2F2F2 !important;
  background: url("/static/images/dashboard_icons/search.svg") no-repeat scroll 10px 10px;
  background-size: 20px;
  height: 40px;
  border-radius: 7px;
  padding-left: 38px;
}

.elem_search:focus-visible {
  border: 1px solid #e7e7e7 !important;
}

.elem_search:focus {
  border: 2px solid #D3D3D3;
  outline: 0 !important;
  -webkit-appearance: none;
}

.elem_search:focus::-webkit-input-placeholder {
  color: #4B4B4B;
}

.button {
  background-color: #000000;
  border-radius: 33px;
  color: #FFFFFF;
  font-family: "InterLight";
}

.buttonDisabled {
  background-color: #636060;
  border-radius: 33px;
  color: #FFFFFF;
  font-family: "InterLight";
  margin-top: 5px;
}

.button--search {
  height: 45px;
}

.button--color {
  color: #00FFC1;
}

.button--font-medium {
  font-family: "InterMedium";
}

.button--size-standar {
  height: 45px;
  width: 170px;
}

.filter__label {
  font-family: "InterLight";
  font-size: 16px;
  font-weight: 600;
}

.elem_search_date {
  padding: 4px 8px;
  border-radius: 8px;
  cursor: pointer;
}

.elem_search::placeholder{
  color: #3D4148;

}

input[type="date"]::-webkit-clear-button {
  display: none;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: #808080;
}

input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  color: #808080;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 14px;
  border: solid 0.5px #808080;
  background:#fff;
  display: inline-block !important;
  visibility: visible !important;
}

input[type="date"], focus {
  color: #808080;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}


.elem_search_date:focus-visible {
  border: none;
  border: solid 0.5px #808080;
}

.elem_search_date:focus {
  border: none;
  border: solid 0.5px #808080;
  outline: 0 !important;
  -webkit-appearance: none;
}

.elem_search_date:focus::-webkit-input-placeholder {
  color: #808080;
}

.Table {
  width: 100%;
}

.generic-table {
  margin-top: 15px;
  /* max-height: 400px; */
  width: 100%;
  overflow-y: auto;
}

.generic-table table {
  width: 800px;
}

.generic-table table thead {
  position: sticky;
  top: 0;
  background-color: #FFFF !important;
  color: #565656;
  height: 37px;
  font-family: "Helvetica", arial, sans-serif;
}

.generic-table table thead tr th {
  font-weight: 100;
  font-size: 14px !important;
  padding-left: 6px;
  text-align: center;
}

.generic-table table thead tr th:first-child {
  padding-left: 13px;
}

.generic-table table tbody {
  font-family: "InterLight";
}

.generic-table table tbody tr {
  border: 1px solid #e8e8e8;
}

.generic-table table tbody tr td {
  height: 62px;
  padding-left: 0px;
  font-size: 12px !important;
  text-align: center;
}

.generic-table table tbody tr .pr-4 {
  padding-right: 1em !important;
}

.generic-table table tbody tr td span {
  display: block;
  color: #454545;
  margin-left: 8px !important;
}

.generic-table table tbody tr td span:nth-child(2) {
  color: #797979 !important;
}

.generic-table table tbody tr td:first-child {
}



.status-style{
  padding: 1px;
  border: 1px solid #808080;
  border-radius: 20px !important;
  text-align: center;
}

footer {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  height: 48px;
  width: 100%;
}

.info-card {
  display: flex;
  border: 1px solid #707070;
  border-radius: 35px;
  justify-content: space-between;
  width: 45%;
}

.info-card__block {
  padding-top: 13px;
  padding-left: 20px;
}

.info-card__block__img {
  width: 43px;
}

.info-card__block__title {
  margin-top: 2px;
  font-size: 22px;
  font-family: "InterLight";
  color: #b1b1b1;
}

.info-card__block__counter {
  font-family: "InterMedium";
  font-size: 30px;
  color: #000000;
}

.info-card__block__counter--white {
  color: white;
}

.info-card__block--black {
  background-color: black;
  border-radius: 35px;
  border: 1px solid black;
  width: 45%;
}

.small_cp {
  display: block;
}

.full_cp {
  display: none;
}

.liquidation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.liquidation__card {
  border: 1px solid #707070;
  border-radius: 21px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 60px;
  width: 45%;
  display: flex;
  justify-content: inherit;
  align-items: center;
  flex-direction: row;
}

.liquidation__card__text {
  font-family: "InterLight";
  font-size: 22px;
  color: #b1b1b1;
}

.liquidation__card__amount {
  font-family: "InterMedium";
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
  margin-right: 20px;
}

.liquidation__img img {
  margin-left: 20px;
}

.business-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px;
  padding: 0 42px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #d3d3d3;
  height: 90px;
  max-width: 424px;
}

.business-menu p {
  font-family: "InterLight";
  font-size: 18px;
}

.business-menu__link {
  cursor: pointer;
}

.business-menu__pill {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 7px;
  background-color: #3790FF;
}

.btn-donwload {
  font-family: "InterLight";
  color: #969696;
  cursor: pointer;
  background-color: #f4f4f4;
  display: inline-block;
  border: 1px solid #d3d3d3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 48px;
  width: 100%;
}

.btn-donwload:focus {
  border: 2px solid #D3D3D3;
  outline: 0 !important;
  -webkit-appearance: none;
}

.margin-top-menu {
  margin-top: 65px;
}

.icon_menu {
  height: 23px;
  width: 23px;
}

.font19 {
  font-size: 19px;
}

.footer-label {
  font-family: "InterLight";
  font-size: 15px;
  color: #000000;
  bottom: 25px;
}

.container-buttons__button {
  background-color: black;
  border-radius: 33px;
  color: #fff;
  font-family: "InterLight";
  font-size: 25px;
  height: 60px;
}

.container-buttons__button:focus {
  border: 2px solid #D3D3D3;
  outline: 0 !important;
  -webkit-appearance: none;
}

.menu-expanded {
  width: 205px;
}

.menu-collapsed {
  width: 63px;
}

.menu-btn-collapsed {
  left: 37px;
}

.title-font-color-black {
  color: black;
}

.title-font-color-white {
  color: white;
}

.item_menu {
  margin-bottom: 10px;
  display: flex;
}

.item_menu a {
  text-decoration: none;
  padding: 16px 0 16px 16px;
  height: 56px;
}

.item_menu a:hover {
  text-decoration: none;
}

.item_menu--button {
  border-radius: 9px;
  border: solid 1px #919191;
  background-color: #fafafa;
  width: 70%;
  text-align: center;
  padding: 8px;
}

.item_menu--button a div {
  margin: 0;
}

.item_menu__icon {
  filter: brightness(1000);
}

.item_menu__title {
  font-family: "Inter";
  margin-left: 12px;
  color: black;
  font-size: 16px;
}

/* .item_menu:hover img {
  filter: brightness(1);
} */

.switch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 12px;
}

.switch__input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 10px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #3b8cf2;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3b8cf2;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

input:disabled + .slider {
  background-color: #ccc;
  opacity: 0.6;
  cursor: not-allowed;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.separator-vertical {
  width: 1px;

  background-color: #e6e6e6;
}

.progressBar__footer {
  font-size: 18px;
  text-align: center;
  color: #555;
  margin-top: 1rem;
}

.percentagePill {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ebebeb;
  padding: 4px 8px;
  border-radius: 15px;
}

.pill {
  background-color: #3b8cf2;
  padding: 4px 16px;
  border-radius: 6px;
}

.pill__text {
  font-size: 16px;
  color: #ffffff;
}

.cardInfo {
  padding: 24px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 720px;
}

.cardInfo__title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.cardInfo__filter {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

.cardInfo__amount {
  font-size: 32px;
  font-weight: 300;
  font-family: Inter;
  color: #000;
  margin: 32px 0 27px 0;
}

.cardInfo__text {
  color: #555;
  font-size: 16px;
}

.cardInfo__text--lg {
  font-size: 18px;
}

.cardInfo__link {
  font-size: 15px;
  font-weight: 500;
  color: #2b3ef3;
  cursor: pointer;
}

.cardInfo__menuItem {
  font-size: 13px;
  color: #a2a2a2;
  cursor: pointer;
}

.cardInfo__menuItem--active {
  color: #2bc38e;
  border-bottom: 2px solid #2bc38e;
}

.cardInfo__linetime {
  opacity: 0.44;
  font-family: Inter;
  font-weight: 300;
  color: #ffffff;
}

.cardInfo--desing_one {
  background-image: linear-gradient(55deg, #4335b2 24%, #67e8c5 97%);
}

.cardInfo--desing_two {
  background-image: linear-gradient(56deg, #66e4c4 12%, #4335b2 92%);
}

.cardInfo--desing_three {
  background-image: linear-gradient(51deg, #4335b2 16%, #66e4c4 89%);
}

.indicator {
  width: 43px;
  height: 3px;
  background: white;
  opacity: 0.44;
}

.indicator--active {
  opacity: 1 !important;
}

.sales-graph {
  background-color: #ffffff;
}

.quick_actions {
  height: 245px;
  border-radius: 13px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
  font-family: Inter;
}

.loading-container {
  height: 400px;
  padding-top: 150px;
}

.loading-component {
  padding-top: 150;
}

.select_year {
  border-color: #8a8484;
  border-width: 1px;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  text-align: end;
  padding-right: 5px;
}

.quick_actions__title {
  margin-top: 15px;
  margin-bottom: 12px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
}

.quick_actions button {
  height: 40px;
  margin-bottom: 12px;
  border-radius: 7px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #ede7f5;
  font-size: 14px;
}

.incidents-input-container {
  margin-bottom: 0.73rem;
}

.incidents-input-container-btn {
  margin-top: 2rem;
}

.incidents-label {
  font-family: Inter;
  font-size: 15px;
  color: #000000;
}

.incidents-helptxt {
  color: #9b9b9b;
  font-size: 12px;
  font-family: Inter;
}

.incidents-btn {
  height: 40px;
  border-radius: 7px;
  background-color: #ede7f5;
  font-size: 15px;
  font-family: 'Inter';
  font-weight: 300;
  color: #000;
}

.incidents-btn--modal {
  width: 191px;
}

.incidents-btn:focus {
  outline: none !important;
}

.incidents-modal {
  background-color: white;
  border: solid 1px #707070;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 820px;
  max-width: 100%;
  height: 710px;
  max-height: 100%;
  box-shadow: 12px 22px 35px -6px rgba(0, 0, 0, 0.74);
  -webkit-box-shadow: 12px 22px 35px -6px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 12px 22px 35px -6px rgba(0, 0, 0, 0.74);
}

.incidents-modal__close {
  right: 35px;
  top: 5px;
  cursor: pointer;
}

.incidents-modal__close img {
  height: 17px;
}

.incidents-modal__header h1 {
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-weight: 500;
  margin-top: 24px;
}

.incidents-modal__body {
  margin: 10px 30px 10px 30px;
  text-align: initial;
}

.incidents-modal__body__title {
  font-family: Inter;
  font-size: 20px;
}

.incidents-modal__body__label {
  font-family: Inter;
  font-size: 15px;
}

.incidents-modal__separator {
  width: 228px;
  height: 1px;
  background-color: #04fbbb;
}

.input_placeholder {
  position: relative;
}

.input_placeholder__sing {
  position: absolute;
  right: 13px;
  top: 15px;
  color: #cccccc;
  font-family: Inter;
  font-size: 13px;
}

.input_placeholder__sing--black {
  color: #000;
}

/* Error checkout */
.title-error{
  font-size: 50px !important;
}

.p-error{
  font-size: 17px !important;
}

.noselect-error{
  -webkit-touch-callout: none !important; /* iOS Safari */
  -webkit-user-select: none !important; /* Safari */
   -khtml-user-select: none !important; /* Konqueror HTML */
     -moz-user-select: none !important; /* Old versions of Firefox */
      -ms-user-select: none !important; /* Internet Explorer/Edge */
          user-select: none !important; /* Non-prefixed version, currently
                                           supported by Chrome, Edge, Opera and Firefox */
  font-family: 'InterMedium' !important;
}

.filterdiv__text {
  margin-right: 20px;
  font-size: 15px;
  color: #808080;
}

.elem_status{
  border: solid 0.5px #808080;
  padding: 7px 35px 7px 5px;
  border-radius: 8px;
  cursor: pointer;
  outline:0px;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 14px;
  color: #808080;
}

.export_btn{
  margin-left: auto !important;
  align-items: center;
  display: flex;
  padding: 6.2px;
  justify-content: center;
  width: 100%;

  border: solid 0.5px #808080;
  border-radius: 8px;
  cursor: pointer;
  outline: 0px !important;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 14px;
  color: #808080;

}

.export_btn > img{
  flex-shrink: 0;
  margin-right: 10px;
  width: 20px;
}

.container_btns{
  display: flex;
  justify-content: center;
}

.btns_pag{
  padding: 6.2px;
  justify-content: center;
  width: 100px;
  border: solid 0.5px #808080;
  border-radius: 8px;
  cursor: pointer;
  outline: 0px !important;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 14px;
  color: #808080;
}

.container-status{
  display: flex;
  align-items: center;
  padding: 4px 14px;
  border-radius: 15px;
  border: 1px solid #9e9e9e;
}

.circle-status{
  width: 1rem !important;
  height: 1rem !important;
}

.pagination {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 15px;
}

.pagination a {
  color: #a4a4a4 !important;
  float: left;
  padding: 0px 10px;
  font-size: 13px;
  text-decoration: none;
}

.pagination .active-page{
  color: black !important;
}

.detail-icon{
  padding: 0 3em !important;
}

.detail-th{
  text-align: center;
}

.view-points{
  display: inline;
  width: 12px;
  margin-top: 0px;
  margin-left: 12px;
}

.generic-table table tbody tr td .container-methods{
  text-align: center;
  /* border: 1px solid #bebebe; */
  border-radius: 5%;
  width: 100% !important;
  margin: 0 auto;
  padding-top: 5px;
}

.generic-table table tbody tr td .span-methods{
  margin-left: 0px !important;
}

.generic-table table tbody tr td div .img-methods{
  display: block !important;
  width: 25px !important;
  margin: 0px auto 3px auto !important;
}

.img-detail{
  width: 70px !important;
  margin: 0 auto !important;
}

.content-arrow{
  margin: 0 0 0 60px;
}

.generic-table table tbody tr td .container-keys{
  text-align: center;
  /* border: 1px solid #bebebe; */
  border-radius: 5%;
  width: 100% !important;
  margin: 0 auto;
  padding-top: 5px;
}

.generic-table table tbody tr td .button-keys{
  margin-left: 0px !important;
}

.generic-table table tbody tr td .button-keys:focus{
  outline: none !important;
}

.generic-table table tbody tr td div .img-keys{
  background-color: #dbdbdb;
  display: block !important;
  width: 35px !important;
  padding: 5px;
  margin: 0px auto 3px auto !important;
  border-radius: 8px !important;
}

.status-headerse{
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  height: 66px;
  width: 180px;
  align-items: center;
  padding: 10px;
}

.info-headerse{
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  height: 55px;
  width: 245px;
  align-items: center;
  padding: 10px;
}

.span-name-headerse{
  font-size: 100% !important;
}

.span-headerse{
  font-size: 100% !important;
  color: rgb(147, 147, 147);
}

.img-icon{
  width: 45px;
  border-radius: 50%;
  margin-right: 12px;
}

.dropdown-menu.show{
  border-radius: 10px !important;
}

.notification-keys {
  position: absolute;
  top: 270px;
  right: 10px;
  z-index: 100;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #3b8cf2;
  padding: 4px 20px;
  max-width: 520px;
  font-family: 'InterLight';
  color: white;
  font-size: 18px;
  transition: 1s;
}


.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

@media only screen and (max-width: 600px) {
  .toasted-container {
    min-width: 97% !important;
  }
  .help_menu_icon {
    background: #ede7f5;
    padding: 2px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
  }
}

@media screen and (min-width: 625px) {
  .info-headerse{
    width: 300px !important;
  }

  .status-headerse{
    height: 55px !important;
  }

  .notification-keys {
    top: 190px !important;
  }
}


@media (min-width: 640px) {
  .menu-btn {
    background-color: #f8f8f8;
    height: 44px;
    width: 46px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: absolute;
    right: -20px;
  }
  .menu-btn img {
    height: 16px;
    display: flex;
    justify-content: center;
  }
  .wizard {
    margin: 115px 0 0 0;
  }
  .btnNext {
    width: 221px !important;
  }
  .menu-label-expanded {
    display: block;
  }
  .menu-label-expanded--black {
    color: black;
  }
  .help-button span:hover {
    color: #000000 !important;
  }
  .menu-label-collapsed {
    display: none;
  }
  .waiting {
    margin-top: 145px;
  }
  .btnChangePassword {
    width: 165px;
  }
  .btnChangePassword:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-label {
    font-size: 20px;
  }
  .active_border {
    border-left: 5px solid #3b8cf2;
  }
  .icon-expanded {
    width: 1.313rem;
  }
  .icon-collapsed {
    width: 2.25rem;
  }
  .quick_actions button {
    font-size: 1.1rem;
  }
  .generic-table table thead tr th {
    font-size: 17px;
  }
  .generic-table table tbody tr td {
    font-size: 12px !important;
  }
  .incidents-input-container {
    margin-bottom: 3rem !important;
  }
  .incidents-modal {
    height: 605px;
    width: 668px;
  }
  .incidents-modal__body {
    margin: 10px 60px 10px 60px;
  }
  .btn_help {
    background: #ede7f5;
    margin-right: 20px;
    height: 43px;
    border-radius: 10px;
    padding-left: 10px;
  }

}

@media screen and (min-width: 767px) {
  .notification-keys {
    right: 55px !important;
  }
}

@media screen and (min-width: 767px) {
  .notification-keys {
    right: 60px !important;
  }
}


@media (min-width: 1024px) {
  .notification-keys {
    right: 75px !important;
  }
  .btnNext {
    width: 255px !important;
  }
  .menu-label-expanded {
    display: block;
  }
  .menu-label-collapsed {
    display: none;
  }
  .fixBtnChange {
    position: absolute;
    bottom: 0;
  }
  .quick_actions button {
    font-size: 11px;
  }
  .filter {
    display: flex;
    justify-items: center;
    align-items: center;
  }
  .buttons {
    display: flex;
    justify-items: center;
    align-items: center;
  }
  .filterdiv {
    display: flex;
    justify-items: center;
    align-items: center;
  }

  .export_element {
    display: flex;
    justify-items: center;
    align-items: center;
  }

  .incidents-modal {
    height: 620px;
    width: 668px;
  }
  .incidents-modal__body {
    margin: 10px 60px 10px 60px;
  }
  .item_menu a {
    padding: 16px 0 16px 32px;
  }

  .export_btn{
    width: 100px;
  }

  .pagination{
    display: flex !important;
    justify-content: right !important;
    margin-bottom: 15px;
  }

  .container_btns {
    display: flex;
    justify-content: right;
  }

  .generic-table table tbody tr td .container-methods{
    width: 90% !important;
  }
}

@media (max-width: 1080px) {
  .notification {
    width: 360px;
    font-size: 12px;
  }
  .notification img {
    width: 24px;
  }
}

@media screen and (min-width: 1164px) {
  .notification-keys {
    right: 60px !important;
  }
}


@media (min-width: 1280px) {
  .cardInfo__amount {
    font-size: 48px;
  }
  .quick_actions button {
    font-size: 1rem;
  }
  .generic-table table {
    width: 100%;
  }
  .incidents-modal {
    height: 680px;
    width: 810px;
  }
  .incidents-modal__body__title {
    font-size: 23px;
  }
  .incidents-modal__body__label {
    font-size: 18px;
  }

  .img-detail{
    width: 24px !important;
    margin: 0 auto !important;
  }

  .notification-keys {
    right: 94px !important;
  }

}

@media screen and (min-width: 1500px) {
  .notification-keys {
    right: 120px !important;
  }
}

.tonder-logo {
  width: 130px;
  padding: 14px 15px;
}

.sidebar-main {
  grid-column: 1 / 3;
  border-right: 1px solid #e4e4e4;
  /* position: sticky;
  top: 0; */
}

.sidebar-container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 47.75px);
  color: #1d1d1d;
  font-size: 15px;
}
.top-section {
  padding: 3rem 0 1rem;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 15px;
}
.bottom-section {
  flex:1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 15px;
  padding: 2rem 0;
}
.active {
  border: none;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}
.active span {
  color: #1d1d1d;
}
.dashboard-icon {
  width: 20px;
  margin-right: 0.5rem;
}
.dashboard-icon-p-px {
  padding: 1px;
}
.dashboard-button {
  padding: 0.6rem;
}
.dashboard-label-min-w {
  min-width: 5.6rem;
}
.beta-tag{
    background-color: #0277FF;
    color: white !important;
    border-radius: 16px;
    padding: 2px 12px;
    display: none;
}
@media (min-width: 768px) {
    .beta-tag {
        display: inline-flex;
        font-size: .6rem;
        margin-right: 0.25rem;
        margin-left: 0.25rem
    }
}

@media (min-width: 1280px) {
    .beta-tag {
         margin-right: 1rem;
         margin-left: 1rem;
         font-size: .8rem;
    }
}
@media (min-width: 1170px) {
    .beta-tag-m {
         display: none;
    }
}
@media (max-width: 1170px) {
  .beta-tag-m {
    display: inline-flex !important;
    margin-right: .75rem !important;
    margin-left: .75rem !important;
    padding: 2px 9px !important;
  }
  .beta-tag {
    display: none;
  }
}
.sidebar-title {
  font-size: 13px;
  font-weight: 500;
  color: #7f7f7f;
  margin-bottom: 1rem;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.environment-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.environment-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.5px 14px;
  border-radius: 10px;
  background-color: #e8ffda;
}
.ellipse {
  width: 8px;
  height: 8px;
  background-color: #3e7a39;
  margin: 0 6px 0 0;
  border-radius: 50%;
}
.logo-container {
  height: 49px;
}

.disable-login-button {
  background-color: #e4e4e4;
  color: #7f7f7f;
  cursor: not-allowed;
}
