/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/dashboard/components/Sidebar.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.Sidebar_sidebar__vy2pG {
  width: 280px;
  height: 100vh;
  background: var(--sidebar-background-color);
  color: var(--text-color);
  flex-shrink: 0;
  padding: 1.5rem;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  z-index: 100;
}

.Sidebar_sidebar__vy2pG > * {
  zoom: 0.8;
}
.Sidebar_up__Slm0T,
.Sidebar_down__g5PS8 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.Sidebar_up__Slm0T {
  gap: 30px;
}

.Sidebar_logo__rO2p6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
}

.Sidebar_logo__rO2p6 img {
  width: 150px;
}

.Sidebar_badge__hiBlF {
  font-family: "Inter", sans-serif;
  background: var(--sidebar-navlink-background-color);
  color: inherit;
  border-radius: 8px;
  font-size: 11px;
  padding: 2px 6px;
}

.Sidebar_orgInfo__vK7l2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Sidebar_orgAvatar__LKdA_ {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Sidebar_orgAvatar__LKdA_ span {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.Sidebar_orgAction__ohNbe {
  font-size: 14px;
}

.Sidebar_nav__VC8mw {
  width: 100%;
}

.Sidebar_nav__VC8mw ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Sidebar_navLink__5muiu {
  width: 100%;
  height: 64px;

  padding: 0 1rem;
  color: inherit;
  text-decoration: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.Sidebar_navLink_badge__rzTs4 {
  font-family: "Jura", sans-serif;
  font-weight: 700;
  font-size: 11px;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);

  border-radius: 8px;
  padding: 2px 6px;
}
.Sidebar_active_navLink__f8vt0 {
  box-shadow: 0px 1px 1px 0px #c3c3c3 inset;

  background-color: var(--sidebar-navlink-background-color);
}

.Sidebar_navLink__5muiu:hover {
  box-shadow: 0px 1px 1px 0px #626262 inset;
  opacity: 0.8;
}

.Sidebar_navLink__5muiu span {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.Sidebar_promotion_box__VkiVU {
  width: 100%;
  height: 256px;
  background-color: var(--sidebar-navlink-background-color);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.Sidebar_promotion_header__h9T5e {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5rem;
}

.Sidebar_promotion_icon__tRzCB {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
  box-shadow: 0px 0px 0px 0px #00000014;
}

.Sidebar_promotion_icon__tRzCB img {
  width: 26px;
}

.Sidebar_promotion_link__VYxMn {
  background: var(--sidebar-button-background-color);
  border-radius: 16px;
  width: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.Sidebar_promotion_link__VYxMn:hover {
  opacity: 0.8;
}

.Sidebar_promotion_link__VYxMn i {
  font-size: 18px;
}

.Sidebar_promotion_link__VYxMn span {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.Sidebar_user_footer__VxOg9 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0 0.5rem;
}

.Sidebar_user_image__SDyhm {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
}

.Sidebar_user_image__SDyhm img {
  border-radius: 50%;
}

.Sidebar_user_name__NlrYo {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/dashboard/Dashboard.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.Dashboard_page_container__e2RMV {
  display: flex;
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
}

.Dashboard_loading_container__ZKm0I {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dashboard-background-color);
  color: var(--text-color);
}

.Dashboard_main__H2874 {
  background: var(--dashboard-background-color);
  width: 100%;
  padding: 2rem;
  margin-left: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  overflow: hidden;
  zoom: 0.8;
}

.Dashboard_action_bar__RhyPk {
  width: 1400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Dashboard_action_header__Is7cI {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
}

.Dashboard_actions__hSbmn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Dashboard_action__rUihD {
  position: relative;
  width: 324px;
  height: 228px;
  background-color: var(--dashboard-project-background-color);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.Dashboard_action__rUihD:hover {
  cursor: pointer;
  opacity: 0.8;
}

.Dashboard_action_badge__2lotr {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: "Jura", sans-serif;
  font-weight: 700;
  font-size: 11px;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);

  color: var(--text-color);
  border-radius: 8px;
  padding: 2px 6px;
}

.Dashboard_action_icon__YFcA9 {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background-color: var(--dashboard-project-options-background-color);

  display: flex;
  justify-content: center;
  align-items: center;
}

.Dashboard_action_icon__YFcA9 i {
  font-size: 32px;
  color: var(--text-color);
}

.Dashboard_action_icon__YFcA9 img {
  width: 32px;
  height: 32px;
}

.Dashboard_action_description__ycPz_ {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.Dashboard_action__rUihD h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--text-color);
  text-align: center;
}

.Dashboard_action__rUihD h3 {
  bottom: 0.5rem;
  left: 50%;
  width: 100%;
  height: 50px;
  transform: translate(-50%, 0);
  position: absolute;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #727272;
  text-align: center;
}

.Dashboard_projects_container__LYhcI {
  width: 1400px;
}

.Dashboard_projects_header__u_w1M {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.Dashboard_projects_header_left__48Psb {
  color: var(--text-color);
  display: flex;
  gap: 24px;
  align-items: center;
}

.Dashboard_projects_header_left__48Psb span {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.Dashboard_projects_count__LciED {
  background: var(--dashboard-project-background-color);
  padding: 8px 10px;
  line-height: 1rem;
  border-radius: 8px;
  font-size: 16px;
}

.Dashboard_projects_header_right__i7ZjD {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.Dashboard_search_box__saU_n {
  position: relative;
  background: var(--dashboard-project-background-color);
  border: 2px solid #1d90ff;
  width: 275px;
  border-radius: 25px;

  height: 40px;
}

.Dashboard_search_box__saU_n input {
  outline: none;
  width: 90%;
  height: 100%;
  background: none;
  color: #a9a9a9;
  padding: 0 1rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 11px;
}

.Dashboard_search_box__saU_n i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--text-color);
  font-size: 12px;
}

.Dashboard_dropdown_button__WO71m {
  position: relative;
  background: var(--dashboard-project-background-color);
  width: 275px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 12px;
  height: 40px;
  color: var(--text-color);
}

.Dashboard_projects__jU6b1 {
  display: flex;
  width: 1400px;
  align-items: center;
  gap: 0 33px;
  flex-wrap: wrap;
}

.Dashboard_project__ubKA9 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0.75rem 0;
}

.Dashboard_project_thumbnail__0q5Sz {
  position: relative;
  width: 324px;
  height: 228px;
  border-radius: 10px;
  overflow: hidden;
}

.Dashboard_project_preview__limhr {
  width: 100%;
  height: 100%;
  background: var(--dashboard-project-background-color);
  border-radius: 10px;
}

.Dashboard_project_thumbnail__0q5Sz:hover .Dashboard_project_preview__limhr {
  opacity: 0.7;
  cursor: pointer;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_lock__14Jz6,
.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_type__7MplX {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--dashboard-project-options-background-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_lock__14Jz6 {
  top: 1rem;
  left: 1rem;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_type__7MplX {
  bottom: 1rem;
  left: 1rem;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_lock__14Jz6 img {
  width: 12px;
  height: 12px;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_type__7MplX img {
  width: 16px;
  height: 16px;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_options__p7BLx img {
  width: 24px;
  height: 24px;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_options__p7BLx img:hover {
  cursor: pointer;
  opacity: 0.8;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_options__p7BLx {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_options__p7BLx ul {
  position: absolute;
  left: -600%;
  color: #e4e4e4;
  background-color: var(--dashboard-project-background-color);
  border-radius: 9px;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_options__p7BLx li {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-bottom: 1px solid #d6d6d6;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_options__p7BLx li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_options__p7BLx li:last-child {
  border-bottom: none;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_options__p7BLx li span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.Dashboard_project_thumbnail__0q5Sz .Dashboard_project_area__e7Rph {
  border-radius: 8px;
  background: var(--dashboard-project-options-background-color);
  width: 44px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.Dashboard_project_area__e7Rph span:first-child {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #94a3b8;
}

.Dashboard_project_area__e7Rph span:last-child {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 8px;
  color: #626262;
}

.Dashboard_project_info__5h0ES {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Dashboard_project_info_left__OG24_ {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.Dashboard_project_info_left__OG24_ h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: var(--text-color);
}

.Dashboard_project_info_left__OG24_ h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #626262;
}

.Dashboard_project_info_users__zjNvl {
  display: flex;
}

.Dashboard_project_info_users__zjNvl div {
  width: 25px;
  height: 25px;
  margin-left: -12px;
  border-radius: 50%;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
}

.Dashboard_project_info_users__zjNvl div img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.Dashboard_popup_window__H328A {
  position: fixed;
  right: 5rem;
  bottom: 2rem;
  background: var(--dashboard-popup-background-color);
  width: 408px;
  height: 202px;
  border-radius: 8px;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2.5rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.Dashboard_close_popup__HZBJO {
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  width: 32px;
  height: 32px;
  background: var(--dashboard-popup-background-color);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Dashboard_popup_text___GGyR {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.Dashboard_popup_text_header__KVO9u {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.Dashboard_popup_text_header__KVO9u img {
  width: 20px;
  height: 20px;
}

.Dashboard_popup_text_header__KVO9u span {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.Dashboard_popup_text_description__ncQdu {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2rem;
}

.Dashboard_popup_actions__ND4jW {
  display: flex;
  gap: 10px;
  align-self: flex-end;
}

.Dashboard_popup_actions__ND4jW button {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 11px;
  width: 94px;
  height: 42px;
  border-radius: 12px;
}

.Dashboard_popup_actions__ND4jW button:first-child:hover {
  background-color: var(--dashboard-background-color);
}

.Dashboard_popup_actions__ND4jW button:last-child {
  background-color: #0364dc;
}

.Dashboard_popup_actions__ND4jW button:last-child:hover {
  background-color: #1c82ff;
}

.Dashboard_info_button__LwT8K {
  position: fixed;
  cursor: pointer;
  right: 1rem;
  bottom: 2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
  background: var(--dashboard-popup-background-color);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.Dashboard_info_button_badge__cgieU {
  background: #ff3b30;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, -20%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.Dashboard_info_button_badge__cgieU span {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.Dashboard_confirm_wrapper___TQzY {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 100;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.Dashboard_confirm_container__7PYoH {
  width: 480px;
  color: var(--text-color);
  padding: 2rem;
  border-radius: 16px;
  background-color: var(--dashboard-background-color);
  border: 0.5px solid #2e2e2e;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.Dashboard_confirm_header__CZGIc {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.Dashboard_confirm_message__gSy6_ {
  margin: 1rem 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.Dashboard_confirm_buttons__O6An1 {
  display: flex;
  gap: 10px;
}

.Dashboard_confirm_buttons__O6An1 div {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 24px;
}

.Dashboard_confirm_buttons__O6An1 div:hover {
  cursor: pointer;
  opacity: 0.8;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/dashboard/components/Notifications.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.Notifications_header__zueIa {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
}

.Notifications_notification_button__P_1_6 {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: var(--dashboard-popup-background-color);
  color: var(--text-color);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.Notifications_notification_button__P_1_6 img {
  width: 20px;
  height: 20px;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./node_modules/rc-slider/assets/index.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.rc-slider {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}
.rc-slider-track,
.rc-slider-tracks {
  position: absolute;
  height: 4px;
  background-color: #abe2fb;
  border-radius: 6px;
}
.rc-slider-track-draggable {
  z-index: 1;
  box-sizing: content-box;
  background-clip: content-box;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  transform: translateY(-5px);
}
.rc-slider-handle {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #96dbfa;
  border-radius: 50%;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 0.8;
  user-select: none;
  touch-action: pan-x;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete {
  opacity: 0;
}
.rc-slider-handle:focus {
  outline: none;
  box-shadow: none;
}
.rc-slider-handle:focus-visible {
  border-color: #2db7f5;
  box-shadow: 0 0 0 3px #96dbfa;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #999;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track-draggable {
  border-top: 0;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  transform: translateX(-5px);
}
.rc-slider-vertical .rc-slider-handle {
  position: absolute;
  z-index: 1;
  margin-top: 0;
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-dot {
  margin-left: -2px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.rc-slider-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  min-width: 24px;
  height: 24px;
  padding: 6px 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/dashboard/components/FileUpload.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.FileUpload_wrapper__xPAG_ {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 100;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.FileUpload_container__rW9tg {
  background: #030303;
  width: 740px;
  height: 570px;
  box-shadow: 0px 4px 6.9px 0px rgba(0, 0, 0, 0.25);
  position: relative;

  border-radius: 20px;
  color: white;
}

.FileUpload_header__ntae1 {
  width: 100%;
  height: 55px;
  display: flex;
  padding: 14px 18px;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0px 4px 6.9px 0px rgba(0, 0, 0, 0.25);
}

.FileUpload_close_button__DFEyp {
  width: 32px;
  height: 32px;
  background: #1a1a1a;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.FileUpload_close_button__DFEyp:hover {
  opacity: 0.8;
  cursor: pointer;
}

.FileUpload_body__jYFNn {
  padding: 30px 55px 55px 55px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.FileUpload_stage_container__TKz2b {
  width: 100%;
  border-radius: 6px;
  padding: 6px 0;
}

.FileUpload_stage_bar__csTB5 {
  margin-top: 6px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.FileUpload_stage_container__TKz2b .FileUpload_stage_bar__csTB5 div {
  width: 32.9%;
  height: 6px;
  background-color: #aad0ff;
}

.FileUpload_stage_container__TKz2b .FileUpload_stage_bar__csTB5 div.FileUpload_active__OtY_Z {
  background-color: #0364dc;
}

.FileUpload_stage__Mv6OR {
  position: relative;
}

.FileUpload_stage_legend__0QxEX {
  position: absolute;
  top: -400%;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.FileUpload_stage_container__TKz2b .FileUpload_stage_bar__csTB5 div:first-child {
  border-radius: 5px 0 0 5px;
}

.FileUpload_stage_container__TKz2b .FileUpload_stage_bar__csTB5 div:last-child {
  border-radius: 0 5px 5px 0;
}

.FileUpload_body__jYFNn h1 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.FileUpload_upload_body__Ucw4s {
  width: 100%;
  height: 240px;
  border-radius: 5px;
  background: #1a1a1a;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.FileUpload_upload_body__Ucw4s span:last-child {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.FileUpload_action_buttons__nhoe7 {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.FileUpload_action_buttons__nhoe7 button {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  width: 180px;
  padding: 15px 50px;
  border-radius: 5px;
  white-space: nowrap;
}

.FileUpload_action_buttons__nhoe7 button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.FileUpload_action_buttons__nhoe7 button:first-child {
  border: 1.5px solid #626262;
}

.FileUpload_action_buttons__nhoe7 button:last-child {
  background: #0364dc;
}

.FileUpload_action_buttons__nhoe7 button:last-child:disabled {
  background: #575757;
  cursor: not-allowed;
}

.FileUpload_slider_container__6wn5q {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.FileUpload_slider__sN9hm {
  width: 90%;
  position: relative;
}
.FileUpload_slider_button__4y_6q {
  background-color: #626262;

  width: 20px;
  height: 20px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.FileUpload_slider_button__4y_6q:hover {
  cursor: pointer;
  opacity: 0.8;
}

.FileUpload_form_group__M3CkA {
  display: flex;
  gap: 20px;
}

.FileUpload_form_group__M3CkA h4 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #626262;
}

.FileUpload_filter_options__BYVat {
  display: flex;
}

.FileUpload_filter_options__BYVat .FileUpload_active__OtY_Z {
  opacity: 0.7;
}

.FileUpload_filter_options__BYVat div {
  padding: 6px 18px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #2e2e2e;
  border: 1px solid #0364dc;
}

.FileUpload_filter_options__BYVat div:hover {
  opacity: 0.8;
  cursor: pointer;
}

.FileUpload_filter_options__BYVat div:first-child {
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.FileUpload_filter_options__BYVat div:last-child {
  border-radius: 0 5px 5px 0;
}

.FileUpload_line_weight__MAUEJ {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.FileUpload_line_weight__MAUEJ input {
  width: 120px;
  margin: 0 0.5rem;
  background: none;
  padding: 4px 8px;
  outline: none;
  border-bottom: 1px solid #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  color: #0364dc;
}
.FileUpload_preview_container__hCUlT {
  margin: 2rem 0 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}

.FileUpload_preview__hn9vn {
  width: 320px;
  height: 180px;
  background-color: #1a1a1a;
  border-radius: 12px;
  position: relative;
}

.FileUpload_preview__hn9vn h3 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.FileUpload_preview_container__hCUlT > h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #626262;
}

.FileUpload_file_container__xB_dY {
  width: 120px;
  height: 125px;
  border: 2px solid #0364dc;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  justify-content: center;
}

.FileUpload_file_extension__3QQte {
  font-family: "Noto Sans Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  color: #0364dc;
}

.FileUpload_file_name__PfGov {
  margin-top: 16px;
  font-family: "Noto Sans Mono", monospace;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding: 0 1rem;
  line-height: 1.4rem;
  color: #fff;
}

.FileUpload_file_name__PfGov span {
  font-family: "Noto Sans Mono", monospace;
  font-size: 12px !important;
  font-weight: 300;

  color: #030303;
  background: #cecece;
  padding: 2px 6px;
  margin-left: 6px;
  border-radius: 12px;
}

.FileUpload_upload_progress_bar__i4JIU {
  position: absolute !important;
  width: 100%;
  bottom: 0 !important;
}

.FileUpload_dragging_overlay__iNFhj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  opacity: 0.8;
}

.FileUpload_dragging_overlay__iNFhj div {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 200;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/dashboard/components/Slider.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.rc-slider-rail {
  height: 2px;
  background: #626262;
}

.rc-slider-track {
  height: 2px;
  background: #0364dc;
}

.rc-slider-mark-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.rc-slider-mark-text-active {
  color: #999;
}

.rc-slider-dot {
  width: 1px !important;
  border-radius: 0;
}
.rc-slider-dot-active {
  border-color: white;
}

.rc-slider-handle {
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
  background-color: #ccc; /* Added background color for visibility */
}

.rc-slider-handle::after {
  content: var(--after-content, ""); /* Use a CSS variable for the content */
  text-align: center;
  border-radius: 16px;
  padding: 4px 8px;

  background-color: #d9d9d9;
  color: #212121;
  position: absolute;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  left: 50%;
  transform: translate(-50%, -120%);
  font-weight: 500;
  z-index: 1;
}

