/* [project]/node_modules/@timeedit/ui-components/lib/src/Layouts/DefaultContentLayout/DefaultContentLayout.css [app-client] (css) */
.default-layout-wrapper {
  background-color: #fff;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.default-layout-wrapper .default-layout-content-wrapper {
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  display: flex;
  overflow-y: auto;
}

.default-layout-wrapper .default-layout-content-wrapper::-webkit-scrollbar {
  width: 10px;
}

.default-layout-wrapper .default-layout-content-wrapper::-webkit-scrollbar-track {
  background: none;
}

.default-layout-wrapper .default-layout-content-wrapper::-webkit-scrollbar-thumb {
  background: #00000073;
  border-radius: 5px;
}

.default-layout-wrapper .default-layout-content-wrapper::-webkit-scrollbar-thumb:hover {
  background: #000000a6;
  border-radius: 5px;
}
