@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SFPRODISPLAYBOLD.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SFPRODISPLAYMEDIUM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SFPRODISPLAYREGULAR.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} 

@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SFProDisplay-Semibold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* @import url("https://fonts.cdnfonts.com/css/sf-pro-display"); */

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
    format("woff2");
}
/* fallback */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2)
    format("woff2");
}
/* fallback */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v156/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDCvHOej.woff2)
    format("woff2");
}
/* devanagari */

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
/*========================= 
  Google font & icon end 
  ========================*/

/* =====================================Them Start=========================== */
:root {
  --primary: #047a6d;
  --primary-hover: #029887;
  --primary-light: #c0e1de;
  --primary-extra-light: #ecf3f3;
  --secondary: #ff7800;
  --secondary-hover: #ff800f;
  --secondary-dark: #b95804;
  --secondary-light: #ffddbf;
  --primary-lite-color: #01b29e;
  --primary-color: #02897a;
  --primary-shade-color: #02796b;
  --orange-lite-color: #fd9130;
  --orange-color: #ff7800;
  --orange-shade-color: #e86d00;
  --sider-menu-font-color: #585858;
  --sider-menu-bg: #f6f6f6;
  --switches-bg-color: #fff;
  --switches-label-color: #000;
  --switch-bg-color: #02897a;
  --switch-text-color: #fff;
  --secondary-extra-light: #ffefe5;
  --tertiary: #2483ea;
  --tertiary-hover: #2483ea;
  --tertiary-light: #cae3f1;
  --tertiary-extra-light: #cae3f1;
  --danger: #e65151;
  --danger-hover: #e65151;
  --danger-light: rgba(255, 2, 2, 0.25);
  --danger-extra-light: rgba(255, 2, 2, 0.25);
  --white: #ffffff;
  --black: #151b28;
  --black-100: #f6f6f6;
  --black-200: #d4d4d4;
  --black-300: #928d8d;
  --black-400: #585858;
  --black-500: #262525;
  --default-hover-color: #f6f6f6;
  --font-family: "SF Pro Display", sans-serif;
  --font-weight-xs: 300;
  --font-weight-sm: 400;
  --font-weight-md: 500;
  --font-weight-lg: 600;
  --font-size-xs: 10px;
  --font-size-sm: 12px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-xxl: 20px;
  --font-color: #151b28;
  --font-color-dark: #262525;
  --font-color-light: #928d8d;
  --border-width: 1px;
  --border-color: #dee3e9;
  --border-radius-xxs: 2px;
  --border-radius-xs: 4px;
  --border-radius-sm: 8px;
  --border-radius: 12px;
  --border-radius-lg: 20px;
  --box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  --box-shadow-lg: 0px 5px 15px rgba(0, 0, 0, 0.1);
  --spacer: 30px;
  --spacer-lg: 24px;
  --spacer-md: 16px;
  --spacer-sm: 14px;
  --spacer-xs: 12px;
  --spacer-xxs: 8px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  scroll-behavior: smooth;
  font-size: var(--font-size-md);
}

::-moz-placeholder {
  color: #d4d4d4;
}

::-webkit-input-placeholder {
  color: #d4d4d4;
}
:-ms-input-placeholder {
  color: #d4d4d4;
}
::-ms-input-placeholder {
  color: #d4d4d4;
}
::placeholder {
  /* color: #d4d4d4; */
  color: var(--black-300);
}

a,
button {
  font-family: var(--font-family);
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: var(--font-color);
}
a:hover {
  text-decoration: none;
  color: var(--sider-menu-font-color);
}

input,
select {
  font-family: var(--font-family);
}

body {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-size: var(--font-size-lg);
  color: var(--font-color);
  overflow-x: hidden;
}
/* ======================================================= */

/* Default Margin & Padding */
/*-- Margin Top --*/
.mt-6 {
  margin-top: 6px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-105 {
  margin-top: 105px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-115 {
  margin-top: 115px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-125 {
  margin-top: 125px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-135 {
  margin-top: 135px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-145 {
  margin-top: 145px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-155 {
  margin-top: 155px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-165 {
  margin-top: 165px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-175 {
  margin-top: 175px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-185 {
  margin-top: 185px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-195 {
  margin-top: 195px !important;
}
.mt-200 {
  margin-top: 200px !important;
}

/*-- Margin Bottom --*/
.mb-6 {
  margin-bottom: 6px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-105 {
  margin-bottom: 105px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-115 {
  margin-bottom: 115px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-125 {
  margin-bottom: 125px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-135 {
  margin-bottom: 135px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-145 {
  margin-bottom: 145px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-155 {
  margin-bottom: 155px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-165 {
  margin-bottom: 165px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-175 {
  margin-bottom: 175px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-185 {
  margin-bottom: 185px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-195 {
  margin-bottom: 195px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}

/*-- Padding Top --*/
.pt-6 {
  padding-top: 6px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-105 {
  padding-top: 105px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-115 {
  padding-top: 115px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-125 {
  padding-top: 125px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-135 {
  padding-top: 135px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-145 {
  padding-top: 145px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-155 {
  padding-top: 155px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-165 {
  padding-top: 165px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-175 {
  padding-top: 175px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-185 {
  padding-top: 185px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-195 {
  padding-top: 195px !important;
}
.pt-200 {
  padding-top: 200px !important;
}

/*-- Padding Bottom --*/
.pb-6 {
  padding-bottom: 6px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-105 {
  padding-bottom: 105px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-115 {
  padding-bottom: 115px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-125 {
  padding-bottom: 125px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-135 {
  padding-bottom: 135px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-145 {
  padding-bottom: 145px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-155 {
  padding-bottom: 155px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-165 {
  padding-bottom: 165px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-175 {
  padding-bottom: 175px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-185 {
  padding-bottom: 185px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-195 {
  padding-bottom: 195px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
/* ============================================= */

/* theme color */
.bg-default {
  background-color: #6a707d !important;
}
.bg-white {
  background-color: var(--white) !important;
}
.bg-white-hover:hover {
  background-color: var(--white) !important;
}
.text-white {
  color: var(--white) !important;
}
.text-white-hover:hover {
  color: var(--white) !important;
}
.border-white {
  border: 1px solid var(--white) !important;
}
.bg-black {
  background-color: var(--black) !important;
}
.bg-black-hover:hover {
  background-color: var(--black) !important;
}
.text-black {
  color: var(--black) !important;
}
.text-light-black {
  color: #393f4c !important;
}
.text-black-hover:hover {
  color: var(--black) !important;
}
.border-black {
  border: 1px solid var(--black) !important;
}
.bg-green {
  background-color: var(--primary) !important;
}
.bg-light-green {
  background-color: #00a52a !important;
}
.bg-green-hover:hover {
  background-color: var(--primary) !important;
}
.text-green {
  color: var(--primary) !important;
}
.text-light-green {
  color: #00a52a !important;
}
.text-green-hover:hover {
  color: var(--primary) !important;
}
.border-green {
  border: 1px solid var(--primary) !important;
}
.bg-red {
  background-color: var(--danger) !important;
}
.bg-red-hover:hover {
  background-color: var(--danger) !important;
}
.text-red {
  color: var(--danger) !important;
}
.text-red-hover:hover {
  color: var(--danger) !important;
}
.border-red {
  border: 1px solid var(--danger) !important;
}
.bg-orange {
  background-color: var(--secondary) !important;
}
.bg-light-orange {
  background-color: #ffa252 !important;
}
.bg-orange-hover:hover {
  background-color: var(--secondary) !important;
}
.text-orange {
  color: var(--secondary) !important;
}
.text-light-orange {
  color: #ffa252 !important;
}
.text-orange-hover:hover {
  color: var(--secondary) !important;
}
.text-orange-dark {
  color: var(--secondary-dark) !important;
}
.border-orange {
  border: 1px solid var(--secondary) !important;
}
.bg-blue {
  background-color: var(--tertiary) !important;
}
.bg-blue-hover:hover {
  background-color: var(--tertiary) !important;
}
.text-blue {
  color: var(--tertiary) !important;
}
.text-blue-hover:hover {
  color: var(--tertiary) !important;
}
.border-blue {
  border: 1px solid var(--tertiary) !important;
}
.text-muted {
  color: #a4a8b1 !important;
}
.border-default {
  border: 1px solid var(--border-color) !important;
}
/* ========================================== */

/* default border-radius, transition, flex, icon-size, font-size */
.radius-0 {
  border-radius: 0 !important;
}
.radius-top-left-0 {
  border-top-left-radius: 0 !important;
}
.radius-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}
.radius-top-right-0 {
  border-top-right-radius: 0 !important;
}
.radius-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}
.radius-1 {
  border-radius: 2px;
}
.radius-top-left-1 {
  border-top-left-radius: 2px;
}
.radius-bottom-left-1 {
  border-bottom-left-radius: 2px;
}
.radius-top-right-1 {
  border-top-right-radius: 2px;
}
.radius-bottom-right-1 {
  border-bottom-right-radius: 2px;
}
.radius-2 {
  border-radius: 4px;
}
.radius-top-left-2 {
  border-top-left-radius: 4px;
}
.radius-bottom-left-2 {
  border-bottom-left-radius: 4px;
}
.radius-top-right-2 {
  border-top-right-radius: 4px;
}
.radius-bottom-right-2 {
  border-bottom-right-radius: 4px;
}
.radius-3 {
  border-radius: 8px;
}
.radius-top-left-3 {
  border-top-left-radius: 8px;
}
.radius-bottom-left-3 {
  border-bottom-left-radius: 8px;
}
.radius-top-right-3 {
  border-top-right-radius: 8px;
}
.radius-bottom-right-3 {
  border-bottom-right-radius: 8px;
}
.radius-4 {
  border-radius: 12px;
}
.radius-top-left-4 {
  border-top-left-radius: 12px;
}
.radius-bottom-left-4 {
  border-bottom-left-radius: 12px;
}
.radius-top-right-4 {
  border-top-right-radius: 12px;
}
.radius-bottom-right-4 {
  border-bottom-right-radius: 12px;
}
.radius-5 {
  border-radius: 20px;
}
.radius-top-left-5 {
  border-top-left-radius: 20px;
}
.radius-bottom-left-5 {
  border-bottom-left-radius: 20px;
}
.radius-top-right-5 {
  border-top-right-radius: 20px;
}
.radius-bottom-right-5 {
  border-bottom-right-radius: 20px;
}
.transition {
  -webkit-transition: all 0.375s ease-in-out;
  transition: all 0.375s ease-in-out;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gap-1 {
  gap: 10px;
}
.gap-2 {
  gap: 14px;
}
.gap-3 {
  gap: 20px;
}
.gap-5 {
  gap: 32px;
}
.underline {
  text-decoration: underline;
}
.hover-underline:hover {
  text-decoration: underline;
}

.border-0 {
  border: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid var(--border-color);
}
.icon-bullet {
  font-size: 6px !important;
}
.icon-xs {
  font-size: 12px !important;
}
.icon-sm {
  font-size: 16px !important;
}
.font-xs {
  font-size: var(--font-size-xs) !important;
}
.font-sm {
  font-size: var(--font-size-sm) !important;
}
.font-md {
  font-size: var(--font-size-md) !important;
}
.font-lg {
  font-size: var(--font-size-lg) !important;
}
.font-xl {
  font-size: var(--font-size-xl) !important;
}
.font-xxl {
  font-size: var(--font-size-xxl) !important;
}
.tender-title {
  font-size: 24px !important;
}
.font-weight-xs {
  font-weight: var(--font-weight-xs) !important;
}
.font-weight-sm {
  font-weight: var(--font-weight-sm) !important;
}
.font-weight-md {
  font-weight: var(--font-weight-md) !important;
}
.font-weight-lg {
  font-weight: var(--font-weight-lg) !important;
}
.font-sm-txt {
  font-size: 14px;
}
.font-md-txt {
  font-size: 16px;
}
/* ================================================================================= */

/* default width */
.fill-container {
  width: 100% !important;
  height: 100% !important;
}
.w-1 {
  width: 1%;
}
.w-1-px {
  width: 1px;
}
.w-2 {
  width: 2%;
}
.w-2-px {
  width: 2px;
}
.w-3 {
  width: 3%;
}
.w-3-px {
  width: 3px;
}
.w-4 {
  width: 4%;
}
.w-4-px {
  width: 4px;
}
.w-5 {
  width: 5%;
}
.w-5-px {
  width: 5px;
}
.w-6 {
  width: 6%;
}
.w-6-px {
  width: 6px;
}
.w-7 {
  width: 7%;
}
.w-7-px {
  width: 7px;
}
.w-8 {
  width: 8%;
}
.w-8-px {
  width: 8px;
}
.w-9 {
  width: 9%;
}
.w-9-px {
  width: 9px;
}
.w-10 {
  width: 10%;
}
.w-10-px {
  width: 10px;
}
.w-11 {
  width: 11%;
}
.w-11-px {
  width: 11px;
}
.w-12 {
  width: 12%;
}
.w-12-px {
  width: 12px;
}
.w-13 {
  width: 13%;
}
.w-13-px {
  width: 13px;
}
.w-14 {
  width: 14%;
}
.w-14-px {
  width: 14px;
}
.w-15 {
  width: 15%;
}
.w-15-px {
  width: 15px;
}
.w-16 {
  width: 16%;
}
.w-16-px {
  width: 16px;
}
.w-17 {
  width: 17%;
}
.w-17-px {
  width: 17px;
}
.w-18 {
  width: 18%;
}
.w-18-px {
  width: 18px;
}
.w-19 {
  width: 19%;
}
.w-19-px {
  width: 19px;
}
.w-20 {
  width: 20%;
}
.w-20-px {
  width: 20px;
}
.w-21 {
  width: 21%;
}
.w-21-px {
  width: 21px;
}
.w-22 {
  width: 22%;
}
.w-22-px {
  width: 22px;
}
.w-23 {
  width: 23%;
}
.w-23-px {
  width: 23px;
}
.w-24 {
  width: 24%;
}
.w-24-px {
  width: 24px;
}
.w-25 {
  width: 25%;
}
.w-25-px {
  width: 25px;
}
.w-26 {
  width: 26%;
}
.w-26-px {
  width: 26px;
}
.w-27 {
  width: 27%;
}
.w-27-px {
  width: 27px;
}
.w-28 {
  width: 28%;
}
.w-28-px {
  width: 28px;
}
.w-29 {
  width: 29%;
}
.w-29-px {
  width: 29px;
}
.w-30 {
  width: 30%;
}
.w-30-px {
  width: 30px;
}
.w-31 {
  width: 31%;
}
.w-31-px {
  width: 31px;
}
.w-32 {
  width: 32%;
}
.w-32-px {
  width: 32px;
}
.w-33 {
  width: 33%;
}
.w-33-px {
  width: 33px;
}
.w-34 {
  width: 34%;
}
.w-34-px {
  width: 34px;
}
.w-35 {
  width: 35%;
}
.w-35-px {
  width: 35px;
}
.w-36 {
  width: 36%;
}
.w-36-px {
  width: 36px;
}
.w-37 {
  width: 37%;
}
.w-37-px {
  width: 37px;
}
.w-38 {
  width: 38%;
}
.w-38-px {
  width: 38px;
}
.w-39 {
  width: 39%;
}
.w-39-px {
  width: 39px;
}
.w-40 {
  width: 40%;
}
.w-40-px {
  width: 40px;
}
.w-41 {
  width: 41%;
}
.w-41-px {
  width: 41px;
}
.w-42 {
  width: 42%;
}
.w-42-px {
  width: 42px;
}
.w-43 {
  width: 43%;
}
.w-43-px {
  width: 43px;
}
.w-44 {
  width: 44%;
}
.w-44-px {
  width: 44px;
}
.w-45 {
  width: 45%;
}
.w-45-px {
  width: 45px;
}
.w-46 {
  width: 46%;
}
.w-46-px {
  width: 46px;
}
.w-47 {
  width: 47%;
}
.w-47-px {
  width: 47px;
}
.w-48 {
  width: 48%;
}
.w-48-px {
  width: 48px;
}
.w-49 {
  width: 49%;
}
.w-49-px {
  width: 49px;
}
.w-50 {
  width: 50%;
}
.w-50-px {
  width: 50px;
}
.w-51 {
  width: 51%;
}
.w-51-px {
  width: 51px;
}
.w-52 {
  width: 52%;
}
.w-52-px {
  width: 52px;
}
.w-53 {
  width: 53%;
}
.w-53-px {
  width: 53px;
}
.w-54 {
  width: 54%;
}
.w-54-px {
  width: 54px;
}
.w-55 {
  width: 55%;
}
.w-55-px {
  width: 55px;
}
.w-56 {
  width: 56%;
}
.w-56-px {
  width: 56px;
}
.w-57 {
  width: 57%;
}
.w-57-px {
  width: 57px;
}
.w-58 {
  width: 58%;
}
.w-58-px {
  width: 58px;
}
.w-59 {
  width: 59%;
}
.w-59-px {
  width: 59px;
}
.w-60 {
  width: 60%;
}
.w-60-px {
  width: 60px;
}
.w-61 {
  width: 61%;
}
.w-61-px {
  width: 61px;
}
.w-62 {
  width: 62%;
}
.w-62-px {
  width: 62px;
}
.w-63 {
  width: 63%;
}
.w-63-px {
  width: 63px;
}
.w-64 {
  width: 64%;
}
.w-64-px {
  width: 64px;
}
.w-65 {
  width: 65%;
}
.w-65-px {
  width: 65px;
}
.w-66 {
  width: 66%;
}
.w-66-px {
  width: 66px;
}
.w-67 {
  width: 67%;
}
.w-67-px {
  width: 67px;
}
.w-68 {
  width: 68%;
}
.w-68-px {
  width: 68px;
}
.w-69 {
  width: 69%;
}
.w-69-px {
  width: 69px;
}
.w-70 {
  width: 70%;
}
.w-70-px {
  width: 70px;
}
.w-71 {
  width: 71%;
}
.w-71-px {
  width: 71px;
}
.w-72 {
  width: 72%;
}
.w-72-px {
  width: 72px;
}
.w-73 {
  width: 73%;
}
.w-73-px {
  width: 73px;
}
.w-74 {
  width: 74%;
}
.w-74-px {
  width: 74px;
}
.w-75 {
  width: 75%;
}
.w-75-px {
  width: 75px;
}
.w-76 {
  width: 76%;
}
.w-76-px {
  width: 76px;
}
.w-77 {
  width: 77%;
}
.w-77-px {
  width: 77px;
}
.w-78 {
  width: 78%;
}
.w-78-px {
  width: 78px;
}
.w-79 {
  width: 79%;
}
.w-79-px {
  width: 79px;
}
.w-80 {
  width: 80%;
}
.w-80-px {
  width: 80px;
}
.w-81 {
  width: 81%;
}
.w-81-px {
  width: 81px;
}
.w-82 {
  width: 82%;
}
.w-82-px {
  width: 82px;
}
.w-83 {
  width: 83%;
}
.w-83-px {
  width: 83px;
}
.w-84 {
  width: 84%;
}
.w-84-px {
  width: 84px;
}
.w-85 {
  width: 85%;
}
.w-85-px {
  width: 85px;
}
.w-86 {
  width: 86%;
}
.w-86-px {
  width: 86px;
}
.w-87 {
  width: 87%;
}
.w-87-px {
  width: 87px;
}
.w-88 {
  width: 88%;
}
.w-88-px {
  width: 88px;
}
.w-89 {
  width: 89%;
}
.w-89-px {
  width: 89px;
}
.w-90 {
  width: 90%;
}
.w-90-px {
  width: 90px;
}
.w-91 {
  width: 91%;
}
.w-91-px {
  width: 91px;
}
.w-92 {
  width: 92%;
}
.w-92-px {
  width: 92px;
}
.w-93 {
  width: 93%;
}
.w-93-px {
  width: 93px;
}
.w-94 {
  width: 94%;
}
.w-94-px {
  width: 94px;
}
.w-95 {
  width: 95%;
}
.w-95-px {
  width: 95px;
}
.w-96 {
  width: 96%;
}
.w-96-px {
  width: 96px;
}
.w-97 {
  width: 97%;
}
.w-97-px {
  width: 97px;
}
.w-98 {
  width: 98%;
}
.w-98-px {
  width: 98px;
}
.w-99 {
  width: 99%;
}
.w-99-px {
  width: 99px;
}
.w-100 {
  width: 100%;
}
.w-100-px {
  width: 100px;
}
.w-150 {
  width: 150px;
}
.max-w-100 {
  max-width: 100% !important;
}
.min-h-200 {
  min-height: 200px;
}
.min-w200 {
  min-width: 200px;
}
/* ========================================== */

/*-------------------- Scroll Bar css start --------------------*/
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background-color: #a2d9c8;
}
::-webkit-scrollbar-thumb {
  background-color: #02897a;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #fb8f30;
}
html {
  scrollbar-color: #02897a #a2d9c8;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}
.scrollbar {
  min-height: 305px;
  max-height: 305px;
  overflow: auto;
  scrollbar-color: var(--primary) #a2d9c8;
  scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #a2d9c8;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
/*-------------------- Scroll Bar css end --------------------*/

/* text, text-ellipsis, rotate, border, shadow, img and others */
.text-nowrap {
  white-space: nowrap;
}
.text-ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.no-border {
  border-color: transparent !important;
}
.no-shadow {
  box-shadow: 0 0 0 transparent !important;
}
.shadow-sm {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.03) !important;
}
.no-bg {
  background-color: transparent !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
img {
  max-width: 100%;
}
.relative {
  position: relative;
}

.dt-search,
.dt-length {
  display: none;
}
.loader .spinner {
  border: 3px solid #fff;
  border-top-color: rgba(0, 0, 0, 0);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  animation: rotate 0.8s linear infinite;
  position: fixed;
  left: 50%;
  top: 50%;
}
.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #111416;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: all 0.4s ease-in-out;
  z-index: 4;
}
/* ================================================== */

/* cursor, divider, required, rotate */
.cursor-pointer {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.row-divider {
  margin: 0;
  border-top: 1px solid var(--border-color);
}
.col-divider {
  margin: 0;
  border-left: 1px solid var(--border-color);
  height: 16px;
}
.col-divider-full {
  margin: auto;
  border-left: 1px solid var(--border-color);
  height: 80%;
}
.divider {
  border-top: 1px solid var(--border-color);
}
[data-trigger-popover],
[data-collapse] {
  cursor: pointer;
}
.collapse:not(.show) {
  display: none;
}
.required:after {
  content: "*";
  color: var(--danger);
  margin-left: 2px;
}
.required-before:before {
  content: "*";
  color: var(--danger);
  margin-right: 2px;
}
[data-collapse-status="open"].rotate-180-on-open,
[data-collapse-status="open"] .rotate-180-on-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[data-collapse-status="open"].hide-on-open,
[data-collapse-status="open"] .hide-on-open {
  display: none !important;
}

[data-collapse-status="close"].rotate-180-on-close,
[data-collapse-status="close"] .rotate-180-on-close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[data-collapse-status="close"].hide-on-close,
[data-collapse-status="close"] .hide-on-close {
  display: none !important;
}
/* ============================================== */

/* button style */
.btn {
  --btn-bg: transparent;
  --btn-border-color: var(--border-color);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  background-color: var(--btn-bg);
  border: 1px solid var(--btn-border-color);
  border-radius: var(--border-radius-xs);
  height: 32px;
  gap: 4px;
  padding: 7px 16px;
  font-weight: var(--font-weight-sm);
  font-size: var(--font-size);
  color: var(--black-400);
  -webkit-transition: all 0.375s ease-out;
  transition: all 0.375s ease-out;
  cursor: pointer;
}
.btn:disabled {
  pointer-events: none;
  --btn-bg: transparent !important;
  --btn-border-color: #d4d4d4 !important;
  --font-color-light: #928d8d !important;
}
.btn:hover {
  --font-color-light: var(--font-color);
}
.btn:hover:not(.no-hover, :active) {
  --btn-bg: var(--default-hover-color);
}
.btn .material-icons-outlined,
.btn .material-icons {
  font-size: 20px;
}
.btn-rounded {
  border-radius: var(--border-radius-lg);
}
.btn-flat {
  border-radius: 0;
}
.btn.btn-square {
  width: 32px;
  height: 32px;
  padding: 2px;
  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;
}
.btn-lg {
  height: 38px;
  padding: 11px 16px;
  font-size: var(--font-size-lg);
}
.btn-lg.btn-square {
  width: 40px;
  height: 40px;
}
.btn-sm {
  height: 26px;
  padding: 3px 12px;
}
.btn-sm.btn-circle,
.btn-sm.btn-icon {
  height: 24px;
}
.btn-sm.btn-square {
  width: 24px;
  height: 24px;
}
.btn-sm .material-icons-outlined,
.btn-sm .material-icons {
  font-size: 16px;
}
.btn-xs {
  height: 20px;
  padding: 4px 8px;
}
.btn-xs.btn-circle {
  height: 24px;
}
.btn-xs .material-icons-outlined,
.btn-xs .material-icons {
  font-size: 16px;
}
.btn-green {
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  transition: all 0.3s;
}
.btn-green:hover {
  background: var(--default-hover-color);
  color: var(--primary);
}
.btn-outlined-green {
  background: var(--default-hover-color);
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: all 0.3s;
}
.btn-outlined-green:hover {
  background: var(--primary);
  color: var(--white);
}
.btn-orange {
  background: var(--secondary);
  color: var(--white);
  border: 1px solid var(--secondary);
  transition: all 0.3s;
}
.btn-orange:hover {
  background: var(--default-hover-color);
  color: var(--secondary);
}
.btn-outlined-orange {
  background: var(--default-hover-color);
  color: var(--secondary);
  border: 1px solid var(--secondary);
  transition: all 0.3s;
}
.btn-outlined-orange:hover {
  background: var(--secondary);
  color: var(--white);
}
.btn-blue {
  background: var(--tertiary);
  color: var(--white);
  border: 1px solid var(--tertiary);
  transition: all 0.3s;
}
.btn-blue:hover {
  background: var(--default-hover-color);
  color: var(--tertiary);
}
.btn-outlined-blue {
  background: var(--default-hover-color);
  color: var(--tertiary);
  border: 1px solid var(--tertiary);
  transition: all 0.3s;
}
.btn-outlined-blue:hover {
  background: var(--tertiary);
  color: var(--white);
}
.btn-red {
  background: var(--danger);
  color: var(--white);
  border: 1px solid var(--danger);
  transition: all 0.3s;
}
.btn-red:hover {
  background: var(--default-hover-color);
  color: var(--danger);
}
.btn-outlined-red {
  background: var(--default-hover-color);
  color: var(--danger);
  border: 1px solid var(--danger);
  transition: all 0.3s;
}
.btn-outlined-red:hover {
  background: var(--danger);
  color: var(--white);
}
.btn-black {
  background: var(--black);
  color: var(--white);
  border: 1px solid var(--black);
  transition: all 0.3s;
}
.btn-black:hover {
  background: var(--default-hover-color);
  color: var(--black);
}
.btn-outlined-black {
  background: var(--default-hover-color);
  color: var(--black);
  border: 1px solid var(--black);
  transition: all 0.3s;
}
.btn-outlined-dark:hover {
  background: var(--black);
  color: var(--white);
}
/* ======================================== */

/*-------------------- PAGINATION AREA START -------------------*/
.pagination li a {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #121722;
  height: 48px;
  width: 48px;
  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;
  border-radius: 50% !important;
  border: 0;
}
.pagination {
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination li:first-child {
  margin-right: 17px;
}

.pagination li:last-child {
  margin-left: 17px;
}
.pagination__area {
  margin: 40px 0;
}
.pagination li:nth-child(2) a {
  background: #02897a !important;
  color: #fff;
  border-color: #02897a;
}
.pagination li:first-child a {
  background: #f2f4f7;
  color: #02897a;
  font-size: 23px;
  padding-top: 1px;
  border: 0;
}
.pagination li:last-child a {
  background: #f2f4f7;
  color: #02897a;
  font-size: 23px;
  padding-top: 1px;
  border: 0;
}
.pagination a:hover {
  background-color: var(--secondary-hover);
  color: white;
}
.pagination .active {
  background-color: var(--secondary);
  color: white;
}
/*-------------------- PAGINATION AREA END -------------------*/

/* badge style */
.badge {
  --badge-bg: #262525;
  --badge-font-color: var(--white);
  font-size: 9px;
  background-color: var(--badge-bg);
  color: var(--badge-font-color);
  height: 16px;
  border-radius: 16px;
  padding: 2px 2px;
}
.badge-sm {
  height: 12px;
}
.badge-floating {
  position: absolute;
  top: 0;
  right: 0;
}
.badge-primary {
  --badge-bg: var(--primary);
  --badge-font-color: var(--white);
}
.badge-secondary {
  --badge-bg: var(--secondary);
  --badge-font-color: var(--white);
}
.badge-tertiary {
  --badge-bg: var(--tertiary);
  --badge-font-color: var(--white);
}
.badge-danger {
  --badge-bg: var(--danger);
  --badge-font-color: var(--white);
}
.badge-dark {
  --badge-bg: var(--black-400);
  --badge-font-color: var(--white);
}
/* ============================================== */

/* table style */
.table {
  border-collapse: collapse;
  width: 100%;
}
.table-responsive {
  width: 100%;
  overflow: auto;
  scrollbar-color: var(--primary) #ffffff;
  scrollbar-width: thin;
}
.table-responsive::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: #ffffff;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
/* ========================================= */

/* modal style */
.modal {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  padding: var(--spacer);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.modal.show {
  opacity: 1;
  overflow: unset;
  animation: fadeIn 0.375s ease-in-out forwards;
  pointer-events: all;
  display: flex !important;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal .modal-dialog {
  z-index: 2;
  width: 100%;
  max-width: 550px;
  max-height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: auto;
  scrollbar-color: var(--primary) #ffffff;
  scrollbar-width: thin;
}
.modal .modal-dialog::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: #ffffff;
}
.modal .modal-dialog::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.modal-dialog {
  margin-right: auto;
  margin-left: auto;
  pointer-events: unset !important;
}
.modal.show .modal-dialog {
  -webkit-animation: SlideIn 0.375s ease-in-out forwards;
  animation: SlideIn 0.375s ease-in-out forwards;
}
.modal .modal-body {
  padding: var(--spacer-lg);
}
.modal-close-btn {
  color: #393f4c;
  padding: 0;
  border: 0;
}
/* ======================================================= */

/* off-canvas */
.side-canvas-overly.active-overly {
  right: 0;
}
.side-canvas-overly {
  position: fixed;
  top: 0;
  right: -400%;
  /* width: 100vw;
  height: 100vh; */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.tender-view-side-canvas.active-canvas {
  right: 0;
}
.tender-view-side-canvas {
  position: fixed;
  top: 0;
  right: -200%;
  /* height: 100vh; */
  height: 100%;
  width: 1620px;
  background: var(--white);
  z-index: 10;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
.close-side-canvas {
  position: absolute;
  top: 10px;
  left: -44px;
  color: #151b28;
  background: var(--white);
  padding: 10px 16px;
  border-radius: 50% 0 0 50%;
  font-size: 13px;
  cursor: pointer;
}
.close-side-canvas svg {
  margin-top: 4px;
}
.side-canvas-content-area {
  width: 100%;
  height: 100%;
  overflow-y: auto !important;
}
.side-canvas-content-area {
  width: 100%;
  height: 100%;
  overflow-y: auto !important;
  scrollbar-color: var(--primary) #a2d9c8;
  scrollbar-width: thin;
}
.side-canvas-content-area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.side-canvas-content-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #a2d9c8;
}
.side-canvas-content-area::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.no-scroll-body {
  overflow: hidden;
}
/* ========================================================= */

/* page layout */
.page-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 74px 1fr;
  grid-template-rows: 74px 1fr;
  -ms-grid-columns: 270px 1fr;
  grid-template-columns: auto 1fr;
  grid-template-areas: "header header" "sider content";
  min-height: 100vh;
}
/* ====================================== */

/* page header */
.page-header {
  grid-area: header;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-row-align: center;
  align-items: center;
  border-bottom: var(--border-width) solid var(--border-color);
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: 48px !important;
  position: fixed;
  width: 100%;
  background: var(--white);
  z-index: 9;
}
.page-header-logo-area {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #f8fdfc, #f9fbf8, #ffffff);
  height: 46px;
  padding-left: 14px;
}
.page-header-logo {
  margin-right: 26px;
}
.page-header-logo img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 14px;
  gap: 24px;
}
.page-header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--spacer-sm);
}

.custom-nav-items {
  display: flex;
  height: 48px;
  gap: 10px;
}
.custom-nav-items a {
  color: var(--font-color);
  background: transparent;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: all 0.3s;
}
.custom-nav-items a:hover {
  color: var(--primary);
}
.custom-nav-items a.active {
  color: var(--white);
  background: #151b28;
  font-weight: 500;
}
.custom-nav-items-sm {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.custom-nav-items-sm a {
  color: var(--font-color);
  background: transparent;
  padding: 8px;
}
.custom-nav-items-sm a.active {
  color: var(--white);
  background: #151b28;
}
/* ======================================= */

/* header avatar, profile */
.avatar {
  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;
  border: 1px solid var(--border-color);
  height: 32px;
  width: 32px;
  padding: 0.25rem;
  color: var(--primary);
  border-radius: 50%;
}
.dropdown-menu {
  z-index: 1 !important;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 16rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.account-dropdown-menu.show {
  border-radius: 4px;
  max-width: 285px;
  color: #585858 !important;
  padding: 0;
  z-index: 3 !important;
}
.dropdown-menu.show {
  display: block;
}
/* ============================================ */

/* header notification-dropdown  */
.notification-btn-area {
  position: relative;
}
.notification-btn-area .notification-badge {
  width: 8px;
  height: 8px;
  background: #e65151;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 8px;
}
.notification-dropdown-area {
  position: absolute;
  top: 40px;
  right: -140px;
  border-radius: 4px;
  width: 448px;
  background: #ffffff;
  z-index: 6;
}
.notification-header-area {
  padding: 16px 16px 12px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.notification-tab-area {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0 16px 16px;
}
.notification-tab-area li a {
  border: 1px solid var(--border-color);
  border-radius: 40px;
  height: 26px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  color: #6a707d;
}
.notification-tab-area li.active a {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.notification-body-area {
  max-height: 350px;
  min-height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: var(--primary) #a2d9c8;
  scrollbar-width: thin;
}
.notification-body-area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.notification-body-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #a2d9c8;
}
.notification-body-area::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.notification-section {
  padding: 0 16px;
}
.notification-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.notification-body-title {
  font-size: 12px;
  font-weight: 500;
  color: var(--font-color);
}
.notification-single-item {
  display: grid;
  grid-template-columns: 40px auto 8px;
  gap: 16px;
}
.notification-single-item.seen {
  display: grid;
  grid-template-columns: 40px auto !important;
  gap: 16px;
}
.notification-item-name {
  background: #f1f3f6;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--primary);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification-item-text-area {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.notification-item-text {
  color: #393f4c;
}
.notification-item-time {
  font-size: 10px;
  font-weight: 500;
  color: #6a707d;
}
.notification-unseen-badge {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  margin-top: 8px;
}
.notification-single-tenderbase-item {
  display: grid;
  grid-template-columns: 40px auto 60px;
  gap: 16px;
}
.notification-tender-img {
  border-radius: 4px;
}
.notification-tender-img img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
}
.notification-footer-area {
  padding: 16px;
}
.notification-footer-area .notification-btn {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  background: var(--primary);
  color: var(--white);
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
}
/* ===================================== */

/* header profile-dropdown  */

/* ===================================== */

/* page sidebar */
.page-sider-container {
  margin-top: -26px;
  z-index: 3;
}
.page-sider-content {
  width: 52px;
  background-color: var(--white);
  border-right: var(--border-width) solid var(--border-color);
  padding: 22px 10px 8px 10px;
  min-height: 100vh;
  overflow: auto;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  overflow: visible !important;
  position: fixed;
  top: 48px;
}
.page-sider-content:hover {
  width: 236px;
}

.sider-item-area {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
}
.sider-item-area .sider-item {
  width: 100%;
}
.sider-item {
  color: var(--font-color);
  display: grid;
  grid-template-columns: 16px auto;
  align-items: center;
  gap: 15px;
  padding: 8px;
  font-size: 14px;
  min-height: 37px;
  transition: all 0.3s;
}
.sider-item:hover {
  background: var(--black-100);
}
.horizontal-divider {
  width: 100%;
  height: 1px;
  background: var(--border-color);
}

.search-input-field-area {
  position: relative;
  display: none;
}
.search-input-field-area input[type="text"] {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 6px 6px 6px 26px;
  width: 100%;
}
.search-input-field-icon {
  position: absolute;
  left: 8px;
  top: 8px;
}
.search-input-field-icon img {
  width: 12px;
}
.search-input-field-btn {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 1px;
  cursor: pointer;
  width: 20px;
}
.search-input-field-btn:hover svg path {
  fill: #151b28;
}
.my-folder-dropdown-btn {
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  display: none;
  align-items: center;
  padding: 4px 8px;
  cursor: pointer;
  height: fit-content;
  transition: all 0.3s;
}
.my-folder-dropdown-btn:hover {
  border: 1px solid var(--border-color);
}
.my-folder-area {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-sider-content:hover .sider-item-area {
  align-items: flex-start;
}
.sider-item-text {
  display: none;
  font-weight: 400;
  color: #6a707d;
}
.page-sider-content:hover .sider-item-text {
  display: inline-block;
}
.my-folder-title-area {
  display: none;
}
.page-sider-content:hover .my-folder-title-area {
  display: flex;
  justify-content: space-between;
}
.page-sider-content:hover .search-input-field-area {
  display: block;
}
.page-sider-content:hover .search-input-field-btn {
  padding: 4px 6px;
  width: 32px;
  height: 32px;
  min-height: 32px;
}
.page-sider-content:hover .my-folder-dropdown-btn {
  display: flex;
}
.sider-folder-dropdown-menu {
  min-width: 8rem;
}
.sider-folder-dropdown-body-area {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sider-folder-dropdown-body-area button,
.sider-folder-dropdown-body-area a {
  border: 0;
  background: transparent;
  padding: 2px 4px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.3s;
}
.sider-folder-dropdown-body-area button:hover {
  background: var(--black-100);
}
/* ============================================== */

/* content body */
.body-content-container {
  margin-top: -26px;
  z-index: 1;
}
.content-body {
  background-color: #f8f8f9;
  padding: 96px 24px 24px;
  margin-left: 0px;
  min-height: 102vh;
}
/* ============================================== */

/* ===========================
search-tender page 
============================*/
.select-show {
  background-color: #f8f8f9;
  border: 1px solid #dee3e9;
  padding: 3px 4px;
  border-radius: 2px;
  font-size: 14px;
}
.select-show:focus {
  border: 1px solid #dee3e9;
  outline: none !important;
}
.custom-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-left: 0px;
}
.custom-page-item {
  list-style: none;
}
.custom-page-link.active-action {
  background: #151b28 !important;
  color: #ffffff !important;
}
.custom-page-link.active-link {
  border: 1px solid #151b28;
}
.custom-page-link.active-action svg path {
  stroke: #ffffff !important;
}
.custom-page-link {
  color: #6a707d !important;
  border-radius: 6px;
  font-size: 14px;
  padding: 6px 14px;
  border: 1px solid #fff;
}
.custom-page-link:hover {
  border: 1px solid #151b28;
  color: #151b28 !important;
}
.date-sort {
  border: 0px;
  background: transparent;
}
.date-sort:focus {
  border: 0px !important;
  outline: none !important;
  background: transparent;
}

/* switch  */
.custom-switch {
  border-radius: 50%;
  background-color: #f8f8f9;
}
.custom-switch label {
  display: block;
  width: 32px;
  background: #cbcfd8;
  height: 12px;
  position: relative;
  border-radius: 9px;
  border: 0px;
}
.custom-switch label:before {
  content: "";
  height: 18px;
  width: 18px;
  background: #fff;
  position: absolute;
  border: 2px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  right: 20px;
  cursor: pointer;
  transition: 305ms all;
}
.custom-switch:has(> input:checked) label:before {
  right: -5px;
  background: #151b28;
  border: 2px solid #151b28;
}
.custom-switch input {
  display: none;
}

/* table */
.table-container {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  background-color: #fff;
}
.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.custom-table thead th {
  background-color: #ebeff4;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
  color: #393f4c;
  font-weight: 500;
  font-size: 14px;
}
.custom-table tbody tr {
  border-bottom: 1px solid #e1e4e8;
}
.custom-table tbody tr:last-child {
  border-bottom: none;
}
.custom-table td {
  padding: 15px;
  font-size: 14px;
  vertical-align: top;
}
.title-buyer p {
  margin: 0;
  font-weight: 500;
  color: #151b28;
  margin-bottom: 5px;
  font-size: 16px;
}
.title-buyer span {
  display: block;
}
.sub-info {
  font-size: 12px;
  background-color: #f1f3f6;
  border-radius: 4px;
  color: #151b28;
}
.status {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.status.open {
  color: #00a52a;
}
.status.awarded {
  color: #007aff;
}
.status.closed {
  color: #e65151;
}
.deadline {
  font-size: 14px;
  color: #e65151;
  display: block;
}
.day-ago {
  font-size: 14px;
  color: #00a52a;
  display: block;
  font-weight: 400;
}
.assign-to {
  display: flex;
  align-items: center;
  position: relative;
}
.assigned-person {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #02897a;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.actions {
  background-color: #f1f3f6;
  border: 0px !important;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-check {
  /* appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; */
  width: 15px;
  height: 15px;
  border: 2px solid #393f4c;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
}
.custom-check:checked {
  /* background-color: black;
  border-color: black; */
  accent-color: #151b28;
  border-radius: 2px;
}
/* .custom-check:checked::before {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  top: -4px;
  left: 0px;
} */
.table-tr:hover {
  background-color: #f9f9f9;
}
.shadow-lg {
  box-shadow: 4px 4px 40px 0px #b7bfc8;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* drop header */
.drop-down-header {
  background-color: #f1f3f6;
  padding: 6px 12px;
  border-radius: 2px;
  font-weight: 500;
  color: #151b28;
  gap: 12px;
}
.name-list {
  padding: 15px;
}
.name-check {
  gap: 2rem;
}
.short-name {
  display: inline-block;
  height: 28px;
  width: 28px;
  min-width: 28px;
  background-color: #f1f3f6;
  color: #151b28;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.short-name {
  color: #151b28;
}
.full-name {
  color: #6a707d;
}
.hr {
  border-top: 1px solid #f1f3f6;
}
.invite-btn-content {
  padding: 15px;
}
.invite-btn {
  background-color: #151b28;
  padding: 8px 10px;
  width: 100%;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  border: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.asign-name {
  color: #151b28;
  font-weight: 500;
}
.folder-color {
  background-color: #71cac0;
}
.option-conent {
  padding: 10px 15px;
}
.option-basic {
  display: block;
  font-size: 8px;
  color: #006e62;
  font-weight: 500;
}
.otion-title {
  display: block;
  font-size: 12px;
  color: #393f4c;
  font-weight: 500;
}
.dropdown-menu.export-dropdown-menu {
  min-width: 115px !important;
}
.tender-lifecycle-dropdown-area {
  position: absolute;
  top: 0px;
  right: 80px;
  background: #ffffff;
  width: 200px;
  border-radius: 4px;
}
.tender-filter-btn {
  gap: 8px;
  border: 1px solid #ebeff4;
  border-radius: 4px;
  color: #151b28;
}
.filter-by-label {
  gap: 8px;
  border: 1px solid #ebeff4;
  border-radius: 6px;
  height: 32px;
}
.filter-by-label .filter-by-filter-txt {
  max-width: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* radio button */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;

  padding: 15px;
}
.radio-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.radio-btn label {
  font-size: 14px;
  color: #6a707d;
  font-weight: 500;
}
.radio-btn input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #6a707d;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.radio-btn input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #151b28;
  border-radius: 50%;
}
.radio-btn input[type="radio"]:checked + label {
  color: #151b28;
}
.radio-btn input[type="radio"]:checked {
  border-color: #151b28;
}
.radio-btn:has(input[type="radio"]:checked) label {
  color: #151b28;
}

/* dropdown */
.dropdownBtn {
  gap: 8px;
  border: 1px solid #ebeff4;
  border-radius: 4px;
}
.dropdown-name {
  color: #151b28;
}

/* Styles when dropdown is shown */
.dropdown.show .dropdownBtn {
  border-color: #78bab3 !important;
}
.dropdown.show .dropdownBtn .dropdown-name {
  color: #78bab3 !important;
}
/* =========================================== */

/* search-tender: filter off-canvas */
#tender-filter-side-canvas.tender-view-side-canvas {
  width: 720px;
}
.filter-canvas-header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}
.filter-save-search-dropdown {
  background: #ecf3f3;
  color: var(--primary);
  border: 1px solid #bdddd9;
  padding: 2px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  height: 32px;
}
.close-filter-canvas {
  height: 16px;
  cursor: pointer;
}
.filter-canvas-save-btn,
.filter-canvas-reset-btn {
  border: 1px solid var(--border-color);
  background: transparent;
  border-radius: 4px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  height: 32px;
}
.filter-canvas-apply-change-btn {
  border: 1px solid var(--primary);
  background: var(--primary);
  border-radius: 4px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: var(--white);
  height: 32px;
}
.filter-canvas-tab-area {
  background: #f8f8f9;
  border-bottom: 1px solid #dee3e9;
}
.filter-canvas-tab-area .filter-canvas-tab {
  display: flex;
  align-items: center;
}
.filter-canvas-tab-area .filter-canvas-tab .filter-canvas-tab-item {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-size: 14px;
  padding: 10px 14px;
  color: #6a707d;
}
.filter-canvas-tab-area .filter-canvas-tab .filter-canvas-tab-item.active {
  border-color: var(--font-color);
  color: var(--font-color);
  font-weight: 500;
}
/* filter canvas content */
.filter-canvas-content-area {
  padding: 0 20px 20px;
}
.filter-canvas-content {
  padding-top: 20px;
}
.side-canvas-title {
  font-size: 18px;
  font-weight: 600;
}
.filter-canvas-label {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  color: #393f4c;
}
.filter-canvas-input {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 10px 12px;
  width: 100%;
  height: 38px;
  background: var(--white);
}
input::placeholder {
  color: #a4a8b1;
}
.filter-canvas-select {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
  height: 38px;
  background: var(--white);
}
.tender-lifecycle-content {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tender-lifecycle-item {
  display: grid;
  grid-template-columns: 14px auto;
  align-items: center;
  gap: 6px;
  background: #f1f3f6;
  border-radius: 4px;
  padding: 2px 6px;
}
.tender-lifecycle-item label {
  color: #a4a8b1;
}
.tender-lifecycle-item .custom-check:checked ~ label {
  color: var(--font-color);
}
.by-date-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
}
.by-data-check-area {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}
.by-data-check-area label {
  color: #a4a8b1;
}
.by-data-check-area .custom-check:checked ~ label {
  color: var(--font-color);
}
.by-date-input-area {
  position: relative;
}
.by-date-input-area .filter-canvas-input {
  padding: 10px 34px 10px 12px;
}
.by-date-input-area .by-date-input-icon {
  position: absolute;
  top: 10px;
  right: 12px;
}
.by-date-text-to {
  margin-top: 30px;
}
.tender-title-area {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 4px;
}
.tender-title-label {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f1f3f6;
  border-radius: 4px;
  padding: 2px 6px;
}
.tender-title-label .tender-title-label-text {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tender-title-input {
  border: 0;
  outline: 0;
  min-width: 100px;
}
.custom-radio {
  accent-color: #000;
  width: 18px;
  height: 18px;
}
.tender-lifecycle-item .custom-radio:checked ~ label {
  color: var(--font-color);
}
.filter-tender-status-content {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.filter-tender-status-content .tender-lifecycle-item {
  display: grid;
  grid-template-columns: 14px auto;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.by-location-search-area {
  position: relative;
}
.by-location-search-area .filter-canvas-input {
  padding: 10px 12px 10px 36px;
}
.by-location-search-area .by-location-search-icon {
  position: absolute;
  top: 10px;
  left: 12px;
}
.by-location-main-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.by-location-main-item label {
  color: var(--font-color);
  gap: 8px;
  font-weight: 500;
}
.filter-save-search-dropdown-menu {
  border-radius: 0 !important;
  min-width: 11rem !important;
}
.filter-save-search-dropdown-menu ul {
  list-style: none;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
}
/* ================================================== */

/* invite team member modal */
.modal-view-my-team-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
}
.modal-view-my-team-btn:hover {
  color: var(--primary);
}
.modal-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
/* =========================================== */

/* create-new-folder modal */
.select-color-folder-area {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.select-color-folder-text {
  color: #151b28;
  cursor: pointer;
}
.select-color-folder-icon-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.select-color-folder-color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.select-color-folder-dropdown-menu {
  min-width: 17.7rem;
}
.select-color-folder-dropdown-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.select-color-folder-dropdown-menu ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 6px;
  cursor: pointer;
  transition: all 0.3s;
}
.select-color-folder-dropdown-menu ul li .select-color-folder-text {
  cursor: pointer;
}
.select-color-folder-dropdown-menu ul li:hover {
  background: var(--black-100);
}
/* =========================================== */

/* account profile dropdown  */
.profile-dropdown-menu {
  width: 312px;
  border-radius: 8px !important;
  border: 1px solid #d8dde4 !important;
}
.profile-dropdown-body {
  padding: 16px;
}
.profile-top-area {
  display: grid;
  grid-template-columns: 48px auto;
  gap: 8px;
  align-items: center;
}
.profile-user-img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
}
.profile-user-img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.profile-user-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.profile-user-info .profile-user-name {
  color: #151b28;
  font-size: 16px;
  font-weight: 500;
}
.profile-user-info .profile-user-email {
  color: #6a707d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
}
.view-profile-btn-area {
  margin-top: 12px;
}
.view-profile-btn-area a {
  display: inline-block;
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 24px;
  height: 32px;
  text-align: center;
  color: var(--primary);
  font-weight: 500;
  padding: 4px 40px;
}
.profile-items-area {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.profile-item-title {
  font-size: 12px;
  font-weight: 500;
  color: #6a707d;
}
.profile-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.profile-items a {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 8px;
  align-items: center;
  padding: 2px;
  border-radius: 2px;
  transition: all 0.3s;
}
.profile-items a:hover {
  background: var(--black-100);
}
.profile-items .profile-item-txt {
  color: #393f4c;
}
.profile-premium-service-area {
  margin-top: 16px;
  background: #f1f6f4;
  padding: 8px 12px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 22px auto;
  align-items: center;
  gap: 12px;
}
.profile-logout-btn-area {
  border-top: 1px solid var(--border-color);
  margin-top: 16px;
  padding-top: 16px;
}
.profile-logout-btn-area button {
  border: 0;
  background: transparent;
  color: #393f4c;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 2px;
  border-radius: 2px;
  width: 100%;
  transition: all 0.3s;
}
.profile-logout-btn-area button:hover {
  background: var(--black-100);
}
/* ========================================== */

/* sidebar folder dropdown */
.dropdown-menu.sidebar-folder-dropdown {
  display: none;
}
.page-sider-content:hover .dropdown-menu.sidebar-folder-dropdown.show {
  display: block;
}
/* ========================================= */

/* tender details off-canvas */
.tender-details-main-container {
  margin-left: 48px;
  width: auto;
  height: 100%;
}
.tender-details-section {
  border-left: 1px solid var(--border-color);
  min-height: 100%;
}
.tender-details-header-area {
  padding: 24px 32px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.tender-details-header-area-left-part {
  width: 668px;
}
.tender-details-top-sm-text {
  font-size: 12px;
  color: #6a707d;
}
.tender-details-top-badge {
  background: #78bab31a;
  color: var(--primary);
  padding: 2px 8px;
  font-weight: 500;
  font-size: 12px;
  margin-right: 6px;
  border-radius: 4px;
}
.tender-details-header-area-right-part {
  display: flex;
  gap: 8px;
  margin-top: 30px;
}
.details-canvas-top-btn {
  border: 1px solid var(--border-color);
  background: transparent;
  border-radius: 4px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 40px;
}
.tender-details-body-area {
  padding: 32px;
}
.tender-details-body-top-part {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.tender-details-get-expert-area {
  background: #f6fbf6;
  border: 1px solid #21965336;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.tender-details-request-decument-area {
  background: #eef6ff;
  border: 1px solid #b6d3f5;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.tender-details-other-service-area {
  background: #fffae6;
  border: 1px solid #e5dbb7;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.tender-details-top-text {
  font-size: 12px;
}
.tender-details-top-text-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.tender-details-body-content {
  margin-top: 24px;
  display: grid;
  grid-template-columns: auto 464px;
  gap: 100px;
}
.tender-details-body-details-area {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}
.tender-details-body-timeline-area {
  margin-top: 16px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 12px;
}
.tender-details-body-timeline-main-content {
  border-left: 1px solid #dee3e9;
  margin-left: 7px;
}
.tender-details-body-timeline-content {
  display: grid;
  grid-template-columns: 30px auto;
  margin-bottom: 20px;
  margin-left: -8px;
}
.tender-details-body-timeline-item {
  display: grid;
  grid-template-columns: 200px auto;
  margin-top: -2px;
}
.side-canvas-sub-title {
  font-size: 16px;
  font-weight: 600;
}
.tender-details-body-timeline-right-item {
  color: #6a707d;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tender-details-body-timeline-view-details-btn {
  border: 1px solid var(--border-color);
  background: transparent;
  color: var(--primary);
  font-size: 12px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 20px;
  margin-left: 20px;
}
.tender-details-body-timeline-dot-icon {
  width: 16px;
  height: 34px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.tender-details-body-cpv-code-area {
  margin-top: 24px;
}
.tender-details-cpv-code-area {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tender-details-cpv-code-area .tender-details-cpv-code-item {
  background: #f1f3f6;
  border-radius: 4px;
  padding: 2px 6px;
  font-weight: 500;
}
.tender-details-comment-container {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
}
.tender-details-all-comments {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tender-details-comment-area {
  display: grid;
  grid-template-columns: 40px auto 100px;
  gap: 16px;
}
.tender-details-comment-badge {
  width: 40px;
  height: 40px;
  color: var(--white);
  border-radius: 500%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tender-details-comment-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tender-details-comment-name {
  color: #6a707d;
  font-size: 12px;
}
.tender-details-comment-file {
  font-size: 12px;
  background: #f1f3f6;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  border: 1px solid #dee3e9;
  border-radius: 8px;
  width: fit-content;
}
.tender-details-comment-time {
  color: #6a707d;
  font-size: 12px;
}
.tender-details-comment-text-editor-area {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 16px;
  margin-top: 30px;
}
.tender-details-comment-text-editor {
  background: #f1f3f6;
  padding: 16px;
  border: 1px solid #dee3e9;
  border-radius: 8px;
  display: grid;
  grid-template-columns: auto 16px;
  align-items: center;
  gap: 20px;
}
.tender-details-comment-text-editor-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tender-details-comment-text-editor-file-area {
  display: flex;
  gap: 12px;
}
.tender-details-comment-text-editor-file {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tender-details-comment-text-editor-input-area input {
  border: 0;
  outline: 0;
  width: 100%;
  background: transparent;
}
.tender-details-body-right-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.tender-details-body-right-item {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
  overflow-wrap: anywhere;
}
.tender-details-workflow-item {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 10px;
  align-items: flex-start;
}
.tender-details-workflow-item.progress-area {
  gap: 25px;
}
.tender-details-workflow-assign-to-area {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.tender-details-workflow-progressbar {
  background-color: #ebeff4;
  height: 16px;
  border-radius: 4px;
  position: relative;
}
.tender-details-workflow-progressbar
  .tender-details-workflow-progressbar-display {
  position: absolute;
  height: 16px;
  background: #6e6e6e;
  border-radius: 4px;
  width: 0%;
  height: 16px;
}
.tender-details-workflow-progressbar .tender-details-workflow-progressbar-text {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 0%;
  background: #151b28;
  color: var(--white);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: -14px;
}
.tender-details-region-area {
  display: grid;
  grid-template-columns: 15px auto;
  gap: 10px;
  align-items: center;
}
.tender-details-attachment-link {
  color: var(--font-color);
  text-decoration: underline;
}
.tender-details-competitor-item {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.tender-details-competitor-btn {
  border: 1px solid var(--border-color);
  padding: 4px 8px;
  font-weight: 500;
  border-radius: 4px;
  background: #ebeff4;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tender-details-content-body.content-body {
  padding-top: 70px;
  padding-bottom: 24px;
}
.tender-details-content-body .tender-details-section {
  min-height: 88vh;
  background: var(--white);
  padding: 40px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  margin-top: 24px;
}
.tender-details-content-body .tender-details-header-area {
  padding: 0px 0px 24px 0px;
}
.tender-details-content-body .tender-details-body-area {
  padding: 24px 0 0;
}
.tender-details-content-body .tender-details-body-content {
  gap: 232px;
  grid-template-columns: auto 464px;
}
.tender-details-content-body .tender-details-top-text-title {
  font-size: 16px;
}
/* ============================================= */

/* tender premium popup */
.tender-timeline-premium-popup {
  position: absolute;
  left: 200px;
  top: 180px;
}
.premium-popup-section {
  width: 230px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.premium-popup-section .premium-title {
  font-size: 16px;
  font-weight: 500;
  color: #069a2b;
}
.premium-popup-section .premium-text {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 16px;
}
.premium-btn {
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  color: #069a2b;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #ffffff;
  padding: 4px 12px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
.tender-details-premium-popup {
  position: absolute;
  left: 153px;
  bottom: 10px;
}
.tender-procurement-premium-popup {
  position: absolute;
  left: 153px;
  bottom: 22px;
}
.tender-procurement-premium-popup .premium-popup-section {
  padding: 40px 24px;
}
.premium-expired-btn {
  border: 1px solid #f87878;
  color: #e65151;
  background: var(--white);
  font-weight: 500;
  padding: 2px 8px;
  height: 24px;
  border-radius: 40px;
}
.premium-upgrade-subscription-btn {
  border: 1px solid #069a2b;
  background: #069a2b;
  height: 40px;
  font-weight: 500;
  color: var(--white);
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
}
/* ============================= */

/* supplier premium popup */
.supplier-timeline-premium-popup {
  position: absolute;
  left: 200px;
  top: 128px;
}
/* ============================ */

/* tender competitor off-canvas */
.tender-competitor-container {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
}
.tender-competitor-top-area {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}
.tender-competitor-top-close-btn {
  border: 1px solid var(--border-color);
  background: transparent;
  border-radius: 4px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  font-weight: 500;
}
.tender-competitor-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tender-competitor-item {
  display: grid;
  grid-template-columns: 240px auto;
  gap: 10px;
}
/* ============================================ */

/*================= 
supplier page 
================*/
.supplier-table-action {
  display: flex;
  align-items: center;
  gap: 6px;
}
.supplier-table-follow-btn {
  border: 1px solid #8ed09f;
  color: #069a2b;
  background: #ffffff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  width: 98px;
}
.supplier-table-follow-btn.following {
  border: 1px solid #ebeff4;
  color: #6a707d;
}

.supplier-details-content-body.content-body {
  padding-top: 70px;
  padding-bottom: 24px;
}
.supplier-details-content-body .tender-details-section {
  border: 1px solid var(--border-color);
  min-height: 88vh;
  background: var(--white);
  margin-top: 24px;
  border-radius: 8px;
}
.supplier-details-content-body .supplier-details-header-area {
  padding: 32px 40px 40px;
}
.supplier-details-content-body .supplier-details-body-top-part {
  padding: 32px 0px;
}
.supplier-details-content-body .supplier-details-body-content {
  padding: 24px 0px 32px;
  gap: 232px;
  grid-template-columns: auto 464px;
}
.supplier-details-content-body .supplier-details-tab-item {
  padding: 10px 40px;
}
.supplier-details-content-body .supplier-details-body-table-area {
  padding: 40px;
}
.supplier-details-content-body .supplier-summary-section {
  padding: 0px 40px;
}
/* ========================================== */

/* supplier details off-canvas */
.supplier-details-header-area {
  padding: 24px 32px 40px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.details-canvas-top-btn.follow-btn {
  border: 1px solid #8ed09f;
  color: #069a2b;
  padding: 3px 16px;
}
.supplier-details-tab-area {
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
}
.supplier-details-tab-item {
  list-style: none;
  padding: 10px 24px;
  border-bottom: 2px solid transparent;
}
.supplier-details-tab-item a {
  color: #151b28;
}
.supplier-details-tab-item.active {
  color: #047a6d;
  border-bottom: 2px solid #047a6d;
}
.supplier-details-tab-item.active a {
  color: #047a6d;
  font-weight: 500;
}
.supplier-details-body-top-part {
  padding: 24px 32px;
  border-bottom: 1px solid var(--border-color);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.supplier-details-body-top-part-item {
  border-radius: 4px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.supplier-details-body-top-part-item p sub {
  margin-left: 2px;
}
.supplier-details-body-top-part-item.item-1 {
  background: #069a2b;
  color: #ffffff;
}
.supplier-details-body-top-part-item.item-1 .price {
  font-size: 18px;
  font-weight: 600;
}
.supplier-details-body-top-part-item.item-2 {
  background: #f1f7f7;
  color: #6a707d;
}
.supplier-details-body-top-part-item.item-2 .price {
  font-size: 18px;
  font-weight: 600;
  color: #02897a;
}
.supplier-details-body-top-part-item.item-3 {
  background: #eef6ff;
  color: #6a707d;
}
.supplier-details-body-top-part-item.item-3 .price {
  font-size: 18px;
  font-weight: 600;
  color: #2483ea;
}
.supplier-details-body-top-part-item.item-4 {
  background: #f8f1f0;
  color: #6a707d;
}
.supplier-details-body-top-part-item.item-4 .price {
  font-size: 18px;
  font-weight: 600;
  color: #e65151;
}
.supplier-details-body-content {
  padding: 32px;
  display: grid;
  grid-template-columns: auto 464px;
  gap: 100px;
}
.supplier-details-comparison-area {
  display: grid;
  grid-template-columns: auto 32px;
  gap: 10px;
  align-items: center;
  border: 1px solid #047a6d24;
  border-radius: 8px;
  padding: 20px;
  margin-top: 26px;
  background: #f4fbfa;
}
.supplier-details-comparison-text {
  font-size: 12px;
}
.supplier-details-comparison-icon {
  height: 32px;
  cursor: pointer;
}
.supplier-details-chart-area {
  margin-top: 26px;
}
.supplier-details-body-right-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.supplier-cycle-progressbar {
  height: 16px;
  position: relative;
  background: #ebeff4;
  border-radius: 4px;
}
.supplier-cycle-progressbar span {
  position: absolute;
  top: 0;
  left: 0;
  background: #151b28;
  display: block;
  height: inherit;
  border-radius: 4px;
}
.supplier-details-chart {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
}
.supplier-details-chart #chart_div {
  width: 100% !important;
  height: 400px !important;
}
.supplier-details-body-table-area {
  padding: 32px;
  background: #f8f8f9;
}
.supplier-table-types-of-contract-categories {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
/* ======================================== */

/* supplier comparison off-canvas */
.supplier-comparison-header-area {
  padding: 24px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.supplier-comparison-content-area {
  margin-top: 10px;
  border-bottom: 1px solid var(--border-color);
  padding: 0 24px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.supplier-comparison-choose-area {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 515px 72px 515px;
  position: relative;
}
.supplier-comparison-vs-badge {
  justify-self: center;
  margin-top: 24px;
  z-index: 1;
  position: relative;
}
.supplier-comparison-vs-badge span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  font-weight: 500;
}
.supplier-comparison-vs-badge .supplier-comparison-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dee3e9;
  position: absolute;
  left: 17px;
  bottom: -6px;
}
.supplier-comparison-choose-select {
  z-index: 1;
  position: relative;
}
.supplier-comparison-choose-select .filter-canvas-label {
  color: #6a707d;
}
.supplier-comparison-choose-select .filter-canvas-select {
  border: 1px solid #96b7b4;
  height: 40px;
}
.supplier-comparison-choose-area
  .supplier-comparison-choose-select.left-item
  .supplier-comparison-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #96b7b4;
  position: absolute;
  right: -4px;
  top: 42px;
}
.supplier-comparison-choose-area
  .supplier-comparison-choose-select.right-item
  .supplier-comparison-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #96b7b4;
  position: absolute;
  left: -4px;
  top: 42px;
}
.supplier-comparison-choose-area .supplier-comparison-horizontal-line {
  width: 260px;
  height: 2px;
  background: #96b7b4;
  position: absolute;
  left: 50%;
  top: 44px;
  transform: translate(-50%, 0);
}
.supplier-comparison-item-area {
  display: grid;
  grid-template-columns: 425px 252px 425px;
  position: relative;
  margin-bottom: 32px;
}
.supplier-comparison-left-item {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 8px 24px;
  min-height: 40px;
  width: fit-content;
  height: fit-content;
  text-align: right;
  justify-self: flex-end;
  background: var(--white);
  position: relative;
  z-index: 1;
}
.supplier-comparison-right-item {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 8px 20px;
  min-height: 40px;
  width: fit-content;
  height: fit-content;
  text-align: left;
  justify-self: flex-start;
  background: var(--white);
  position: relative;
  z-index: 1;
}
.supplier-comparison-center-label {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 8px 24px;
  min-height: 40px;
  width: fit-content;
  text-align: center;
  font-weight: 500;
  justify-self: center;
  background: var(--white);
  z-index: 1;
  height: fit-content;
}
.supplier-comparison-item-area
  .supplier-comparison-left-item
  .supplier-comparison-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dee3e9;
  position: absolute;
  right: -6px;
  top: 17px;
}
.supplier-comparison-item-area
  .supplier-comparison-right-item
  .supplier-comparison-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dee3e9;
  position: absolute;
  left: -6px;
  top: 17px;
}
.supplier-comparison-item-area .supplier-comparison-horizontal-line {
  width: 260px;
  height: 2px;
  background: #dee3e9;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
}
.supplier-comparison-child-item {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: flex-start;
}
.supplier-comparison-left-item .supplier-comparison-child-item.item-show {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-end;
}
.supplier-comparison-right-item .supplier-comparison-child-item.item-show {
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.supplier-comparison-accordion-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.supplier-comparison-accordion-btn-txt {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  color: var(--primary);
}
.supplier-comparison-child-item .text-ellipsis {
  max-width: 285px;
}
.supplier-comparison-child-item .text-show {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.supplier-comparison-content-area .supplier-comparison-vertical-line {
  width: 2px;
  height: 100%;
  background: #dee3e9;
  position: absolute;
  top: 30px;
  left: 574px;
}
.supplier-comparison-content-area > .supplier-comparison-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dee3e9;
  position: absolute;
  left: 572px;
  bottom: 0px;
}
.supplier-comparison-chart-area {
  padding: 24px;
}
.supplier-comparison-chart {
  display: grid;
  grid-template-columns: auto 326px;
  gap: 30px;
}
.supplier-comparison-chart .comparison-chart #columnchart_material {
  width: 100% !important;
  height: 500px !important;
}
.supplier-comparison-filter-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #f1f3f6;
  padding: 16px;
  border-radius: 8px;
  height: fit-content;
}
.supplier-comparison-filter-area label {
  font-weight: 500;
  color: #6a707d;
}
.supplier-comparison-filter-select {
  height: 32px;
  border: 1px solid var(--border-color);
  background: var(--white);
  color: #151b28;
  border-radius: 40px;
  padding: 4px 16px;
  font-weight: 500;
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
}
.chart-filter-dropdown-menu {
  min-width: 9rem !important;
}
.chart-filter-dropdown-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px 8px;
}
.chart-filter-dropdown-menu ul li {
  padding: 2px;
  border-radius: 2px;
}
.chart-filter-dropdown-menu ul li:hover {
  background: var(--black-100);
}
.supplier-comparison-label-area {
  padding: 16px;
  border-radius: 8px;
}
.supplier-comparison-label-area.first-item {
  color: var(--white);
  background: linear-gradient(to right, #03786c, #00d0b9);
}
.supplier-comparison-label-area.second-item {
  color: var(--white);
  background: linear-gradient(to right, #e86d02, #f7b780);
}
.supplier-comparison-label-area p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.supplier-comparison-label-area ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 22px;
  font-size: 12px;
}
/* ======================================= */

/* upgrade plan modal */
.modal .upgrade-plan-modal-body {
  padding: 0;
}
.upgrade-plan-header-area {
  padding: 24px;
  border-bottom: 1px solid var(--border-color);
}
.upgrade-plan-header-area .tender-title {
  font-size: 24px !important;
}
.upgrade-plan-modal-close-btn {
  color: #393f4c;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
}
.upgrade-plan-modal-content {
  padding: 24px;
}
.upgrade-plan-modal-feature ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.upgrade-plan-modal-feature ul li {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 8px;
}
.upgrade-plan-modal-action {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.upgrade-plan-modal-action button {
  height: 48px;
  width: 100%;
  padding: 12px 24px;
  border: 1px solid var(--border-color);
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
/* ======================================== */

/* buyer details */
.buyer-table-action {
  display: flex;
  align-items: center;
  gap: 6px;
}
.buyer-table-follow-btn {
  border: 1px solid #b5d0f8;
  color: #2483ea;
  background: #ffffff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  width: 98px;
}
.buyer-table-follow-btn.following {
  border: 1px solid #ebeff4;
  color: #6a707d;
}

/* buyer-details side-canvas */
.details-canvas-top-btn.buyer-follow-btn {
  border: 1px solid #b5d0f8;
  color: #2483ea;
  padding: 3px 16px;
}
.buyer-details-tab-item {
  list-style: none;
  padding: 10px 24px;
  border-bottom: 2px solid transparent;
}
.buyer-details-tab-item.active {
  color: #2483ea;
  border-bottom: 2px solid #2483ea;
}
.buyer-details-tab-item.active a {
  color: #2483ea;
  font-weight: 500;
}
.buyer-details-body-top-part-item {
  border-radius: 4px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.buyer-details-body-top-part-item p sub {
  margin-left: 2px;
}
.buyer-details-body-top-part-item.item-1 {
  background: #2483ea;
  color: #ffffff;
}
.buyer-details-body-top-part-item.item-1 .price {
  font-size: 18px;
  font-weight: 600;
}
.buyer-details-body-top-part-item.item-2 {
  background: #f1f3f6;
  color: #6a707d;
}
.buyer-details-body-top-part-item.item-2 .price {
  font-size: 18px;
  font-weight: 600;
  color: #02897a;
}
.buyer-details-body-top-part-item.item-3 {
  background: #eef6ff;
  color: #6a707d;
}
.buyer-details-body-top-part-item.item-3 .price {
  font-size: 18px;
  font-weight: 600;
  color: #151b28;
}
.buyer-details-body-top-part-item.item-4 {
  background: #e5f6e9;
  color: #6a707d;
}
.buyer-details-body-top-part-item.item-4 .price {
  font-size: 18px;
  font-weight: 600;
  color: #069a2b;
}
.buyer-details-comparison-area {
  display: grid;
  grid-template-columns: auto 32px;
  gap: 10px;
  align-items: center;
  border: 1px solid #c5daf1;
  border-radius: 8px;
  padding: 20px;
  margin-top: 26px;
  background: #eef5ff;
}
.buyer-tender-cycle-price {
  font-size: 24px;
  font-weight: 500;
}
.buyer-details-label-area {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.buyer-details-label-area .buyer-details-label {
  height: 22px;
  border-radius: 4px;
  padding: 0px 4px;
  font-size: 14px;
  font-weight: 500;
}
.buyer-decision-maker-label {
  border: 1px solid #b5d0f8;
  background: transparent;
  border-radius: 4px;
  height: 24px;
  width: fit-content;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.buyer-decision-maker-label span {
  color: #2483ea;
  font-size: 14px;
  font-weight: 500;
}
.buyer-decision-maker-label:disabled {
  border: 1px solid #f1f3f6;
}
.buyer-decision-maker-label:disabled span {
  color: #cbcfd8;
}
.buyer-decision-maker-label:disabled svg path {
  fill: #cbcfd8;
}
.buyer-comparison-label-area {
  padding: 16px;
  border-radius: 8px;
}
.buyer-comparison-label-area.first-item {
  color: var(--white);
  background: linear-gradient(to right, #0668d2, #96c8ff);
}
.buyer-comparison-label-area.second-item {
  color: var(--white);
  background: linear-gradient(to right, #e86d02, #f7b780);
}
.buyer-comparison-label-area p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.buyer-comparison-label-area ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 22px;
  font-size: 12px;
}
.buyer-comparison-choose-select .filter-canvas-select {
  border: 1px solid #c5daf1;
  height: 40px;
}
.supplier-details-content-body .buyer-details-tab-item {
  padding: 10px 40px;
}
.supplier-details-content-body .buyer-summary-section {
  padding: 0px 40px;
}
.decision-maker-blurred-area {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.decision-maker-no-content-area {
  background: #f8f8f9;
  min-height: 83vh;
  display: flex;
}
.decision-maker-no-content {
  width: 548px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.decision-maker-no-content-title {
  font-size: 20px;
  font-weight: 600;
}
.decision-maker-no-content-btn {
  color: var(--white);
  background: #2483ea;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 48px;
  width: 188px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 32px;
}
/* ===================================== */

/* category tracking page */
.category-tracking-top-area {
  margin-top: 8px;
}
.category-tracking-top-title {
  color: #393f4c;
}
.category-tracking-card-area {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.category-tracking-card {
  border: 1px solid var(--border-color);
  background: var(--white);
  border-radius: 4px;
  padding: 24px;
  cursor: pointer;
}
.category-tracking-card.active {
  background: linear-gradient(to left, #2483ea, #005dc3);
}
.category-tracking-card.active .category-tracking-card-subtitle {
  color: var(--white);
}
.category-tracking-card.active .category-tracking-card-title {
  color: var(--white);
}
.category-tracking-card-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #2483ea;
}
.category-tracking-card-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.category-tracking-all-category {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 4px;
  align-items: center;
}
/* ===================================== */

/* category tracking off-canvas */
#category-tracking-side-canvas.tender-view-side-canvas {
  width: 720px;
}
.category-tracking-tab-area {
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
}
.category-tracking-tab-item {
  list-style: none;
  padding: 10px 24px;
  border-bottom: 2px solid transparent;
}
.category-tracking-tab-item.active {
  color: #151b28;
  border-bottom: 2px solid #151b28;
}
.category-tracking-tab-item.active a {
  color: #151b28;
  font-weight: 500;
}
.category-tracking-canvas-content-section {
  padding: 20px;
}
.category-tracking-canvas-search-area {
  position: relative;
}
.category-tracking-canvas-search-area input {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 32px;
  padding: 4px 8px 4px 28px;
  width: 100%;
  font-size: 12px;
}
.category-tracking-canvas-search-area .search-icon {
  position: absolute;
  top: 9px;
  left: 9px;
}
.category-tracking-canvas-contents {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.category-tracking-canvas-single-content {
  border: 1px solid #ebeff4;
  border-radius: 4px;
  padding: 8px 16px;
  display: grid;
  grid-template-columns: auto 14px;
  gap: 16px;
}
.category-tracking-canvas-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: #2483ea;
}
.category-tracking-canvas-title {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}
.category-tracking-canvas-pin-btn {
  background: transparent;
  padding: 0;
  border: 0;
  height: 22px;
  margin-top: 20px;
}
.category-tracking-canvas-pin-btn .fill-icon {
  display: none;
}
.category-tracking-canvas-single-content.active {
  background: linear-gradient(to left, #2483ea, #005dc3);
}
.category-tracking-canvas-single-content.active
  .category-tracking-canvas-subtitle {
  color: var(--white);
}
.category-tracking-canvas-single-content.active
  .category-tracking-canvas-title {
  color: var(--white);
}
.category-tracking-canvas-single-content.active
  .category-tracking-canvas-pin-btn
  .outline-icon {
  display: none;
}
.category-tracking-canvas-single-content.active
  .category-tracking-canvas-pin-btn
  .fill-icon {
  display: inline-block;
}
.category-tracking-canvas-single-content.active
  .category-tracking-canvas-pin-btn
  .fill-icon
  path {
  fill: var(--white);
}
.category-tracking-canvas-single-content.pined {
  border: 1px solid #2483ea;
}
.category-tracking-canvas-single-content.pined
  .category-tracking-canvas-pin-btn
  .outline-icon {
  display: none;
}
.category-tracking-canvas-single-content.pined
  .category-tracking-canvas-pin-btn
  .fill-icon {
  display: inline-block;
}
.category-tracking-canvas-single-content.pined
  .category-tracking-canvas-pin-btn
  .fill-icon
  path {
  fill: #2483ea;
}
/* ==================================== */

/* decision-maker page */
.decision-maker-top-area {
  margin-top: 8px;
}
.decision-maker-search-area {
  position: relative;
}
.decision-maker-search-area input {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 40px;
  padding: 4px 16px 4px 32px;
  width: 522px;
}
.decision-maker-search-area .search-icon {
  position: absolute;
  top: 13px;
  left: 12px;
}

.decision-maker-search-area button {
  border-radius: 4px !important;
}

.decision-maker-card-area {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.decision-maker-card {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 24px;
  cursor: pointer;
  background-color: #fff;
}
.decision-maker-card-subtitle {
  font-size: 14px;
  color: #393f4c;
}
.decision-maker-card-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.decision-maker-card:hover {
  background: linear-gradient(to left, #2483ea, #005dc3);
}
.decision-maker-card:hover .decision-maker-card-subtitle {
  color: var(--white);
}
.decision-maker-card:hover .decision-maker-card-title {
  color: var(--white);
}

.decision-maker-card.active {
  background: linear-gradient(to left, #2483ea, #005dc3);
}
.decision-maker-card.active .decision-maker-card-subtitle {
  color: var(--white);
}
.decision-maker-card.active .decision-maker-card-title {
  color: var(--white);
}
/* ==================================== */

/* profile page */
.profile-main-container {
  display: flex;
  gap: 24px;
}
.profile-content-section {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  flex-grow: 1;
  min-height: 90vh;
  width: min-content;
  padding: 24px;
}
.profile-sidebar-section {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  width: 260px;
  min-height: 90vh;
  padding: 24px 8px;
}
.profile-sidebar-label {
  font-size: 12px;
  font-weight: 500;
  color: #6a707d;
  padding: 0 16px;
  margin-bottom: 16px;
}
.profile-sidebar-items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.profile-sidebar-items a {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6a707d;
  transition: all 0.1s;
}
.profile-sidebar-items a.active {
  background: #f1f3f6;
  border-radius: 40px;
  color: #151b28;
}
.profile-sidebar-items a.active svg path {
  stroke: #151b28;
}
.profile-sidebar-items a:hover {
  background: #f1f3f6;
  border-radius: 40px;
  color: #151b28;
}
.profile-sidebar-items a:hover svg path {
  stroke: #151b28;
}
.profile-sidebar-horizontal-line {
  width: 200px;
  height: 1px;
  margin: 25px auto;
  background: #d8dde4;
}
.profile-sidebar-logout-btn-area button {
  border: 0;
  background: transparent;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6a707d;
  width: 100%;
}
.profile-sidebar-logout-btn-area button:hover {
  background: #f1f3f6;
  border-radius: 40px;
  color: #151b28;
}
.profile-sidebar-logout-btn-area button:hover svg path {
  stroke: #151b28;
}
/* =================================== */

/* my profile page */
.my-profile-section {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  width: 744px;
  min-height: 90vh;
  padding: 24px;
}
.my-profile-top-image-area {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 476px auto;
  gap: 16px;
  align-items: center;
}
.my-profile-top-image-info-area {
  display: grid;
  grid-template-columns: 60px 400px;
  gap: 16px;
  align-items: center;
}
.my-profile-top-img {
  width: 60px;
  height: 60px;
  border: 1px solid #ebeff4;
  border-radius: 50%;
}
.my-profile-top-image-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.my-profile-top-image-info .profile-name {
  font-size: 18px;
  font-weight: 500;
}
.my-profile-top-image-info .profile-email {
  font-size: 14px;
  color: #6a707d;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 330px;
}
.my-profile-top-action-btn-area {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
}
.my-profile-top-action-btn-area .upload-picture-btn {
  font-size: 12px;
  font-weight: 500;
  height: 34px;
  padding: 8px 14px;
  background: #151b28;
  color: var(--white);
  border: 1px solid #151b28;
  border-radius: 8px;
}
.my-profile-top-action-btn-area .delete-picture-btn {
  font-size: 12px;
  font-weight: 500;
  height: 34px;
  padding: 8px 14px;
  background: var(--white);
  color: #6a707d;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.my-profile-section-margin {
  margin-top: 32px;
}
.my-profile-input-area label {
  font-size: 12px;
  font-weight: 500;
  color: #393f4c;
  margin-bottom: 8px;
  display: inline-block;
}
.my-profile-input-area input {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  height: 40px;
  padding: 8px 80px 8px 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
.my-profile-input-area .input-label {
  background: #f1f3f6;
  color: var(--primary);
  padding: 2px 8px;
  border-radius: 40px;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: 11px;
  right: 9px;
  cursor: pointer;
}
.my-profile-change-password-area {
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
  align-items: center;
}
.my-profile-change-password-area .my-profile-change-pass-btn {
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  padding: 8px 14px;
  background: #151b28;
  color: var(--white);
  border: 1px solid #151b28;
  border-radius: 8px;
}
.my-profile-change-password-area .my-profile-change-pass-label {
  font-size: 12px;
  color: #6a707d;
}
.my-profile-billing-address-area {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 16px;
  position: relative;
}
.my-profile-billing-address {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.my-profile-billing-address .billing-address-label {
  font-size: 12px;
  font-weight: 500;
  color: #a4a8b1;
}
.my-profile-billing-address .billing-address-txt {
  font-size: 14px;
  font-weight: 500;
}
.my-profile-billing-address-area .input-label {
  background: #f1f3f6;
  color: var(--primary);
  padding: 2px 8px;
  border-radius: 40px;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 16px;
  cursor: pointer;
}
.my-profile-language-area {
  padding: 8px 16px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}
.my-profile-language {
  font-size: 14px;
  font-weight: 500;
  display: grid;
  grid-template-columns: 24px auto;
  gap: 8px;
  align-items: center;
}
.my-profile-language .my-profile-language-img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.select-language-dropdown-menu {
  min-width: 100% !important;
}
.language-dropdown-body {
  padding: 16px;
}
.language-dropdown-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.language-dropdown-body ul li {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 8px;
  align-items: center;
}
.language-dropdown-body ul li label {
  font-size: 14px !important;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}
.language-dropdown-body ul li img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.remove-account-title {
  font-size: 18px;
  font-weight: 500;
}
.remove-account-txt {
  font-size: 12px;
  margin-top: 4px;
}
.remove-account-btn-area {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.remove-account-btn-area .disable-account {
  background: #d04242;
  border: 1px solid #d04242;
  border-radius: 8px;
  color: var(--white);
  height: 34px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 500;
}
.remove-account-btn-area .delete-account {
  background: #fbf7f7;
  border: 1px solid #e9d6d6;
  border-radius: 8px;
  color: #d04242;
  height: 34px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 500;
}
/* =================================== */

/* profile subscription page */
.profile-my-subscription-top-area {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.profile-my-subscription-top-name {
  font-size: 14px;
  font-weight: 500;
  color: #6a707d;
}
.profile-my-subscription-top-text {
  font-size: 18px;
  font-weight: 500;
  margin: 8px 0 2px;
}
.profile-my-subscription-top-time {
  font-size: 14px;
  color: #6a707d;
}
.profile-my-subscription-top-auto-renewal {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}
.profile-my-subscription-top-auto-renewal .auto-renewal-txt {
  font-size: 14px;
  font-weight: 500;
}
.profile-my-subscription-top-auto-renewal .custom-switch {
  background: transparent;
}
.profile-my-subscription-top-auto-renewal .custom-switch label {
  width: 36px;
  height: 16px;
  background: #e6e6e6;
}
.profile-my-subscription-top-auto-renewal .custom-switch label:before {
  width: 24px;
  height: 24px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 2px solid var(--white);
}
.profile-my-subscription-top-auto-renewal
  .custom-switch:has(> input:checked)
  label:before {
  right: -5px;
  background: var(--primary);
  border: 2px solid var(--primary);
  border: 2px solid var(--white);
}
.profile-my-subscription-top-monthly-yearly {
  border: 1px solid var(--border-color);
  border-radius: 40px;
  padding: 4px;
}
.profile-my-subscription-top-monthly-yearly span {
  display: inline-block;
  height: 32px;
  padding: 6px 16px;
  font-size: 14px;
  text-align: center;
  color: #6a707d;
  cursor: pointer;
}
.profile-my-subscription-top-monthly-yearly span.active {
  background: #f1f3f6;
  color: #151b28;
  font-weight: 500;
  border-radius: 40px;
}
/* subscription plan */
.profile-my-subscription-plan-cards-area {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.profile-my-subscription-plan-card {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 96px 32px 32px;
  position: relative;
  overflow: hidden;
}
.profile-my-subscription-plan-card-header {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 24px;
  margin-bottom: 32px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.profile-my-subscription-plan-card-header .plan-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.profile-my-subscription-plan-card-header .plan-description {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 24px;
}
.profile-my-subscription-plan-card-header .plan-price-area {
  display: flex;
  gap: 4px;
  align-items: flex-end;
}
.profile-my-subscription-plan-card-header .plan-price-area .plan-price {
  font-size: 36px;
  font-weight: 600;
}
.profile-my-subscription-plan-card-header .plan-price-area .plan-time {
  color: #6a707d;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 4px;
}
.profile-my-subscription-plan-card-header .subscription-plan-btn {
  margin-top: 24px;
}
.profile-my-subscription-plan-card-header .subscription-plan-btn button {
  border: 1px solid var(--border-color);
  background: var(--white);
  border-radius: 40px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.profile-my-subscription-plan-card-header .header-plan-icon {
  position: absolute;
  top: 32px;
  left: 32px;
}
.profile-my-subscription-plan-card-header .header-plan-shape1 {
  position: absolute;
  top: 0px;
  right: 0px;
}
.profile-my-subscription-plan-card-header .header-plan-shape2 {
  position: absolute;
  top: 0px;
  right: 0px;
}
.profile-my-subscription-plan-card-body .plan-card-body-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
.profile-my-subscription-plan-card-body .plan-card-body-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profile-my-subscription-plan-card-body .plan-card-body-list li {
  display: grid;
  grid-template-columns: 18px auto;
  gap: 10px;
}
.profile-my-subscription-plan-card-body .plan-card-body-list-check-icon {
  margin-top: 3px;
}
.profile-my-subscription-plan-card-body .plan-card-body-list-text-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.profile-my-subscription-plan-card-body
  .plan-card-body-list-text-area
  .plan-card-body-list-text {
  color: #393f4c;
  font-size: 14px;
}
.profile-my-subscription-plan-card-body
  .plan-card-body-list-text-area
  .plan-card-body-list-limit {
  color: #e65151;
  font-size: 12px;
  font-weight: 500;
}
.profile-my-subscription-plan-card.local-plan
  .profile-my-subscription-plan-card-header
  .plan-price-area
  .plan-time
  .plan-save-txt {
  color: #1c7ce4;
}
.profile-my-subscription-plan-card.local-plan
  .profile-my-subscription-plan-card-header
  .subscription-plan-btn
  button {
  background: #1c7ce4;
  color: var(--white);
}
.profile-my-subscription-plan-card.local-plan
  .profile-my-subscription-plan-card-body
  .plan-card-body-title {
  color: #1c7ce4;
}
.profile-my-subscription-plan-card.local-plan
  .profile-my-subscription-plan-card-body
  .plan-card-body-list-check-icon
  path {
  fill: #1c7ce4;
}
.profile-my-subscription-plan-card.regional-plan
  .profile-my-subscription-plan-card-header
  .plan-price-area
  .plan-time
  .plan-save-txt {
  color: #069a2b;
}
.profile-my-subscription-plan-card.regional-plan
  .profile-my-subscription-plan-card-header
  .subscription-plan-btn
  button {
  color: #069a2b;
}
.profile-my-subscription-plan-card.regional-plan
  .profile-my-subscription-plan-card-body
  .plan-card-body-title {
  color: #069a2b;
}
.profile-my-subscription-plan-card.regional-plan
  .profile-my-subscription-plan-card-body
  .plan-card-body-list-check-icon
  path {
  fill: #069a2b;
}

.profile-my-subscription-plan-card.regional-plus-plan
  .profile-my-subscription-plan-card-body
  .plan-card-body-title {
  color: #0ab9a6;
}
.profile-my-subscription-plan-card.regional-plus-plan
  .profile-my-subscription-plan-card-body
  .plan-card-body-list-check-icon
  path {
  fill: #0ab9a6;
}
.profile-my-subscription-plan-card.regional-plus-plan
  .profile-my-subscription-plan-card-body
  .plan-card-body-title {
  color: #0ab9a6;
}

.profile-my-subscription-build-package-area {
  border: 1px solid #ede3d4;
  border-radius: 20px;
  background: #fffbf5;
  padding: 40px;
  margin-top: 32px;
  display: grid;
  grid-template-columns: auto 160px;
  gap: 160px;
  align-items: flex-end;
}
.profile-my-subscription-build-package-area .build-package-subtitle {
  color: #006e62;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.profile-my-subscription-build-package-area .build-package-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 6px;
}
.profile-my-subscription-build-package-area .build-package-description {
  color: #393f4c;
  font-size: 14px;
  font-weight: 500;
}
.profile-my-subscription-build-package-area
  .build-package-customize-btn
  button {
  width: 160px;
  height: 48px;
  background: #006e62;
  color: var(--white);
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #006e62;
  border-radius: 40px;
}
/* ==================================================== */

/* payment-billings page */
.profile-payment-billings-top-area {
  border: 1px solid #ebeff4;
  border-radius: 8px;
  background: #f8f8f9;
  padding: 24px;
  margin-top: 32px;
}
.profile-payment-billings-top-area .card-billing-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}
.profile-payment-billings-top-area .card-billing-subtitle {
  font-size: 14px;
  color: #393f4c;
}
.profile-payment-billings-card-area {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.profile-payment-billings-card {
  background: var(--white);
  border: 1px solid #ebeff4;
  border-radius: 8px;
  padding: 24px;
}
.profile-payment-billings-card .billings-card-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-payment-billings-card .billings-card-top-left-area {
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  gap: 16px;
}
.profile-payment-billings-card .billings-card-top-right-area {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f3f6;
  cursor: pointer;
}
.profile-payment-billings-card .billings-card-img {
  width: 80px;
  height: 48px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-payment-billings-card .billings-card-img img {
  width: 100%;
}
.profile-payment-billings-card .billings-card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.profile-payment-billings-card .billings-card-info .card-user-name {
  color: #393f4c;
  font-size: 14px;
  font-weight: 500;
}
.profile-payment-billings-card .billings-card-info .card-user-phone {
  color: #393f4c;
  font-size: 12px;
  font-weight: 500;
}
.profile-payment-billings-card .billings-card-expire-time {
  margin-top: 32px;
  font-size: 14px;
  color: #6a707d;
}
.profile-payment-billings-default-card {
  background: transparent;
  border: 1px dashed #d8dde4;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-payment-billings-default-card .add-card-area {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.profile-billings-history-area {
  margin-top: 24px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 24px;
}
.profile-billings-history-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-billings-history-txt-area {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.profile-billings-history-txt-area .profile-billings-history-title {
  font-size: 18px;
  font-weight: 600;
}
.profile-billings-history-txt-area .profile-billings-history-subtitle {
  font-size: 14px;
  color: #393f4c;
}
.profile-billings-history-download-btn button {
  width: 130px;
  height: 40px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  background: #151b28;
  color: var(--white);
  border: 1px solid #151b28;
  border-radius: 8px;
}
.profile-history-table-download-btn button {
  width: 98px;
  height: 36px;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--white);
  color: #6a707d;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
/* ================================== */

/* Tender alert preference page */
.profile-tender-notifications-timeline-area {
  margin-top: 32px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 24px;
}
.profile-tender-notifications-timeline-top-area {
  display: grid;
  grid-template-columns: auto 155px;
  align-items: center;
  gap: 150px;
}
.profile-tender-notifications-timeline-title-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.profile-tender-notifications-timeline-title-area
  .notifications-timeline-title {
  font-size: 18px;
  font-weight: 600;
}
.profile-tender-notifications-timeline-title-area
  .notifications-timeline-subtitle {
  color: #393f4c;
  font-size: 14px;
}
.profile-tender-notifications-timeline-top-area
  .notifications-timeline-daily-tailored {
  border: 1px solid var(--border-color);
  border-radius: 40px;
  padding: 4px;
}
.profile-tender-notifications-timeline-top-area
  .notifications-timeline-daily-tailored
  span {
  display: inline-block;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  text-align: center;
  color: #6a707d;
  cursor: pointer;
}
.profile-tender-notifications-timeline-top-area
  .notifications-timeline-daily-tailored
  span.active {
  background: #006e62;
  color: var(--white);
  font-weight: 500;
  border-radius: 40px;
}
.profile-tender-notifications-timeline-add-btn button {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  height: 40px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
}
.profile-tender-notifications-timeline-time-area {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  min-height: 40px;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.profile-tender-notifications-timeline-time-area .notifications-timeline-time {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: #f8f8f9;
  height: 24px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile-tender-notifications-timeline-time-area
  .notifications-timeline-time-txt {
  font-size: 14px;
  font-weight: 500;
  margin-top: 1px;
}
.profile-tender-email-notification-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-right: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.profile-tender-email-notification-area .email-notification-txt-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 440px;
}
.profile-tender-email-notification-area .email-notification-title {
  font-size: 16px;
  font-weight: 600;
}
.profile-tender-email-notification-area .email-notification-subtitle {
  font-size: 12px;
  color: #393f4c;
}
.profile-tender-email-notification-area .email-notification-switch-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.profile-tender-email-notification-area
  .email-notification-switch-area
  .custom-switch {
  background: transparent;
}
.profile-tender-email-notification-area
  .email-notification-switch-area
  .custom-switch
  label {
  width: 36px;
  height: 16px;
  background: #e6e6e6;
}
.profile-tender-email-notification-area
  .email-notification-switch-area
  .custom-switch
  label:before {
  width: 24px;
  height: 24px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 2px solid var(--white);
}
.profile-tender-email-notification-area
  .email-notification-switch-area
  .custom-switch:has(> input:checked)
  label:before {
  right: -5px;
  background: var(--primary);
  border: 2px solid var(--primary);
  border: 2px solid var(--white);
}
.profile-tender-email-notification-area .email-notification-switch-txt {
  font-size: 12px;
  font-weight: 500;
  color: #006e62;
}
.profile-tender-integration-main-area {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.profile-tender-integration-main-area .tender-integration-area {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 16px;
  align-items: center;
  max-width: 300px;
}
.profile-tender-integration-main-area .tender-integration-img-area {
  width: 40px;
  height: 40px;
}
.profile-tender-integration-main-area .tender-integration-img-area img {
  width: 100%;
  height: auto;
}
.profile-tender-integration-main-area .tender-integration-text-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.profile-tender-integration-main-area .tender-integration-title {
  font-size: 16px;
  font-weight: 500;
}
.profile-tender-integration-main-area .tender-integration-subtitle {
  font-size: 12px;
  color: #393f4c;
}
.profile-tender-integration-main-area .tender-integration-button-area {
  display: flex;
  align-items: center;
  gap: 16px;
}
.profile-tender-integration-main-area
  .tender-integration-button-area
  .integration-learn-more-btn {
  background: transparent;
  border: 0;
  padding: 0;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}
.profile-tender-integration-main-area
  .tender-integration-button-area
  .integration-btn-divider {
  color: #d8dde4;
}
.profile-tender-integration-main-area
  .tender-integration-button-area
  .integration-connect-btn {
  background: #151b28;
  border: 1px solid #151b28;
  border-radius: 8px;
  height: 40px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}
/* ================================== */

/* settings & privacy page */
.profile-setting-two-factor-area {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-top: 32px;
}
.profile-setting-two-factor-top-area {
  border-bottom: 1px solid var(--border-color);
  background: #f8f8f9;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.profile-setting-two-factor-top-area .two-factor-top-text-area {
  max-width: 572px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.profile-setting-two-factor-top-area .two-factor-top-title {
  font-size: 18px;
  font-weight: 600;
}
.profile-setting-two-factor-top-area .two-factor-top-description {
  font-size: 12px;
  color: #393f4c;
}
.profile-setting-two-factor-top-area .two-factor-switch-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.profile-setting-two-factor-top-area .two-factor-switch-area .custom-switch {
  background: transparent;
}
.profile-setting-two-factor-top-area
  .two-factor-switch-area
  .custom-switch
  label {
  width: 36px;
  height: 16px;
  background: #e6e6e6;
}
.profile-setting-two-factor-top-area
  .two-factor-switch-area
  .custom-switch
  label:before {
  width: 24px;
  height: 24px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 2px solid var(--white);
}
.profile-setting-two-factor-top-area
  .two-factor-switch-area
  .custom-switch:has(> input:checked)
  label:before {
  right: -5px;
  background: var(--primary);
  border: 2px solid var(--primary);
  border: 2px solid var(--white);
}
.profile-setting-two-factor-top-area
  .two-factor-switch-area
  .two-factor-switch-txt {
  font-size: 14px;
  font-weight: 500;
}
.profile-setting-two-factor-body-area {
  padding: 0 24px;
}
.profile-setting-two-factor-item {
  border-bottom: 1px solid var(--border-color);
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.profile-setting-two-factor-item .two-factor-item-title-area {
  max-width: 572px;
  display: flex;
  flex-direction: column;
}
.profile-setting-two-factor-item .two-factor-item-title {
  font-size: 16px;
  font-weight: 500;
}
.profile-setting-two-factor-item .two-factor-item-description {
  font-size: 12px;
  color: #393f4c;
}
.profile-setting-two-factor-item .two-factor-item-btn-area button {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  height: 32px;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile-setting-two-factor-item .two-factor-item-subtitle-area {
  display: flex;
  align-items: center;
  gap: 4px;
}
.profile-setting-two-factor-item .two-factor-item-subtitle {
  font-size: 14px;
  font-weight: 500;
}
.profile-setting-two-factor-item .two-factor-item-configure-badge {
  font-size: 12px;
  color: #069a2b;
  border: 1px solid #069a2b;
  border-radius: 40px;
  padding: 3px 12px;
}
.profile-setting-logged-in-area {
  max-width: 400px;
  display: grid;
  grid-template-columns: 32px auto;
  align-items: center;
  gap: 24px;
}
.profile-setting-logged-in-area .logged-in-device-img {
  width: 32px;
  height: 32px;
}
.profile-setting-logged-in-area .logged-in-device-img img {
  width: auto;
}
.profile-setting-logged-in-area .logged-in-device-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.profile-setting-logged-in-area .logged-in-device-info .logged-in-device-name {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile-setting-logged-in-area .logged-in-device-info .logged-in-status {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6a707d;
}
.profile-setting-logged-in-btn-area button {
  background: transparent;
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* New css from Abusayed Shuvo */

.yearly-filter,
.subscribed-input-area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  font-weight: 500;
  color: #151b28;
}

.yearly-filter,
.subscribed-input-area select {
  padding-right: 2rem;
  background: no-repeat right 1rem center;
  background-color: #fff;
  background-size: 10px 5px;
  background-image: url("data:image/svg+xml,%3Csvg width%3D%2210%22 height%3D%225%22 viewBox%3D%220 0 10 5%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M0 0L5 5L10 0H0Z%22 fill%3D%22%23323232%22%3E%3C/path%3E%3C/svg%3E");
}

.yearly-filter:focus-visible {
  outline: 0;
}

.yearly-filter option:hover {
  background-color: #f6f6f6 !important;
}

.my-subscription-modal {
  display: grid;
  gap: 24px;
  grid-template-columns: auto 445px;
}

.primary-color {
  color: var(--primary-color);
}

.green-two {
  color: #07911d;
}

.radius-22 {
  border-radius: 4px !important;
}

/* 39 My Subscriptions */

.subscribed-input-area input,
.subscribed-input-area .select2-container--default .select2-selection--single {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 48px;
  padding: 8px 80px 8px 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.subscribed-input-area .select2-container--default .select2-selection--single {
  margin-top: 8px;
}

.subscribed-input-area
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
}

.subscribed-input-area
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 15px;
  right: 8px;
}

.subscribed-input-area
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #000 transparent transparent transparent;
}

.subscribed-input-area .input-label {
  background: #f1f3f6;
  color: var(--primary);
  padding: 6px 16px;
  font-weight: 500;
  position: absolute;
  top: 6px;
  right: 9px;
  cursor: pointer;
}

.subscribed-input-area select {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 48px;
  padding: 8px 80px 8px 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #a4a8b1;
}

.subscribed-input-area .btn {
  padding: 12px 40px;
  height: 48px;
}

.subscriptions-plan-area {
  display: grid;
  gap: 50px;
  grid-template-columns: auto 254px;
}

.subscriptions-plan-area .subscription-plan-btn button {
  font-size: 14px;
  font-weight: 500;
  background-color: #2483ea;
  color: #fff;
  border-radius: 8px;
  height: 40px;
  padding: 8px;
  border: solid 1px #2483ea;
}

.my-subscription-modal hr {
  border: 0;
  border-bottom: solid 1px #ebeff4;
}

.my-subscription-modal .right-side-box {
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.my-subscription-modal .right-side-box .payment-box {
  background-color: rgba(241, 243, 246, 1);
  margin: 4px;
}

.text-uppercase {
  text-transform: uppercase;
}

.my-subscription-modal .right-side-box button.upgrade-plan {
  background-color: #006e62;
  color: #fff;
  padding: 10px 16px 12px 16px;
  height: 48px;
  border: 1px solid #006e62;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
}

.my-subscription-modal .select-location {
  padding-right: 2rem;
  background: no-repeat right 1rem center;
  background-color: #fff;
  background-size: 10px 5px;
  background-image: url("data:image/svg+xml,%3Csvg width%3D%2210%22 height%3D%225%22 viewBox%3D%220 0 10 5%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M0 0L5 5L10 0H0Z%22 fill%3D%22%23323232%22%3E%3C/path%3E%3C/svg%3E");
}

.my-subscription-modal .full-name {
  color: #6a707d !important;
}

.my-subscription-modal .default-option {
  color: gray;
}

.my-subscription-modal select option {
  color: black;
}

.my-subscription-modal .right-side-box table thead td {
  padding-bottom: 24px;
  width: 25%;
}
.my-subscription-modal .right-side-box table tbody td {
  padding-bottom: 16px;
}

.right-side-box .input-label {
  background-color: #006e62;
  color: #fff;
}

.my-subscription-modal .tender-details-body-right-item {
  border: solid 1px #2483ea;
}

#invite-team-member-modal .modal-action .btn {
  height: 36px;
  padding: 6px 24px 6px 24px;
}

#tender-filter-side-canvas .filter-canvas-content .side-canvas-title {
  font-size: 16px;
  font-weight: 500;
}

.tender-details-header-area .tender-title {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.details-canvas-top-btn.follow-btn,
.details-canvas-top-btn.buyer-follow-btn {
  padding: 3px 32px;
}

.side-canvas-content-area .tender-details-section .tender-title {
  font-size: 20px !important;
}

.supplier-details-tab-item.active {
  font-weight: 500;
}

.supplier-details-body-top-part {
  gap: 16px;
}

.buyer-tender-cycle-price {
  font-size: 18px;
  font-weight: 500;
}

.my-profile-section .tender-title {
  font-size: 20px !important;
}

.profile-main-container .tender-title {
  font-size: 20px !important;
}

.remove-account-title {
  font-size: 16px;
  font-weight: 600;
}

.profile-my-subscription-build-package-area {
  background-color: #ffe47a;
}

.profile-my-subscription-build-package-area
  .build-package-customize-btn
  button {
  background-color: #151b28;
  color: #ffe47a;
}

.subscribed-input-area .address-select .placeholder-option {
  color: gray;
}

.subscribed-input-area .address-select {
  color: gray;
}

.tender-details-body-timeline-content .region-plan {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  padding: 8px;
}

.tender-details-body-timeline-content .region-plan {
  padding-right: 2rem;
  background: no-repeat right 1rem center;
  background-color: #fff;
  background-size: 10px 5px;
  background-image: url("data:image/svg+xml,%3Csvg width%3D%2210%22 height%3D%225%22 viewBox%3D%220 0 10 5%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M0 0L5 5L10 0H0Z%22 fill%3D%22%23323232%22%3E%3C/path%3E%3C/svg%3E");
}

.my-subscription-modal button.save-card {
  height: 48px;
  border: solid 1px #006e62;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #006e62;
}

.text-blue2 {
  color: #006e62;
}

button.dark-btn {
  background-color: #151b28;
  border: 0;
  border-radius: 8px;
  height: 40px;
  padding: 8px 16px 8px 16px;
  width: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

.dark-btn.w-50 {
  width: 50% !important;
}

.btn-outline {
  border: solid 1px #dee3e9;
  padding: 8px 16px 8px 16px;
  height: 40px;
  border-radius: 8px;
}

/* profile-help-chat page css */

.profile-help-chat-container {
  display: flex;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 8px;
}

.profile-help-chat-container .left-side {
  width: 300px;
  min-height: 90vh;
  padding: 24px 0px;
  border-right: solid 1px #dee3e9;
}

.profile-help-chat-container hr {
  border: 0;
  border-bottom: 1px solid #ebeff4;
}

.profile-help-chat-container textarea {
  border: solid 1px #dee3e9;
  border-radius: 8px;
}

.profile-help-chat-container select,
.profile-help-chat-container input,
.profile-help-chat-container textarea {
  border-radius: 8px !important;
}

.attach-file {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  height: 48px;
  padding: 8px 80px 8px 16px;
  display: block;
  font-size: 14px;
  color: #006e62;
  font-weight: 500;
  line-height: 32px;
}

.font-24 {
  font-size: 24px;
}

#billingAddress .modal-body textarea {
  border: solid 1px #dee3e9;
  border-radius: 8px;
  padding: 16px;
  height: 80px;
  width: 100%;
}

#billingAddress select,
#billingAddress input,
#billingAddress textarea {
  border-radius: 8px !important;
}

.pic-box {
  width: 260px;
  height: 260px;
  border-radius: 12px;
  border: solid 1px #dee3e9;
  margin: auto;
}
.small-pic {
  border-radius: 12px;
  display: inline-block;
  width: 61px;
  height: 61px;
  border: solid 1px #dee3e9;
}

.small-pic img.img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 12px;
  border: solid 1px #dee3e9;
}

.profile-help-chat-container .chat-reply {
  border: solid 1px #ebeff4;
  border-radius: 40px !important;
  height: 40px;
  padding: 8px 16px 8px 16px;
}

.profile-help-chat-container .left-side .active {
  background-color: #ebeff4;
}

.custom-comparison
  .supplier-comparison-item-area
  .supplier-comparison-horizontal-line {
  left: 30%;
}

.custom-comparison
  .supplier-comparison-choose-area
  .supplier-comparison-horizontal-line {
  left: 30%;
}

.custom-table .more-badge {
  background-color: #ffa35243;
  color: #ffa252;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 10px;
  display: inline-block;
}

.tooltip-container {
  position: relative;
}

.tooltip-container:hover .tooltip {
  display: block;
  transition: all 0.2s;
}

.tooltip-container .tooltip {
  display: none;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  font-size: 12px;
  position: absolute;
  bottom: 40px;
  left: 15px;
  width: 150%;
  z-index: 99;
  text-align: center;
  box-shadow: 0px 2px 10px #0000002a;
  transition: all 0.2s;
}

.tooltip-container .tooltip .title {
  background-color: #e4e4e4;
  padding: 4px;
}

.tooltip:before {
  border: solid;
  border-color: #ababab transparent;
  border-width: 10px 5px 0 5px;
  content: "";
  left: 50%;
  bottom: -10px;
  position: absolute;
}

.filter-save-search-dropdown-menu ul {
  padding: 16px;
  gap: 10px;
}

.success-alert {
  background-color: #198754;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}

.danger-alert {
  background-color: #e651513c;
  color: #e65151;
  padding: 10px;
  border-radius: 4px;
}

#tender-filter-side-canvas .by-location-main-item {
  background-color: transparent !important;
}

#tender-filter-side-canvas .by-data-check-area {
  background-color: transparent !important;
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  border-radius: 30px;
  background: var(--white);
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#daily ~ label[for="daily"],
.switch-wrapper [type="radio"]:checked#tailored ~ label[for="tailored"] {
  color: var(--white);
}

.switch-wrapper [type="radio"]:checked#daily ~ label[for="daily"]:hover,
.switch-wrapper [type="radio"]:checked#tailored ~ label[for="tailored"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#daily
  + label[for="tailored"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#tailored
  + label[for="daily"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: var(--white);
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}

.switch-wrapper label:hover {
  background: whitesmoke;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #006e62;
  transition: transform 0.25s ease-in-out;
}

.profile-tender-notifications-timeline-top-area {
  grid-template-columns: auto 190px;
  gap: 100px;
}

.profile-tender-notifications-timeline-top-area .switch-wrapper label {
  min-width: 90px;
}

.microsoft-teams-integration {
  width: 800px !important;
}

.multi-select-time .select2-container {
  width: 100% !important;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #dee3e9 1px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f8f8f9 !important;
  border: 1px solid #dee3e9 !important;
  padding-right: 20px !important;
  padding-left: 5px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  right: 0 !important;
  left: auto !important;
  border-right: 0 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: black !important;
  line-height: 20px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  font-size: 14px;
  font-weight: 500;
  margin-top: 1px;
}

.select2-container--default .select2-selection--multiple {
  background: var(--white) !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 8px !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.add-cards .subscribed-input-area input {
  padding: 8px 8px 8px 16px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
}

.ui-datepicker th {
  font-size: 12px;
  font-weight: 500;
}

.ui-widget-header {
  background: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  order: 1px solid var(--border-color);
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 2px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  font-size: 12px;
}

.ui-state-hover {
  background: none;
  background-color: var(--primary);
}

.custom-table td {
  font-size: 12px;
}

.tooltip-container .tooltip {
  top: -100px;
  left: 50px;
}

.add-cards .subscribed-input-area input {
  padding: 8px 8px 8px 16px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: var(--primary);
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px var(--primary);
}

/* New css from Aslam sir */

div.draggable-item {
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;

  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}
/* styles during drag */
div.draggable-item.ui-sortable-helper {
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  -moz-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  transform: scale(1.015);
  z-index: 100;
}
div.draggable-item.ui-sortable-placeholder {
  background-color: #ddd;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
.dt-layout-table {
  border-radius: 8px;
  background-color: #fff;
}
.dt-layout-row:nth-child(3) {
  margin-bottom: 25px;
  margin-top: 25px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.dt-layout-row:nth-child(3) .dt-start {
  gap: 8px;
  border: 1px solid #ebeff4;
  border-radius: 6px;
  font-size: 12px !important;
  background-color: white !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-right: 16px !important;
  padding-left: 16px !important;
  align-items: center !important;
  display: flex;
}
.dt-layout-row:nth-child(3) .dt-end .dt-paging {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-left: 0px;
}
.dt-paging-button {
  color: #6a707d !important;
  border-radius: 6px;
  font-size: 14px;
  padding: 6px 14px;
  border: 1px solid #fff;
  background-color: white !important;
  font-weight: 500 !important;
}
.dt-paging-button.current {
  background: #151b28 !important;
  color: #ffffff !important;
}
.dt-paging-button:hover {
  border: 1px solid #151b28;
  color: #151b28 !important;
}
.bootstrap-tagsinput {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100%;
}
.bootstrap-tagsinput .tag {
  display: inline-block;
  background: #f1f3f6 !important;
  border-radius: 4px;
  padding: 2px 6px;
  color: #151b28 !important;
}
.bootstrap-tagsinput input {
  width: fit-content !important;
}
.select2-container--default .select2-selection--single {
  border: none !important;
  width: 100%;
}
.select2-container--open .select2-dropdown {
  left: -4px !important;
  margin-top: 5px;
}
.supplier-comparison-choose-select .select2-container {
  border: 1px solid #96b7b4;
  height: 40px;
  border-radius: 4px;
}
.supplier-comparison-choose-select .select2-selection--single {
  padding: 4px 0px;
}
.supplier-comparison-choose-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
}
.supplier-comparison-choose-select .select2-container--open .select2-dropdown {
  left: 0 !important;
  margin-top: 0px !important;
}
.supplier-comparison-choose-select .select2-dropdown {
  border: 1px solid #96b7b4 !important;
}

.label.error {
  font-size: 12px;
  color: red !important;
}

.dt-orderable-desc.dt-orderable-asc .dt-column-order {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M6.4001%208.39971L4.0001%2010.7997L1.6001%208.39971M1.6001%203.59971L4.0001%201.19971L6.4001%203.59971%22%20stroke%3D%22%23393F4C%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain; /* adjust based on your needs */
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 8px;
  margin-left: 5px;
  background-position: center;
  background-size: cover;
  display: inline-block;
}

.dt-orderable-desc .dt-column-order {
  background-image: url(../image/icon/chevron-down.webp);
  height: 15px;
  width: 15px;
  margin-left: 4px;
  background-position: center;
  background-size: cover;
  display: inline-block;
}

.dt-orderable-asc .dt-column-order {
  background-image: url(../image/icon/chevron-up.webp);
  height: 15px;
  width: 15px;
  margin-left: 4px;
  background-position: center;
  background-size: cover;
  display: inline-block;
}

.modal .modal-dialog {
  max-width: 850px;
}

.multiselect-container.dropdown-menu {
  display: block;
  position: relative;
  border: 0;
}

.multiselect-container > li > a > label {
  position: relative;
  display: flex;
  gap: 4px;
}

.multiselect-container .form-checkbox {
  margin: 0;
  display: none;
}

.multiselect-container .form-checkbox-indicator {
  margin-top: 1px;
  height: 1em;
  width: 1em;
  border-radius: 2px;
  border: 1px solid var(--border-color);
  font-size: 16px;
  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: #ffffff;
  -webkit-transition: all 0.175s ease-in-out;
  transition: all 0.175s ease-in-out;
}

span.material-icons-outlined {
  font-family: "Material Icons Outlined" !important;
}

.form-checkbox-indicator span {
  -webkit-transition: all 0.175s ease-in-out;
  transition: all 0.175s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 100%;
}

.multiselect-container .material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.form-checkbox:checked + .form-checkbox-indicator {
  border: 1px solid var(--primary);
  background-color: var(--primary);
}

.form-checkbox:checked + .form-checkbox-indicator span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

button.multiselect {
  display: none;
}

.multiselect-clear-filter {
  display: none;
}

.ui-widget.ui-widget-content {
  border: 0 !important;
  background-color: transparent;
}

.ui-widget-header {
  border: 0 !important;
  background-color: transparent !important;
  display: flex;
  justify-content: space-between;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0 !important;
  background: transparent !important;
  font-weight: normal;
  color: #454545;
}

.subscribed-input-area .ui-state-active a,
.subscribed-input-area .ui-state-active a:link,
.subscribed-input-area .ui-state-active a:visited {
  color: var(--primary) !important;
  font-weight: 500;
  font-size: 16px;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: none !important;
}

.notification-dropdown-area .ui-state-active a {
  color: var(--primary) !important;
}

.subscribed-input-area .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-size: 16px;
  text-align: center;
}

.subscribed-input-area
  ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
  border-bottom: solid 1px #dee3e9 !important;
  padding-bottom: 10px;
}

.multiselect-container > li.multiselect-group.active label {
  color: #006e62;
}

/* .supplier-details-tab-area li.ui-tabs-active {
  border-bottom: 2px solid #047a6d !important;
} */

.supplier-details-tab-area li.ui-tabs-active a {
  color: #047a6d !important;
  font-weight: 500;
  border: 0;
  padding: 0 !important;
}

.ui-widget { 
  font-family: "SF Pro Display", sans-serif;
}

.tender-details-section .ui-tabs .ui-tabs-panel {
  padding: 0;
}

.supplier-details-tab-area {
  border-bottom: 1px solid var(--border-color) !important;
}

button.green-btn {
  background-color: #006e62;
  color: #fff;
  padding: 10px 16px 12px 16px;
  height: 48px;
  border: 1px solid #006e62;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
}

.tabs-line .active span {
  width: 45px;
  height: 40px;
  display: block;
  border: solid 2px #006e62;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
  font-size: 16px;
  color: #006e62;
}

.tabs-line span {
  width: 45px;
  height: 40px;
  display: block;
  border: solid 2px #dee3e9;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
  font-size: 16px;
  color: #dee3e9;
}

.tabs-line #three span {
  width: 40px;
  height: 40px;
}

.tabs-line .line {
  border-bottom: solid 2px #dee3e9;
  width: 100%;
}

.tabs-line .active .line {
  border-bottom: solid 2px #006e62;
  width: 100%;
}

.tabs-line div#one {
  width: 40%;
}

.tabs-line div#two {
  width: 35%;
}

#tabs .bootstrap-tagsinput {
  border: solid 1px #dee3e9 !important;
  border-radius: 8px;
  gap: 8px;
}

#select2-countryISDCode-container {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  height: 40px;
  padding: 6px 50px 6px 6px;
}

/* custom css from shuvo: over right css */

.premium-popup-section {
  width: 100%;
  height: 90%;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tender-procurement-premium-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: 10px;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tender-details-top-badge.open {
  background: #78bab31a;
  color: var(--primary);
}

.tender-details-top-badge.awarded {
  background: #007aff1a;
  color: #007aff;
}

.tender-details-top-badge.closed {
  background: #e651511a;
  color: #e65151;
}
.ticket-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 40px;
  padding-bottom: 40px;
}

.email-break {
  overflow-wrap: anywhere;
}

.overflow-wrap {
  overflow-wrap: anywhere;
}

.comments-icons button {
  border: 0;
  background-color: #f1f3f6;
  padding: 6px 10px;
  border-radius: 4px;
}

.sider-item.active {
  color: var(--white) !important;
  background: #151b28;
  font-weight: 500;
  border-radius: 4px;
  width: 37px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
}

.page-sider-content:hover .sider-item.active {
  width: 100%;
  text-align: left;
  justify-content: start;
}

.sider-item.active .sider-item-text {
  color: #fff;
  font-weight: 500;
}

.sider-item.active svg path {
  stroke: white;
}

.profile-items a.active {
  background: var(--black-100);
}

.subscriptions-pack {
  background-color: #f1f3f6;

  border-radius: 8px;
}
.subscriptions-pack .tender-details-body-right-item {
  border: 0;
}

.subscriptions-pack button {
  font-size: 14px;
  font-weight: 500;
  background-color: #2483ea;
  color: #fff;
  border-radius: 8px;
  height: 40px;
  padding: 8px;
  border: solid 1px #2483ea;
}

.profile-my-subscription-plan-card.ireland-plan
  .profile-my-subscription-plan-card-body
  .plan-card-body-title {
  color: #ff7800;
}

.profile-my-subscription-plan-card.ireland-plan
  .profile-my-subscription-plan-card-header
  .subscription-plan-btn
  button {
  color: #ff7800;
}

.profile-my-subscription-plan-card.ireland-plan
  .profile-my-subscription-plan-card-body
  .plan-card-body-list-check-icon
  path {
  fill: #ff7800;
}

.profile-my-subscription-plan-card.ireland-plan
  .profile-my-subscription-plan-card-header
  .plan-price-area
  .plan-time
  .plan-save-txt {
  color: #ff7800;
}

.title-buyer > span:hover {
  color: #006e62;
  cursor: pointer;
}

.title-buyer > a:hover {
  color: #006e62;
  cursor: pointer;
}

.custom-table .table-tr td:nth-child(4):hover {
  text-decoration: underline;
  cursor: pointer;
}

.profile-content-section .ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #006e62;
  border-bottom: solid 2px #006e62;
  font-weight: 500;
}

.profile-content-section .ui-tabs-anchor {
  font-size: 16px;
}

.profile-setting-two-factor-area .multiselect-container > li {
  margin-top: 8px;
}

.profile-setting-two-factor-area
  .multiselect-container
  .form-checkbox-indicator {
  margin-right: 4px;
}

.categories .cate {
  border: solid 1px #dee3e9;
  border-radius: 4px;
  gap: 4px;
  display: flex;
  padding: 8px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin: 4px;
}

.Tender-keywords .bootstrap-tagsinput {
  padding: 24px;
}

.Tender-keywords .bootstrap-tagsinput .tag {
  background-color: transparent !important;
  border: solid 1px #dee3e9;
  border-radius: 4px;
  padding: 8px 12px;
}

.team-distribution .select2-container--default .select2-selection--multiple {
  height: 48px;
  padding-left: 10px;
}

.add-team-member button.btn-one {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 48px;
  padding: 8px 80px 8px 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #a4a8b1;
  background-color: transparent;
  text-align: left;
}

.profile-tender-integration-main-area
  .tender-integration-button-area
  .integration-connect-btn.connected {
  background-color: #006e62;
  border: solid 1px #006e62;
}

.AssignDepartmentModal .form-checkbox-container {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 5px;
}

.AssignDepartmentModal .form-checkbox-container > span {
  padding-left: 5px;
}

.AssignDepartmentModal .form-radio {
  margin: 0;
  display: none;
}

.AssignDepartmentModal .form-radio:checked + .form-radio-indicator {
  border: 1px solid transparent;
  color: var(--primary);
}

.AssignDepartmentModal .form-radio-indicator {
  margin-top: 1px;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  font-size: 16px;
  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: #ffffff;
  -webkit-transition: all 0.175s ease-in-out;
  transition: all 0.175s ease-in-out;
}

#AssignDepartment.modal .modal-dialog {
  max-width: 650px;
}

.team-distribution textarea {
  border: solid 1px #dee3e9;
  border-radius: 8px;
}
.tender-list-filter .btn-one {
  border: solid 1px #dee3e9;
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  width: 100px;
}

.tender-list-filter .btn-one:hover {
  background-color: #006e62;
  color: #fff;
}

.tender-list-filter .btn-one:hover path {
  stroke: white !important;
}

.tender-list-filter input {
  padding: 8px 8px 8px 36px;
  border: solid 1px #dee3e9;
  background-color: #fff;
  height: 40px;
  width: 100%;
  border-radius: 4px;
}

.tender-list-filter .icon {
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
}

.tender-list-filter .account-dropdown-menu.show {
  max-width: 370px;
}

.tender-list-filter .reset-btn {
  border: solid 1px #ebeff4;
  background-color: #fff;
  padding: 4px 16px;
  border-radius: 4px;
}

.tender-list-filter .apply-btn {
  border: solid 1px #006e6236;
  background-color: #fff;
  padding: 4px 16px;
  border-radius: 4px;
  color: #006e62;
  margin-left: 8px;
}

.tender-list-filter .dropdown input {
  height: 32px;
  font-size: 12px;
}

.tender-list-filter .subscribed-input-area select {
  height: 32px;
  font-size: 12px;
  padding: 4px 12px;
}

.sider-item {
  gap: 0;
  padding: 7px;
}

.page-sider-content:hover .my-folder-area .sider-item {
  width: 85%;
}

.my-folder-area > .active {
  color: var(--white);
  background: #151b28;
  font-weight: 500;
  border-radius: 4px;
}

.page-sider-content:hover .sider-item {
  gap: 12px;
}

.tender-lifecycle-dropdown-area {
  z-index: 1;
}

#ui-datepicker-div.ui-widget.ui-widget-content {
  border: 1px solid var(--border-color) !important;
  background-color: #fff;
  box-shadow: 2px 4px 10px #00000036;
  border-radius: 8px;
}

#ui-datepicker-div .ui-state-active {
  background-color: #151b28 !important;
  color: #fff;
  padding-right: 10px;
  border-radius: 2px;
}

.profile-tender-notifications-timeline-add-btn button.remove-btn {
  background: #fbf7f7;
  border: 1px solid #e9d6d6;
  color: #d04242;
}

.add-team-member-dropdown-select button.multiselect {
  display: block;
}

.add-team-member-dropdown-select .multiselect-container.dropdown-menu {
  display: none;
  position: relative;
}

.add-team-member-dropdown-select .open > .dropdown-menu {
  display: block;
}

.add-team-member-dropdown-select .multiselect-container > li {
  margin-top: 8px;
}

.add-team-member-dropdown-select
  .multiselect-container
  .form-checkbox-indicator {
  margin-right: 4px;
}

.add-team-member-dropdown-select input.multiselect-search {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 48px;
  padding: 8px 80px 8px 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.add-team-member-dropdown-select
  button.multiselect.dropdown-toggle.btn.btn-default {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 48px;
  padding: 8px 80px 8px 16px;
  width: 100%;
  font-size: 14px;
  /*font-weight: 500;*/
  color: #a4a8b1;
  background-color: transparent;
  text-align: left;
}

.add-team-member-dropdown-select ul.multiselect-container.dropdown-menu {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 2px 4px 10px #00000038;
  max-height: 400px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.tender-details-workflow-progressbar
  span.ui-slider-handle.ui-corner-all.ui-state-default {
  width: 26px;
  height: 26px;
  top: -5px;
  border-radius: 50%;
  background: #151b28 !important;
  color: var(--white);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tender-details-workflow-progressbar
  span.ui-slider-handle.ui-corner-all.ui-state-default:focus-visible {
  outline: 0;
}

.modal-sm {
  max-width: 550px !important;
}

.modal-md {
  max-width: 650px !important;
}

.modal-lg {
  max-width: 750px !important;
}

.modal-xl {
  max-width: 850px !important;
}

.modal-xxl {
  max-width: 900px !important;
}

.competitor-card {
  border: solid 1px #dee3e9;
  padding: 12px 24px;
  border-radius: 4px;
  gap: 24px;
  background-color: #fff;
}

.competitor-card.active {
  border: solid 1px #006e62;
  background-color: #b0f9f10d;
  background-color: #f5fbfa;
}

.btn-gost {
  background-color: transparent;
  border: 0;
}

.cta {
  color: #006e62;
}

.cta-bg {
  background-color: #006e62;
}

.gap-5 {
  gap: 32px;
}
.line-height-24 {
  line-height: 24px;
}

.competitors-badge {
  color: #006e62;
  background-color: #ecf3f3;
  padding: 2px 8px;
  display: inline-block;
}
.team-action-btn button {
  border: 1px solid #ebeff4;
  border-radius: 6px;
  background-color: white;
  padding: 5px 10px;
  margin: 0 4px;
}

.invite-btn-content .btn-outline {
  padding: 8px 10px;
  width: 100%;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 10px;
  height: 36px;
}

.supplier-details-content-body
  .supplier-details-tab-area
  .supplier-details-tab-item
  a {
  padding: 0;
}

.tender-view-side-canvas .supplier-details-tab-area .buyer-details-tab-item {
  padding: 10px 32px !important;
}

/* .tender-view-side-canvas
  .supplier-details-tab-area
  .buyer-details-tab-item.ui-tabs-active {
  margin-bottom: -10px;
} */

.supplier-details-tab-area .buyer-details-tab-item a {
  padding: 0 !important;
}

.supplier-details-tab-area .supplier-details-tab-item a {
  padding: 0 !important;
}

.supplier-details-tab-area .buyer-details-tab-item.active a {
  padding: 0 !important;
}

.tender-view-side-canvas .supplier-details-tab-area .supplier-details-tab-item {
  padding: 10px 32px !important;
}

.supplier-details-tab-area .buyer-details-tab-item a {
  padding: 0 !important;
}

label.error {
  color: red;
  font-size: 13px;
}

.let-panel-overflow-text {
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.let-panel-overflow-text:hover {
  white-space: inherit;
}
/* 
#listTable.custom-table thead th {
  width: 115px;
}

#listTable.custom-table thead th:nth-child(2) {
  width: 500px;
  min-width: 450px;
} */

#listTable.custom-table thead th:nth-child(1) {
  /* width: 30px; */
  border-top-left-radius: 8px;
  padding-right: 0;
}

#listTable.custom-table thead th:last-child {
  text-align: right;
  border-top-right-radius: 8px;
}

#listTable tr td:last-child > div {
  justify-content: end;
}

#listTable tbody tr.table-tr td:first-child {
  padding-right: 0;
}

.add-circle-btn {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
}

.invite-btn-content.search-tenders {
  display: flex;
}

.invite-btn-content.search-tenders {
  display: flex;
  gap: 2px;
}

.invite-btn-content.search-tenders .invite-btn {
  padding: 4px 6px;
  font-size: 10px;
  gap: 4px;
  height: 36px;
}

.invite-btn-content.search-tenders .invite-btn-content .btn-outline {
  margin-bottom: 0;
}

.checked-label {
  color: #151b28;
  font-weight: 500 !important;
}

.title-buyer p svg {
  min-width: 15px;
}

.CardNumberField-input-wrapper .InputElement {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 48px;
  padding: 8px 8px 8px 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

#billingAddress .select2-container {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 48px;
  padding: 8px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}

#billingAddress #addressLine1 {
  margin-top: 8px;
}

#weeklytimeinput .subscribed-input-area select {
  border-radius: 8px;
}

.StripeElement {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 48px;
  padding: 8px 8px 8px 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.StripeElement:focus {
  border: solid 1px black;
  outline: solid 1px #000;
}
.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #047a6d;
}

tbody tr td .dt-empty {
  text-align: center;
  font-size: 14px;
  color: #393f4c;
  font-weight: 500;
}

.add-team-member .select2-container {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 48px;
  padding: 8px 80px 8px 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #a4a8b1;
}

tr.active {
  background-color: #ffa35217;
}
tr.active:hover {
  background-color: #ffa35243;
}

.add-team-member-dropdown-select
  button.multiselect.dropdown-toggle.btn.btn-default {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.add-team-member
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
}

.add-team-member
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #000 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.image-preview img {
  max-width: 30%;
}

.grid-tender-title {
  width: 30%;
}

.grid-status {
  width: 10%;
}

.grid-location {
  width: 10%;
}

.grid-published {
  width: 10%;
}

.grid-deadline {
  width: 10%;
}

.grid-assigned {
  width: 10%;
}

.grid-action {
  width: 10%;
}

.ui-datepicker {
  z-index: 2 !important;
}

.matching-tender-hover-box {
  box-shadow: 4px 4px 20px 0px #cbd4dfb0;
  border: 1px solid #ebeff4;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  position: absolute;
  min-width: 370px;
  max-width: 380px;
  display: none;
}

.matching-tender-hover-main-box:hover .matching-tender-hover-box {
  display: block;
  cursor: pointer;
}

.matching-tender-hover-main-box:hover > svg path {
  fill: #006e62;
}

.matching-tender-hover-box .btn-outline {
  border: solid 1px #ebeff4;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.country-select .select2-selection--single {
  border: solid 1px #dee3e9 !important;
}

/* ================================== */

/* ===========================================
                  Media Query Start
  ========================================== */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  body {
    font-size: var(--font-size-md);
  }
  .tender-title {
    font-size: var(--font-size-xl) !important;
  }
  .font-sm-txt {
    font-size: 12px;
  }
  .font-md-txt {
    font-size: 14px;
  }
  .page-sider-content:hover {
    width: 236px;
  }
  .custom-nav-items a {
    padding: 12px 24px;
    font-size: 14px;
  }
  .tender-view-side-canvas {
    width: 1176px;
  }
  .tender-details-main-container {
    margin-left: 32px;
  }
  .tender-details-header-area {
    padding: 24px;
  }
  .tender-details-body-area {
    padding: 24px;
  }
  .tender-details-body-content {
    gap: 48px;
    grid-template-columns: auto 400px;
  }
  .supplier-details-header-area {
    padding: 24px 24px 40px;
  }
  .supplier-details-body-top-part {
    padding: 24px;
  }
  .supplier-details-body-content {
    padding: 24px;
    grid-template-columns: auto 400px;
    gap: 48px;
  }
  .supplier-details-body-table-area {
    padding: 24px;
  }
  .supplier-details-tab-item {
    padding: 10px 18px;
  }
  .buyer-details-tab-item {
    padding: 10px 18px;
  }
  .tender-details-content-body .tender-details-section {
    padding: 32px;
  }
  .tender-details-content-body .tender-details-body-content {
    gap: 100px;
    grid-template-columns: auto 410px;
  }
  .supplier-details-content-body .supplier-details-body-content {
    gap: 100px;
    grid-template-columns: auto 410px;
  }
  .supplier-details-content-body .supplier-details-header-area {
    padding: 24px 32px 40px;
  }
  .supplier-details-content-body .supplier-details-tab-item {
    padding: 10px 32px !important;
  }
  .supplier-details-content-body .supplier-summary-section {
    padding: 0px 32px !important;
  }
  .supplier-details-content-body .supplier-details-body-top-part {
    padding: 24px 0px;
  }
  .supplier-details-content-body .supplier-details-body-table-area {
    padding: 32px;
  }
  .supplier-details-content-body .buyer-details-tab-item {
    padding: 10px 32px;
  }
  .supplier-details-content-body .buyer-summary-section {
    padding: 0px 32px !important;
  }
  .title-buyer p {
    font-size: 14px;
  }
  .status,
  .day-ago,
  .deadline,
  .select-show {
    font-size: 12px;
  }
  .supplier-table-follow-btn,
  .buyer-table-follow-btn {
    font-size: 12px;
    height: 32px;
    width: 90px;
  }
  .buyer-decision-maker-label span {
    font-size: 12px;
  }
  .supplier-table-types-of-contract-categories {
    font-size: 12px;
  }
  .buyer-details-label-area .buyer-details-label {
    height: 18px;
    font-size: 12px;
  }
  .category-tracking-card-area {
    gap: 16px;
  }
  .category-tracking-card {
    padding: 16px;
  }
  .category-tracking-card-subtitle {
    font-size: 12px;
  }
  .category-tracking-card-title {
    font-size: 14px;
  }
  .category-tracking-all-category {
    font-size: 14px;
    font-weight: 600;
  }
  .category-tracking-tab-item {
    padding: 10px 18px;
  }
  .decision-maker-card-area {
    gap: 16px;
  }
  .decision-maker-card {
    padding: 16px;
  }
  .decision-maker-card-subtitle {
    font-size: 12px;
  }
  .decision-maker-card-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  body {
    font-size: var(--font-size-md);
  }
  .tender-title {
    font-size: var(--font-size-xl) !important;
  }
  .font-sm-txt {
    font-size: 12px;
  }
  .font-md-txt {
    font-size: 14px;
  }
  .page-sider-content:hover {
    width: 236px;
  }
  .custom-nav-items a {
    padding: 12px 24px;
    font-size: 14px;
  }
  .tender-view-side-canvas {
    width: 1176px;
  }
  .tender-details-main-container {
    margin-left: 32px;
  }
  .tender-details-header-area {
    padding: 24px;
  }
  .tender-details-body-area {
    padding: 24px;
  }
  .tender-details-body-content {
    gap: 48px;
    grid-template-columns: auto 400px;
  }
  .supplier-details-header-area {
    padding: 24px 24px 40px;
  }
  .supplier-details-body-top-part {
    padding: 24px;
  }
  .supplier-details-body-content {
    padding: 24px;
    grid-template-columns: auto 400px;
    gap: 48px;
  }
  .supplier-details-body-table-area {
    padding: 24px;
  }
  .supplier-details-tab-item {
    padding: 10px 18px;
  }
  .buyer-details-tab-item {
    padding: 10px 18px;
  }
  .tender-details-content-body .tender-details-section {
    padding: 32px;
  }
  .tender-details-content-body .tender-details-body-content {
    gap: 100px;
    grid-template-columns: auto 410px;
  }
  .supplier-details-content-body .supplier-details-body-content {
    gap: 100px;
    grid-template-columns: auto 410px;
  }
  .supplier-details-content-body .supplier-details-header-area {
    padding: 24px 32px 40px;
  }
  .supplier-details-content-body .supplier-details-tab-item {
    padding: 10px 32px !important;
  }
  .supplier-details-content-body .supplier-summary-section {
    padding: 0px 32px;
  }
  .supplier-details-content-body .supplier-details-body-top-part {
    padding: 24px 0px;
  }
  .supplier-details-content-body .supplier-details-body-table-area {
    padding: 32px;
  }
  .supplier-details-content-body .buyer-details-tab-item {
    padding: 10px 32px !important;
  }
  .supplier-details-content-body .buyer-summary-section {
    padding: 0px 32px;
  }
  .title-buyer p {
    font-size: 14px;
  }
  .status,
  .day-ago,
  .deadline,
  .select-show {
    font-size: 12px;
  }
  .supplier-table-follow-btn,
  .buyer-table-follow-btn {
    font-size: 12px;
    height: 32px;
    width: 90px;
  }
  .buyer-decision-maker-label span {
    font-size: 12px;
  }
  .supplier-table-types-of-contract-categories {
    font-size: 12px;
  }
  .buyer-details-label-area .buyer-details-label {
    height: 18px;
    font-size: 12px;
  }
  .category-tracking-card-area {
    gap: 16px;
  }
  .category-tracking-card {
    padding: 16px;
  }
  .category-tracking-card-subtitle {
    font-size: 12px;
  }
  .category-tracking-card-title {
    font-size: 14px;
  }
  .category-tracking-all-category {
    font-size: 14px;
    font-weight: 600;
  }
  .category-tracking-tab-item {
    padding: 10px 18px;
  }
  .decision-maker-card-area {
    gap: 16px;
  }
  .decision-maker-card {
    padding: 16px;
  }
  .decision-maker-card-subtitle {
    font-size: 12px;
  }
  .decision-maker-card-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-header-logo {
    margin-right: 0px;
  }
  .page-sider-content:hover {
    width: 212px;
  }
  .custom-nav-items {
    gap: 2px;
  }
  .custom-nav-items a {
    padding: 12px 12px;
  }
  .page-header-item {
    padding-right: 10px;
    gap: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .page-layout {
    grid-template-areas: "header header" "content content";
    grid-template-rows: -webkit-min-content 1fr;
    -ms-grid-rows: min-content 1fr;
    grid-template-rows: min-content 1fr;
  }
  .page-header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    -ms-grid-rows: min-content min-content;
    /* grid-template-rows: min-content min-content; */
    gap: 12px;
    /* padding: 12px 0px; */
  }
  .page-sider-container {
    margin-top: 0px;
  }
  .body-content-container {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-item {
    padding: 0 10px;
    gap: 16px;
  }
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 325px) {
}
/*============== 
  end 
=============*/
.height-auto {
  height: auto !important;
}
#captcha {
  padding-left: 10px !important;
}
.ml-5 {
  margin-left: 5px;
}
