.form-managed-file__main,
.wb-admin-drag-and-drop-style {
  width: 100%;
}

.wb-admin-drag-and-drop-style {
  height: 150px;
  position: relative;
  border: 2px darkgrey dashed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  flex-direction: column;
}

.wb-admin-drag-and-drop-style input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.wb-admin-drag-and-drop-style img {
  margin-top: 15px;
  max-width: 50px;
}

html {
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-wrapper {
  padding-left: 320px;
  position: relative;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.page-wrapper ::-webkit-scrollbar {
  width: 3px;
}

.page-wrapper ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.page-wrapper ::-webkit-scrollbar-thumb {
  background: #888;
}

.page-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.paragraphs-dropbutton-wrapper:after {
  clear: both;
  content: '';
  display: block;
}

.wb-admin-region-children {
  width: 100%;
  min-height: 100vh;
}

.wb-admin--manager-sidebar--outer {
  position: fixed;
  min-width: 320px;
  overflow-y: auto;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1em;
  font-size: 16px;
  background: var(--colorGinText);
  z-index: 102;
  display: flex;
  flex-direction: column;
}

.gin--horizontal-toolbar .wb-admin--manager-sidebar--outer {
  top: 53px;
}

.wb-admin--manager-sidebar--outer .region-manager-menu {
  margin: 0 !important;
  padding: 0 0 20px 0 !important;
  flex-grow: 1;
}

.wb-admin--manager-sidebar--outer .menu-item {
  display: flex;
  flex-direction: column;
}

.wb-admin--manager-sidebar--outer .menu-item a, .wb-admin--manager-sidebar--outer .menu-item span {
  display: flex;
  align-items: center;
}

.wb-admin--manager-sidebar--outer .menu-item a:before,
.wb-admin--manager-sidebar--outer .menu-item span:before {
  content: '';
  display: block;
  width: 1.45em;
  height: 1.45em;
  margin-right: 0.5em;
}

.wb-admin--manager-sidebar--outer .link-orders:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/order.svg");
  mask-image: url("/icons/order.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .link-products-title:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/cart.svg");
  mask-image: url("/icons/cart.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .link-promotions:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/promotion.svg");
  mask-image: url("/icons/promotion.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .link-users:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/user.svg");
  mask-image: url("/icons/user.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .link-content:before,
.wb-admin--manager-sidebar--outer .link-other-content-title:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/content.svg");
  mask-image: url("/icons/content.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .link-tools:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/tools.svg");
  mask-image: url("/icons/tools.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .sublink:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/chevron-right.svg");
  mask-image: url("/icons/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 1em !important;
  height: 1em !important;
  margin-right: 0.3em !important;
}

.wb-admin--manager-sidebar--outer .link-logout {
  margin-top: 1em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  background-color: #620000;
  border-radius: 10px;
  padding: 0.6em 2em !important;
  align-items: center;
  justify-content: center;
}

.wb-admin--manager-sidebar--outer .link-logout:hover, .wb-admin--manager-sidebar--outer .link-logout:focus {
  background-color: #b00;
}

.wb-admin--manager-sidebar--outer .link-logout:before {
  display: none !important;
}

.wb-admin--manager-sidebar--outer .web-bunch-logo {
  display: block;
  width: 200px;
  margin: 1.5em 1.5em 2em;
}

.wb-admin--manager-sidebar--outer .menu--manager {
  position: sticky;
  top: 40px;
  text-decoration: none;
  color: var(--colorGinButtonText);
  height: 100%;
}

.wb-admin--manager-sidebar--outer .menu--manager .menu-item {
  padding: 0;
}

.wb-admin--manager-sidebar--outer .menu--manager ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wb-admin--manager-sidebar--outer .menu--manager span {
  padding: 0.5em 3em 0.5em 1.5em;
  cursor: default;
}

.wb-admin--manager-sidebar--outer .menu--manager li {
  margin-bottom: 0.1em;
}

.wb-admin--manager-sidebar--outer .menu--manager li:last-child {
  margin-top: auto;
}

.wb-admin--manager-sidebar--outer .menu--manager a {
  color: var(--colorGinButtonText);
  padding: 0.5em 3em 0.5em 1.5em;
  line-height: 1.5em;
  box-shadow: none !important;
}

.wb-admin--manager-sidebar--outer .menu--manager ul li {
  list-style-type: none;
  white-space: nowrap;
}

.wb-admin--manager-sidebar--outer .menu--manager .sublink {
  padding-left: 3.25em;
}

.wb-admin--manager-sidebar--outer a:not(.link-logout):hover:not(:active) {
  background: var(--colorGinAppBackground);
  color: var(--colorGinText) !important;
  opacity: 0.8;
}

.wb-admin--manager-sidebar--outer .menu-item--active-trail a {
  background: var(--colorGinAppBackground);
  color: var(--colorGinText) !important;
}

.field.field--type-wb-contact .field__items {
  display: table;
  margin: 0 -1em;
}

.field.field--type-wb-contact .field__items .field__item {
  display: table-row;
}

.field.field--type-wb-contact .field__items .field__item:nth-child(2n) {
  background: var(--colorGinLayer2Background);
}

.field.field--type-wb-contact .field__items .field__item > * {
  display: table-cell;
  padding: 0.2em 0.5em;
}

.field.field--type-wb-contact .field__items .field__item > *:first-child {
  padding-left: 1em;
}

.field.field--type-wb-contact .field__items .field__item > *:last-child {
  padding-right: 1em;
}

.field--type-wb-contact tr .form-item {
  display: inline-block;
  width: calc((100% - 3em) / 4);
}

.field--type-wb-contact tr .form-item:not(:last-child) {
  margin-right: 0.5em;
}

.form--inline .form-wrapper {
  display: flex;
}

.gin--edit-form .cke_combopanel {
  width: 230px;
}

.field--name-field-log-entry .form-required:after {
  display: none;
}

.field--type-comment article {
  margin: 0 -1em;
  padding: 0.3em 1em;
}

.field--type-comment article:nth-child(2n) {
  background: var(--colorGinLayer2Background);
}

.node--type-project > .node__content > .field {
  margin-bottom: 0.5em;
}

.view-id-all_projects #edit-field-project-status-value--wrapper .fieldset__wrapper,
.view-id-my_projects #edit-field-project-status-value-1--wrapper .fieldset__wrapper {
  margin-left: 1.75em;
  margin-top: 1em;
}

.view-leads #edit-field-project-status-value-1--wrapper,
.view-my-leads #edit-field-project-status-value-1--wrapper,
.view-all-projects #edit-field-project-status-value-1--wrapper,
.view-my-projects #edit-field-project-status-value-1--wrapper {
  margin-top: 1em;
}

.views-view-table caption {
  margin-bottom: 1em;
}

.view-leads #edit-field-project-status-value-1,
.view-all-projects #edit-field-project-status-value-1 {
  margin-left: 1.7em;
}

.file--x-office-document {
  background-image: url(../icons/word-icon.png);
  background-size: 20px;
  padding-left: 25px;
}

.file--x-office-spreadsheet {
  background-image: url(../icons/excel-icon.png);
  background-size: 20px;
  padding-left: 25px;
}
