/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.4_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/.pnpm/next@15.3.4_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/.pnpm/next@15.3.4_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/.pnpm/next@15.3.4_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.97.1/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/components/layouts/BaseLayout/BaseLayout.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.BaseLayout_root__bt6Ki {
  display: flex;
}

.BaseLayout_aside___AW9e {
  flex-shrink: 0;
  width: 72px;
  overflow: hidden;
  transition: width 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}
.BaseLayout_aside___AW9e > * {
  position: fixed;
  top: 0;
  left: 0;
  width: 72px;
  background-color: #2b3443;
  display: flex;
  flex-direction: column;
  padding: 14px 10px 24px;
  min-height: 100vh;
  transition: width 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}

.BaseLayout_asideOpen__K3kcp {
  width: 225px;
}
.BaseLayout_asideOpen__K3kcp > * {
  width: 225px;
}

.BaseLayout_logoContainer__wYT59 {
  position: relative;
  height: 36px;
}
.BaseLayout_logoContainer__wYT59 > * {
  transition: all 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}

.BaseLayout_logo__uwy0r {
  width: 202px;
  height: auto;
  background-color: #fff;
  border-radius: 2px;
  padding: 6px 10px;
}

.BaseLayout_logoMobile__5j0WN {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
}
.BaseLayout_logoMobile__5j0WN img {
  width: 24px;
  height: auto;
}

.BaseLayout_menu__3OtzN {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.BaseLayout_menu__3OtzN a {
  text-decoration: none;
}
.BaseLayout_menu__3OtzN .MuiButton-root {
  padding: 12px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

button.BaseLayout_menuItem__xHVM_ {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px 16px;
  width: 202px !important;
}
button.BaseLayout_menuItem__xHVM_ > * {
  position: relative;
  z-index: 1;
}

button.BaseLayout_menuItemCollapsed___iNka::before {
  width: 52px !important;
}

button.BaseLayout_menuItemActive__0TKwd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #505464;
  border-radius: 4px;
  overflow: hidden;
  transition: width 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}

.BaseLayout_menuItemIcon__4KvBu {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.BaseLayout_menuItemLabel__zR_sI {
  flex-shrink: 0;
  width: 132px;
  display: block;
  text-align: left;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.18, 1);
  white-space: nowrap;
}

.BaseLayout_menuItemLabelHide__tgWeH {
  opacity: 0;
}

.BaseLayout_menuItemDisabled__jwfNG {
  opacity: 0.5;
  pointer-events: none;
  color: #fff !important;
}

.BaseLayout_asideFooter__x3L_B {
  padding: 0 10px;
  flex: 1 1;
  display: flex;
  align-items: flex-end;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}
.BaseLayout_asideFooter__x3L_B p {
  color: #bcbcbc;
}

.BaseLayout_asideFooterCollapsed__89Ywd {
  opacity: 0;
}

.BaseLayout_main__M2Bmt {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 225px);
  z-index: 1;
  transition: width 0.3s cubic-bezier(0.77, 0, 0.18, 1);
  background: #f8f8f8;
}

.BaseLayout_mainExpand__6Nacb {
  width: calc(100% - 72px);
}

.BaseLayout_header__FLWpt {
  padding-left: 24px;
  padding-right: 24px;
  height: 52px;
  border-bottom: 1px solid #d4d6e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.BaseLayout_headerLeft__4AFwr {
  display: flex;
  align-items: center;
  gap: 12px;
}
.BaseLayout_headerLeft__4AFwr button {
  margin-left: -10px;
  padding: 10px;
}

.BaseLayout_menuButton__CscF5 {
  cursor: pointer;
}

.BaseLayout_headerRight__LnWm3 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.BaseLayout_headerRight__LnWm3 p.MuiTypography-root {
  font-size: 16px;
}

.BaseLayout_usernameLink__HlLav {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.BaseLayout_usernameLink__HlLav:hover {
  text-decoration: none;
}

.BaseLayout_divider__V5FGJ {
  width: 1px;
  height: 24px;
  background-color: #d4d6e2;
}

.BaseLayout_logoutButton__j7sTq {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.4_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/.pnpm/next@15.3.4_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/.pnpm/next@15.3.4_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/.pnpm/next@15.3.4_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.97.1/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/components/dialogs/ButtonsDialog/ButtonsDialog.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ButtonsDialog_root__LZpcZ .MuiPaper-root {
  padding: 30px 26px;
  width: 100%;
}

.ButtonsDialog_body__lW4ed {
  margin-top: 28px !important;
  white-space: pre-wrap;
}

.ButtonsDialog_actions__GR8cS {
  margin-top: 68px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.ButtonsDialog_actions__GR8cS button {
  font-size: 16px;
  padding-left: 14px;
  padding-right: 14px;
}
