/* ========= Media queries shortcuts ========= */
a {
  outline: none;
  text-decoration: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: gray transparent;
}
*::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: gray;
}

/* ========= Custom modifiers ========= */
@media (max-width: 1023px) {
  .onlyDesktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .onlyDesktop {
    display: initial;
  }
}

@media (max-width: 1023px) {
  .onlyMobile {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .onlyMobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .dynamic-pad-05-1 {
    padding: 0.5vh;
  }
}
@media (min-width: 1024px) {
  .dynamic-pad-05-1 {
    padding: 1vh;
  }
}

/* ========= END Custom component modifiers ========= */
/* ========= Media queries shortcuts ========= */
a {
  outline: none;
  text-decoration: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: gray transparent;
}
*::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: gray;
}

/* ========= Custom modifiers ========= */
@media (max-width: 1023px) {
  .onlyDesktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .onlyDesktop {
    display: initial;
  }
}

@media (max-width: 1023px) {
  .onlyMobile {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .onlyMobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .dynamic-pad-05-1 {
    padding: 0.5vh;
  }
}
@media (min-width: 1024px) {
  .dynamic-pad-05-1 {
    padding: 1vh;
  }
}

/* ========= END Custom component modifiers ========= */
/* ========= Dashboard ========= */
.dashboard-tab-buttons {
  margin-top: -1.5rem;
  margin-bottom: 1rem;
}
.dashboard-tab-buttons .ui-button {
  background: var(--surface-c);
  color: var(--text-color);
  margin: 0;
  outline: 0 none;
  border-radius: 0;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-weight: 800;
  border: none;
  border-bottom: solid 5px var(--primary-dark-color);
}
.dashboard-tab-buttons .ui-button.active-tab {
  background: var(--primary-dark-color) !important;
  color: var(--primary-color-text) !important;
}

.dashboard-card.ui-card .ui-card-title {
  font-size: 1.15rem;
}
.dashboard-card.ui-card .ui-card-content {
  padding-top: 0.5rem;
  padding-bottom: 0;
}

.load-skeleton .skeleton-border {
  border: 1px solid var(--surface-d);
  border-radius: 4px;
}

.ui-outputpanel + .load-skeleton {
  display: none;
}

.tabContents .ui-outputpanel-loading {
  width: initial;
  height: 400px;
  border: 2px solid var(--text-color) !important;
  border-radius: 5px;
}

.scadaLabelClass {
  font-size: 0.8rem !important;
}

.ui-dashboard-block {
  display: block;
  border-radius: 5px;
  padding: 1vh;
  overflow: auto;
}
.ui-dashboard-block .ui-datatable table {
  font-size: 14px;
}
.ui-dashboard-block .ui-dashboard-scada-block {
  color: black;
  padding: 0 !important;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: -1vh;
  width: auto;
}

.ui-dashboard-chart-block {
  display: block;
  border-radius: 5px;
  padding: 1vh;
  overflow: auto;
}

/* ========= END Dashboard ========= */
.user-2 {
  background: #1aa194 !important;
  border: none;
}
.user-2 .fc-event-main {
  background: inherit !important;
  border: inherit;
}

.user-3 {
  background: #964de5 !important;
  border: none;
}
.user-3 .fc-event-main {
  background: inherit !important;
  border: inherit;
}

.user-4 {
  background: #FF6666 !important;
  border: none;
}
.user-4 .fc-event-main {
  background: inherit !important;
  border: inherit;
}

.user-5 {
  background: #AC8A00 !important;
  border: none;
}
.user-5 .fc-event-main {
  background: inherit !important;
  border: inherit;
}

.user-6 {
  background: #FF9966 !important;
  border: none;
}
.user-6 .fc-event-main {
  background: inherit;
  border: inherit;
}

.user-7 {
  background: #a73b8f !important;
  border: none;
}
.user-7 .fc-event-main {
  background: inherit !important;
  border: inherit;
}

.user-9 {
  background: #001AAA !important;
  border: none;
}
.user-9 .fc-event-main {
  background: inherit !important;
  border: inherit;
}

.user-10 {
  background: #30086A !important;
  border: none;
}
.user-10 .fc-event-main {
  background: inherit !important;
  border: inherit;
}

.user-11 {
  background: #8c0076 !important;
  border: none;
}
.user-11 .fc-event-main {
  background: inherit !important;
  border: inherit;
}

.user-12 {
  background: #718800 !important;
  border: none;
}
.user-12 .fc-event-main {
  background: inherit !important;
  border: inherit;
}

.user-1 {
  background: #4b64d9 !important;
  border: none;
}
.user-1 .fc-event-main {
  background: inherit !important;
  border: inherit;
}

body .ui-datatable .ui-datatable-data .coursesList {
  background-color: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.7);
}

.more-info span {
  padding: 0.5rem 1rem !important;
}

.video-button-right {
  float: right;
  margin: 10px !important;
}

.video-button-left {
  float: left;
  margin: 10px !important;
}

.video-button-navigation-bar {
  width: 100% !important;
  min-height: 30px !important;
}

body .ui-datatable .ui-datatable-data .historyList {
  background-color: rgba(0, 0, 0, 0.03);
}

.player-buttons {
  margin-inline: 5px !important;
  width: 60px !important;
  border-radius: 7px !important;
}

/* ========= Media queries shortcuts ========= */
a {
  outline: none;
  text-decoration: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: gray transparent;
}
*::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: gray;
}

/* ========= Custom modifiers ========= */
@media (max-width: 1023px) {
  .onlyDesktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .onlyDesktop {
    display: initial;
  }
}

@media (max-width: 1023px) {
  .onlyMobile {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .onlyMobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .dynamic-pad-05-1 {
    padding: 0.5vh;
  }
}
@media (min-width: 1024px) {
  .dynamic-pad-05-1 {
    padding: 1vh;
  }
}

/* ========= END Custom component modifiers ========= */
.ea-logo-license-details {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.activate-license-form {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: center;
}

@media (max-width: 567px) {
  .activate-license-window {
    width: 100% !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .activate-license-window {
    width: 100% !important;
  }
}

.vertical-divider-custom {
  border: 0;
  height: 100%;
  width: 1px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
@media (max-width: 567px) {
  .vertical-divider-custom {
    display: none !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .vertical-divider-custom {
    display: none !important;
  }
}

.license-features-div {
  background-color: transparent;
}
@media (max-width: 567px) {
  .license-features-div {
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .license-features-div {
    width: 100%;
  }
}

.main-horizontal-divider {
  width: 100%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-horizontal-divider {
    display: none;
  }
}
@media (min-width: 1024px) {
  .main-horizontal-divider {
    display: none;
  }
}

.second-horizontal-divider {
  border: 0;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.li-features {
  width: auto;
}

@media (min-width: 568px) and (max-width: 767px) {
  .features-helper-div {
    margin: 0 auto;
    width: 60%;
  }
}
@media (max-width: 567px) {
  .features-helper-div {
    margin: 0 auto;
    width: 80%;
  }
}

/* ========= Media queries shortcuts ========= */
a {
  outline: none;
  text-decoration: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: gray transparent;
}
*::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: gray;
}

/* ========= Custom modifiers ========= */
@media (max-width: 1023px) {
  .onlyDesktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .onlyDesktop {
    display: initial;
  }
}

@media (max-width: 1023px) {
  .onlyMobile {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .onlyMobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .dynamic-pad-05-1 {
    padding: 0.5vh;
  }
}
@media (min-width: 1024px) {
  .dynamic-pad-05-1 {
    padding: 1vh;
  }
}

/* ========= END Custom component modifiers ========= */
.main-card {
  background-color: rgba(190, 235, 255, 0.9);
  margin: auto;
}
@media (max-width: 567px) {
  .main-card {
    width: 90%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .main-card {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-card {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .main-card {
    width: 400px;
  }
}

.main-card-div {
  margin: 30px;
  display: block;
}

.ea-logo-div {
  text-align: center;
  padding-bottom: 30px;
}

.padding-divs {
  padding: 10px;
}

/* ========= Media queries shortcuts ========= */
a {
  outline: none;
  text-decoration: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: gray transparent;
}
*::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: gray;
}

/* ========= Custom modifiers ========= */
@media (max-width: 1023px) {
  .onlyDesktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .onlyDesktop {
    display: initial;
  }
}

@media (max-width: 1023px) {
  .onlyMobile {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .onlyMobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .dynamic-pad-05-1 {
    padding: 0.5vh;
  }
}
@media (min-width: 1024px) {
  .dynamic-pad-05-1 {
    padding: 1vh;
  }
}

/* ========= END Custom component modifiers ========= */
@media (max-width: 567px) {
  .statistics-range-div {
    padding: 7px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .statistics-range-div {
    padding: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .statistics-range-div {
    padding: 7px;
  }
}
@media (min-width: 1024px) {
  .statistics-range-div {
    padding: 15px;
  }
}

.statistics-range-button {
  color: #0D438D !important;
}
@media (max-width: 567px) {
  .statistics-range-button {
    padding: 3px 9px !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .statistics-range-button {
    padding: 3px 9px !important;
  }
}

.info-about-server-div {
  text-align: center;
  padding: 10px;
}

.order-tabs-container-custom {
  padding-left: 25px;
}
@media (max-width: 567px) {
  .order-tabs-container-custom {
    display: block !important;
    padding: 7px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-tabs-container-custom {
    padding: 7px;
  }
}

.statistics-chart {
  width: auto;
}
/* ========= Media queries shortcuts ========= */
a {
  outline: none;
  text-decoration: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: gray transparent;
}
*::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: gray;
}

/* ========= Custom modifiers ========= */
@media (max-width: 1023px) {
  .onlyDesktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .onlyDesktop {
    display: initial;
  }
}

@media (max-width: 1023px) {
  .onlyMobile {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .onlyMobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .dynamic-pad-05-1 {
    padding: 0.5vh;
  }
}
@media (min-width: 1024px) {
  .dynamic-pad-05-1 {
    padding: 1vh;
  }
}

/* ========= END Custom component modifiers ========= */
.card-main-style {
  margin: auto;
}
@media (max-width: 567px) {
  .card-main-style {
    width: 99%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .card-main-style {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .card-main-style {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .card-main-style {
    width: 70%;
  }
}

/* ========= Media queries shortcuts ========= */
a {
  outline: none;
  text-decoration: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: gray transparent;
}
*::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: gray;
}

/* ========= Custom modifiers ========= */
@media (max-width: 1023px) {
  .onlyDesktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .onlyDesktop {
    display: initial;
  }
}

@media (max-width: 1023px) {
  .onlyMobile {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .onlyMobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .dynamic-pad-05-1 {
    padding: 0.5vh;
  }
}
@media (min-width: 1024px) {
  .dynamic-pad-05-1 {
    padding: 1vh;
  }
}

/* ========= END Custom component modifiers ========= */
@media (max-width: 567px) {
  more-infomore-info .courses-column-header {
    width: auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  more-infomore-info .courses-column-header {
    width: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  more-infomore-info .courses-column-header {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  more-infomore-info .courses-column-header {
    width: 42%;
  }
}

.courses-column-image {
  width: 6%;
}
@media (max-width: 567px) {
  .courses-column-image {
    width: auto;
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .courses-column-image {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .courses-column-image {
    display: none;
    width: 10%;
  }
}
@media (max-width: 567px) {
  .courses-column-releasedate {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .courses-column-releasedate {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .courses-column-releasedate {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .courses-column-releasedate {
    width: 20%;
  }
}

@media (max-width: 567px) {
  .courses-column-acquired {
    width: auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .courses-column-acquired {
    width: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .courses-column-acquired {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .courses-column-acquired {
    width: 20%;
  }
}

@media (max-width: 567px) {
  .courses-column-action {
    width: auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .courses-column-action {
    width: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .courses-column-action {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .courses-column-action {
    width: 20%;
  }
}

/* ========= Media queries shortcuts ========= */
a {
  outline: none;
  text-decoration: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: gray transparent;
}
*::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: gray;
}

/* ========= Custom modifiers ========= */
@media (max-width: 1023px) {
  .onlyDesktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .onlyDesktop {
    display: initial;
  }
}

@media (max-width: 1023px) {
  .onlyMobile {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .onlyMobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .dynamic-pad-05-1 {
    padding: 0.5vh;
  }
}
@media (min-width: 1024px) {
  .dynamic-pad-05-1 {
    padding: 1vh;
  }
}

/* ========= END Custom component modifiers ========= */
@media (max-width: 567px) {
  .history-column-header {
    width: auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .history-column-header {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .history-column-header {
    width: 5%;
  }
}
@media (min-width: 1024px) {
  .history-column-header {
    width: 15%;
  }
}

@media (max-width: 567px) {
  .history-column-license {
    width: auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .history-column-license {
    width: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .history-column-license {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .history-column-license {
    width: 50%;
  }
}

/* ========= Media queries shortcuts ========= */
a {
  outline: none;
  text-decoration: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: gray transparent;
}
*::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: gray;
}

/* ========= Custom modifiers ========= */
@media (max-width: 1023px) {
  .onlyDesktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .onlyDesktop {
    display: initial;
  }
}

@media (max-width: 1023px) {
  .onlyMobile {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .onlyMobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .dynamic-pad-05-1 {
    padding: 0.5vh;
  }
}
@media (min-width: 1024px) {
  .dynamic-pad-05-1 {
    padding: 1vh;
  }
}

/* ========= END Custom component modifiers ========= */
@media (max-width: 567px) {
  video {
    width: 268px;
    height: 207px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  video {
    width: 560px;
    height: 315px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  video {
    width: 768px;
    height: 432px;
  }
}
@media (min-width: 1024px) {
  video {
    width: 1280px;
    height: 720px;
  }
}

.padding-left-none span {
  padding-left: 0 !important;
}

.ui-password-panel .ui-password-meter {
  background-size: 100% 40px !important;
}

/* ========= Misc ========= */
.nopad {
  padding: 0;
}

/* ========= END Misc ========= */
/* ========= Login ========= */
.easas-background {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-element {
  display: block !important;
  margin-bottom: 20px !important;
}

.login-input {
  display: block !important;
  margin-bottom: 5px !important;
  background: rgba(255, 255, 255, 0.35) !important;
  font-size: 16px !important;
  width: 95%;
}

/* ========= END Login ========= */
/* ========= Page specific styles ========= */
/* ========= Data ========= */
.link-custom-grp a span {
  padding: 0.5rem 1rem !important;
}

.inner-card.ui-card .ui-card-title {
  font-size: 1.15rem;
}
.inner-card.ui-card .ui-card-content {
  padding: 0.5rem 0;
}

/* ========= End Data ========= */
/* ========= Python task ========= */
.constant-add-btn {
  float: left;
  padding: 0 5px 0 5px;
}

/* ========= END Python task ========= */
/* ========= Product templates ========= */
.table-add-btn {
  margin-top: -8px !important;
}

/* ========= END Product templates  ========= */
/* ========= EASAS index ========= */
.marg-top-1rem {
  margin-top: 1rem;
}

/* ========= END EASAS index ========= */
.task-section-header {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -15px;
}

.status-dialog {
  background-color: #ffffff !important;
  border-radius: 10px !important;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.dealHeader {
  display: block;
  text-align: center;
  font-size: 1.5em !important;
  padding: 1em;
}

.pipeLineTable {
  border-collapse: collapse;
  border: solid #314095 1px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  border-spacing: 0;
}
.pipeLineTable th {
  border-top: solid #314095 1px;
  border-left: solid #314095 1px;
  vertical-align: top;
  padding: 0;
  border-top: none;
  background-color: #ebebeb;
}
.pipeLineTable th:first-child {
  border-left: none;
}
.pipeLineTable td {
  border-top: solid #314095 1px;
  border-left: solid #314095 1px;
  vertical-align: top;
  padding: 0;
}
.pipeLineTable td:first-child {
  border-left: none;
}

.dealList {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  height: 100%;
  padding-left: 0;
}
.dealList li {
  padding: 0.5em 1em;
  height: 60px;
  border-bottom: 1px #314095 solid;
}
.dealList li:hover {
  background: #ebebeb;
}
.dealList li:last-child {
  border-bottom: 0;
}

.dealListLast {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  height: 100%;
  padding-left: 0;
}
.dealListLast li {
  padding: 0.5em 1em;
  height: 60px;
  border-bottom: 1px #314095 solid;
}

.pipeLineDealInfo {
  display: block;
}

.pipeLineDealHeader {
  display: block;
  font-size: 1.2em !important;
  font-weight: bold;
}

.late {
  color: #bf1313;
}

.normal {
  color: #1ebf13;
}

.ui-inplace {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1em;
}

/* ========= Colors ========= */
.ui-event-completed {
  background-color: #1ebf13 !important;
  border-color: #1ebf13 !important;
  color: #ffffff !important;
}

.ui-event-wip {
  background-color: #edc00e !important;
  border-color: #edc00e !important;
  color: #222222 !important;
}

.ui-event-wip-undefined {
  background-color: #d4760d !important;
  border-color: #d4760d !important;
  color: #ffffff !important;
}

.ui-event-late {
  background-color: #bf1313 !important;
  border-color: #bf1313 !important;
  color: #ffffff !important;
}

.wip {
  border-color: #edc00e;
  color: #edc00e;
}

.active {
  border-color: #d4760d;
  color: #d4760d;
}

.uncompleted-bg {
  border-color: #bf1313 !important;
  background-color: #bf1313 !important;
}
.uncompleted-bg div {
  color: #ffffff !important;
}

.wip-bg {
  border-color: #edc00e !important;
  background-color: #edc00e !important;
  color: #222222 !important;
}

.completed-bg {
  border-color: #1ebf13 !important;
  background-color: #1ebf13 !important;
}
.completed-bg div {
  color: #ffffff !important;
}

.user-online-web {
  color: #1ebf13;
}

.user-online-app {
  color: #edc00e;
}

.user-offline {
  color: #bf1313;
}

.completed {
  border-color: #1ebf13;
  color: #1ebf13;
}

.open {
  border-color: #222222;
  color: #222222;
}

/* ========= END Colors ========= */
/* ========= ANIMATIONS ========= */
.spinner-animation {
  animation-name: spin-keyframe;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin-keyframe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ========= END ANIMATIONS ========= */
