/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/OrganizationSelector/OrganizationSelector.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.OrganizationSelector_selector__Fyg_y {
  width: 100%;
  padding: 0 16px;
  position: relative;
  z-index: 100;
}

.OrganizationSelector_loading__m4SSs {
  text-align: center;
  color: #666;
  font-size: 14px;
}

.OrganizationSelector_currentOrg__OL3YR {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
  font-size: 14px;
  color: white;
}
.OrganizationSelector_currentOrg__OL3YR:hover {
  opacity: 0.8;
}

.OrganizationSelector_orgInfo__ii0Up {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1 1;
}

.OrganizationSelector_label__YlUUn {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.OrganizationSelector_orgName__ey9O4 {
  font-size: 14px;
  font-weight: 600;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

.OrganizationSelector_arrow__HY3Xz {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 8px;
}

.OrganizationSelector_backdrop__euT_T {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 999;
}

.OrganizationSelector_dropdownPortal__a31u5 {
  position: fixed;
  z-index: 1000;
}

.OrganizationSelector_dropdown__wwZyK {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  width: 240px;
}

.OrganizationSelector_dropdownHeader__1vlHW {
  padding: 12px 16px;
  background: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
  font-weight: 600;
  color: #666;
}

.OrganizationSelector_orgList__wPhpo {
  overflow-y: auto;
  max-height: 280px;
}

.OrganizationSelector_orgItem__dAiFY {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: none;
  background: white;
  cursor: pointer;
  transition: background 0.2s;
  text-align: left;
  font-size: 14px;
  color: #333;
}
.OrganizationSelector_orgItem__dAiFY:hover {
  background: #f5f5f5;
}
.OrganizationSelector_orgItem__dAiFY.OrganizationSelector_active__xx18I {
  background: #e3f2fd;
  color: #2196f3;
  font-weight: 600;
}
.OrganizationSelector_orgItem__dAiFY .OrganizationSelector_orgName__ey9O4 {
  color: #333;
  font-weight: 500;
}
.OrganizationSelector_orgItem__dAiFY.OrganizationSelector_active__xx18I .OrganizationSelector_orgName__ey9O4 {
  color: #2196f3;
  font-weight: 600;
}

.OrganizationSelector_checkmark__TsXwG {
  margin-left: auto;
  color: #2196f3;
  font-weight: bold;
  font-size: 16px;
}

.OrganizationSelector_dropdownFooter__z5NV_ {
  border-top: 1px solid #e0e0e0;
  padding: 8px;
}

.OrganizationSelector_addOrgBtn__lj9Qj {
  width: 100%;
  padding: 10px;
  background: white;
  border: 1px dashed #2196f3;
  border-radius: 6px;
  color: #2196f3;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.OrganizationSelector_addOrgBtn__lj9Qj:hover {
  background: #e3f2fd;
  border-style: solid;
}

.OrganizationSelector_addBtn__wrPI6 {
  width: 100%;
  padding: 12px;
  background: #2196f3;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
.OrganizationSelector_addBtn__wrPI6:hover {
  background: #1976d2;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/Sidebar/Sidebar.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Sidebar_sidebar__5cJdO {
  width: 240px;
  height: 100vh;
  background: #2c3e50;
  color: white;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}

.Sidebar_logo__CU_Yx {
  padding: 24px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.Sidebar_logo__CU_Yx h2 {
  font-size: 20px;
  margin: 0 0 4px 0;
  color: #3498db;
}
.Sidebar_logo__CU_Yx p {
  font-size: 12px;
  margin: 0;
  opacity: 0.7;
}

.Sidebar_selectorContainer__uUosO {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: visible;
  z-index: 100;
}

.Sidebar_nav__JDPWP {
  flex: 1 1;
  padding: 20px 0;
  overflow-y: auto;
}

.Sidebar_navItem__uKafb {
  width: 100%;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
}
.Sidebar_navItem__uKafb:hover {
  background: rgba(255, 255, 255, 0.1);
}
.Sidebar_navItem__uKafb.Sidebar_active___o__g {
  background: #3498db;
  border-left: 4px solid #2980b9;
  padding-left: 16px;
}
.Sidebar_navItem__uKafb .Sidebar_icon__3EcoG {
  font-size: 18px;
}
.Sidebar_navItem__uKafb .Sidebar_label__Fm9Nk {
  flex: 1 1;
  text-align: left;
}

.Sidebar_user__KusQj {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: background 0.3s;
}
.Sidebar_user__KusQj:hover {
  background: rgba(255, 255, 255, 0.05);
}
.Sidebar_user__KusQj .Sidebar_avatar__jCr1O {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3498db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  object-fit: cover;
  flex-shrink: 0;
}
.Sidebar_user__KusQj .Sidebar_info__d9CAu {
  flex: 1 1;
  min-width: 0;
}
.Sidebar_user__KusQj .Sidebar_name__u4khy {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Sidebar_user__KusQj .Sidebar_role__nFi5p {
  font-size: 12px;
  opacity: 0.7;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/app/layout.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.layout_layout__Qn9HX {
  display: flex;
  min-height: 100vh;
  background: #ecf0f1;
}

.layout_main__30FUz {
  flex: 1 1;
  margin-left: 240px;
  padding: 24px;
  overflow-y: auto;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/app/globals.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

body {
  background-color: #ecf0f1;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

input,
select,
textarea {
  font-family: inherit;
}
