@import url("/static/common/rubik.css");

.dropdown-toggle {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #595959;
}
.toolbar-command-btn {
  height: 40px;
  width: 117px;
  box-sizing: border-box;

  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.form-control-feedback {
  right: 4;
  top: 3px;
}

.toolbar-top-left {
  text-align: center;
  display: inline-flex;
}

.toolbar-search {
  text-align: center;
  vertical-align: middle;
  width: 25%;
  margin: 0 auto;
}

.input-group-addon {
  border: none;
  background-color: transparent;
  padding: 0;
}

input#search.form-control {
  margin-top: 0;
  background-color: #e6e6e6;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  padding: 9px 30px 9px 12px;
  height: auto;
}

input#search.form-control:focus {
  box-shadow: unset;
  border-color: #f05b27;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  margin-top: 16px;
}

hr {
  margin: 0;
  margin-top: 10;
}

.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grid-toolbar {
  height: 130px;
  color: #333333;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

div.container-fluid hr {
  height: 1px;
  background-color: rgba(117, 137, 150, 0.18);
}

div ul li p {
  display: inline-block;
  vertical-align: middle;
}

/* kendoui grid */
#grid {
  margin-left: 24px;
  margin-right: 24px;
  color: #333;
  background: none;
  border: none;
}
div.k-grid-header {
  background-color: #f5f5f5;
  border: none;
}
.k-grid-content {
  background-color: #fff;
}

.k-grid {
  border-style: none;
}

.k-grid table td[data-field="edit-delete-user"],
.k-grid table th[data-field="edit-delete-user"],
.k-grid table td[data-field="edit-delete-group"],
.k-grid table th[data-field="edit-delete-group"],
.k-grid table th[data-field="close"],
.k-grid table td[data-field="close"] {
  width: 90px;
}

div.k-grid-header {
  border-bottom-width: 1px;
  border-color: #ccc;
  color: #ccc;
  background-color: #fff;
}

.k-grid-header-wrap.k-auto-scrollable {
  border-right: none;
  border-bottom: 2px solid #ccc;
}

#grid .k-grid-header .k-header {
  background-color: #fff;
  color: #333333;
  font-size: 12px;
  height: 64px;
  line-height: 15px;
  border-style: none;
  vertical-align: middle;
}

#grid .k-grid-header .k-header:hover {
  background: #ecedf1;
}

.k-grid td {
  border-style: none;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 13px;
  line-height: 15px;
  height: 50px;
}

.command-btn {
  background: none;
}

span.fa {
  padding: 10px;
}

span.glyphicon {
  padding-right: 10px;
}

.k-grid .fa-info {
  background-color: #758996;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  width: 16px;
  height: 16px;
}

.k-grid .fa-pencil {
  color: #6db66a;
}
.k-grid table .requested-row td {
  background-color: #f2f2f2;
}

/* .k-i-arrow-up */
.k-i-sort-asc-sm:before {
  content: "\e017";
  color: #f05b27;
}

/* .k-i-arrow-down */
.k-i-sort-desc-sm:before {
  content: "\e019";
  color: #f05b27;
}

/* kendo dropdown list */

.dropdown-header {
  border-width: 0 0 1px 0;
  text-transform: uppercase;
}

.dropdown-header > span {
  display: inline-block;
  /*padding: 10px;*/
}

.k-item.k-state-selected,
.k-item.k-state-selected.k-state-hover {
  background-color: #f05b27;
  border-color: #f05b27;
  color: #fff;
}
.k-item.k-state-selected.k-state-focused {
  box-shadow: none;
}

/* .k-dropdown .k-state-hover .k-input, */
.k-dropdown .k-dropdown-wrap.k-state-hover,
.k-menu .k-state-hover > .k-link,
.k-button.k-state-hover,
.k-button:hover,
.k-item.k-state-hover,
.k-menu .k-link.k-state-active {
  background-color: #e5e6e6;
  border-color: #e5e6e6;
  border-radius: 3px;
}

.k-button.k-state-active,
.k-button:active {
  background-color: #e5e6e6;
  border-color: #e5e6e6;
  color: #333;
  outline: none;
}

.k-button:focus,
.k-button:focus:active,
.k-button:focus:hover,
.k-menu .k-link:focus {
  color: #333;
  border-color: #e5e6e6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.k-menu .k-item {
  border-radius: 3px;
}

span.k-link.k-header {
  font-weight: bold;
}

.allFiltersContainer {
  display: flex;
  float: none;
}
.allFiltersContainer > div:nth-child(3) {
  flex: 1;
}

.filterContainer {
  display: flex;
  align-items: center;
  margin-right: 34%;
}

.allFiltersContainer .filterContainer .k-dropdown {
  width: unset;
  min-width: 151px;
}

.allFiltersContainer .filterContainer:first-child .k-dropdown,
.toolbar > .filterContainer .k-dropdown {
  width: unset;
  min-width: 71px;
}

.filterContainer .title {
  margin-right: 8px;
  color: #595959;
  font-size: 15px;
  line-height: 21px;
}

.refreshBtnContainer {
  /*margin-top: 5px;*/
  display: flex;
}

#main .refreshBtnContainer .k-checkbox-label {
  margin-bottom: 0;
}

.refreshBtnContainer .k-menu-group {
  padding-top: 10px;
  padding-bottom: 10px;
}

.k-menu .k-popup {
  max-height: 400px !important;
}

.k-checkbox-label,
#chart-menu-list .k-item {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  padding-left: 32px;
  min-height: unset;
}

#chart-menu-list .k-item {
  padding: 2px 14px 2px 46px;
  color: #3b4351;
}

.k-checkbox-label:before,
#chart-menu-list .k-item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 14px;
  border-width: 1px;
  border-style: solid;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-color: #8798ad;
}

#chart-menu-list .k-item:after {
  position: absolute;
  top: 6px;
  left: 18px;
  width: 22px;
  height: 22px;
  font: 700 14px WebComponentsIcons, monospace;
  content: "\e118";
  color: #fff;
  display: none;
}

#chart-menu-list .k-state-selected.k-item:after {
  display: block;
}

.k-checkbox-label:hover:before,
.k-checkbox:checked + .k-checkbox-label:hover:before,
.k-checkbox:checked:hover + .k-checkbox-label:before,
.k-checkbox:hover + .k-checkbox-label:before,
#chart-menu-list .k-state-hover.k-item:before {
  border-color: #3498db;
}

.k-checkbox:checked + .k-checkbox-label:before,
#chart-menu-list .k-state-selected.k-item::before {
  font-weight: bold;
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
}
.k-state-focused .k-checkbox-label:before,
.k-checkbox-label:active:before,
.k-checkbox:active + .k-checkbox-label:before,
.k-checkbox:checked + .k-checkbox-label:active:before,
.k-checkbox:checked:active + .k-checkbox-label:before {
  box-shadow: none;
  border-color: #3498db;
}

#chart-menu-list .k-state-selected.k-item {
  color: 3b4351;
  background: none;
}
#chart-menu-list .k-state-selected.k-state-hover {
  border-color: transparent;
  background-color: #e5e6e6;
}

/* glyphicon */

#column-menu {
  margin-right: 50px;
  border-style: none;
}

#column-menu .k-menu-link,
.k-pager-refresh {
  color: #595959;
  font-size: 15px;
  line-height: 21px;
  background: none;
}

.filter-label {
  color: #595959;
  font-size: 15px;
}

#column-menu .k-menu-group .k-item .k-menu-link {
  padding: 0;
}

#column-menu .k-menu-group .k-item .k-checkbox-label {
  display: block;
  padding: 5px 14px 5px 46px;
}

#column-menu .k-menu-group .k-checkbox-label:before {
  top: 4px;
  left: 14px;
}

/* ------------------------ grid dialogs ----------------------------*/
#messageModal {
  z-index: 1051;
}
.modal-open .modal {
  overflow: hidden;
}

.modal.fade .modal-dialog {
  width: 1154px; /* this effect all dialgos!!! olf value was: 762px */
  margin: 0 auto;
  top: 50%;
  transform: translateY(-100%);
}

#rmFormNodeModal .modal-dialog.single-column {
  width: 740px;
}

.modal.in .modal-dialog {
  transform: translateY(-50%);
}
.modal-content {
  max-height: calc(100vh - 34px);
  overflow-y: auto;
  border-radius: 2px;
  /* margin: 0 auto; */
}

.modal-header {
  padding: 14px 40px 12px;
  color: #fff;
  border-radius: 2px;
  background-color: #fafafa;
}

.modal-header::before {
  display: block;
  clear: both;
  content: "";
}

.modal-title {
  width: 90%; /*189px;*/
  font-size: 28px;
  font-weight: 300;
  line-height: 1.14;
  color: #2e384d;
}

.modal-body {
  padding: 15px 40px 10px;
}

.modal-body .control-label {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  /*
  font-weight: normal;
  font-size: 12px;
  padding-top: 0;
  */
}

.modal-body label[for="form_edge_choose"] {
  margin-bottom: 0;
  line-height: 39px;
}

.modal-body .hr-line {
  margin-top: 0;
}

.modal-body form {
  margin: 0;
  /* padding-bottom: 20px; */
}
/*
.modal-body .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
*/
.modal-body .form-group::after {
  display: block;
  clear: both;
  content: "";
}
.modal-body .form-group:last-child {
  margin-bottom: 0;
}
.modal-body .form-group > div[class^="col-"],
.modal-body .form-group > label[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.modal-footer {
  border-top: 0 none;
  padding: 10px 40px 20px;
}

.dialog_save {
  padding: 8px, 22px !important;
}

.activity-close-form-header {
  border-top: 0 none;
  padding-top: 15px;
  padding-right: 15px;
  text-align: right;
}

.activity-close-form-footer {
  border-top: 0 none;
  text-align: right;
}

.k-icon-32 {
  font-size: 32px; /* Sets icon size to 32px */
}

#modal_activities .modal-footer .btn {
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 22px;
  margin-bottom: 10px;
}

.control-label.required:before {
  content: " *";
  color: red;
  font-size: 18px !important;
}

.form-control {
  height: 39px;
  padding: 0px 5px; /*9px 16px;*/
  font-size: 15px;
  line-height: 18px;
  color: #000;
  border-radius: 5px;
  box-shadow: none;
}

.form-control::placeholder {
  opacity: 0.4;
  color: #000;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e5e5e5;
  border-color: #ccc;
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}
.form-control::-ms-clear {
  display: none;
}

textarea.form-control {
  min-height: 62px;
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

input[type="checkbox"].form-control {
  height: 26px;
  width: 26px;
}

.modal-body input[type="checkbox"].form-control {
  margin-top: 6px;
}

.modal-body .title-label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 4px;
}

.multiple-select-holder label {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  /*
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 0;
  */
}

.bootstrap-duallistbox-container .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}

#bootstrap-duallistbox-nonselected-list_user_groups,
#bootstrap-duallistbox-selected-list_user_groups {
  height: 79px !important;
}

#bootstrap-duallistbox-nonselected-list_group_users,
#bootstrap-duallistbox-selected-list_group_users {
  height: 98px !important;
}

.hr-line {
  margin-top: 22px;
  /* width: 683px; */
  height: 1px;
  border: solid 1px #e6e6e6;
}

.modal-buttons-holder {
  display: flex;
  align-items: center;
}

.btn-with-img {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 27px;

  font: 500 12px/18px Rubik, sans-serif;
  color: #333;
  border: none;
  background: none;
}

.btn-with-img .img-with-btn,
.btn-with-img .btn-text {
  display: inline-block;
  vertical-align: top;
}

.btn-with-img:hover .btn-text {
  text-decoration: underline;
}

.img-with-btn {
  margin-right: 8px;
  fill: #333;
}

.btn-color {
  color: #3498db;
}

.btn-color .img-with-btn {
  fill: #3498db;
}

.btn {
  /* padding: 8px 22px; */
  font-size: 15px;
}

.btn-primary {
  color: #fff;
  background-color: #f05b27;
  border-color: #f05b27;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f7703f;
  border-color: #f7703f;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active.focus,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary.active:hover {
  outline: none;
  background-color: #f11616;
  border-color: #f11616;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #f7703f;
  border-color: #f7703f;
}
.buttons-holder {
  white-space: nowrap;
  max-width: 90px;
}

.btn.btn-xs {
  padding: 4px 5px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: unset;
}

.modal-footer .btn + .btn {
  margin-left: 12px;
}

.command-btn {
  margin: 0;
}

.command-edit {
  margin-right: 10px;
}

.actionBar .btn {
  margin-left: 5px;
}

.table > thead > tr > th {
  font-weight: 500;
}

div#msgFilters {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
  width: 250px;
}

.container {
  margin-left: 0px;
}

/* dialog textarea's */

textarea {
  resize: vertical;
}

/* grid column settings */

.id-hidden {
  visibility: hidden;
  display: none;
}

.k-menu-expand-arrow {
  display: none;
  border: 0;
}

.k-menu .k-image {
  margin-right: 10px;
}
#column-menu .k-image {
  width: 12px;
  height: 12px;
}
.k-widget.k-menu-horizontal > .k-item {
  border-style: none;
  border-width: 0 0 0 0;
}

.k-button {
  border-style: none;
}

.k-button .k-icon,
.k-button .k-image,
.k-button .k-sprite {
  margin-right: 10;
}

.backup-dialog {
  background-color: transparent;
}

.backup-dialog .k-listbox {
  height: 60%;

  background-color: #fff;
}

.backup-dialog .k-listbox.bl {
  width: 100%;
}

.backup-dialog .k-listbox.ll {
  width: 100%;
}

.backup-dialog .k-listbox .k-list-scroller {
  border-radius: 4px;
}

.backup-dialog-footer {
  padding-left: 40px;
  padding-right: 40px;
}

/* side bar */

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  background-color: #f5f5f5;
  color: #333;
  font-family: Rubik, Arial, Helvetica, sans-serif;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.row.alt {
  display: flex;
  margin-right: 0;
  margin-left: 0;
}

.row.db-alt {
  margin-right: 0;
  margin-left: 0;
}

.wrapper:before,
.wrapper:after,
.column:before,
.column:after {
  content: "";
  display: table;
}

.wrapper:after,
.column:after {
  clear: both;
}

#sidebar {
  position: relative;
  z-index: 5;

  float: left;
  padding-left: 0;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  min-height: 100%;
  width: 160px;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  background-color: #eee;
}

.row-offcanvas-left.active #sidebar {
  width: 50px;
}

#sidebar > .nav > li > a[data-toggle="offcanvas"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background: url("arbutus-img/icons-sprite.png") no-repeat 15px 10px/26px 50px;
  min-height: 33px;
}

.row-offcanvas-left.active #sidebar > .nav > li > a[data-toggle="offcanvas"] {
  background-position: 15px -27px;
}

#sidebar > .nav > li > a {
  min-height: 55px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding: 15px 10px 15px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  color: #69707f;
}
#sidebar > .nav > li > a::before {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  overflow: hidden;
  height: 25px;
  margin-right: -4px;
  content: "";
}

#sidebar > .nav > li > a:hover {
  background-color: #d9d9d9;
}

#sidebar .collapse,
#sidebar .collapse.in {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}

.nav > li .menu-icon-svg {
  display: inline-block;
  vertical-align: middle;
  fill: #69707f;
}
.nav > li.active .menu-icon-svg {
  fill: #f05b27;
}

#sidebar .nav > li.active a {
  background-color: #fff;
  color: #f05b27;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

#main {
  overflow: hidden;
  /* -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.4s ease-in-out; */
  transition: all 0.4s ease-in-out;
}

#grid {
  height: calc(100vh - 80px);
}

.gap-1 {
  padding-bottom: 10px;
}
.gap-2 {
  padding-bottom: 120px;
}

/* navbar overrides */

.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}

.navbar-header {
  height: 56px;
  display: flex;
  align-items: center;
}

/* remove the default margin on the bottom 25px */
.navbar {
  margin-bottom: 0px !important;
  border-radius: 0;
}

.navbar-brand {
  height: unset;
  width: unset;
  color: black;
  padding-top: 7px;
  padding-bottom: 7px;
}

.navbar-brand-logo {
  max-height: 34px;
  width: auto;
}

.navbar-brand-label {
  height: unset;
  width: 157px;
  color: #3b4351;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  /*line-height: 16px;*/
  padding-left: 0;
}

.navbar-default .navbar-brand-label {
  color: #3b4351;
}

.navbar-right {
  margin-right: 24px;
  margin-left: 0;
  display: flex;
  align-items: center;
  height: 56px;
}

#main .k-grid-toolbar {
  padding: 0 18px 0 0;
  border-bottom: none;
}

#main .k-grid-toolbar .container-fluid .header-row:first-child {
  display: flex;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dee1e4;
}

#main .k-grid-toolbar .container-fluid .header-row:first-child .toolbar-top {
  align-items: center;
}

#main .toolbar-top h3 {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}

#main .k-grid-toolbar .container-fluid .header-row:nth-child(2) {
  padding: 16px 0 6px;
}

#main .k-header.k-grid-toolbar hr {
  display: none;
}

h4 {
  font-weight: 300;
  font-size: 24px;
  color: #333;
}

.caret {
  height: 6px;
  width: 10px;
  color: #595959;
  margin-left: 16px;
}

/* admin panels */
.panel-group {
  margin-top: 20px;
}
.panel {
  border: none;
  margin-left: 24px;
  margin-right: 24px;
}

.panel-default > .panel-heading {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}

.panel-body {
  border-radius: 3px;
}

.panel-body .row {
  padding: 10px 0;
}
.panel-body .row + .row {
  border-top: 1px solid #ccc;
}

.k-widget.k-tooltip {
  padding: 2px 10px;
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.k-tooltip .k-callout-s {
  border-top-color: #000;
}

@media screen and (max-width: 1500px) {
  .filterContainer {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #grid .k-grid-header {
    padding-right: 0 !important;
  }
  .toolbar-search {
    width: 35%;
  }
  .multiple-select-holder .box1 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .toolbar,
  .allFiltersContainer {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 5px;
  }

  .filterContainer {
    margin: 0 0 7px;
  }

  .header-row #column-menu .k-menu-link {
    padding-left: 0;
  }

  .toolbar-command-btn {
    margin: 0 0 0 10px;
  }
}

/*
  * off canvas sidebar
  * --------------------------------------------------
  */
@media screen and (max-width: 767px) {
  .navbar-brand-logo {
    max-width: 75px;
  }
  #sidebar {
    width: 50px;
  }
  .row-offcanvas-left.active #sidebar {
    width: 150px;
  }

  #sidebar .collapse.in {
    display: none;
  }

  #sidebar .nav .hidden-xs {
    display: inline !important;
    margin-left: 3px;
  }
  #sidebar > .nav > li > a {
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .modal.fade .modal-dialog {
    width: 94%;
  }

  .modal-body,
  .modal-footer,
  .modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal-body .bootstrap-duallistbox-container.row {
    margin: 0;
  }

  .files .btn span {
    display: inline;
  }

  .toolbar-search {
    width: 100%;
    margin-top: 10px;
  }

  #main .k-grid-toolbar .container-fluid .header-row:first-child {
    flex-direction: column;
    align-items: flex-start;
  }

  #main .k-grid-toolbar {
    padding-right: 0;
  }

  .k-grid td,
  .k-grid th {
    width: 60px;
  }

  .modal-footer {
    text-align: left !important;
  }

  /*
  .modal-footer .btn,
  .modal-footer .btn + .btn {
    margin: 0 5px 5px;
  }
*/

  .modal-content {
    width: 100%;
  }

  .modal-body .form-group {
    margin: 0;
  }

  .modal-body .form-group div[class*="col"] {
    margin-bottom: 15px;
    padding: 0;
  }
  .modal-body .form-group label[class*="col"] {
    padding: 0;
  }

  .header-row #column-menu .k-image {
    margin-left: 0;
  }
  .template-download,
  .template-upload {
    flex-wrap: wrap;
  }

  .files .template-download .btn span,
  .files .template-upload .btn span {
    display: inline-block;
  }
}

@media screen and (max-height: 414px) {
  #grid {
    height: 600px;
  }
}

/* rmForm  Start*/

#rmFormNodeModal .rmform.row {
  display: flex;
  padding: 0;
  background: #ffffff;
}

#rmFormNodeModal .rmflist {
  flex: 0 0 416px;
  padding: 0;
  background: #f8f8f9;
}

#rmFormNodeModal .modal-title {
  padding: 24px 32px;
  font-weight: 500;
  font-size: 24px;
}

#rmFormNodeModal .rmflist__description {
  font-size: 14px;
  color: #131316;
}

#rmFormNodeModal .rmflist__controls-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  padding: 0px 32px 24px;
}

#rmFormNodeModal .rmflist .form-group {
  margin: 0;
}

#rmFormNodeModal .rmflist .form-group.list-group {
  display: flex;
  flex-direction: column;
}

#rmFormNodeModal .rmflist .form-group.list-group button {
  padding: 16px 32px;
  border: none;
  border-top: 1px solid #d5d5da;
}

#rmFormNodeModal .rmflist .form-group.list-group button.selected {
  padding: 16px 32px;
  border-right: 2px solid #df6439;
}

#rmFormNodeModal .rmflist .form-group.list-group button .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#rmFormNodeModal .rmflist .form-group.list-group button .d-flex .form-date {
  font-size: 14px;
  line-height: 24px;
  color: #7c8089;
}

#rmFormNodeModal .rmflist .form-group.list-group button .d-flex .form-label {
  margin: 0;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #393535;
}

#rmFormNodeModal .rmflist .form-group.list-group button .description {
  display: -webkit-box;
  height: 48px;
  margin: 8px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7c8089;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* non-rmfList */
#rmFormNodeModal .non-rmflist {
  flex: 1;
  position: relative;
  padding: 32px 0px 0;
}

#rmFormNodeModal .non-rmflist div.close-button {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 14px;
  height: 14px;
  background: transparent;
  cursor: pointer;
}

#rmFormNodeModal .non-rmflist div.close-button:before,
#rmFormNodeModal .non-rmflist div.close-button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
  background: #393535;
}

#rmFormNodeModal .non-rmflist div.close-button::after {
  rotate: -45deg;
}

#rmFormNodeModal .non-rmflist .title {
  margin: 0;
  padding: 0 40px;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #393535;
}

#rmFormNodeModal #rmf-workflow {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
  padding: 0 40px;
}

#rmf-workflow .form-group--main.id-hidden {
  display: none;
}

#rmf-workflow .control-label {
  padding: 0;
  margin: 0;
}

#rmf-workflow .add-button {
  align-self: flex-start;
}

/* Tabstrip */

.tabstrip-container {
  max-width: 635px;
}

#rmf-workflow #tabstrip {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 0;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
#rmf-workflow .k-image {
  margin: 0;
}

#rmf-workflow .k-tabstrip-items {
  display: flex;
  gap: 4px;
  padding: 0;
  overflow: hidden;
}

#rmf-workflow .k-tabstrip-scrollable .k-tabstrip-items {
  width: calc(100% - 66px);
  translate: 33px;
}

#rmf-workflow .k-tabstrip-scrollable .k-tabstrip-prev {
  top: 0px;
  width: 33px;
  height: 33px;
  background: url(img/chevron-left-black-small-icon.svg) center no-repeat,
    #f2f2f4 !important;
}
#rmf-workflow .k-tabstrip-scrollable .k-tabstrip-next {
  top: 0px;
  width: 33px;
  height: 33px;
  background: url(img/chevron-left-black-small-icon.svg) center no-repeat,
    #f2f2f4 !important;
  rotate: 180deg;
}

#rmf-workflow .k-tabstrip-scrollable .k-tabstrip-next[style="display: none;"],
#rmf-workflow .k-tabstrip-scrollable .k-tabstrip-prev[style="display: none;"] {
  background: url(img/chevron-left-grey-small-icon.svg) center no-repeat,
    #f2f2f4 !important;
}

#rmf-workflow .k-tabstrip-scrollable .k-tabstrip-prev {
  display: flex !important;
  left: 0;
}
#rmf-workflow .k-tabstrip-scrollable .k-tabstrip-next {
  display: flex !important;
  left: calc(100% - 32px);
}

#rmf-workflow .k-tabstrip-scrollable .k-tabstrip-prev .k-icon,
#rmf-workflow .k-tabstrip-scrollable .k-tabstrip-next .k-icon {
  display: none;
}

#rmf-workflow .k-tabstrip-items .k-item {
  flex: 0 0 auto;
  border: transparent;
}

#tabstrip.k-tabstrip-scrollable .k-tabstrip-items {
  margin: 0 !important;
}

#rmf-workflow .k-tabstrip-items .k-item.k-state-active {
  background: #fbecea;
  border-bottom: 2px solid #df6439;
  border-radius: 2px;
}

#rmf-workflow .k-tabstrip-items .k-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 6px 8px 2px;
  white-space: nowrap;
}

#rmf-workflow .k-tabstrip-items .k-link .k-button {
  margin: 0;
}

#rmf-workflow #tabstrip .k-content {
  margin: 24px 0 0 0;
  padding: 20px;
  border: 1px solid #d5d5da;
  border-radius: 4px;
  overflow: visible;
}

.rmf-questions-container {
  position: relative;
}

.k-content .outline-button.delete-button {
  position: absolute;
  top: 8px;
  right: 0%;
  padding: 12px;
  background: url(img/trash-icon.svg);
  cursor: pointer;
  outline: 0;
  border: none;
}

/* Tabstrip  End*/

/* Footer */

#rmFormNodeModal .non-rmflist .fake-modal-footer {
  margin-top: 20px;
  padding: 12px 40px;
}
/* rmForm END*/

/* DropDown Start */

#rmFormNodeModal .k-dropdown {
  padding: 8px 40px;
}

.k-dropdown {
  position: relative;
  width: auto;
  padding: 8px 40px 8px 12px;
  border: 1px solid #d5d5da;
  border-radius: 6px;
  box-sizing: border-box;
}

.k-dropdown:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background: url(img/chevron-down.svg) no-repeat;
}

.k-dropdown .icon-element {
  position: absolute;
  top: 50%;
  left: 12px;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
}

.k-dropdown .icon-element.checkbox-icon {
  background: url(img/checkbox-icon.svg) no-repeat;
}
.k-dropdown .icon-element.dropdown-icon {
  background: url(img/dropdown-icon.svg) no-repeat;
}
.k-dropdown .icon-element.date-icon {
  background: url(img/calendar-icon.svg) no-repeat;
}
.k-dropdown .icon-element.numeric-icon {
  background: url(img/numeric-icon.svg) no-repeat;
}
.k-dropdown .icon-element.label-icon {
  background: url(img/label-icon.svg) no-repeat;
}
.k-dropdown .icon-element.email-icon {
  background: url(img/email-icon.svg) no-repeat;
}
.k-dropdown .icon-element.scale-icon {
  background: url(img/scale-icon.svg) no-repeat;
}
.k-dropdown .icon-element.short-answer-icon {
  background: url(img/short-answer-icon.svg) no-repeat;
}
.k-dropdown .icon-element.radiobutton-icon {
  background: url(img/radiobutton-icon.svg) no-repeat;
}
.k-dropdown .icon-element.paragraph-icon {
  background: url(img/paragraph-icon.svg) no-repeat;
}

.k-dropdown .k-dropdown-wrap {
  position: initial;
  padding: 0;
  background: transparent;
  border: none;
}

.k-dropdown .k-dropdown-wrap.k-state-hover {
  background: transparent;
}

.k-dropdown .k-dropdown-wrap.k-state-hover .k-input {
  background: transparent;
}

.k-dropdown .k-state-focused,
.k-dropdown .k-dropdown-wrap.k-state-active.k-state-focused .k-input {
  background: transparent;
  box-shadow: none;
  border: none;
}

.k-dropdown .k-dropdown-wrap .k-input {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #393535;
}

.k-dropdown .k-select {
  display: none;
}

.dropdown-list-options {
}

/* DropDown End */

/* Date picker Start */

/* Example
  Its important to add data-type=date-picker
  <input data-type=date-picker  placeholder="2000-11-11" class="datepicker"/>
*/

.k-datepicker .calendar-icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background: url(img/calendar-icon.svg);
}

.datepicker.k-input {
  display: inline-block;
  width: 100%;
  padding: 8px 0 8px 12px;
  background: #ffffff;
  border: 1px solid #d5d5da;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #393535;
  box-sizing: border-box;
  text-indent: unset;
  outline: 0;
  outline-offset: 0;
}

.k-state-border-down .datepicker.k-input {
  border-radius: 6px;
}

.datepicker.k-input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.datepicker.k-input:disabled {
  background: #f9fafa;
}

.datepicker.k-datepicker {
  width: 100%;
}

.datepicker .k-picker-wrap {
  padding: 0;
  border: none;
}
.datepicker .k-picker-wrap.k-state-focused,
.datepicker .k-picker-wrap.k-state-hover {
  border: none;
  background: none;
  box-shadow: none;
}

.datepicker .k-select {
  right: 24px;
  border-left: none;
}

.k-widget.k-calendar[data-role="calendar"] {
  width: 270px;
}
.k-widget.k-calendar[data-role="calendar"] .k-calendar-view {
  width: 100%;
  height: 275px;
}
.k-calendar-container.k-popup {
  box-shadow: 0 0 5px #000000;
  padding: 0;
}
/* Date picker end */

/* Numeric input */

/* example 
Its important to add data-type="numeric-input"
<input data-type="numeric-input" class="numeric-input"/> 
*/

.numeric-input .chevron-up-small-icon,
.numeric-input .chevron-down-small-icon {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 16px;
  height: 16px;
  margin: 0;
  background: url(img/chevron-up-small-icon.svg);
}

.chevron-down-small-icon {
  rotate: 180deg;
}

.numeric-input.k-input {
  width: 100%;
  padding: 8px 0 8px 12px;
  background: #ffffff;
  border: 1px solid #d5d5da;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #393535;
  box-sizing: border-box;
  text-indent: unset;
  outline: 0;
  outline-offset: 0;
}

.numeric-input .k-numeric-wrap {
  padding: 0;
  border: none;
}
.numeric-input.k-numerictextbox {
  width: 100%;
}

.numeric-input .k-numeric-wrap.k-state-focused,
.numeric-input .k-numeric-wrap.k-state-hover {
  border: none;
  background: none;
  box-shadow: none;
}

.k-state-border-down .numeric-input.k-input {
  border-radius: 6px;
}

.numeric-input.k-input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.numeric-input.k-input:disabled {
  background: #f9fafa;
}

.numeric-input .k-select {
  display: flex;
  flex-direction: column;
  width: 32px;
  border-left: none;
}

.numeric-input .k-select .k-link {
  height: 50%;
  background: #f2f2f4;
  border-left: 1px solid #d5d5da;
}

.numeric-input .k-select .k-link.k-state-selected {
  background: #f15116;
}

.numeric-input .k-select .k-link:first-child {
  border-bottom: 1px solid #d5d5da;
  border-radius: 0 6px 0 0;
}

.numeric-input .k-select .k-link:last-child {
  border-top: 1px solid #d5d5da;
  border-radius: 0 0 6px 0;
}
/* Numeric input */

/* Select Control Start */

/* Example
  When initialize need to provide at least dataSource 
  const defaultData = [1, 2, 3, 4, 5, 6, 7, 8, 9]
  selectControlInit()

  <input data-type="select" class="select-control" />
*/

.select-control {
  width: 100%;
  min-width: 200px;
  padding: 8px 12px;
}

.select-control .k-input {
  font-size: 16px;
  line-height: 24px;
  color: #393535;
  box-sizing: border-box;
  text-indent: unset;
}

/* Text Area Start */

.text-area-control {
  width: 100%;
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #d5d5da;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  outline: 0;
  outline-offset: 0;
}

.text-area-control:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.text-area-control:disabled {
  background: #f9fafa;
}
.text-area-control:read-only {
  background: #f2f2f4;
}

.text-area-control::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #7c8089;
}

/* Text Area End */

/* Simple Input Start */

.input-control {
  width: 100%;
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #d5d5da;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  outline: 0;
  outline-offset: 0;
}

.input-control:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.input-control::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #7c8089;
}

.input-control:disabled {
  background: #f9fafa;
}

.input-control:read-only {
  background: #f2f2f4;
}

/* Simple Input End */

/* Checlbox start */

/*
  Example
  <input class="checkbox-control" type="checkbox" id="checkbox-inputId1" />
  <label class="checkbox-control-label" for="checkbox-inputId1"></label> 
*/

.checkbox-control-container {
  display: flex;
  gap: 8px;
  align-items: center;
}

.checkbox-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox-control-label {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #acafb7;
  border-radius: 2px;
  background-color: #ffffff;
  cursor: pointer;
}

.checkbox-control:checked + .checkbox-control-label {
  background: url(img/checked-checkbox.svg) 0 0 / contain no-repeat;
  border-color: #df6439;
  border-radius: 4px;
}

/*  Input type checkbox   End */

/*  Input type checkbox switch  start */
/* example
  <input class="checkbox-switch-control" type="checkbox" id="inputId"/>
  <label class="switch-label" for="inputId"></label> 
*/

.switch-sign {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #393535;
  cursor: pointer;
}

.checkbox-switch-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 14px;
  border-radius: 10px;
  background-color: #c3c3c3;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.switch-label:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12);
  transition: left 0.3s ease;
}

.checkbox-switch-control:checked + .switch-label {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 14px;
  border-radius: 10px;
  background-color: #df6439;
}

.checkbox-switch-control:checked + .switch-label:before {
  left: calc(100% - 17px);
}

/*  Input type checkbox switch  End */

/*  Input type radio button  Start */
/* example
  <input class="radio-button-control" type="radio" id="inputId"/>
  <label class="radio-button-control-label" for="inputId"></label> 
*/

.radio-button-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.radio-button-control-label {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 2px solid #acafb7;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}

.radio-button-control:checked + .radio-button-control-label {
  border-color: #df6439;
}

.radio-button-control:checked + .radio-button-control-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #df6439;
}

.radio-button-control-label-secondary {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 20px;
  height: 4px;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}

.radio-button-control-label-secondary.vertical {
  rotate: 90deg;
}

.radio-button-control-label-secondary:before,
.radio-button-control-label-secondary span,
.radio-button-control-label-secondary:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #393535;
  cursor: pointer;
}

.radio-button-control-label-secondary:before {
  left: -8px;
}

.radio-button-control-label-secondary:after {
  left: 8px;
}

.radio-button-control:checked + .radio-button-control-label-secondary:before,
.radio-button-control:checked + .radio-button-control-label-secondary:after,
.radio-button-control:checked + .radio-button-control-label-secondary span {
  background-color: #df6439;
}

/*  Input type radio button  End */

/* Button Start */
/* example */
/* <button  class="contourless-button">Add Question<span class="k-icon k-i-plus"></span></button> */

.contourless-button,
.outline-button,
.main-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: transparent;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #df6439;
  transition: 0.3s;
  transition-property: background-color, color, border-color;
}

.main-button {
  padding: 12px 24px;
  background: #df6439;
  color: #ffffff;
}

.outline-button {
  border: 1px solid #df6439;
}

.contourless-button:hover,
.outline-button:hover {
  background-color: #df64390f;
}
.main-button:hover {
  background-color: #cf5328;
}

.contourless-button:disabled,
.outline-button:disabled {
  background-color: transparent;
  color: #acafb7;
}

.outline-button:disabled {
  border-color: #acafb7;
}

.main-button:disabled {
  background-color: #acafb7;
}

/* Button End  */

/* Choice input Start */
/* Example
  <div class="choice-input-container">
    <input type="text" class="input-control"/>
    <button type="button" class="contourless-button delete-choice-button"></button>
  </div>
*/

.choice-input-container {
  position: relative;
  min-width: 360px;
}

.delete-choice-button {
  position: absolute;
  bottom: 100%;
  left: 100%;
  translate: -50% 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  background: url(img/cross-circled-icon.svg), #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

/* Choice input End */

/* Range Slider Start */

/* Example

Its important to have parent container  <div class="form-fields_row "> and data-type=range-slider

<div class="form-fields_row ">
  <div class="form-field_item grow range-slider-container">
    <input data-type=range-slider  class="range-slider-control" >
  </div>
  <div class="range-slider-value-label">Value</div>
  <div class="range-slider-value"></div> 
</div>

*/

.range-slider-container {
  padding-left: 12px;
}

.range-slider-control {
  width: 100%;
}

.k-slider.range-slider-control {
}

.k-slider.range-slider-control .k-slider-items {
  display: flex;
}

.k-slider.range-slider-control .k-slider-items .k-tick {
  float: unset;
  background-image: none;
}

.k-slider.range-slider-control .k-slider-track {
  height: 6px;
  background-color: #d5d5da;
}

.k-slider.range-slider-control .k-slider-track .k-slider-selection {
  height: 6px;
  translate: 0 -50%;
  margin: 0;
  background-color: #df6439;
}
.k-slider.range-slider-control .k-slider-track .k-draghandle {
  top: 50%;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #d5d5da;
  outline: 0;
}

.k-slider.range-slider-control .k-slider-track .k-draghandle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #df6439;
}

.k-slider.range-slider-control .k-slider-track .k-draghandle.k-state-selected,
.k-slider.range-slider-control .k-slider-track .k-draghandle.k-state-focus {
  background: #ffffff;
  box-shadow: none;
}

.range-slider-control.k-slider-horizontal .k-first .k-label,
.range-slider-control.k-slider-horizontal .k-last .k-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.range-slider-control.k-slider-horizontal .k-first .k-label {
  left: 0;
}

.range-slider-control.k-slider-horizontal .k-last .k-label {
  right: 0;
}

.range-slider-value {
  min-width: 40px;
  height: 32px;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 1px solid #d5d5da;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.range-slider-value-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #acafb7;
}
/* Range slider Enf*/

/* Drop Zone start */

#fileupload .form-fields_row {
  margin-bottom: 0;
}

.drop-zone-element {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  background: #f9f9fa;
  border: 1px dashed #c3c3c3;
  border-radius: 4px;
  box-sizing: border-box;
}

.drop-zone-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #acafb7;
}

.drop-zone__input-container {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #acafb7;
}

.drop-zone__label {
  margin-bottom: 0;
  color: #df6439;
  cursor: pointer;
}

.dropzone-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.drop-zone-files-template__container {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.drop-zone-files-template__icon {
  width: 32px;
  height: 32px;
  background: url(img/file-type-default-icon.svg);
}

.drop-zone-files-template__icon.csv {
  background: url(img/file-type-csv-icon.svg);
}
.drop-zone-files-template__icon.doc {
  background: url(img/file-type-doc-icon.svg);
}
.drop-zone-files-template__icon.docx {
  background: url(img/file-type-docx-icon.svg);
}
.drop-zone-files-template__icon.html {
  background: url(img/file-type-html-icon.svg);
}
.drop-zone-files-template__icon.jpg {
  background: url(img/file-type-jpg-icon.svg);
}
.drop-zone-files-template__icon.pdf {
  background: url(img/file-type-pdf-icon.svg);
}
.drop-zone-files-template__icon.png {
  background: url(img/file-type-png-icon.svg);
}
.drop-zone-files-template__icon.ppt {
  background: url(img/file-type-ppt-icon.svg);
}
.drop-zone-files-template__icon.psd {
  background: url(img/file-type-psd-icon.svg);
}
.drop-zone-files-template__icon.rar {
  background: url(img/file-type-rar-icon.svg);
}
.drop-zone-files-template__icon.raw {
  background: url(img/file-type-raw-icon.svg);
}
.drop-zone-files-template__icon.tiff {
  background: url(img/file-type-tiff-icon.svg);
}
.drop-zone-files-template__icon.txt {
  background: url(img/file-type-txt-icon.svg);
}
.drop-zone-files-template__icon.xls {
  background: url(img/file-type-txt-icon.svg);
}
.drop-zone-files-template__icon.zip {
  background: url(img/file-type-txt-icon.svg);
}

.drop-zone-files-template__file-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.file-details {
  display: flex;
  align-items: center;
  gap: 8px;
}

.file-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #393535;
}

.file-size {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #acafb7;
}

.drop-zone-progress-bar {
  position: relative;
  width: 100%;
  height: 4px;
  background: #d9d9d9;
  border-radius: 4px;
}

.drop-zone-progress-bar .k-progress {
  height: 4;
}

.cta-upload {
  width: 24px;
  height: 24px;
  background: url(img/player-play-icon.svg) no-repeat;
  border: none;
  outline: 0;
}
.cta-delete {
  width: 24px;
  height: 24px;
  background: url(img/trash-icon.svg) no-repeat;
  border: none;
  outline: 0;
}

.k-upload-files {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: none;
}

.k-upload {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: none;
}

.k-upload .k-action-buttons {
  margin-top: 0px;
}

.k-clear-selected,
.k-upload-selected {
  display: none !important;
}

.k-file {
  padding: 0;
  border: none;
}

.k-dropzone {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
}

.drop-zone-actions-container {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.upload-files-table-title {
  margin: 32px 0 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #000000;
}

.download-table-header {
  display: flex;
  align-items: center;
  padding: 0 0 16px;
  border-bottom: 1px solid #d5d5da;
}

.table-header-item {
  flex: 1 0 30%;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #acafb7;
}

.table-file-name {
  display: flex;
  align-items: center;
  gap: 6px;
}

.file-image {
  flex: 0 0 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(img/photo-icon.svg) 0 0 / contain no-repeat;
}

.item-name {
  width: calc(100% - 30px);
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1976d2;
}

.file-name a {
  display: inline-block;
  height: 14px;
  width: calc(100% - 30px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.table-account-name span,
.table-file-created-date span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #393535;
}

.table-body-item {
  overflow: hidden;
  flex: 1 0 30%;
  padding: 16px 0;
}

/* Common field containers styles start*/

.form-fields_row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.form-fields_row:last-of-type {
  margin-bottom: 0;
}

.form-field_item._column,
.form-fields_column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-field-item_column.grow,
.form-field_item.grow {
  flex: 1;
}

.form-field-item_column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-field-item_row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.form-fields-group-items {
  display: flex;
  align-items: center;
  gap: 16px;
}

.flex-basis25 {
  flex-basis: 25%;
}
.flex-basis33 {
  flex-basis: 33.33333%;
}
.flex-basis50 {
  flex-basis: 50%;
}

/* Common field containers styles end*/

/* Activities */

/* Pannel Bar */

.k-panelbar,
.k-panelbar .k-item {
  border-radius: 6px;
}

.k-panelbar .k-header.k-link {
  padding: 8px 12px;
  background: #ffffff;
  border: none;
  border-radius: 6px;
  color: #393535;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.k-panelbar .k-item.k-state-active .k-header.k-link {
  background: #f2f2f4;
  border-radius: 6px 6px 0px 0px;
}

.k-header.k-state-selected {
  background: #f2f2f4;
  border-radius: 6px;
  box-shadow: none;
}

.flex-container {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #393535;
}

.k-panelbar .info-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(img/info-icon.svg);
}

.k-panelbar .k-group {
  background-color: transparent;
  border: none;
}

.k-panelbar .k-group .k-item .k-link.k-state-selected,
.k-panelbar .k-group .k-item .k-link {
  background: none;
  box-shadow: none;
  color: #393535;
  padding: 20px;
}

.k-panelbar .k-item .k-header .k-icon {
  top: 50%;
  right: 12px;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  margin: 0;
  background-image: none;
}
.k-panelbar .k-icon.k-panelbar-collapse::before,
.k-panelbar .k-icon.k-panelbar-expand::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(img/chevron-down.svg);
}

.k-panelbar .k-icon.k-panelbar-collapse::before {
  background-image: url(img/chevron-down.svg);
  rotate: 180deg;
}
/* Pannel Bar end*/

/*Activity details form start*/

.modal.fade .modal-dialog.activity-details {
  width: 736px;
}

.modal.fade .modal-dialog.activity-details .modal-header {
  position: relative;
  padding: 24px 32px;
  background: none;
  border: none;
}

.modal.fade .modal-dialog.activity-details .modal-header .close {
  position: absolute;
  top: 25;
  right: 25px;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.modal.fade .modal-dialog.activity-details .modal-header .close:after,
.modal.fade .modal-dialog.activity-details .modal-header .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
  width: 100%;
  height: 2px;
  background: #393535;
}

.modal.fade .modal-dialog.activity-details .modal-header .close:before {
  rotate: -45deg;
}

.modal.fade .modal-dialog.activity-details .modal-header .modal-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #393535;
}

.modal.fade .modal-dialog.activity-details .modal-body {
  padding: 0 32px;
}
.modal.fade .modal-dialog.activity-details .modal-footer {
  margin: 32px 0 0;
  padding: 12px 32px;
  border-top: 1px solid #d5d5da;
}

.details-form .form-fields_row {
  margin-bottom: 20px;
}

.details-form .form-fields_row:last-of-type {
  margin-bottom: 0;
}

.details-form .form-fields_row .control-label {
  margin: 0;
  padding: 0;
  text-align: left;
}

.activity-details #action_buttons.cta-container {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

/* Demo-section */

/* Demo-section Panel bar start*/
.demo-section {
  margin-top: 24px;
}

.demo-section .k-panelbar .k-header.k-link {
  background: #ffffff;
}

.demo-section .k-panelbar .k-item.k-state-active .k-header.k-link {
  background: #f2f2f4;
  border-bottom: 1px solid #d5d5da;
}

/* Demo-section Panel bar end*/

/* Demo-section tabstrip  start*/

.demo-section #tabstrip.k-tabstrip {
  background: none;
  border: none;
  box-shadow: none;
}

.demo-section .k-tabstrip-items {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.demo-section .k-tabstrip-top .k-tabstrip-items .k-item {
  margin: 0;
  background-color: #ffffff;
  border: none;
}

.demo-section .k-tabstrip-items .k-item.k-state-active {
  position: relative;
}

.demo-section .k-tabstrip-items .k-item.k-state-active:before {
  content: "";
  position: absolute;
  top: 100%;
  translate: 0 -100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #df6439;
}

.demo-section .k-tabstrip-items .k-item.k-state-active .k-link {
  color: #df6439;
}

.demo-section .k-tabstrip-items .k-item .k-link {
  padding: 0 12px 12px;
  color: #393535;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.demo-section .k-tabstrip-items .k-loading {
  border: none;
}

.demo-section #tabstrip > .k-content {
  margin: 24px 0 0;
  padding: 0;
  border: none;
  overflow: visible !important;
}

/* Demo-section tabstrip  End*/

/* Form tab start*/

.question-container .error-message {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #df6439;
}

.demo-section fieldset {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}

.question-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.demo-section .question-container .select-control-container {
  flex-basis: 360px;
}

.demo-section .question-container .date-picker-container {
  flex-basis: 255px;
}

.form-field-item_row input ~ .label-sign {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.form-field-item_row input:not(:checked) ~ .label-sign {
  color: #acafb7;
}

.required-sign {
  color: #df6439;
}

.required-sign,
.question-text-label {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #393535;
}

/* Form tab End*/

/* Note Tab Start */

.note-tab-form-fields-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.note-tab-form-fields-container .form-fields_row {
  margin-bottom: 0;
}

.note-tab-control-label {
  margin: 0;
}

.notes-title {
  margin: 32px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
}

.notes-list {
  margin: 8px 0 0;
  padding: 0;
}

.notes-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #d5d5da;
}

.notes-list-item:last-of-type {
  border: none;
}

.notes-list-item__date {
  position: absolute;
  top: 16px;
  right: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #acafb7;
}

.notes-list-item__author {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #393535;
}

.notes-list-item__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #393535;
  overflow: hidden;
}

.notes-list-item.hide-mode .notes-list-item__content {
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.notes-list-item.hide-mode .note-list-cta-container {
  display: block;
}

.notes-list-item.open-mode .notes-list-item__content {
  display: block;
}

.note-list-cta-container {
  text-align: right;
  display: none;
}

.notes-list-item.open-mode .open-mode-hidden {
  display: none;
}

.notes-list-item.open-mode .open-mode-visible {
  display: inline-flex;
}

.notes-list-item .open-mode-visible {
  display: none;
}

/* Note Tab End */

/* Attachment tab Start */
