/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/context/notification.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.notification_notification__ol4yl {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e3ffe7;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s, opacity 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.notification_notification__ol4yl.notification_show__BulXn {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.notification_notification__ol4yl.notification_hide__to4K7 {
  transform: translateX(-50%) translateY(-100%);
  opacity: 0;
}

.notification_content__g6CQv {
  display: flex;
  align-items: center;
}

.notification_closeButton__YO_5R {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 20px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/variable.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
:root {
    --primary-color: #29AC9A;
    --secondary-color: #CBCED1;
    --text-color: #464646;
    --button-hover-color: #29AC9A;
    --error-text-color: #EC6566;
  }
  
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* @tailwind base;
@tailwind components;
@tailwind utilities; */

:root {
  --font-outfit: var(--font-outfit);
}

/* Apply font family to all elements */
* {
  font-family: var(--font-outfit), system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  box-sizing: border-box;
}

:root {
  --root-font-size: 14.4px;
}

html {
  font-size: var(--root-font-size);
}

body {
  color: var(--text-color);
  margin: 0;
}

/* Explicitly set font for form elements which sometimes don't inherit */
input,
button,
textarea,
select {
  font-family: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Ensure proper font rendering */
body,
input,
button,
select,
textarea,
div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Mobile styles */
@media only screen and (max-width: 600px) {
  /* Add any mobile-specific styles here */
}



.textLink{
  color: #29AC9A;
  cursor: pointer;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/dashboard/profile-section.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.profile-section_rightSection__56c36 {
  display: flex;
  align-items: center;
}

.profile-section_profileImage__d4ZAL {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #292f3f;
}

.profile-section_profileContainer__JPRnK {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-section_overlay__TY1V2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  background-color: rgba(
    41,
    47,
    63,
    0.67
  ); /* Adjust the overlay color and transparency */
  border-radius: 50%;
  z-index: 1;
}


.profile-section_rightSection__56c36 {
  padding: 16px;
}

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

.profile-section_avatar__EQZI2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #29ac9a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.profile-section_userDetails__JtAiz {
  display: flex;
  flex-direction: column;
}

.profile-section_userName__ohIPU {
  font-size: 18px;
  font-weight: 600;
}

.profile-section_userEmail__85ew5 {
  font-size: 14px;
  color: #666;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/ui-component/profile-dropdown.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.profile-dropdown_profileDropdown__4y6Ok {
  position: relative;
  display: flex;
  align-items: center;
}

.profile-dropdown_profileContainer__wOLWR {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.profile-dropdown_circularProgressContainer__w50r3 {
  position: relative;
  display: inline-block;
}

.profile-dropdown_progressText__IU_10 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  text-align: center;
  text-align: -moz-center;
}

.profile-dropdown_profileImage__mL05T {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.profile-dropdown_dropdownMenu__8nu9L {
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  border: 1px solid #ecebeb;
  border-radius: 20px;
  overflow: hidden;
  z-index: 100;
  min-width: 160px;
  width: 185px;
  right: 30px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #5b5b5b;
}

.profile-dropdown_dropdownItem__6qk6t {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: #5b5b5b;
}

.profile-dropdown_dropdownItem__6qk6t span {
  margin-left: 15px;
}

.profile-dropdown_dropdownItem__6qk6t:hover {
  background-color: #f1f1f1;
}

.profile-dropdown_icon__cWDMj {
  margin-right: 12px;
  width: 18px;
  height: 18px;
}

.profile-dropdown_notifIcon__VmH6l {
  width: 24px;
  height: 24px;
  margin-right: 33px;
  cursor: pointer;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/header/main-header.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.main-header_header__7sdez {
  height: 64px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: -webkit-fill-available;
width: -moz-available;
  background-color: #ffffff;
  z-index: 1;
}

.main-header_bookacall__0WIHV {
  display: flex;
  margin-right: 40px;
}

.main-header_bookacallButton___3KKi {
  width: 126px;
  height: 40px;
  text-decoration: none;
  align-content: center;
  text-align: center;
  text-align:-moz-center;
  border-radius: 8px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #ffffff;
}

.main-header_needHelp__IbUTe {
  color: #576470;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  height: 40px;
  align-content: center;
}

.main-header_buttonColor___Kjlw {
  background-color: var(--primary-color);
}

.main-header_logo__4PH_K {
  margin-left: 40px;
  height: 46px;
}

.main-header_logo__4PH_K img {
  object-fit: contain;
  width: 82px;
  height: 46px;
}

.main-header_profileSection__g5YwI {
  margin-top: -16px;
  margin-right: 40px;
}
/* Mobile styles */
@media only screen and (max-width: 600px) {
  .main-header_header__7sdez {
    height: 77px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  .main-header_logo__4PH_K {
    margin-left: 24px;
    height: 38px;
  }

  .main-header_logo__4PH_K img {
    object-fit: contain;
    width: 66px;
    height: 38px;
  }

  .main-header_bookacall__0WIHV {
    margin-right: 20px;
  }

  .main-header_bookacallButton___3KKi {
    width: 95px;
    height: 32px;
    border-radius: 8px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #ffffff;
  }

  .main-header_needHelp__IbUTe {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    height: 32px;
  }

  .main-header_container__geY0q {
    padding: 10px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Outfit","arguments":[{"subsets":["latin"],"variable":"--font-outfit"}],"variableName":"outfit"} ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/7bdd799813739e3e-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c7f848bed9dd25a3-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Outfit Fallback';src: local("Arial");ascent-override: 100.18%;descent-override: 26.05%;line-gap-override: 0.00%;size-adjust: 99.82%
}.__className_d28b19 {font-family: 'Outfit', 'Outfit Fallback';font-style: normal
}.__variable_d28b19 {--font-outfit: 'Outfit', 'Outfit Fallback'
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/55c55f0601d81cf3-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/26a46d62cd723877-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/581909926a08bbc8-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Inter Fallback';src: local("Arial");ascent-override: 90.44%;descent-override: 22.52%;line-gap-override: 0.00%;size-adjust: 107.12%
}.__className_e8ce0c {font-family: 'Inter', 'Inter Fallback';font-style: normal
}

