/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Main Entry Point */
* {
  box-sizing: border-box;
  outline: none;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background-color: #f8fcf9;
  color: #353535;
  font-family: "IRANSansX", "IRANSans", Tahoma, sans-serif !important;
  direction: rtl;
  text-align: right;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: #104c43;
  font-weight: 600;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: #007E6F;
}

.app-shell {
  display: flex;
  height: 100vh;
  width: 100vw;
  background-color: #f8fcf9;
  overflow: hidden;
}

.app-sidebar-wrapper {
  width: 280px;
  flex-shrink: 0;
  background: #fff;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  transition: transform 0.3s ease;
  z-index: 100;
}
@media (max-width: 992px) {
  .app-sidebar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  .app-sidebar-wrapper.is-open {
    transform: translateX(0);
  }
}

.app-main-content {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
  padding: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .app-main-content {
    padding: 16px;
  }
}

.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}
.sidebar-overlay.is-visible {
  display: block;
}

.d-grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.c-container-fluid {
  width: 100%;
  max-width: 100%;
}

.c-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #007E6F;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 126, 111, 0.25);
  transition: all 0.3s ease;
}
.c-btn-primary:hover {
  background-color: rgb(0, 100.5, 88.5357142857);
  transform: translateY(-2px);
}

.app-main-content::-webkit-scrollbar, .app-sidebar-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.app-main-content::-webkit-scrollbar-track, .app-sidebar-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.app-main-content::-webkit-scrollbar-thumb, .app-sidebar-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.app-main-content::-webkit-scrollbar-thumb:hover, .app-sidebar-wrapper::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

@font-face {
  font-family: "IRANSansX";
  src: url("/assets/fonts/IRANSansX-Regular.woff2") format("woff2"), url("/assets/fonts/IRANSansX-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansX";
  src: url("/assets/fonts/IRANSansX-Bold.woff2") format("woff2"), url("/assets/fonts/IRANSansX-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansX";
  src: url("/assets/fonts/IRANSansX-Light.woff2") format("woff2"), url("/assets/fonts/IRANSansX-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: right;
  font-family: "IRANSansX", Tahoma, sans-serif !important;
  background-color: #f8fcf9;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/app/shared/styles/global.scss?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  outline: none;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background-color: #f8fcf9;
  color: #353535;
  font-family: "IRANSansX", "IRANSans", Tahoma, sans-serif !important;
  direction: rtl;
  text-align: right;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: #104c43;
  font-weight: 600;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: #007E6F;
}

.app-shell {
  display: flex;
  height: 100vh;
  width: 100vw;
  background-color: #f8fcf9;
  overflow: hidden;
}

.app-sidebar-wrapper {
  width: 280px;
  flex-shrink: 0;
  background: #fff;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  transition: transform 0.3s ease;
  z-index: 100;
}
@media (max-width: 992px) {
  .app-sidebar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  .app-sidebar-wrapper.is-open {
    transform: translateX(0);
  }
}

.app-main-content {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
  padding: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .app-main-content {
    padding: 16px;
  }
}

.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}
.sidebar-overlay.is-visible {
  display: block;
}

.d-grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.c-container-fluid {
  width: 100%;
  max-width: 100%;
}

.c-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #007E6F;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 126, 111, 0.25);
  transition: all 0.3s ease;
}
.c-btn-primary:hover {
  background-color: rgb(0, 100.5, 88.5357142857);
  transform: translateY(-2px);
}

.app-main-content::-webkit-scrollbar, .app-sidebar-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.app-main-content::-webkit-scrollbar-track, .app-sidebar-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.app-main-content::-webkit-scrollbar-thumb, .app-sidebar-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.app-main-content::-webkit-scrollbar-thumb:hover, .app-sidebar-wrapper::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/*# sourceMappingURL=styles.css.map*/