@import url(../fonts/stylesheet.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}



:root {
    --primary-text-color: #000000;
    --primary-blue: #008999;
    --primary-hover: #4F3CC0;
    --white-bg: #ffffff;
    --btn-bg: #ffffff;
    --btn-bg-hover: #202020;
    --btn-disabled-hover: #666666;
    --text-main: #202020;
    --text-black-dark: #000000;
    --border-color: #C3C3C3;
    --placeholder-text: #666666;
    --green-color: #23AC86;
    --red-color: #f26464;
}


/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Grayscale: */

/* Colors: */

/* Background colors: */

/* Fonts Start */

/* Fonts End */

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/*# sourceMappingURL=custom-grid.css.map */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

html,
body {
   font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
button {
  margin: 0;
  padding: 0;
  line-height: 1;
   font-family: 'Poppins', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
}

:focus {
  outline-width: 0;
}

.me-11 {
  margin-right: 11px;
}

.me-10 {
  margin-right: 10px;
}

.ms-20 {
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.p-relative {
  position: relative;
}

.resize-none {
  resize: none;
}

.white-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--white-bg);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.white-block__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #171717;
  margin-bottom: 20px;
}

.white-block .select {
  width: 100%;
  background-color: #eff0f6;
}

.white-block.checkboxes label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.white-block.checkboxes label:last-child {
  margin-bottom: 0;
}

.white-block.checkboxes input {
  margin-right: 12px;
  width: 16px;
  height: 16px;
}

.white-block.checkboxes span {
  font-size: 14px;
  line-height: 1.71;
}

/* content of sr-only is available only for screen-readers */

.sr-only {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

/* Skip link */

.skip-link {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link.sr-only:focus {
  background-color: #fff;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #767676;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

::-webkit-scrollbar {
  width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(253, 253, 253, 0.4);
}

body {
  background-color: #F0F2FA;
}

.page-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--primary-blue);
  /* background-image: url(../img/header-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay; */
}

.page-center {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 30px 15px;
}

.page-wrapper {
  width: 100%;
  background-color: #fff;
  height: 100%;
  padding-left: 25px;
}

.main-wrapper {
  position: relative;
  width: 100%;
  /* height: 100%; */
  /* border-radius: 30px 0 0 30px; */
  overflow: hidden;
  padding: 0;
  margin-left: -25px;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* 
.layer.active {
  display: block;
} */

@font-face {
  font-family: "demo";
  font-display: swap;
  src: url("../fonts/demo.woff") format("woff"), url("../fonts/demo.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Black";
  font-display: swap;
  src: url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-ExtraBold";
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Bold";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Light";
  font-display: swap;
  src: url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-ExtraLight";
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff") format("woff"), url("../fonts/Inter-ExtraLight.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Regular";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Medium";
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-SemiBold";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "stylesheet";
  font-display: swap;
  src: url("../fonts/stylesheet.woff") format("woff"), url("../fonts/stylesheet.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Thin";
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff") format("woff"), url("../fonts/Inter-Thin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/* Basic config for all custom icons: */

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.logo {
  background-image: url(../img/svg/Logo.svg);
  width: 49px;
  height: 49px;
}

.menu-toggle {
  background-image: url(../img/icon/menu-toggle.png);
  width: 30px;
  height: 30px;
}

.menu-toggle--gray {
  background-image: url(../img/svg/Bulk/Menu-toggle-gray.svg);
  background-image: url(../img/svg/Bulk/Menu-toggle-white.svg);
  width: 24px;
  height: 24px;
}
.search_div{
  margin: 0 10px 0 5px !important;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}
.search_icon{
  background: transparent;
    color: #fff;
    /* font-size: 24px; */
    cursor: pointer;
    border: 0;
    margin-top: 4px;
    padding: 0;
}
.search_icon img{
  width: 30px;
}
.search_icon:focus,
.search_icon:focus-visible,
.search_icon:focus:not(:focus-visible){
  border: 0;
}



.notification_icon{
  background: transparent;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    border: 0;
    margin-top: 2px;
    padding: 5px;
    position: relative;
    padding-right: 10px !important;
    border: 1px solid #fff !important;
    padding: 3px 5px !important;
}
.notification_icon:focus,
.notification_icon:focus-visible,
.notification_icon:focus:not(:focus-visible){
  border: 0;
}
.notification_icon i{
  font-size: 20px;
}
.notification_icon::after{
  content: "";
    position: absolute;
    top: -3px;
    right: -3px !important;
    border: 7px solid var(--red-color);
    border-radius: 50%;

}
.search-box-wrapper{
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #000000f0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

.search-box-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.search-close{
  position: absolute;
    top: 50px;
    right: 50px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
.search_form{
  position: relative;
}
.search_box{
  padding: 15px 50px 15px 20px !important;
    background: #fff;
    color: #000000;
    width: 500px !important;
    font-size: 22px !important;
    border-radius: 50px;
    font-weight: 400;
    margin: 0 !important;
}

.search_btn{
  border: 0;
  background: transparent;
    color: #000;
    padding: 5px 20px 5px 10px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    font-size: 20px;
    margin: -2px 0 0 0;
}

.search_btn:hover{
    color: var(--primary-blue)
}


.home {
  background-image: url(../img/svg/Bulk/Home-white.svg);
  width: 24px;
  height: 24px;
}

.document {
  background-image: url(../img/svg/Bulk/Document-white.svg);
  width: 24px;
  height: 24px;
}

.folder {
  background-image: url(../img/svg/Bulk/Folder-white.svg);
  width: 24px;
  height: 24px;
}

.arrow-down {
  background-image: url(../img/icon/chevron-right.png);
  width: 8px;
  height: 13px;
}

.image {
  background-image: url(../img/svg/Bulk/Image-white.svg);
  width: 24px;
  height: 24px;
}

.paper {
  width: 24px;
  height: 24px;
  background-image: url(../img/svg/Bulk/Paper-white.svg);
}

.message {
  background-image: url(../img/svg/Bulk/Message-white.svg);
  width: 24px;
  height: 24px;
}

.edit {
  background-image: url(../img/svg/Bulk/Edit-white.svg);
  width: 24px;
  height: 24px;
}

.category {
  background-image: url(../img/svg/Bulk/Category-white.svg);
  width: 24px;
  height: 24px;
}

.user-3 {
  background-image: url(../img/svg/Bulk/3-User-white.svg);
  width: 24px;
  height: 24px;
}

.setting {
  background-image: url(../img/svg/Bulk/Setting-white.svg);
  width: 24px;
  height: 24px;
}

.settings-line {
  background-image: url(../img/svg/Bulk/Settings-line.svg);
  width: 24px;
  height: 24px;
}

.avatar {
  background-image: url(../img/avatar/Avatar.svg);
  width: 56px;
  height: 56px;
}

.avatar-2 {
  background-image: url(../img/avatar/avatar-2.svg);
  width: 40px;
  height: 40px;
}

.notification {
  background-image: url(../img/svg/Bulk/Notification-gray.svg);
  width: 24px;
  height: 24px;
}

.arrows-up-down {
  background-image: url(../img/svg/Bulk/Arrows-up-down.svg);
  width: 10px;
  height: 17px;
  margin-left: 10px;
}

.move {
  background-image: url(../img/svg/move.svg);
  width: 24px;
  height: 24px;
}

.radio {
  background-image: url(../img/svg/radio.svg);
  width: 24px;
  height: 24px;
}

.thumbnail {
  background-image: url(../img/svg/thumbnail.svg);
  width: 60px;
  height: 60px;
}

.time-circle {
  background-image: url(../img/svg/Bulk/TimeCircle.svg);
  width: 24px;
  height: 24px;
}

.google-drive {
  background-image: url(../img/svg/GoogleDrive.svg);
  width: 24px;
  height: 24px;
}

.dropbox {
  background-image: url(../img/svg/dropbox.svg);
  width: 24px;
  height: 24px;
}

.star {
  background-image: url(../img/svg/Bulk/Star.svg);
  width: 24px;
  height: 24px;
}

.delete {
  background-image: url(../img/svg/Bulk/Delete.svg);
  width: 24px;
  height: 24px;
}

.search-wrapper svg {
  stroke: var(--placeholder-text);
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 1;
}

.lang-switcher svg {
  stroke: #B9B9B9;
}

.theme-switcher svg {
  width: 24px;
  height: 24px;
}

.theme-switcher circle {
  fill: var(--placeholder-text);
  stroke: var(--placeholder-text);
}

.theme-switcher line {
  stroke: var(--placeholder-text);
}

.users .primary-white-btn svg {
  margin-right: 5px;
}

.folder-list svg {
  color: #ffb648;
  fill: #ffb648;
}

.files-item__img svg {
  color: #fff;
  width: 27px;
  height: 27px;
}

.library-table-name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 2px 3px;
  margin-right: 5px;
  border-radius: 3px;
  color: #fff;
}

.library-table-name span.info {
  background-color: #5887ff;
}

.library-table-name span.danger {
  background-color: var(--red-color);
}

.library-table-name span.warning {
  background-color: #ffb648;
}

.library-table-name span.success {
  background-color: #4bde97;
}

.library-table-name span.purple {
  background-color: #5f2eea;
}

.dropzone-start svg {
  width: 60px;
  height: 60px;
  color: var(--placeholder-text);
  stroke-width: 1px;
}

h1,
h2,
h3 {
  color: var(--text-main);
}

.h-1 {
  font-size: 64px;
  line-height: 1.03;
}

.h-2 {
  font-size: 48px;
  line-height: 1.04;
}

.h-3 {
  font-size: 32px;
  line-height: 1.06;
}

.section-title {
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: column;
   gap: 0px;
}

.main-title {
   font-weight: 600;
   font-size: 32px;
   line-height: 115%;
   color: rgba(255, 255, 255, 1);
   margin-bottom: 0px;
}

.section-title span {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   gap: 5px;
   font-weight: 500;
   font-size: 14px;
   line-height: 100%;
   color: rgba(102, 102, 102, 1);
}

/* Buttons */

button {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border: 2px solid transparent;
}

button:focus {
  outline: none;
  /*border: 2px solid #AFBCFF !important;*/
}

button.disabled {
  cursor: default;
  color: var(--placeholder-text);
}

button.disabled:hover {
  color: var(--placeholder-text);
}

button.disabled:focus {
  border-color: transparent !important;
  outline: none;
}

.main-btns-wrapper button,
.main-btns-wrapper select {
  min-height: 48px;
  line-height: 1.5;
}

.transparent-btn {
  background-color: transparent;
  border: 2px solid transparent !important;
}

.transparent-btn:focus {
  outline: none;
  border: 2px solid #AFBCFF !important;
}

.primary-default-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  padding: 10px 20px;
  background-color: #2f49d1;
  color: #fff;
}

.primary-default-btn:hover {
  background-color: #4661F0;
  color: #fff;
}

.primary-white-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  padding: 10px 20px;
  background-color: #fff;
  color: #2f49d1;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
}

.primary-white-btn:hover {
  color: #4661F0;
}

.secondary-default-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  padding: 10px 20px;
  border: 2px solid #2f49d1;
  color: #2f49d1;
  background-color: transparent;
}

.secondary-default-btn:hover {
  background-color: rgba(47, 73, 209, 0.1);
}

.flat-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
  background-color: rgba(47, 73, 209, 0.1);
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #2f49d1;
}

.sidebar-toggle:focus,
.sidebar-toggle {
  box-shadow: none;
  opacity: 1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border: none! important;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.sidebar-toggle:hover {
  opacity: .8;
}

.sidebar-toggle.rotated {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.category__btn {
  /* position: absolute; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  /* border-radius: 50%;
  right: 0;
  top: 13px; */
  z-index: 1;
}

.white-circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 128px;
  height: 44px;
  border-radius: 100px;
  border-width: 0;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: var(--primary-blue);
  padding: 10px 25px;
}

.white-circle-btn:hover {
  color: #fff;
  background-color: var(--btn-bg-hover);
}

.ligt-circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 0;
  background-color: #F5EFFF;
}

.lang-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-user-btn {
  background-color: transparent;
}

.extentions-btn {
  border: 1px solid #EEEEEE !important;
  border-radius: 4px;
  background-color: transparent;
  padding: 5px 20px;
  color: var(--red-color);
}

.extentions-btn.disabled {
  color: var(--placeholder-text);
}

.filter-btn svg {
  margin-right: 6px;
}

.sort-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--placeholder-text);
  padding: 2px 8px;
  background-color: var(--white-bg);
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}

.tag-btn svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

.folder-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #eff0f6;
  border-radius: 5px;
}

.folder-btn svg {
  width: 16px;
  height: 16px;
  color: #B9B9B9;
}

.upgrade-btn {
  padding: 10px 17px;
  background: rgba(0, 97, 247, 0.1);
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #5f2eea;
}

.upgrade-btn:hover {
  color: #5f2eea;
  background: rgba(0, 97, 247, 0.15);
}

.upgrade-btn svg {
  margin-left: 10px;
}

.media-table-btn {
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid #EEEEEE;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #b9b9b9;
}

.view-sort-btn {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #eff0f6;
  color: var(--placeholder-text);
}

.view-sort-btn:hover {
  color: #fff;
  background-color: #E0E3F1;
}

.dropdown-btn {
  color: #b9b9b9;
}

/* Links */

.link-info {
  color: #5887ff;
  border-bottom: dashed 1px transparent;
}

.link-info:hover {
  color: #5887ff;
  border-bottom-color: #5887ff;
}

.dropdown {
  position: absolute;
  padding: 5px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px -2px 24px rgba(160, 163, 189, 0.25);
  box-shadow: 0px -2px 24px rgba(160, 163, 189, 0.25);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 3;
}

.user-dropdown {
  position: static;
  opacity: 1;
  visibility: visible;
}

.user-dropdown .dropdown-btn:focus,
.user-dropdown .dropdown-btn {
  width: 100%;
  box-shadow: none;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
  border: 0! important;
  position: relative;
  padding-right: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0px;
}

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

.dropdown-toggle::after {
  position: absolute;
  right: 0;
}

.dropdown::before {
  content: '';
  position: absolute;
  right: 6px;
  top: -10px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}

.dropdown li:last-child a {
  border-width: 0;
}

.dropdown a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #767676;
  border-bottom: 1px solid #EEEEEE;
  text-align: left;
}
.dropdown.users-item-dropdown a {
  line-height: 2.43;
}

.notification-item-dropdown li{
  padding: 0 0 10px 0;
    margin: 10px 5px;
  border-bottom: 1px solid #EEEEEE;
}
.notification-item-dropdown li:last-child{
  border-bottom: 0;
}
.notification-item-dropdown a{
  line-height: 1.3 !important;
  border: 0;
}
.dropdown a:hover {
  color: #2f49d1;
}




.nav-link .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.badge-pending,
.badge-active,
.badge-trashed,
.badge-success,
.badge-disabled {
  padding: 1px;
  width: 85px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 100px;
  text-align: center;
}

.badge-active {
  color: #5887ff;
  background-color: rgba(88, 135, 255, 0.1);
}

.badge-pending {
  color: #ffb648;
  background-color: rgba(255, 172, 50, 0.1);
}

.badge-disabled {
  color: white;
  background-color: #ffb648;
}

.badge-trashed {
  color: var(--red-color);
  background-color: rgba(245, 91, 93, 0.1);
}

.badge-success {
  color: #4bde97;
  background-color: rgba(75, 222, 151, 0.1);
}


input[type="checkbox"],
input[type="radio"] {
  min-height: auto;
}

input[type="radio"] {
  width: 24px;
  height: 24px;
  margin-right: 19px;
}

input[type="radio"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::-webkit-input-placeholder {
  color: var(--placeholder-text);
}

input::-moz-placeholder {
  color: var(--placeholder-text);
}

input:-ms-input-placeholder {
  color: var(--placeholder-text);
}

input::-ms-input-placeholder {
  color: var(--placeholder-text);
}

input::placeholder {
  color: var(--placeholder-text);
}

input:focus {
  border-color: #ccc !important;
  /*outline: none;
  border: rgba(134, 182, 254, 0.5) solid !important;
  -webkit-box-shadow: 0 0 0 2px rgba(134, 182, 254, 0.5);
  box-shadow: 0 0 0 2px rgba(134, 182, 254, 0.5);*/
}

input:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-calendar-picker-indicator {
  display: none !important;
}

.check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.new-page-content input {
  padding: 5px 16px;
}

.users-table table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.users-table-info {
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
  height: 48px;
  border-bottom: 1.2px solid #dadbe4;
  font-size: 14px;
}

.users-table-info th {
  font-weight: 500;
}

.users-table__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.users-table__checkbox input {
  margin-right: 20px;
}

.users-table td {
  background-color: #fff;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}

.users-table td:first-child {
  padding-left: 20px;
}

.users-table tbody {
  font-size: 14px;
}

.users-table tbody tr.active td {
  background-color: rgba(47, 73, 209, 0.1);
}

.users-table tbody tr:last-child .users-item-dropdown {
  bottom: 250%;
  top: auto;
}

.users-table tbody tr:last-child .users-item-dropdown::before {
  bottom: -10px;
  top: auto;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}

.users-table .users-item-dropdown {
  right: -9px;
  top: 150%;
}

.users-table picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.users-table img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 7px;
}

.table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.table-wrapper table {
  min-width: 850px;
}

.table-wrapper table.posts-table {
  min-width: 944px;
}

.table-wrapper table.library-table {
  min-width: 483px;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3.33px 35.83px 0px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  width: 100%;
  padding: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  min-height: 100vh;
  border-radius: 0 30px 30px 0;
  /* sidebar head */
  /* sidebar body */
  /* sidebar footer */
}

.sidebar a:focus {
  outline: none;
}

.sidebar-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 15px 25px 30px;
  border-bottom: 1px solid transparent;
}

.sidebar-body {
  padding: 20px 14px 20px 10px;
}

.sidebar-body-menu {
  padding: 0 14px 20px 10px;
}

.sidebar.hidden .sidebar-head {
  padding: 25px 20px;
}

.sidebar.hidden .sidebar-body,
.sidebar.hidden .sidebar-body-menu {
  padding: 0;
}

.sidebar-body-menu li {
  position: relative;
  margin-bottom: 10px;
}

.sidebar-body-menu li:last-child {
   margin-bottom: 0;
}

.sidebar-body-menu a {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 12px 15px;
   gap: 0;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   /*-ms-flex-wrap: wrap;
   flex-wrap: wrap;*/
   font-family: 'Poppins';
   font-weight: 500;
   font-size: 18px;
   line-height: 1.2;
   text-transform: capitalize;
   color: var(--btn-bg-hover);
   font-weight: 500;
}

.sidebar-body-menu a i {
   line-height: 1;
   font-size: 20px;
}

.sidebar-body-menu a:hover,
.sidebar-body-menu a.active {
  opacity: 1;
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 100px;
}

.sidebar-body-menu a > .icon {
  margin-right: 10px;
}

.sidebar-body-menu a > .icon .img-icon {
  display: block;
}

.sidebar.hidden .sidebar-body-menu a > .icon {
   line-height: 1;
}

.sidebar.hidden .sidebar-body-menu a>.icon i {
   font-size: 20px;
}

.sidebar.hidden .social-icons {
   display: none;
}

.sidebar-user {
  border-radius: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-user-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 8px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background-color: #fff;
}

.sidebar-user-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-user__title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.75px;
  color: var(--white-bg);
}

.sidebar-user__subtitle {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.86px;
  color: rgba(255, 255, 255, 0.5);
}

.logo {
  margin-right: 9px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.logo-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.86px;
}

.logo-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.42;
  letter-spacing: 0.86px;
}

.msg-counter {
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: var(--red-color);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 12px !important;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: var(--white-bg);
}

.system-menu__title {
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: rgba(255, 255, 255, 0.5);
}

.cat-sub-menu {
  padding-left: 30px;
  height: 0;
}

.cat-sub-menu.visible {
  height: auto;
}

.cat-sub-menu.visible a {
  opacity: 0.6;
  visibility: visible;
}

.cat-sub-menu.visible a:hover {
  opacity: 1;
}

.cat-sub-menu a {
  opacity: 0;
  visibility: hidden;
}
.cat-sub-menu.active{
  visibility: visible;
  height: auto;
}

.category__btn .icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category__btn.rotated .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-body-menu a:hover .img-icon .active-img,
.sidebar-body-menu a.active .img-icon .active-img,
.sidebar-body-menu a .img-icon .normal-img {
  display: block;
}

.sidebar-body-menu a:hover .icon .normal-img,
.sidebar-body-menu a.active .icon .normal-img,
.sidebar-body-menu a .icon .active-img {
  display: none;
}

.main-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-nav a:focus {
  outline: none;
}

.main-nav--bg {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background-color: var(--primary-blue);
  background-image: url(../img/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-left: 25px;
}

.main-nav--bg.dashboard {
  padding-bottom: 60px;
}

.main-nav-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav-end > * {
  margin-right: 15px;
}

.main-nav-end > *:last-child {
  margin-right: 0;
}

.main-nav .notification {
  position: relative;
}

.main-nav .notification::after {
  display: none;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  border: 1px solid #fff;
  background-color: var(--red-color);
}

.main-nav .notification.active::after {
  display: initial;
}

.main-nav .notification-wrapper {
  position: relative;
}

.main-nav .notification-dropdown {
  right: 0;
  width: 236px;
  padding: 10px;
}

.main-nav .notification-dropdown-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 167px;
}

.main-nav .notification-dropdown__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  color: #171717;
  margin-bottom: 5px;
}

.main-nav .notification-dropdown__subtitle {
  font-size: 10px;
  line-height: 1.2;
  color: #767676;
}

.main-nav .notification-dropdown-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.main-nav .notification-dropdown-icon.info {
  background-color: rgba(88, 135, 255, 0.1);
  color: #5887ff;
}

.main-nav .notification-dropdown-icon.danger {
  background-color: rgba(242, 100, 100, 0.1);
  color: var(--red-color);
}

.main-nav .notification-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 15px;
}

.main-nav .notification-dropdown a.link-to-page {
  padding-top: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #5887ff;
}

.main-nav .nav-user-wrapper {
  position: relative;
}

.main-nav .nav-user-wrapper .users-item-dropdown {
  width: 180px;
  right: 0;
}

.main-nav .nav-user-wrapper .users-item-dropdown svg {
  margin-right: 13px;
}

.main-nav .nav-user-wrapper .users-item-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav .nav-user-wrapper .users-item-dropdown a.danger {
  color: var(--red-color);
}

.main-nav .nav-user-img {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: #F5EFFF;
}

.main-nav .nav-user-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.search-wrapper {
  position: relative;
}

.search-wrapper input {
  width: 271px;
  border-radius: 6px;
  background-color: #eff0f6;
  padding: 3px 8px 3px 42px;
  height: 40px;
  border-width: 0;
}

.search-wrapper input::-webkit-input-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: var(--placeholder-text);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.search-wrapper input::-moz-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: var(--placeholder-text);
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.search-wrapper input:-ms-input-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: var(--placeholder-text);
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.search-wrapper input::-ms-input-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: var(--placeholder-text);
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.search-wrapper input::placeholder {
  background-color: #eff0f6;
  color: var(--placeholder-text);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.lang-switcher {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.75px;
  color: #767676;
}

.lang-switcher-wrapper {
  position: relative;
}

.lang-menu {
  top: 40px;
  right: 0;
  width: 125px;
}

.lang-menu.active {
  opacity: 1;
  visibility: visible;
}

.sort-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 36px 20px 20px;
  background-color: var(--white-bg);
  -webkit-box-shadow: 0px 1px 0px #DADBE4;
  box-shadow: 0px 1px 0px #DADBE4;
  border-radius: 10px 10px 0 0;
}

.sort-bar .search-wrapper {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sort-bar .search-wrapper input {
  padding: 5px 42px 5px 16px;
}

.sort-bar .search-wrapper svg {
  left: auto;
  right: 16px;
}

.sort-bar .select {
  min-width: 185px;
  margin-right: 20px;
}

.sort-bar .select.small {
  min-width: 142px;
}

.sort-bar .select-wrapper:last-child .select {
  margin-right: 0;
}

.sort-bar .filter-btn {
  min-width: 106px;
}

.sort-bar-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.categories-sort-bar .sort-bar-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stat-cards {
  margin-right: -10px;
  margin-left: -10px;
}

.stat-cards > div {
  padding-left: 10px;
  padding-right: 10px;
}

.stat-cards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: flex-start;
  flex-direction: column;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 19px;
  gap: 10px;
  background-color: rgba(219, 232, 253, .4);
  /* -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1); */
  border-radius: 20px;
  height: 100%;
}

.stat-cards .col:nth-child(2n) .stat-cards-item {
   background-color: rgba(233, 247, 243, 1);
}

.stat-cards .col:nth-child(3n) .stat-cards-item {
   background-color: rgba(237, 235, 249, .6);
}

.stat-cards .col:nth-child(4n) .stat-cards-item {
   background-color: rgba(244, 238, 253, .6);
}

.stat-card-header {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   gap: 1rem;
   width: 100%;
}

.stat-cards-info {
   width: 100%;
}

.stat-value {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   gap: 10px;
   width: 100%;
   margin-bottom: 7px;
}

.stat-value h4 {
   font-family: 'Poppins';
   font-weight: 600;
   font-size: 36px;
   line-height: 100%;
   text-transform: uppercase;
   color: rgba(31, 45, 58, 1);
}

.stat-cards-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 9px;
}

.stat-cards-icon.primary {
  background-color: rgba(47, 73, 209, 0.1);
  color: #2f49d1;
}

.stat-cards-icon.warning {
  background-color: rgba(255, 182, 72, 0.1);
  color: #ffb648;
}

.stat-cards-icon.purple {
  background-color: rgba(95, 46, 234, 0.1);
  color: #5f2eea;
}

.stat-cards-icon.success {
  background-color: rgba(75, 222, 151, 0.1);
  color: #4bde97;
}

.stat-cards-info__num {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.22;
  color: #171717;
  margin-bottom: 4px;
}

.stat-cards-info__title {
   font-family: 'Poppins';
   font-weight: 400;
   font-size: 12px;
   line-height: 100%;
   text-transform: capitalize;
   color: rgba(102, 102, 102, 1);
}

.stat-cards-info__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.22;
  color: #b9b9b9;
}

.stat-cards-info__profit {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 14px;
   background: rgba(255, 255, 255, 1);
   border: 0.5px solid rgba(59, 153, 0, 0.6);
   padding: 3px 5px;
   border-radius: 100px;
   font-family: 'Poppins';
   font-weight: 500;
   font-size: 12px;
   line-height: 140%;
   letter-spacing: -0.5px;
   text-align: right;
   color: rgba(59, 153, 0, 1);

}

.stat-cards-info__profit.success {
  color: #4bde97;
}

.stat-cards-info__profit.danger {
  color: var(--red-color);
}

.stat-cards-info__profit.warning {
  color: #ffb648;
}

.stat-cards-info__profit svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.customers-wrapper {
  height: 256px;
  background-color: #5f2eea;
  -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.customers-wrapper img {
  position: absolute;
  max-width: none;
  bottom: 0;
  left: -10px;
}

.customers__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.5px;
  color: var(--white-bg);
  margin-bottom: 4px;
}

.customers__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #fff;
  opacity: 0.5;
}

.top-cat-title {
  margin-bottom: 10px;
}

.top-cat-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #171717;
  margin-bottom: 4px;
}

.top-cat-title p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #b9b9b9;
}

.top-cat-list a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}

.top-cat-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #171717;
  margin-bottom: 4px;
}

.top-cat-list__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #b9b9b9;
}

.top-cat-list__subtitle span {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  padding: 2px 4px;
  border-radius: 3px;
}

.top-cat-list__subtitle .purple {
  color: #5f2eea;
  background-color: rgba(116, 51, 255, 0.1);
}

.top-cat-list__subtitle .blue {
  color: #0061f7;
  background-color: rgba(116, 51, 255, 0.1);
}

.top-cat-list__subtitle .danger {
  color: var(--red-color);
  background-color: rgba(245, 91, 93, 0.1);
}

.top-cat-list__subtitle .success {
  color: #4bde97;
  background-color: rgba(75, 222, 151, 0.1);
}

.top-cat-list__subtitle .warning {
  color: #ffb648;
  background-color: rgba(255, 172, 50, 0.1);
}

.top-cat-list__subtitle .primary {
  color: #2f49d1;
  background-color: rgba(47, 73, 209, 0.1);
}

.chart {
  width: 100%;
  height: 370px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px 0px rgba(160, 163, 189, 0.1);
}

.chart #myChart {
  max-height: 100% !important;
  max-width: 100% !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.main {
  padding-top: 0px;
}

.main-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 65vh;
}

.main-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.main-title-wrapper h2 {
  margin-bottom: 0;
}

.main-title-wrapper .primary-default-btn svg {
  margin-right: 9px;
}

.main-btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-btns-wrapper button {
  margin-right: 10px;
}

.main-btns-wrapper button:last-child {
  margin-right: 0;
}

.users .col-xl-3 {
  margin-bottom: 20px;
}

.users-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  border-radius: 10px;
  background-color: var(--white-bg);
  text-align: center;
}

.users-item a:focus {
  outline: none;
}

.users-item-body {
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users-item__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.users-item__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #171717;
}

.users-item__role {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
}

.users-item__desc {
  max-width: 231px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
  margin-bottom: 15px;
}

.users-item__more {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
}

.users-item-dropdown {
  right: 20px;
  top: 60px;
  width: 125px;
}

.users-item-dropdown.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.notification-item-dropdown {
  right: 20px;
  top: 50px;
  width: 300px !important;
    max-height: 500px;
    overflow: auto;
}


.notification-item-dropdown.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.notification-item-dropdown li a{
  font-weight: 600;
   color: var(--text-main);
}

.notification-item-dropdown li.seen a{
  font-weight: 500;
  opacity: 0.7;
  
}


.notification-item-dropdown li a:hover{
  color: var(--primary-blue);
}


.users-item .primary-white-btn {
  border-top: 1px solid #EEEEEE;
  width: 100%;
}

.footer {
  border-top: 1px solid #E0E1EA;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #b9b9b9;
  font-size: 12px;
}

.footer--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-start p {
  font-weight: 500;
  line-height: 2.83;
}

.footer-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-end li {
  margin-right: 20px;
}

.footer-end li:last-child {
  margin-right: 0;
}

.footer a {
  font-weight: 500;
  line-height: 2.83;
  border-bottom: 1px transparent dashed;
}

.footer a:hover {
  color: #2f49d1;
  border-color: #2f49d1;
}

.form {
  -webkit-box-shadow: 0px 5px 10px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 5px 10px rgba(160, 163, 189, 0.1);
  border-radius: 10px;
  padding: 40px 40px 56px;
  background-color: var(--white-bg);
  text-align: left;
}

.form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #171717;
  cursor: pointer;
  margin-bottom: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.form-label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.form-input {
  border-radius: 8px;
  border-width: 0;
  margin-bottom: 15px;
  padding: 5px 16px;
  height: 44px;
  background: #eff0f6;
}

.form-input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: var(--placeholder-text);
}

.form-input::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: var(--placeholder-text);
}

.form-input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: var(--placeholder-text);
}

.form-input::-ms-input-placeholder {
  color: var(--placeholder-text);
}

.form-input::placeholder {
  color: var(--placeholder-text);
}

.form-checkbox {
  margin-right: 12px;
}

.form-checkbox-label {
  font-family: Inter;
  font-size: 14px;
  line-height: 1.71;
  color: #767676;
}

.form-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}

.form-btn {
  width: 100%;
}

.forget-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  border-bottom: dashed 1px transparent;
}

.forget-link:hover {
  color: #2f49d1;
  border-color: #2f49d1;
}

.sign-up__title {
  font-size: 32px;
  line-height: 1.06;
  text-align: center;
  letter-spacing: 1px;
  color: #171717;
  margin-bottom: 20px;
}

.sign-up__subtitle {
  max-width: 424px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #767676;
  margin-bottom: 20px;
}

.categories-table-img {
  margin-right: 26px;
}

.categories-table-img img {
  width: 71px;
  height: 47px;
  border-radius: 6px;
}

.darkmode {
  background-color: #11111d;
  /* Navigation */
  /* Sidebar */
  /* Dropdown */
  /* Main Title */
  /* Dashboard */
  /* Chart */
  /* Sort bar */
  /* Table */
  /* Form */
  /* Sign up */
  /* New page  */
  /* White block */
  /* Pagination */
  /* Badges */
  /* Buttons */
  /* Footer */
}

.darkmode .main-wrapper {
  background-color: #161624;
}

.darkmode .search-wrapper input {
  color: var(--placeholder-text);
  background-color: #222235;
}

.darkmode .search-wrapper input::-webkit-input-placeholder {
  background-color: #222235;
}

.darkmode .search-wrapper input::-moz-placeholder {
  background-color: #222235;
}

.darkmode .search-wrapper input:-ms-input-placeholder {
  background-color: #222235;
}

.darkmode .search-wrapper input::-ms-input-placeholder {
  background-color: #222235;
}

.darkmode .search-wrapper input::placeholder {
  background-color: #222235;
}

.darkmode .gray-circle-btn {
  background-color: #222235;
}

.darkmode .sun-icon {
  display: none;
}

.darkmode .moon-icon {
  display: initial;
  fill: #fff;
}

.darkmode .sidebar {
  background-color: #161624 !important;
}

.darkmode .dropdown {
  background-color: #11111d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.darkmode .dropdown::before {
  border-color: transparent transparent #11111d;
}

.darkmode .dropdown a {
  border-bottom-color: #2C2C42;
  color: var(--placeholder-text);
}

.darkmode .dropdown-btn {
  color: #b9b9b9;
}

.darkmode .notification-dropdown__title {
  color: var(--placeholder-text);
}

.darkmode .main-title {
  color: #EFF0F6;
}

.darkmode .stat-cards-item {
  background-color: #222235;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.darkmode .stat-cards-info__num {
  color: #EFF0F6;
}

.darkmode .chart {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.darkmode #myChart {
  background-color: #222235;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.darkmode .sort-bar {
  background-color: #161624;
}

.darkmode .users-table {
  color: #EFF0F6;
}

.darkmode .users-table-info {
  border-bottom-color: transparent;
  color: #EFF0F6;
}

.darkmode .users-table thead {
  background-color: #161624;
}

.darkmode .users-table td {
  background-color: #222235;
  border-color: transparent;
}

.darkmode .users-table tbody tr:last-child .users-item-dropdown::before {
  border-color: #11111d transparent transparent;
}

.darkmode .users-table.active td {
  background-color: #2C2C42;
}

.darkmode .sort-btn {
  color: var(--placeholder-text);
}

.darkmode .form {
  background-color: #161624;
}

.darkmode .form-label {
  color: var(--placeholder-text);
}

.darkmode .form-input {
  background-color: #222235;
  color: var(--placeholder-text);
}

.darkmode .sign-up__title {
  color: #EFF0F6;
}

.darkmode .sign-up__subtitle {
  color: var(--placeholder-text);
}

.darkmode .new-page-content input {
  background-color: #363648;
  color: var(--placeholder-text);
}

.darkmode .new-page-content .ql-toolbar {
  background-color: #363648;
  color: var(--placeholder-text);
}

.darkmode .white-block {
  background-color: #222235;
  color: var(--placeholder-text);
}

.darkmode .white-block__title {
  color: var(--placeholder-text);
}

.darkmode .white-block .radio {
  background-color: #37374B;
}

.darkmode .main-content {
  background-color: #161624;
}

.darkmode .top-cat-list a {
  border-color: #37374F;
}

.darkmode .top-cat-title h3 {
  color: #EFF0F6;
}

.darkmode .top-cat-list__title {
  color: #EFF0F6;
}

.darkmode .pagination a {
  opacity: .5;
  color: var(--white-bg);
}

.darkmode .pagination a.active {
  opacity: 1;
}

.darkmode .badge-disabled {
  background-color: rgba(255, 182, 72, 0.1);
  color: #ffb648;
}

.darkmode .primary-white-btn {
  border: 1px solid #222235 !important;
  background-color: #161624;
}

.darkmode .footer {
  border-top-color: #222235;
}

.darkmode .menu-toggle--gray {
  background-image: url(../img/svg/Bulk/Menu-toggle-white.svg);
}

.darkmode .stat-value h4,
.darkmode p,
.darkmode span {
  color: #fff;
}

.darkmode .stat-cards-info__profit {
   color: rgba(59, 153, 0, 1);
}

.moon-icon {
  display: none;
}


/* ========= social-icons ========= */
.social-icons {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   gap: 10px;
   width: 100%;
   padding: 20px 14px 20px 30px;
}
.social-icons a{
   transition: transform 0.2s ease;
}
.social-icons a:hover{
  transform: scale(0.85);
}

.task-box {
  border: 1px solid rgba(195, 195, 195, 1);
  padding: 25px;
  border-radius: 20px;
}

.task-top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 20px;
}

.task-top-box h4 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--btn-bg-hover);
  margin-bottom: 0;
}

.task-top-box a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  text-transform: capitalize;
  color: rgba(35, 172, 134, 1);
}

.task-top-box a i {
  font-size: 20px;
  line-height: 1;
}

.task-table-list {
  /* border-spacing: 0 7px ! important;
  border-collapse: separate ! important; */
  margin-top: 0! important;
  margin-bottom: 0! important;
  background-color: #fff;
  border-radius: 20px;
}

.task-table-list thead {
  background-color: rgba(244, 245, 254, 1);
}

.task-table-list tr {
  border-color: rgba(195, 195, 195, 1);
  border-width: 1px;
  border-radius: 20px;
}

.task-table-list tr td,
.task-table-list tr th {
  border-width: 0;
}

.task-table-list tr th {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--btn-bg-hover);
  background-color: rgba(244, 245, 254, 1);
  padding: 10px 1rem;
}

.task-table-list tr td {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: rgba(102, 102, 102, 1);
}

.v-middle {
  vertical-align: middle;
}

.mng-btn {
  border: 1px solid rgba(35, 172, 134, 1);
  border-radius: 100px;
  padding: 7px 12px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: rgba(35, 172, 134, 1);
}

.amount-box {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}

.amount-box.up {
  color: rgba(253, 65, 1, 1);
}

.amount-box.up {
  color: rgba(6, 189, 97, 1);
}

.property-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.property-info .pr-img {
  max-width: 50px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.pr-body p {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 5px;
}

.pr-body span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: rgba(102, 102, 102, 1);
}

/* ======= Wizard Form ===== */

    .cart-section {
        padding: 40px 1rem;
    }

    .step-content {
        background-color: transparent;
        border: none;
    }

    .wizerd_step_content .step-content {
      display: none;
    }

    .wizerd_step_content .step-content.active {
      display: block;
      animation: fadeIn 0.4s ease-in-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .wizard-steps {
      display: flex;
      justify-content: center;
      position: relative;
      max-width: 780px;
      width: 100%;
      margin: 0 auto 80px;
    }
    .wizard-step {
      flex: 1;
      text-align: center;
      position: relative;
    }

    .wizard-step p {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 20px;
      line-height: 100%;
      text-align: center;
      text-transform: capitalize;
      color: rgba(102, 102, 102, 1);
    }

    .wizard-step.active p {
        color: var(--btn-bg-hover);
        font-weight: 500;
    }

    .wizard-step .icon {
      width: 80px;
      height: 80px;
      line-height: 1;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 1);
      border: 1px solid rgba(102, 102, 102, 1);
      font-size: 40px;
      color: rgba(102, 102, 102, 1);
      margin: 0 auto 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      position: relative;
      z-index: 1;
      overflow: hidden;
    }

    .wizard-step.active .icon .active-img,
    .wizard-step .icon .normal-img {
      display: block;
      transition: all .4s ease-in-out;
    }

    .wizard-step .icon .active-img,
    .wizard-step.active .icon .normal-img {
      display: none;
      transition: all .4s ease-in-out;
    }

    .wizard-step.active .icon {
      border-color: rgba(228, 34, 34, 1);
      background: rgba(228, 34, 34, 1);
      color: #fff;
    }
    .wizard-step p {
      margin: 0;
      font-weight: 500;
    }
    /* Connector lines */
    .wizard-step::before {
        content: "";
        position: absolute;
        top: 40px;
        left: -90px;
        width: calc(100% - 100px);
        height: 2px;
        background: rgba(102, 102, 102, 1);
        z-index: 0;
        margin: 0 auto;
        display: none;
    }
    /* Connector lines */
    .wizard-step::after {
        content: "";
        position: absolute;
        top: 40px;
        right: -90px;
        width: calc(100% - 100px);
        height: 2px;
        background: rgba(102, 102, 102, 1);
        z-index: 0;
        margin: 0 auto;
    }

    .wizard-step.active::before {
        background: rgba(102, 102, 102, 1);
        display: block;
    }
    
    .wizard-step:first-child::before {
      display: none;
    }

    .wizard-step:last-child::after {
      display: none;
    }

    .wizard-step.active::after {
      background: rgba(228, 34, 34, 1);
    }

    .recipient-details-step,
    .sender-details-step,
    .package-details-step {
      max-width: 810px;
      width: 100%;
      margin: 0 auto;
    }

    .form-title h5 {
      font-family: 'Oswald';
      font-weight: 600;
      font-size: 24px;
      line-height: 118%;
      text-transform: uppercase;
      color: var(--btn-bg-hover);
      margin-bottom: 0px;
    }

    .package-details-step .package-box {
      border: 0;
      border-radius: 0;
      border-bottom: 1px solid rgba(195, 195, 195, 1);
    }

    .package-details-step .package-box:last-child {
      border-bottom: 0;
    }

    .package-details-step .switch {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .package-details-step .switch span {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      text-align: right;
      color: rgba(102, 102, 102, 1);
    }

    .switch span.active {
      font-weight: 500;
      color: var(--btn-bg-hover);
    }

    .package-details-step .toggle-btn {
      width: 45px;
      height: 25px;
      background-color: rgba(233, 156, 14, 1);
      border-radius: 20px;
      position: relative;
      cursor: pointer;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07) inset;
    }

    .package-details-step .toggle-btn::before {
      content: "";
      position: absolute;
      top: 3px;
      left: 3px;
      width: 19px;
      height: 19px;
      background: var(--btn-bg-hover);
      border-radius: 50%;
      transition: 0.3s;
    }
    .package-details-step .toggle-btn.active {
      background-color: rgba(228, 34, 34, 1);
    }
    .package-details-step .toggle-btn.active::before {
      transform: translateX(20px);
      background: #fff;
    }
    .package-details-step td[contenteditable="true"]:focus {
      outline: 2px solid #0d6efd;
      background-color: #f8f9fa;
    }

    .package-box .form-label {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 16px;
      line-height: 14.5px;
      text-transform: capitalize;
      color: var(--btn-bg-hover);
      margin-bottom: 12px;
      display: block;
    }

    
    .package-box .form-select,
    .package-box .form-control {
      border-color: rgba(195, 195, 195, 1);
      border-radius: 100px;
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 14px;
      line-height: 1;
      text-transform: capitalize;
      color: rgba(102, 102, 102, 1);
      padding: 14px 20px;
      height: 50px;
    }

    .shipping-form-box .form-group .form-select:focus,
    .shipping-form-box .form-group .form-control:focus,
    .package-box .form-control:focus {
      outline: 0;
      box-shadow: none;
      border-color: rgba(228, 34, 34, 1);
    }

    /* Order Box */
    .order-box {
      border: 1px solid rgba(195, 195, 195, 1);
      border-radius: 20px;
      padding: 20px;
      background: transparent;
    }
    .order-box h5 {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 24px;
      line-height: 180%;
      text-transform: capitalize;
      color: var(--btn-bg-hover);
      margin-bottom: 10px;
    }

    .order-box h5 span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 14px;
        line-height: 180%;
        text-transform: capitalize;
        color: rgba(102, 102, 102, 1);
        display: block;
    }

    .order-box p {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        color: var(--btn-bg-hover);
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .order-box ul {
        margin: 0;
        padding-left: 20px;
    }

    .order-box ul li {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: rgba(102, 102, 102, 1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .order-box p span,
    .order-box ul li span {
        font-weight: 600;
        color: var(--btn-bg-hover);
    }

    .order-box hr {
        border-color: rgba(195, 195, 195, 1);
        width: 100%;
        margin: 15px auto;
        opacity: 1;
    }

    .order-box .total {
      border-top: 1px solid rgba(195, 195, 195, 1);
      padding-top: 15px;
    }

    .order-box .total p {
        margin-bottom: 0;
    }

    .cart-table-list.table-bordered>:not(caption)>*>* {
        border-width: 0;
    }

    .cart-table-list {
        border-radius: 20px;
        border: 1px solid rgba(195, 195, 195, 1);
        border-collapse: separate;
        border-spacing: 0 2px! important;
        margin-bottom: 0;
        overflow: hidden;
    }

    .cart-table-list thead {
        background-color: rgba(245, 245, 245, 1);
        border-color: rgba(195, 195, 195, 1);
        vertical-align: middle;
    }

    .cart-table-list thead tr th {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        text-transform: capitalize;
        color: var(--btn-bg-hover);
        padding: 12px 20px;
        width: auto;
    }

    .cart-table-list thead tr th:first-child {
        width: 10%;
    }

    .cart-table-list tr:last-child td {
        border-bottom: 0;
    }

    .cart-table-list tbody {
        vertical-align: top;
    }

    .cart-table-list tbody tr td {
        padding: 20px;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        color: rgba(102, 102, 102, 1);
    }

    .cart-table-list tbody tr td input:read-only {
        border: none;
        padding: 0;
        height: auto;
        margin: 0;
    }

    .cart-table-list tbody tr td input:focus,
    .cart-table-list tbody tr td input {
      background-color: transparent;
      border: 1px solid rgba(195, 195, 195, 1);
      padding: 10px;
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 16px;
      line-height: 135%;
      color: #fff;
      box-shadow: none;
      outline: 0;
    }

    .cart-table-list tbody tr td p {
        white-space: normal;
        word-break: break-all;
        margin-bottom: 0;
        max-width: 400px;
        width: 100%;
    }

    .cart-table-list tbody tr td .action-btns .btn {
      height: auto;
    }

    .cart-action-btns {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin-top: 16px;
    }

    .cart-action-btns .btn:focus,
    .cart-action-btns .btn {
        max-width: 180px;
        width: 100%;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-transform: capitalize;
        color: var(--btn-bg-hover);
        padding: 15px;
        transition: all .4s ease-in-out;
    }

    .cart-action-btns .btn.upcomming-btn {
      color: #fff;
    }

    .cart-action-btns .btn.upcomming-btn:active,
    .cart-action-btns .btn.upcomming-btn:hover,
    .cart-action-btns .btn.outline-btn:hover {
      color: #000000;
      transition: all .4s ease-in-out;
    }

    .form-check label {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      text-transform: capitalize;
      color: var(--btn-bg-hover);
      margin-bottom: 0px;
    }

    /* ========= breadcrumb Section =========== */
    .breadcrumb-item {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 16px;
      line-height: 160%;
      text-align: left;
      text-transform: capitalize;
      color: rgba(35, 172, 134, 1);
    }

    .breadcrumb-item.active {
      color: rgba(35, 172, 134, 1);
    }

    .breadcrumb-item a {
      font-weight: 500;
      color: rgba(102, 102, 102, 1);
    }

    .post-section {
      padding: 1rem;
    }

    .post-card {
      margin: auto;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      border: 1px solid rgba(230, 230, 230, 0.8);
      padding: 16px;
    }

/* Header */
.post-header {
  display: flex;
    gap: 10px;
    justify-content: space-between;
}
.post-header-inner{
  display: flex;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;

}
.recommended_job_card_bottom .post-header-inner{
  display: grid;
    gap: 0px;
    width: auto;

}
.post-header-postTime{
  text-align: end;
    font-size: 14px;
    display: flex;
    align-items: baseline;
        gap: 5px;
}
.recommended_job_card .post-header-postTime{
    font-size: 20px;
    color: #000000;
}
.recommended_job_card .post-header-postTime:hover{
    font-size: 20px;
    color: var(--primary-blue);
}
.recommended_job_card .post-header-postTime{
  color: var(--primary-blue);

}
.recommended_job_card_bottom .post-header-postTime a{
  font-size: 14px;
    padding: 10px 15px;
    width: 130px;

}
.post_header_position_follower{
  display: grid;
  gap:0px;
}
.follow_btn{
  background: var(--primary-blue);
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
      display: flex;
    align-items: center;
    gap: 2px;
}
.follow_btn:hover{
  background: var(--text-black-dark);
  color: #fff;
}
.post_header_title_div{
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
.post_header_title_div a:hover{
  color: var(--primary-blue);
}
.available_btn{
  background: var(--primary-hover);
  padding: 4px 20px;
  border-radius: 30px;
  color: #fff !important;
}

.avatar {
  width: 60px;
  height: auto;
  max-height: 60px;
  border-radius: 50%;
}
.recommended_job_card_top .avatar {
  width: 45px;
}

.post-header h4 {
  margin: 0 0 5px 0;
  font-size: 20px;
      line-height: 115%;
  white-space: nowrap;        /* Keep text in one line */
    overflow: hidden;           /* Hide overflow */
    text-overflow: ellipsis;
}

.post-header span {
  font-size: 13px;
  color: #707070;
}

/* Content */

.post-content h3 {
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 5px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-content {
  margin: 12px 0;
  font-size: 15px;
}


.post-content-inner {
  font-size: 15px;
  color: var(--placeholder-text);
  position: relative;
}



.post-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;  
  line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 20px;
  transition: all 0.3s ease;
}

.post-content p.expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  line-clamp: unset;
}




.post-content a.see_more {
  display: inline-block;
    margin-top: 5px;
  color: var(--primary-blue);
      position: absolute;
    bottom: 0px;
    right: 0;
    background: #fff;
    padding: 3px 0 2px 15px
}
.post-content a.see_more:hover {
  color: var(--primary-hover);
}

.post-image{
  margin: 5px 0 10px 0;

}
.post-image img{
  border-radius: 10px;
  max-width: 100%;
}

/* Stats */
.post-stats {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
  padding-bottom: 8px;
  border-bottom: 0px solid #eee;
  line-height: 100%;
}
.post-stats .reaction_list_text{
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;

}
.post-stats .reaction_list{
  display: flex;
  gap: 0;
  justify-content: flex-start;
  align-items: center;

}
.reaction_list svg {
  margin-left: -5px; 
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: relative;
  background-color: white; 
}

/* Remove the negative margin from the first icon so it stays in place */
.reaction_list svg:first-child {
  margin-left: 0;
  z-index: 1;
}

.reaction_list svg:nth-child(2) {
  z-index: 2;
}

.reaction_list svg:last-child {
  z-index: 2;
}

/* Actions */
.post-actions {
      display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    background: #F5F5F5;
    border-radius: 5px;
}

.post-actions button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #555;
  border: 0;
}

.post-actions button:focus {
  outline: 0;
  box-shadow: none;
  border: 0! important;
}

.post-actions button:hover {
  color: #0a66c2;
}
/* COMMENTS */
.comments {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}


    .comments.active {
        max-height: none;
        margin-top: 10px;
    }

.full-comment-box {
    max-height: 300px;
    overflow: auto;
}

.comment {
  padding: 10px 0;
}

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

.comment img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.comment p {
  margin: 4px 0;
}

.reply {
  margin-left: 50px;
}
.reply_box{
  display: flex;
  gap: 10px;
  padding: 20px 0 5px 0;
}

/* OVERLAY */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 10;
}

/* REPOST SHEET */
.repost-sheet {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  transition: .35s ease;
  z-index: 11;
  display: none;
}

.sheet-handle {
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 4px;
  margin: 0 auto 8px;
}

.sheet-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.sheet-header h3{
  margin: 0 0 10px 0;
      font-size: 24px;
    line-height: 115%;

}

.repost-sheet textarea {
  width: 100%;
    min-height: 100px;
    margin: 12px 0;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #C3C3C3;
}

.primary-btn {
  width: 100%;
  background: #0a66c2;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.secondary-btn {
  width: 100%;
  background: #eef3f8;
  border: none;
  padding: 12px;
  border-radius: 20px;
}

/* ACTIVE */
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.repost-sheet.active {
  
  display: block;
}



/* LIKE WRAPPER */
.like-wrapper {
  position: relative;
}

/* REACTION POPUP */
.reaction-popup {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  background: #fff;
  padding: 6px 8px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  display: flex;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
  z-index: 20;
}

/* Show on hover */
.like-wrapper:hover .reaction-popup {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
}

/* Reaction icons */
.reaction-popup span {
  font-size: 20px;
  cursor: pointer;
  transition: transform .15s;
}

.reaction-popup span:hover {
  transform: translateY(-6px) scale(1.3);
}

/* Reaction list text */
.reaction-list {
  font-size: 13px;
  color: #555;
  margin-top: 6px;
}

.like-wrapper {
    position: relative;
    display: inline-block;
}

.like-btn {
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

/* Reaction popup */
.reaction-box {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    gap: 8px;
    padding: 8px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.25s ease;
}

/* Show on hover */
.like-wrapper:hover .reaction-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Emoji hover animation */
.reaction-box {
    font-size: 22px;
}
.reaction {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reaction-box svg {
    width: 35px;
    height: 35px;
}



.reaction-box a:hover {
    transform: scale(1.3);
}


.reaction-box {
    display: flex;
    gap: 10px;
    padding: 10px 10px 3px 10px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    z-index: 99;
}
.reply_commnets{
  background: #F5F5F5;
    border-radius: 5px;
    padding: 10px;
}
.reply_commnets_reaction{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 5px 0 0 0;
}
.commentsBox, .replyBox {
  display: none;
}

.commentsBox.active {
  display: block;
}
.replyBox.active {
  display: block;
}
.replyBtn{
  background: transparent;

}
.replyBtn:hover{
  color: var(--primary-blue);
}

.more_comments,
.more_reply {
    display: none;
}

.view_more_comments,
.view_more_reply {
    cursor: pointer;
}

/* Button to open popup */
.popup-overlay {
  display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 82%);
    justify-content: center;
    z-index: 1000;
    height: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
}

/* Popup box */
.popup-box {
  background: white;
    border-radius: 15px;
    padding: 0;
    width: 65%;
    max-width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
    overflow: auto;
    margin: 70px 0;
}
.popup-box-body{
  padding: 25px;
}
.popup-box-body .section-title h3{
  font-size: 26px;
}
.popup-box-body .contacct_form_block {
    margin-bottom: 10px;
}
.popup-box-body button.submit-btn{
  margin-top: 20px;
    width: 100%;
}
/* Close button */
.close-btn {
  /*position: absolute;
  top: 12px;
  right: 15px;*/
  font-size: 35px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-main);
  padding: 0;
}
.close-btn:hover{
  color: var(--primary-blue);
}

.closeSheet {
  font-size: 25px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-main);
      top: 15px;
    right: 15px;
    position: absolute;
}
.closeSheet:hover {
  color: var(--primary-blue);
}
.popup-box-header{
  display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px 25px;
    border-radius: 0;
    background: #F5F5F5;
    border-bottom: 1px solid #e7e6e6;
}
.popup-box-header h3{
      font-weight: 600;
}

.add-post-popup h2 {
  font-size: 23px;
  line-height: 120%;
  margin-bottom: 10px;
}

.form-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.form-left{
  flex: 1;
  width: 55%;
}
.form-right {
  width: 45%;
}


.form-container-service {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.form-left-service{
  flex: 1;
  width: 33%;
}
.form-middle-service {
  width: 33%;
}
.form-right-service {
  width: 33%;
}
.add_service_extra{
  display: flex;
    gap: 20px;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px 0;

}
.add_service_extra_left{
  width: 55%;
}
.add_service_extra_right{
  width: 45%;
}
.promote_list_box h3{
  color: var(--text-main);
  margin-bottom: 12px;
  font-size: 20px;
}
.promote_list_box_title{
  display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 22px;
}

.toggle-switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: var(--red-color); /* No */
  border-radius: 30px;
  transition: 0.3s;
}

.slider::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 4px;
  top: 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

/* Text */
.yes_no_label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  pointer-events: none;
}

.yes_no_label.yes {
  left: 10px;
  opacity: 0;
}

.yes_no_label.no {
  right: 10px;
  opacity: 1;
}

/* Checked = YES */
.toggle-switch input:checked + .slider {
  background-color: var(--green-color);
}

.toggle-switch input:checked + .slider::before {
  transform: translateX(36px);
}

.toggle-switch input:checked + .slider .yes {
  opacity: 1;
}

.toggle-switch input:checked + .slider .no {
  opacity: 0;
}

.promote_list_box_title p{
  color: #666666;
  font-size: 14px;
    line-height: 130%;
}


.form-left h3, .form-right h3,
.form-left-service h3, .form-middle-service h3, .form-right-service h3 {
  margin-bottom: 12px;
  font-size: 20px;
}
.add_service_extra_left h3{
  margin-bottom: 5px;
  font-size: 18px;
}
.add_service_extra_right h3{
  margin-bottom: 12px;
  font-size: 18px;
  text-transform: uppercase;
}
.add_service_extra_right p{
  font-size: 14px;
    line-height: 130%;
    color: #646464;
}

.add_service_extra_right ul{
      list-style: unset;
    padding: 10px 0 0 20px;
}
.add_service_extra_right ul li{
  margin-bottom: 5px;
    font-size: 13px;
    line-height: 130%;
    color: #666666;
}

.promote_sponser_details{
  display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 15px 0 0 0;
}
.promote_sponser_details_image{
 display: grid;
    gap: 5px;
    align-items: flex-start;
    width: 100%;
}
.promote_sponser_details_image h3{
  margin: 8px 0 0px 0;
    font-size: 14px;
    line-height: 16px;
}
.promote_general_percentage{
  border: 1px solid #05823F;
    padding: 5px 10px 5px 0;
    border-radius: 6px;
    font-size: 12px;
    color: var(--text-main);
    background: url(../img/product_service/promote_sponser_icon.png) no-repeat left 10px center;
    padding-left: 35px;
    line-height: 120%;
}

.promote_sponser_details_list {
  width: 100%;
}
.promote_sponser_details_list ul{
      list-style: unset;
    padding: 5px 0 0 20px;
}
.promote_sponser_details_list ul li{
      margin-bottom: 4px;
    font-size: 13px;
    line-height: 115%;
    color: #666666;
}

label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"], select, textarea {
  width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #C3C3C3;
    border-radius: 30px;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
}

textarea {
  resize: vertical;
  min-height: 100px;
  border-radius: 12px;
}

.char-count {
  font-size: 12px;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #666;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-group {
  flex: 1;
}

.upload-box {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  color: #666;
  background: #F5F5F5;
}

.promote_list_box {
  border: 0;
  border-radius: 10px;
  padding: 15px;
  color: #666;
  background: #F5F5F5;
}

.upload-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.upload-inner h5{
  color: var(--text-main);
}

.upload-icon {
  font-size: 30px;
}

.upload-box button {
      padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #ccc;
    background: #ffffff;
    cursor: pointer;
    margin-top: 15px;
    color: var(--text-main);
    font-weight: 500;
}

.upload-box button:hover {
  background: var(--text-main);
  color: #ffffff;
}

.form-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

    .form-buttons button {
        font-size: 18px;
    }

    button {
        padding: 10px 20px;
        border-radius: 50px;
        cursor: pointer;
        border: none;
        text-align: center;
        line-height: 120%;
        height: auto;
    }

.btn-primary {
  background: var(--primary-blue);
  color: #fff;
      padding: 15px 30px;
    font-size: 18px;
  border-radius: 50px;
      text-align: center;
      line-height: 120%;
}

.btn-primary:hover {
  background: var(--text-main);
  color: #fff;
}

.btn-outline {
  border: 1px solid var(--text-main);
  background: #fff;
  color: var(--text-main);
      padding: 15px 30px;
      line-height: 120%;
  border-radius: 50px;
      text-align: center;
}

.btn-outline:active,
.btn-outline:hover {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
  color: #ffffff;
}


.dashboard_top{
  margin-top: -68px;
  margin-bottom: 30px;

}
.dashboard_bottom{
  margin-top: 30px;
  margin-bottom: 10px;
}

.title_section{
  display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 18px;
}
.title_section h3{
  text-transform: capitalize;
}
.order_request_tabs{
  display: flex;
    gap: 0;
}
.order_rqst_tab{
      border: 0;
    background: transparent;
    padding: 10px 15px;
    border-bottom: 2px solid #E6E6E6;
    border-radius: 0;
    color: var(--text-black-dark);
}
.order_rqst_tab:hover,
.order_rqst_tab.active{
  border-color: var(--primary-blue);
  color: var(--primary-blue);

}

.service_card{
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  padding: 10px;
  padding-bottom: 15px;
  position: relative;
  height: 100%;

}
.service_card img{
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.service_card_title{
  font-size: 18px;
    line-height: 120%;
    color: var(--text-black-dark);
    margin: 0 0 7px 0;
}
.service_card_title a{
  font-size: 18px;
    line-height: 120%;
    color: var(--text-black-dark);
    display: -webkit-box;        
    -webkit-line-clamp: 2; 
    line-clamp: 2;       
    -webkit-box-orient: vertical;
    overflow: hidden;            
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.service_card_title a:hover{
    color: var(--primary-blue);
}
.service_card_tag{
  font-size: 14px;
    line-height: 115%;
    color: var(--placeholder-text);  
    display: block;
        margin-bottom: 10px;
}
.service_card_map{
  font-size: 14px;
    line-height: 115%;
    color: var(--placeholder-text);  
    background: url(../img/icon/map_icon.png) no-repeat left center;
    padding-left: 15px;
    margin-bottom: 10px;
    display: block;
}
.service_card_mail{
  font-size: 14px;
    line-height: 115%;
    color: var(--placeholder-text);  
    background: url(../img/icon/brifcase_icon.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 10px;
    display: block;
}
.service_card_map.border_right_map{
  border-right:1px solid var(--border-color);
    padding-right: 25px;
}
.service_card_reuest_id{
  font-size: 14px;
    line-height: 115%;
    color: var(--placeholder-text);  
    margin-bottom: 10px;
    display: block;
    margin-left: 15px;
}
.service_card_reuest_id span{
  color: var(--text-main);
  font-weight: 600;
}
.service_details_status_edit .service_card_map,
.service_details_status_edit .service_card_reuest_id{
  font-size: 16px;
  margin-bottom: 0;
  line-height: 120%;
}
.service_card_soldby{
  font-size: 14px;
    line-height: 115%;
    color: var(--placeholder-text);  
    background: url(../img/icon/soldby_icon.png) no-repeat left center;
    padding-left: 15px;margin-bottom: 10px;
    display: block;

}
.service_card_events{
  display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 10px;
    margin-top: 7px;
    font-size: 14px;
    line-height: 130%;
    color: var(--placeholder-text);
        align-items: baseline;
}
.service_card_events.job_details_type_tag{
  gap: 20px;
}
.service_details_card_sec{
  margin-bottom: 30px;
  margin-top: 30px;

}
.service_card_event_date{
  display: grid;
  gap: 3px;
  border-right: 1px solid #E6E6E6;
  width: 55%;
}

.service_card_event_guest{
  display: grid;
  gap: 3px;
  width: 50%;
}
.service_card_event_count{
  color: var(--text-black-dark);
  font-size: 16px;
}
.service_details_card_sec .service_card_event_count{
  font-size: 22px;
  line-height: 100%;
    font-weight: 500;
}
.service_details_card_sec .service_card_event_list{
  display: grid;
  gap:5px;
}
.service_card_image img {
    border-radius: 10px;
    max-width: 100%;
    height: 100%;
  border: 1px solid #E6E6E6;
}
.view_all{
  color: var(--primary-blue);
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
}
.view_all:hover{
  color: var(--primary-text-color);
}
.share_link{
  color: var(--primary-text-color);
  font-size: 24px;
}
.share_link:hover{
  color: var(--primary-blue);
}
.share_div{
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
}
/*.row.service_row > div{
  padding-left: 5px;
  padding-right: 5px;
}
.row.service_row > div:first-child{
  padding-left: 0;
}
.row.service_row > div:last-child{
  padding-right: 0;
}*/

.display_flex_grid{
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: stretch;
}
.dashboard_report_flex{
  gap: 25px;
}
.display_flex_grid > div{
  width: 100%;
}
.job_seeker_dashboard_top .display_flex_grid{
  justify-content: center;
}
.job_seeker_dashboard_top .display_flex_grid > div{
  width: auto;
}
.service_grid_list_6{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service_grid_list_3{
  gap: 15px;

}
.service_grid_list_6 > div{
      flex: 0 0 calc((100% - 75px) / 6);

}

.service_grid_list_7{
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}
.service_grid_list_7 > div{
      flex: 0 0 calc((100% - 91px) / 7);

}
.service_grid_list_3{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service_grid_list_3 > div{
      flex: 0 0 calc((100% - 30px) / 3);

}

.dashboard_report_card{
  background: #FFF;
  padding: 20px;
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  gap:20px;
  align-items: center;
}
.job_seeker_dashboard_top .dashboard_report_card{
  gap: 60px;
}
.dashboard_report_card_1{
  display: grid;
  gap:0px;
}
.dashboard_report_card_2{
  text-align: right;
}
.dashboard_middle{
  display: flex;
  justify-content: space-between;
  gap:30px;
}
.dashboard_middle_left,
.dashboard_middle_right{
  width: 100%;
}
.job_seeker_dashboard_middle .dashboard_middle_left{
  width: 60%;
}
.job_seeker_dashboard_middle .dashboard_middle_right{
  width: 40%;
}



.dashboard_middle_service {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; /* adjust spacing */
}

/* Make the last card take full width */
.dashboard_middle_service .dashboard_service_card:last-child {
    grid-column: 1 / -1;
}
.dashboard_service_card{
  border-radius: 12px;
  background: url(../img/dashboard/icon_top_arrow.png) no-repeat right 12px top 12px #F2F9FA;
  padding: 12px 15px;
    display: grid;
    gap: 0px;
    border: 1px solid #F2F9FA;
     transition: background-size 0.25s ease;
     background-size: 25px;
}

.gray_color{
  background-color: #F5F5F5;
    border: 1px solid #F2F9FA;
}

a.dashboard_service_card:hover{
  border-color: #d7dcdd;
  background-size: 32px;
}
.dashboard_service_card h5{
      margin: 10px 0 0px 0;
    font-size: 20px;
    line-height: 135%;
}
.service_card_btn{
  margin: 30px 0 0 0;
}
.service_card_btn button{
  font-size: 14px;
      padding: 12px 20px;
}
.service_card .service_card_title{
      margin-bottom: 12px;
    margin-top: 5px;

}
.submenu_icon .icon{
  display: flex;
    gap: 7px;
    align-items: center;
    font-size: 17px;
    line-height: 20px;
    color: var(--btn-bg-hover);
    opacity: 1 !important;
    margin-right: 0 !important;
}
.cat-sub-menu li{
  margin-bottom: 5px;
}
a.submenu_icon{
  opacity: 1 !important;
      padding: 10px 10px;
}

.submenu_icon:hover,
.submenu_icon.active,
.submenu_icon.active .icon,
.submenu_icon:hover .icon{
    color: var(--primary-blue) !important;
    background: unset !important;
    border-radius: 0 !important;
    border: 0;
    opacity: 1 !important;
}

.submenu_icon .icon img{
  width: 20px;

}
.breadcrumb_div{
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px;
}
.breadcrumb_div a{
  color: #fff;
}
.breadcrumb_div a:hover{
  /*color: var(--text-black-dark);*/
  color: var(--red-color);
}
.filter_link{
  font-size: 30px;
}

.filter_link i {
  display: inline-block;
  transition: transform 0.3s ease;
}

.filter_link.active i {
  transform: rotate(180deg);
}
.add_service_tab{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.add_service_btn,
a.add_service_btn{
  background: var(--primary-blue);
  color: #fff;
  border-radius: 30px;
  padding: 12px 20px;
}
.add_service_btn:hover,
a.add_service_btn:hover{
  background: var(--text-black-dark);
  color: #fff;
}


.product_service_body{
  margin-top: 10px;
  margin-bottom: 10px;
}


.main-tabs,
.sub-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.sub-tabs{
  justify-content: center;
      margin-bottom: 30px;

}
.main-tabs{
  background: #fff;
    border-radius: 30px;
    padding: 5px;
  margin-bottom: 0px;
}
.main-tab{
  background: unset;
  color: var(--text-main);
}
.sub-tab{
  background: #ebebeb8a;
  color: var(--text-main);
}
.main-tab:hover,
.main-tab.active,
.sub-tab:hover,
.sub-tab.active{
  background: var(--text-main);
  color: #fff;
}
    a.sub-tab{
        padding: 10px 20px;
        border-radius: 50px;
        cursor: pointer;
        border: none;
        text-align: center;
        line-height: 120%;
    }
a.main-tab {
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    text-align: center;
    line-height: 120%;
}
.main-tab-content,
.sub-content,
.row-col {
    display: none;
}

.main-tab-content.active,
.sub-content.active {
  display: block;
}

.row-col.active-row {
  display: block;
}

.service_grid_list_3 .service_card{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
}
.service_grid_list_3 .service_card > img{
  width: 40%;
  margin: 0;
}
.service_grid_list_3 .service_card_right_content{
  width: 70%;
}
.service_grid_list_3 .service_card_events{
  gap: 20px;
}
.service_grid_list_3 .service_card_event_date{
  width: 45%;
}
.service_grid_list_3 .service_card_event_guest{
  width: 50%;
}
.service_grid_list_3 .service_card .service_card_title {
    margin-bottom: 8px;
    margin-top: 0;
}
.service_grid_list_3 .service_card_btn{
  margin-top: 15px;
}
.service_grid_list_3 .service_card_btn .btn-primary{
  font-size: 14px;
    padding: 10px 20px;
}
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
  flex-wrap: wrap;
  margin: 30px 0 20px 0;
}

/* Page links */
.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-main);
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.2s ease;
}

/* Hover */
.page-link:hover {
  background-color: var(--primary-blue);
  color: #fff;
}

/* Active page */
.page-link.active {
  background-color: var(--primary-blue);
  color: #fff;
  border-color: var(--primary-blue);
  pointer-events: none;
}

/* Arrow icons */
.page-link i {
  font-size: 16px;
}

/* Dots */
.page-dots {
  padding: 0 6px;
  color: #999;
  font-size: 14px;
  user-select: none;
}

/* Disabled state (optional) */
.page-link.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.my_service_status{
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 30px;
  background: var(--green-color);
  color: #fff;
  font-size: 14px;
    line-height: 110%;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.my_service_status::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
}
.my_service_status.inactive{
  background: var(--red-color);
  color: #fff;
}
.thankyou-box{
  display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 120px 0 0 0;
    background: url(../img/icon/thankyou_bg.png) no-repeat bottom right;
    height: 100vh;

}
.thankyou-box-inner{
  max-width: 500px;
  margin: 0 auto;

}
.thankyou_top{
  text-align: center;
  display: grid;
  gap:7px;
  line-height: 150%;

}
.thankyou_top h3{
  font-size: 30px;
    margin: 10px 0 0 0;
}
.thankyou_top span{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #4b4949;
}
.thankyou_top p{
  line-height: 130%;
  color: #666666;

}
.thankyou_bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 20px 0;

}

.back_to_home {
    border-color:var(--text-main);
    color: var(--text-main);
}

.back_to_home:hover {
    border-color: var(--primary-blue);
    color: #fff;
}

.user-dropdown .dropdown-btn.notification_icon{
  border: 1px solid #fff !important;
}

.service_details_box{
  padding: 20px 0;
}
.service_details_top{
  margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 30px;
}
.service_details_banner_sec{
  width: 50%;
  position: relative;
}
.service_details_banner_sec img{
  border-radius: 12px;
}
.job_details_banner.service_details_banner_sec img{
  border-radius: 12px;
  height: 100%;
}
.service_details_title_sec{
  width: 50%;
}

.job_details_top .service_details_banner_sec{
  width: 22%;
}
.job_details_top .service_details_title_sec{
  width: 78%;
}
.service_details_status_edit{
  display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.service_details_edit{
  color: var(--text-main);
  font-size: 18px;
}
.service_details_edit:hover{
  color: var(--primary-blue);
}
.service_status_label{
  color: var(--green-color);
  font-size: 18px;
  line-height: 110%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.service_status_label.inactive{
  color: var(--red-color);
}
.service_details_title_sec h3{ 
      font-size: 30px;
    line-height: 105%;
    margin: 0 0 15px 0;
}
.service_details_bottom h3{
      margin: 0 0 10px 0;
      font-size: 24px;
    line-height: 120%;
}
.service_details_text_description_grid_inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 10px;
}
.service_details_text_description_grid_inner > div{
  width: 100%;
}
.service_details_text_description_grid {
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*transition: all 0.3s ease;*/
    max-height: 160px;
    transition: max-height 0.4s ease;
    color: #666666;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
}
.job_details_text_description_grid{

    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*transition: all 0.3s ease;*/
    transition: max-height 0.4s ease;
    color: #666666;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
}
.job_details_text_description_grid h4{
  color: #000;
  margin: 0 0 10px 0;
}
.job_details_text_description_grid b{
  color: #000;
}
.service_details_text_description_grid p,
.service_details_text_description_grid_inner p{
  margin-bottom: 10px;
    font-size: 16px;
    line-height: 140%;
}
.service_details_text_description_grid ul,
.service_details_text_description_grid_inner ul{
  list-style: outside;
    list-style: unset;
    padding: 0px 0 10px 25px;
}
.service_details_text_description_grid ul li,
.service_details_text_description_grid_inner ul li{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 5px;
}

.see_more_service{
  display: inline-block;
}

.service_details_btn{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}
.decline{
  border-color: var(--red-color);
  color: var(--red-color);
}

.service_details_box_withChat{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.product_service_details_wrapper{
  width: 50%;
}
.product_service_chat_wrapper{
  width: 50%;
  background: #FAFAFA;
}


.message_chat_wrapper{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.message_chat_list_section{
  width: 35%;
}
.message_chat_details{
  width: 65%;
  background: #FAFAFA;
}


.service_details_top.with_chat_box{
  display: grid;
}
.with_chat_box .service_details_banner_sec,
.with_chat_box .service_details_title_sec{
  width: 100%;
}
.with_chat_box .service_details_text_description_grid_inner {
    display: grid;
}


/* -- CSS for chat --- */


.chat-wrapper {
  height: 100vh;               /* FULL SCREEN */
  margin: auto;
  display: flex;
  flex-direction: column;
}

.chat-title {
  margin: 0 0 10px 0;
    font-weight: 600;
    flex-shrink: 0;
    background: #fff;
    padding-bottom: 10px;
}

.chat-body {
  flex: 1;                     /* 👈 takes remaining height */
  padding: 15px;
  overflow-y: auto;
  background: #FAFAFA;
  border-radius: 10px 10px 0 0;
  border: 0px solid #EEFAF8;
}

.chat-message {
  display: flex;
  margin-bottom: 14px;
}

.chat-message.incoming {
  align-items: flex-start;
}

.chat-message.outgoing {
  justify-content: flex-end;
}

.chat-message .avatar {
  /*width: 36px;
  height: 36px;*/
  border-radius: 50%;
  margin-right: 8px;
}

.bubble {
  max-width: 75%;
  padding: 0 5px 5px 5px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.4;
}

.incoming .bubble {
  /*background: #f2f2f2;*/
  border-top-left-radius: 4px;
}

.outgoing .bubble {
  /*background: #0a9aa4;*/
  color: #fff;
  border-top-right-radius: 4px;
}

.name-time {
  display: flex;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 5px;
    color: #666;
    align-items: baseline;
    justify-content: flex-start;
}

.name-time .name{
      color: #202020;
    font-size: 18px;
    margin: 0;
}

.outgoing .time {
  display: block;
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 4px;
    color: #202020;
    text-align: right;
}
.chat_text_message {  
      color: #666666;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
}

.chat_text_message p{  
      color: #666666;
    font-size: 16px;
    line-height: 130%;
    margin: 0;
    background: #F2F2F2;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 7px;
        border-radius: 0 15px 15px 15px;
}

.chat_text_message.outgoing p{
  background: #0a9aa4;
  color: #fff;
      border-radius: 15px 0 15px 15px;
}

.chat-input {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #EEFAF8;
  gap: 8px;
}
.chat-input-fixed {
  position: fixed;
  /*position: sticky;*/
  bottom: 0;
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  width: 100%;
  background: #fff;
  padding: 15px 5px 25px 5px;
  border: 1px solid #EEFAF8;
  display: flex;
  gap: 8px;
  z-index: 999;
}

.chat-input input {
  flex: 1;
    border: none;
    outline: none;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 10px;
    background: #F3F6F6;
    margin:0;
}

.chat-input button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 22px;
      padding: 0 2px;
      margin-right: 10px;
}
.chat-input textarea {
  flex: 1;
    border: none;
    outline: none;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 130%;
    border-radius: 7px;
    background: #F3F6F6;
    margin:0;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
}
.chat-input button:hover i {
  color: var(--primary-blue);
}

.chat-input .send {
  background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    DISPLAY: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.chat-input .send:hover,
.chat-input .send:focus,
.chat-input .send:focus-visible,
.chat-input .send:active {
  background: var(--primary-blue);
  color: #fff;
}

.chat-input .send:hover i{
  color: #fff;
}

.chat_heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 10px;
  background: var(--primary-blue);
  border-radius: 10px;
  color: #fff;
  gap:20px;
}
.chat_heading_left{  
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  gap:20px;
  width: 60%;
}
.chat_heading_right{  
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  gap:40px;
  width: 40%;
}
.chat_head_image img{
      width: 70px;
    BORDER-RADIUS: 8px;
}
.chat_head_title{
  display: grid;
  gap:1px;
}
.chat_head_title h4{
  font-size: 17px;
    color: #fff;
    line-height: 20px;
    margin: 0 0 5px 0;
    text-transform: capitalize;
}
.chat_head_title span{
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  
}
.chat_head_guest {
    display: grid;
    gap: 3px;
}
.chat_head_guest span.label_chat {
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    font-weight: 300;
}
.chat_head_guest span.value_chat{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.message_chat_lists{
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  padding: 0;
  height: 100vh;
}
.message_chat_list{
  background: #fff;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
      opacity: 0.8;
}
.message_chat_list.not_seen{
  opacity: 1;
}
.message_chat_list:hover,
.message_chat_list.active{
  background: #FAFAFA;
  opacity: 1;
}
.msg_list_left{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: var(--placeholder-text);
}
.msg_list_title{
  display: grid;
  gap: 3px;
}
.msg_list_title h4{
  color: var(--text-main);
  font-size: 20px;
  line-height: 22px;
}
.msg_list_title span{
  font-size: 14px;
  line-height: 16px;
}
.msg_list_right{
  display: grid;
  gap: 5px;
  text-align: right;
  color: var(--placeholder-text);
}
.msg_list_count{
  padding: 5px 0 0 0;
}
.msg_list_count span{
  background: var(--red-color);
    padding: 3px 9px;
    border-radius: 50%;
    color: #fff;
}


.profile_details_box{
  padding: 20px 0;
}
.profile_details_top{
  margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 30px;
}
.profile_main_image{
  width: 350px;
  position: relative;
}
.profile_main_image img{
  border-radius: 12px;
}
.profile_details_section{
  width: 100%;
}
.display_flex_grid_menu{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}
.display_flex_grid_menu > div{
  width: 100%;
}

.menu_item_section{
  margin-bottom: 20px;
}
.menu_item_section img {
  border-radius: 7px;
}
.menu_card{
  border-radius: 10px;
  position: relative;

}
.menu_card img{
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.title_section h3 > span{
  font-size: 15px;
    color: #666666;
    line-height: 140%;
}
.swiper-button-next, .swiper-button-prev{
  color: var(--primary-blue);
}
.profile_service{
  margin: 40px 0 30px 0;
}
.width_full{
  width: 100%;
  margin: 5px 0 0 0;
}
.profile_service_card h3{
  margin-bottom: 12px !important;
}
.profile_product_description{
  margin: 7px 0;
  display: grid;
  gap: 1px;
}
.profile_product_description h3{
  font-size: 18px;
  line-height: 130%;
  color: var(--text-main);
}
.profile_product_description a:hover{
  color: var(--primary-blue);
}
.profile_product_description .product_desc{
  font-size: 14px;
  line-height: 130%;
  color: var(--placeholder-text);
  margin-bottom: 7px;
}
.profile_product_description .product_price{
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  color: var(--text-main);
}
.profile_details_header{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.profile_details_header_title{
  display: grid;
  gap: 5px;
}
.profile_section_tag{
  MARGIN: 12px 0 20px 0;
}

.write_comment_form {
  position: relative;
}
.write_comment_text{
  padding-right: 40px !important;
}
.write_comment_submit_btn{
  position: absolute;
  right: 6px;
  top: 2px;
  padding: 10px;
  background: unset;
  font-size: 16px;
}
.write_comment_submit_btn.disabled{
  opacity: 0.6;
  cursor: not-allowed;
}
.write_comment_submit_btn:hover i{
  font-size: 18px;
}

.write_comment_submit_btn.disabled i{
  font-size: 16px;
}

/* ======= Events ======== */
.events-card-box {
  border: 1px solid rgba(230, 230, 230, 0.8);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.event-card-header {
  margin-bottom: 1rem;
}

.event-card-header h4 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: rgba(32, 32, 32, 1);
  margin-bottom: 10px;
}

.event-card-header span {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: rgba(102, 102, 102, 1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.event-card-img {
  max-height: 180px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.event-action-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}

.event-sedule {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 0;
  width: auto;
}

.event-sedule .event-info {
  position: relative;
  padding: 0 20px;
}

.event-sedule .event-info::after {
  content: '';
  background-color: rgba(195, 195, 195, 1);
  width: 1px;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}

.event-sedule .event-info:last-child::after {
  display: none;
}

.event-sedule .event-info:first-child {
  padding-left: 0;
}

.event-sedule .event-info:last-child {
  padding-right: 0;
}

.event-info span {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 141%;
  color: rgba(102, 102, 102, 1);
}

.event-info h4 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: rgba(32, 32, 32, 1);
  margin-bottom: 0;
}

.service_card_events .event-info h4 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.service_card_events .event-info span {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
}

.events-participate-info .event-info {
  max-width: 200px;
  width: 100%;
}

.events-participate-info .event-info:last-child {
    max-width: 300px;
}

    .events-details-content p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 20px;
    }

.events-details-content p:last-child {
  margin-bottom: 0;
}

.events-chat-list {
  border-radius: 15px;
  padding: 30px 10px 0 30px;
  background-color: rgba(245, 245, 245, .5);
}

.events-tab-box .main-tabs {
  border: 1px solid rgba(195, 195, 195, 1);
  backdrop-filter: blur(27.484651565551758px);
  justify-content: center;
  max-width: 280px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 5px;
}

.events-chat-list .message_chat_lists {
  height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  border: none; 
  border-radius: 0;
}

.events-chat-list .message_chat_list {
  border-radius: 0;
  padding: 20px 0;
}

.events-chat-list .message_chat_list:first-child {
  padding-top: 0;
}

.participants-scroll-box {
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 1rem;
}

.participants-scroll-box .participants-box {
    border-bottom: 1px solid rgba(195, 195, 195, 1);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

    .participants-scroll-box .participants-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .participants-card {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;
        width: 100%;
    }

.participants-card img {
  width: 100%;
  max-width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
  overflow: hidden;
}

.participants-card-body h4 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: capitalize;
  color: rgba(32, 32, 32, 1);
  margin-bottom: 10px;
}

.participants-card-body .service_card_map {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 0;
}

/* ======== Offer ========== */
.offer-post-box .event-card-header h5 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: rgba(32, 32, 32, 1);
  margin-bottom: 5px;
}

.offer-post-box .event-card-header p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 141%;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 5px;
}

.offer-post-box .event-card-img {
  height: max-content;
}

.offer-details-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.offer-details-box .events-details-content {
  width: 50%;
  flex: 1;
}

/* ======== pro-services ====== */
.pro-card {
  border: 1px solid rgba(230, 230, 230, 0.8);
  border-radius: 10px;
  padding: 10px 10px 20px;
  height: 100%;
}

.pro-card .pro-card-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 12px;
}

.pro-card .pro-card-box .pro-card-img {
  min-width: 170px;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.pro-card .pro-card-box .pro-card-img img {
  width: 100%;
}

.pro-card-list h5,
.pro-card-body h5 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  line-height: 123%;
  text-transform: capitalize;
  color: rgba(32, 32, 32, 1);
  margin-bottom: 5px;
}

.pro-experience {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.pro-experience hr {
  width: 1px;
  border: 0;
  border-right: 1px solid rgba(102, 102, 102, 1);
  height: 14px;
  margin: 0;
}

.pro-card-body .pro-experience p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-transform: capitalize;
  color: rgba(32, 32, 32, 1);
  margin-bottom: 0;
}

.pro-card-body .pro-experience p span {
  color: rgba(102, 102, 102, 1);
}

.pro-card-body p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 141%;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 0;
}

.pro-card-list ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 0 0 1rem;
  columns: 2;
  /* display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  width: 100%;
  flex-wrap: wrap; */
}

.pro-card-list ul li {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 10px;
  width: 100%;
}

.pro-card-list ul li:last-child {
  margin-bottom: 0;
}

.pro-details-list {
  max-width: 1000px;
  width: 100%;
}

.pro-details-list .pro-card-list h5 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  color: rgba(32, 32, 32, 1);
  margin-bottom: 1rem;
}

.pro-details-list .pro-card-list ul {
  margin-bottom: 0;
}

.pro-details-list .pro-card-list ul li {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(102, 102, 102, 1);
}
.ai_resume_builder{
  margin-bottom: 30px;
}
.job_type_tag{
  /*display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;*/
}
.job_type_tag span{
  text-transform: capitalize;
    background: #F2F2F2;
    color: #000000;
    padding: 5px 15px;
    width: fit-content;
    border-radius: 30px;
    font-size: 14px;
    margin: 0 5px 5px 0;
    display: inline-block;
}
.recommended_job_card_bottom{
  align-items: center;
}
.post_header_title_div_job_rec{
      display: flex;
    align-items: center;
    gap: 5px;
}
.post_header_title_div_job_rec h4{
  margin: 0;
}
.recommended_job_card_bottom h4{
  font-size: 18px;
}
.recommended_job_card_bottom .service_card_tag{
  font-size: 14px;
}
.job_search_title{
  margin-left: 10px;
  margin-right: 10px;
}
.add-filter-btn{
      background: #000000;
    padding: 8px 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
}
.add-filter-btn:hover{
      background: #fff;
    padding: 8px 15px;
    border-radius: 50%;
    color: var(--primary-blue);
    border-color: var(--primary-blue);
    font-size: 26px;
}
.job_search_dashboard_search_sec .search_btn{
  right: 55px;
}
.job_filter_actions{
  margin: 30px 0  0 0;
}
.job_filter_actions > button{
  flex: 1;
}
.job_filter_type_tabs button{
  margin-bottom: 12px;
}
.job_filter_type_tabs button.active{
  background: var(--primary-blue);
  color: #fff;
  border-color: var(--primary-blue);
}
.filter_popup_box{
  width: 40%;
}
.job_details_actions{
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.under_review{
  background: #FDF6EB !important;
    color: #E4910B !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.rejected{
  background: #FDEEEE !important;
    color: #E62828 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.interview_scheduled_tag{
  width: 210px;
}
.interview_scheduled {
  background: #EDF9F0 !important;
    color: #1FB13E !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.job_restaurant_post_job_sec{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.job_restaurant_post_job_sec .btn-primary {
    padding: 10px 30px;
}
.job_restaurant_grid .recommended_job_card_bottom {
    margin-top: 15px;
}
.job_restaurant_grid .post-header-inner a{
  width: 50px;

}
.job_restaurant_grid .post-header-inner .job_title_timeline{
  width: 100%;
}
.job_restaurant_grid .post-header-inner .job_title_timeline .post_header_title_div_job_rec{
  justify-content: space-between;

}
.job_restaurant_grid .post-header-inner .job_title_timeline .post_header_position_follower{
  margin-top: 5px;
    display: unset;
    justify-content: flex-start;
    gap: 10px;
}
.job_restaurant_grid .service_card_map{
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
}
.service_card_mail{
  font-size: 14px;
    line-height: 115%;
    color: var(--placeholder-text);  
    background: url(../img/icon/brifcase_icon.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;

}
.job_post_description{
  min-height: 163px;
  margin-bottom: 0;
}


.job-accordion{
  padding: 20px;

    border: 1px solid #E6E6E6;
    border-radius: 8px;
}
.job-accordion .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 22px;
    font-weight: 600;
    transform: none;
}

/* When open show minus */
.job-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
}

/* Optional styling */
.job-accordion .accordion-item {
  border: 0;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;

}
.job-accordion .accordion-item:last-child {
    border-bottom: 0px solid #E6E6E6;
    margin-bottom: 0px;
    padding-bottom: 0px;

}

.job-accordion .accordion-button {
    font-weight: 600;
    background: #fff;
    font-size: 22px;
    color: #202020;
    padding: 10px 0;
}
.job-accordion .accordion-body{
      padding-right: 0;
    padding-left: 0;
}

.job-accordion .accordion-button:not(.collapsed) {
    background: #ffffff;
    box-shadow: none;
    font-size: 22px;
    color: #202020;
    padding: 10px 0;
}
.generate_with_AI{
  margin-top: 5px;
  /*border: 1px solid #999999;*/
  /*padding: 3px 10px;*/
  border-radius: 30px;
  cursor: pointer;
}
.preview_download_btn_options{

}
.preview_download_btn_options > button{
  flex: 1;
}
.ai_resume_preview.popup-box{
  width: 50%;
}
/* ===== Resume Wrapper ===== */
.resume-preview {
    padding: 10px;
}

.resume-wrapper {
    max-width: 900px;
    margin: auto;
    display: flex;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}


/* ================= LEFT SIDEBAR ================= */
.resume-left {
    width: 32%;
    background: #0f2b3c;
    color: #fff;
    padding: 30px 20px;
}

.profile-section {
    text-align: center;
    margin-bottom: 30px;
}

.profile-img img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #1e4d6b;
}

.candidate-name {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.candidate-role {
    font-size: 13px;
    opacity: 0.8;
}

.resume-block {
    margin-bottom: 25px;
}

.resume-block h4 {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 6px;
}

.resume-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resume-block ul li {
    font-size: 13px;
    margin-bottom: 6px;
    opacity: 0.9;
}


/* ================= RIGHT CONTENT ================= */
.resume-right {
    width: 68%;
    padding: 30px;
}

.resume-header {
    margin-bottom: 30px;
}

.preview-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.preview-title {
    font-size: 14px;
    color: #1e4d6b;
    font-weight: 600;
    margin-bottom: 10px;
}

.preview-summary {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}


/* ================= SECTIONS ================= */
.resume-section {
    margin-bottom: 30px;
}

.resume-section h3 {
    font-size: 16px;
    margin-bottom: 15px;
    border-left: 4px solid #1e4d6b;
    padding-left: 8px;
    font-weight: 600;
}

.experience-item {
    margin-bottom: 20px;
}

.experience-item h5 {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 600;
}

.company {
    font-size: 13px;
    color: #1e4d6b;
    display: inline-block;
    margin-right: 10px;
}

.date {
    font-size: 12px;
    color: #888;
}

.experience-item ul {
    margin-top: 6px;
    padding-left: 18px;
}

.experience-item ul li {
    font-size: 13px;
    margin-bottom: 4px;
    color: #555;
}


/* ================= CERTIFICATES ================= */
.certificate-list {
    padding-left: 18px;
}

.certificate-list li {
    font-size: 13px;
    margin-bottom: 6px;
    color: #555;
}


/* ================= EDUCATION ================= */
.education-item h5 {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
}

.education-item p {
    font-size: 13px;
    margin: 0;
    color: #1e4d6b;
}

.education-item span {
    font-size: 12px;
    color: #777;
}


/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .resume-wrapper {
        flex-direction: column;
    }

    .resume-left,
    .resume-right {
        width: 100%;
    }
}

.job_profile_box{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}
.job_profile_left{
  width: 60%;
}
.job_profile_right{
  width: 40%;
}
.job_profile_work{

}
.job_profile_education{

}
.job_profile_work,
.job_profile_skill,
.job_profile_education{
      margin: auto;
    background: #fff;
    border-radius: 10px;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);*/
    border: 1px solid rgba(230, 230, 230, 0.8);
    padding: 16px;
    margin-bottom: 20px;

}
.skill_tags{
  display: block;
}
.skill_tags a{
  margin: 0 10px 10px 0;
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 30px;
  display: inline-block;
}
.skill_tags a:hover{
  color: #fff;
  background: var(--primary-blue);
}
.edit_link{
  color: var(--primary-blue);
  font-size: 24px;

}

.job_profile_right{
  display: grid;
  gap: 10px;
}
.job_profile_user_sec{

}
.job_profile_about_sec{
  
}
.job_profile_account_sec{
  
}
.job_profile_cv_sec{
  
}
.study_year{
  font-size: 15px !important;
    /*color: #202020 !important;*/
    font-weight: 500 !important;
    margin: 4px 0;
}
.job_profile_left h4{
  white-space: unset !important;
      font-size: 18px;
}
.job_profile_left .post-header-inner{
      
    justify-content: space-between;
    align-items: center;

}
.job_profile_left .post-header-inner img{
  width: 65px;
  height: 65px;

}
.job_profile_left .post-header span {
    line-height: 16px;
}
.education_post_body{
  width: 100%;
}
.job_profile_about_box{
  margin: auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(230, 230, 230, 0.8);
    padding: 16px;
    margin-bottom: 20px;
}
.account_info{
  padding: 0;
}
.job_profile_about_box p{
  font-size: 16px;
    line-height: 22px;
    color: #202020;
}




.profile-main-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border: 3px solid #f8f9fa;
}

.edit_badge {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #17a2b8;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    border: 2px solid #fff;
    cursor: pointer;
}

/* Account List */
.list-group-item {
    padding: 15px 15px;
    font-size: 0.95rem;
    color: #202020;

}
.list-group-item:first-child{
  border-radius: 0.375rem 0.375rem 0 0;
}
.list-group-item:last-child{
  border-radius: 0 0 0.375rem 0.375rem;
}

/* Resume Card */
.resume-card {
    border: 1px solid #ffebeb;
}

.resume-card .btn-close {
    filter: invert(15%) sepia(95%) saturate(6932%) hue-rotate(358deg) brightness(95%) contrast(107%);
    opacity: 1;
}
.supplier_category_list{
  text-align: center;
  display: block;
}
.supplier_category_list:hover{
  border-color: var(--primary-blue);
}
.supplier_category_list:hover h3{
  color: var(--primary-blue);
}
.supplier_category_list img {
    width: auto;
    max-width: 100%;
    border-radius: 0px;
    margin-bottom: 10px;
}
.supplier_category_list .service_card_title{
  margin-bottom: 0;
}
.supplier_category_list a{
  font-size: 20px;
  line-height: 120%;
}
.category_child_lists{
  display: grid;
  gap: 5px;
  margin: 30px 0;
}
.category_child_list{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #E6E6E6;
      margin-bottom: 12px;
    padding-bottom: 15px;
}
a.category_child_list{

}
a.category_child_list:hover{
  border-color: var(--primary-blue);
  color: var(--primary-blue);

}
a.category_child_list:hover h3{
  color: var(--primary-blue);

}
.category_child_list.last_child{
  border-bottom: 0px solid #E6E6E6;
      margin-bottom: 0px;
    padding-bottom: 5px;
}
.category_child_list_img{
  width: 32px;
}
.category_child_list  img{
  width: auto;
  max-width: 100%;
}
.category_child_list h3{
  margin: 0;
}
.write_comment_cancel_btn {
    position: absolute;
    top: -25px;
    right: 0;
    padding: 0;
    background: none;
    font-size: 14px;
    color: var(--primary-blue);
}

.write_comment_cancel_username {
    position: absolute;
    top: -25px;
    left: 0;
    padding: 0;
    background: none;
    font-size: 14px;
    color: var(--primary-blue);
}