
.modal-dialog-full{
  position: fixed !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.modal-content-full{
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.modal-upload {
    min-height: 70px;
    width: 100%;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}
.full-width {
  width: 100% !important;
}

.button-cancel-capture {
  margin-left: 55px !important;
}

.progress{
  width: 96%;
  text-align: center;
  background-color: #f4f4f4;
  color: #fff;
  border-radius: 20px;
}

.progress-bar {
  min-width: 15%;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px;
  border-radius: 20px;
  background-color: var(--colorSuccess40, #33cd5f);
}

.col.item.item-input.component-holder {
    white-space: pre-wrap;
    line-height: 1.5;
}

.k-window-titlebar+.k-window-content {
  margin-top : 0px !important;
}

.k-button.k-primary.k-state-hover, .k-button.k-primary:hover { 
  color: #c5c5c5 !important;
}