/*!******************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/global.css ***!
  \******************************************************************/
/* === Reset Styles === */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

main {
    display: block;
}

/* === Global Styles === */
* {
    background-repeat: no-repeat;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font: inherit;
    letter-spacing: -0.8px;
}

*::before,
*::after {
    box-sizing: border-box;
}

/* Set this according to sharedTypography.helveticaNeueLight45 */
html {
    font-family: 'TelusFont', sans-serif;
    /* Update this to match sharedTypography.fontTelus */
    font-size: 100%;
    font-kerning: normal;
    font-weight: 300;
    /* Assuming helveticaNeueLight45 is light */
}

body {
    background-color: #fff;
    /* Replace with coreColours.colorWhite */
    color: #333;
    /* Replace with coreColours.colorText */
    line-height: 1.5;
}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*********************************************************************************************************/
* {
  font-family: Arial, Helvetica, sans-serif !important;
}

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

h1 {
  cursor: default;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

label {
  font-weight: bolder !important;
}

@media (min-width: 1200px) {
  .kptxeS {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .kptxeS {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .kptxeS {
    max-width: 100% !important;
  }
}
@media (min-width: 576px) {
  .kptxeS {
    max-width: 100% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 575px) {
  .kptxeS {
    max-width: 100% !important;
  }
}
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/context/loaderContextProvider.scss ***!
  \********************************************************************************************************************************************/
.LoaderBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/Overlay.scss ***!
  \******************************************************************************************************************/
.overlaybg {
  max-height: 100vh;
  top: 0;
  z-index: 9999999;
  position: absolute;
  min-width: 100vw;
  backdrop-filter: blur(3px) brightness(0.7);
  min-height: 100vh;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.overlaybg .overlaycontainer {
  position: relative;
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  height: 700px;
  padding: 10px;
  width: 800px;
  z-index: 99999999999;
  overflow-x: hidden;
  background-color: white;
  border-radius: 10px;
  overflow-y: auto;
}
.overlaybg .overlaycontainer .Modalcontainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.overlaybg .overlaycontainer .Modalcontainer .TextInput {
  padding: 0px 25px;
}
.overlaybg .overlaycontainer .Modalcontainer .TextInput div div:first-child {
  color: #2C2E30 !important;
}
.overlaybg .overlaycontainer .Modalcontainer .TextInput div div:nth-child(2) {
  color: rgba(44, 46, 48, 0.8) !important;
}
.overlaybg .overlaycontainer .ModelHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
}
.overlaybg .overlaycontainer h1 {
  font-weight: 400;
  font-size: 42px;
  font-style: HN for TELUS SA;
  color: #4b286d;
}
.overlaybg .overlaycontainer .Modaldetails {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
  padding: 25px;
  padding-top: 15px;
}
.overlaybg .overlaycontainer .Modaldetails div p {
  color: #54595f;
  font-weight: 400;
}
.overlaybg .overlaycontainer .Modaldetails div p b {
  color: #2a2c2e;
  font-weight: 400;
}
.overlaybg .overlaycontainer .Modaldetails .ManagerTicketOverlayDetails p b {
  font-weight: bold;
  color: #2C2E30;
}
.overlaybg .overlaycontainer .Modaldetails .ManagerTicketOverlayDetails b:nth-child(2) {
  background-color: #7c53a5;
  color: white;
  border-radius: 28px;
  font-weight: 700;
  padding: 0px 12px;
}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/TopNav.style.scss ***!
  \***********************************************************************************************************************/
.TopbarContainer {
  min-height: 72px;
  width: 100%;
  background-image: linear-gradient(#4b286d, #1e0e2e);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 999;
}

.TopbarLeft {
  flex: 3;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 576px) {
  .TopbarLeft {
    flex: 2;
  }
}

.Logo {
  font-size: 24px;
  font-weight: 200;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
  overflow: hidden;
}
.Logo svg {
  max-width: 100%;
}

.HamburgerIconWrap {
  margin-right: 20px;
}

.FontSemiBold {
  font-weight: 600;
}

.IconBox {
  margin-left: 20px;
}

.TopCenter {
  display: flex;
  justify-content: flex-end;
  flex: 4;
}

.Searchbar {
  max-width: 400px;
  width: 100%;
  padding: 10px;
  position: relative;
  color: white;
}
@media (min-width: 576px) {
  .Searchbar {
    max-width: 100%;
  }
}

.MobileHidediv {
  display: none;
}
@media (min-width: 576px) {
  .MobileHidediv {
    display: block;
  }
}

.SearchIconBox {
  position: absolute;
  top: calc(50% - 12px);
  left: 16px;
  color: #ffffff;
  margin-left: 4px;
}
@media (min-width: 0) {
  .SearchIconBox > svg {
    fill: #b2b9bf;
  }
}
@media (min-width: 768px) {
  .SearchIconBox > svg {
    fill: #ffffff;
  }
}

.SearchBox {
  padding: 8px 8px 8px 40px;
  background: transparent;
  font-weight: 400;
  font-size: 15px;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

@media (min-width: 0) {
  .SearchBox {
    color: #b2b9bf;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .SearchBox::placeholder {
    color: #e3e6e8;
    opacity: 1;
  }
  .SearchBox:hover {
    border-color: #d9c0f1;
  }
}
@media (min-width: 768px) {
  .SearchBox {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
  }
  .SearchBox::placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .SearchBox:hover {
    border-color: #d9c0f1;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.TopRightContainer {
  flex: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4px;
  border-radius: 10px;
  list-style: none;
}

.TopRightContainer:hover {
  background-color: #eeeeee;
  cursor: pointer;
}

@media (max-width: 576px) {
  .TopRightContainer {
    flex: 1;
  }
}
.TopRightLinkItem {
  position: relative;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.TopRightLinkItem:first-child {
  margin-right: 10px;
}

.TopRightLinkItem > * > svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.SupportWrapper,
.NotifyWrapper {
  position: relative;
  cursor: pointer;
  color: #e3e6e8;
  border: 0;
  outline: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.NotifyWrapper .bell svg {
  width: 16px;
}

.NotifyWrapper .ringBell {
  animation: ring 6s 0.1s ease-in-out 2;
  transform-origin: 50% 4px;
}

.NotifyWrapper .displayNone,
.NotifyWrapper .displayNone span {
  display: none;
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.SupportPopup,
.NotifyPopup,
.HelpPopup {
  position: absolute;
  background: #ffffff;
  border: 1px solid #e3e6e8;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 90vh;
  z-index: 100;
}

.SupportPopup {
  top: 50px;
  min-width: max-content;
  align-items: flex-start;
}

.SupportPopup div {
  width: 100%;
  text-align: start;
}

.SupportPopup div:hover {
  background: #e3e6e8;
}

.SupportPopup div:hover a span {
  color: #4b286d;
}

.NotifyPopup {
  height: 80vh;
  width: 25rem;
  top: 50px;
  right: 25px;
  padding: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5019607843);
  justify-content: center;
}

.HelpPopup {
  height: auto;
  width: 28rem;
  top: 69px;
  right: 25px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (max-width: 576px) {
  .NotifyPopup,
  .HelpPopup {
    width: 100vw;
    position: fixed;
    left: 0;
    top: 60px;
  }
}
.HeaderWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ContextmenuItemwrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  font-weight: 600;
}

.help-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: max-content;
  gap: 6px;
  color: #4b286d;
}
.help-button-wrapper img {
  width: 20px;
}
.help-button-wrapper p {
  font-size: 16px;
  font-weight: 500;
}
.help-button-wrapper div,
.help-button-wrapper div span {
  color: #4b286d;
  cursor: pointer !important;
}

.profile-button-wrapper {
  font-size: 14px;
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  height: 100%;
  font-weight: 500;
  gap: 5px;
  cursor: auto;
  vertical-align: baseline;
}
.profile-button-wrapper * {
  cursor: pointer;
}
.profile-button-wrapper .profile-box {
  padding: 2px 4px;
  border-radius: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.profile-button-wrapper .profile-box:hover {
  background-color: #eeeeee;
}
.profile-button-wrapper .profile-box .profile {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: baseline;
}
.profile-button-wrapper .profile-box .profile .profile-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  color: #4b286d;
}
.profile-button-wrapper .profile-box .profile .profile-text .username {
  font-weight: bold;
  text-wrap: nowrap;
}
.profile-button-wrapper .profile-box .profile .profile-text .post {
  font-size: 12px;
  color: gray;
}
.profile-button-wrapper .profile-box .profile img {
  width: 10px;
}
@media (max-width: 576px) {
  .profile-button-wrapper .profile-box .profile {
    display: none;
  }
}

.notify-container {
  max-height: 90vh;
  width: inherit;
}
.notify-container::-webkit-scrollbar {
  width: 8px;
}

.help-container {
  max-height: 90vh;
  width: inherit;
}
.help-container::-webkit-scrollbar {
  width: 8px;
}

.caret-wrapper p {
  display: flex;
  justify-content: center;
}
.caret-wrapper p svg {
  margin-top: -5px;
}

.notify-icon-wrapper {
  background-color: #4b286d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  flex: none;
  position: relative;
}

.notify-icon-active {
  border-radius: 50%;
  display: flex;
  place-items: center;
  position: absolute;
  left: 14px;
  top: -3px;
  width: 12px;
  height: 12px;
  font-size: 5px;
  justify-content: center;
  align-items: center;
  min-width: 10px;
  padding: 3px;
  background-color: rgb(193, 35, 53);
}
.notify-icon-active div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.notify-icon-active div span {
  font-size: 10px;
}

.search-bar-container {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .search-bar-container {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
  }
  .search-bar-container.hidden {
    visibility: hidden;
  }
  .search-bar-container.visible {
    visibility: visible;
  }
}

.SearchBarWrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.NotifyPopupIcon {
  position: absolute;
  width: 20px;
  height: 20px;
  src: "NotifyBell";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.LinkItem {
  position: relative;
  cursor: pointer;
  color: #e3e6e8;
  border: 0;
  outline: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-button {
  position: relative;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: transparent;
  padding: 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.SearchMobileContainer {
  position: fixed;
  z-index: 999;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  width: 100%;
}

.notification-wrapper {
  position: relative;
  height: 122px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3882352941);
}
.notification-wrapper > div:first-child {
  padding: 20px 15px 10px 15px;
}
.notification-wrapper div {
  align-items: flex-start;
  height: 100%;
}
.notification-wrapper span {
  align-items: start;
  text-align: left;
  margin-bottom: 0px !important;
}
.notification-wrapper:hover {
  cursor: pointer;
}
.circular-read::before {
  content: "";
  display: block;
  background: #2c2e30;
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/Divider/divider.scss ***!
  \**************************************************************************************************************************/
.custom-divider {
  border: none;
  height: 1px;
  background-color: #676E73;
  margin: 20px 0;
}
/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/common/core/Button.css ***!
  \******************************************************************************/
.custom-Button {

    padding: 10px 20px;
    border: 1px solid #2b8000;
    display: flex;
    background-color: white;
    color: #2b8000;
    justify-content: center;
    cursor: pointer;
}

.custom-Button:hover {
    border-width: 3px;
}

/* PRIORITY */

.custom-Button.priority {
    background-color: #2b8000;
    color: white;
}

.custom-Button.priority:hover {
    background-color: #246901;
}


/* DANGER */
.custom-Button.danger {

    background-color: white;
    color: rgb(237, 68, 68);
    border: 1px solid rgb(237, 68, 68);
}

.custom-Button.danger:hover {
    border-width: 3px;
}

/* HIGH DANGER */


.custom-Button.priority {
    background-color: rgb(237, 68, 68);
    color: white;
}

.custom-Button.priority:hover {
    background-color: rgb(206, 40, 40);
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/icons/icon.scss ***!
  \*********************************************************************************************************************/
.sz32 {
  width: 32px;
  height: 32px;
}
.sz32 svg {
  width: 32px;
  height: 32px;
}

.icon-container {
  display: flex;
  align-items: center;
}
.icon-container p {
  margin-left: 1rem;
}

.svg-black path {
  fill: #000000;
}

.svg-white path {
  fill: #ffffff;
}

.svg-inverted path {
  fill: #4b286d;
}

.svg-green {
  color: #2b8000 !important;
}
.svg-green path {
  fill: #2b8000 !important;
}
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/Skeleton.scss ***!
  \*******************************************************************************************************************/
.Skeleton {
  background-color: #cecece;
  border-radius: 5%;
  animation: load 2s ease-in-out 1s infinite;
}

@keyframes load {
  50% {
    background-color: #f5f2f2;
  }
}
.Skeletondiv {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
/*!**************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@szhsin/react-menu/dist/index.css ***!
  \**************************************************************************************************/
@charset "UTF-8";
.szh-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  width: max-content;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.szh-menu:focus {
  outline: none;
}
.szh-menu__arrow {
  box-sizing: border-box;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.szh-menu__arrow--dir-left {
  right: -0.375rem;
  transform: translateY(-50%) rotate(135deg);
}
.szh-menu__arrow--dir-right {
  left: -0.375rem;
  transform: translateY(-50%) rotate(-45deg);
}
.szh-menu__arrow--dir-top {
  bottom: -0.375rem;
  transform: translateX(-50%) rotate(-135deg);
}
.szh-menu__arrow--dir-bottom {
  top: -0.375rem;
  transform: translateX(-50%) rotate(45deg);
}
.szh-menu__item {
  cursor: pointer;
}
.szh-menu__item:focus {
  outline: none;
}
.szh-menu__item--hover {
  background-color: #ebebeb;
}
.szh-menu__item--focusable {
  cursor: default;
  background-color: inherit;
}
.szh-menu__item--disabled {
  cursor: default;
  color: #aaa;
}
.szh-menu__group {
  box-sizing: border-box;
}
.szh-menu__radio-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.szh-menu__divider {
  height: 1px;
  margin: 0.5rem 0;
  background-color: rgba(0, 0, 0, 0.12);
}

.szh-menu-button {
  box-sizing: border-box;
}

.szh-menu {
  user-select: none;
  color: #212529;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.133), 0 0.6px 2px rgba(0, 0, 0, 0.1);
  min-width: 10rem;
  padding: 0.5rem 0;
}
.szh-menu__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.375rem 1.5rem;
}
.szh-menu-container--itemTransition .szh-menu__item {
  transition-property: background-color, color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.szh-menu__item--type-radio {
  padding-left: 2.2rem;
}
.szh-menu__item--type-radio::before {
  content: "○";
  position: absolute;
  left: 0.8rem;
  top: 0.55rem;
  font-size: 0.8rem;
}
.szh-menu__item--type-radio.szh-menu__item--checked::before {
  content: "●";
}
.szh-menu__item--type-checkbox {
  padding-left: 2.2rem;
}
.szh-menu__item--type-checkbox::before {
  position: absolute;
  left: 0.8rem;
}
.szh-menu__item--type-checkbox.szh-menu__item--checked::before {
  content: "✔";
}
.szh-menu__submenu > .szh-menu__item {
  padding-right: 2.5rem;
}
.szh-menu__submenu > .szh-menu__item::after {
  content: "❯";
  position: absolute;
  right: 1rem;
}
.szh-menu__header {
  color: #888;
  font-size: 0.8rem;
  padding: 0.2rem 1.5rem;
  text-transform: uppercase;
}

/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@szhsin/react-menu/dist/transitions/slide.css ***!
  \**************************************************************************************************************/
@keyframes szh-menu-show-slide-left {
  from {
    opacity: 0;
    transform: translateX(0.75rem);
  }
}
@keyframes szh-menu-hide-slide-left {
  to {
    opacity: 0;
    transform: translateX(0.75rem);
  }
}
@keyframes szh-menu-show-slide-right {
  from {
    opacity: 0;
    transform: translateX(-0.75rem);
  }
}
@keyframes szh-menu-hide-slide-right {
  to {
    opacity: 0;
    transform: translateX(-0.75rem);
  }
}
@keyframes szh-menu-show-slide-top {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }
}
@keyframes szh-menu-hide-slide-top {
  to {
    opacity: 0;
    transform: translateY(0.75rem);
  }
}
@keyframes szh-menu-show-slide-bottom {
  from {
    opacity: 0;
    transform: translateY(-0.75rem);
  }
}
@keyframes szh-menu-hide-slide-bottom {
  to {
    opacity: 0;
    transform: translateY(-0.75rem);
  }
}
.szh-menu--state-opening.szh-menu--dir-left {
  animation: szh-menu-show-slide-left 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-left {
  animation: szh-menu-hide-slide-left 0.15s ease-in forwards;
}

.szh-menu--state-opening.szh-menu--dir-right {
  animation: szh-menu-show-slide-right 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-right {
  animation: szh-menu-hide-slide-right 0.15s ease-in forwards;
}

.szh-menu--state-opening.szh-menu--dir-top {
  animation: szh-menu-show-slide-top 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-top {
  animation: szh-menu-hide-slide-top 0.15s ease-in forwards;
}

.szh-menu--state-opening.szh-menu--dir-bottom {
  animation: szh-menu-show-slide-bottom 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-bottom {
  animation: szh-menu-hide-slide-bottom 0.15s ease-in forwards;
}

/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/utils/utils.scss ***!
  \***************************************************************************************************************/
.required-span {
  color: #e12339;
}

.card-wrapper {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.name-text {
  text-align: center;
}

.profile-info-box {
  display: flex;
  gap: 20px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

.attachment-container {
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  align-items: flex-end;
  border-radius: 4px;
  min-height: 200px;
  height: auto;
  margin: 0px 10px 30px;
  word-break: break-all;
  margin-left: 10px;
}

.request-summary-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  align-items: flex-start;
  border-radius: 4px;
  min-height: 200px;
  height: auto;
  text-align: left;
  word-break: break-all;
  margin: 10px;
  margin-left: 10px;
  padding-top: 13px;
  border: 1px solid #b2b9bf;
}
.request-summary-container .main-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.request-summary-container .main-summary .points {
  display: flex !important;
  gap: 5px;
  padding: 0 16px;
}
.request-summary-container .main-summary .points b {
  font-weight: 700;
  flex: 1;
}
.request-summary-container .main-summary .points p {
  flex: 1;
}
.request-summary-container .all-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.request-summary-container .all-summary .points {
  padding: 0 16px;
}
.request-summary-container .all-summary .points b {
  font-weight: 700;
}
.request-summary-container .title {
  font-weight: 700;
}

.request-summary-box {
  padding: 10px;
  background-color: #f4f9f2;
  justify-content: center;
  margin: 0 16px;
}

.single-grid-layout {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 25px;
  align-items: flex-end;
}
.single-grid-layout textarea {
  min-height: unset;
  width: 100%;
}

.icon-outer-wrapper {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: row;
  background-color: #f4f9f2;
  margin: 10px;
  padding-top: 10px;
  border-radius: 4px;
}

.RequestSummaryContainer {
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 20px;
}

.main-summary div {
  margin-bottom: 4px;
}
.main-summary .points {
  display: flex;
  justify-content: space-between;
}
.main-summary .points p {
  color: #54595F;
}
.main-summary .points b {
  font-weight: 700;
  color: #54595F;
}

.all-summary div {
  margin-bottom: 7px;
}
.all-summary .points b {
  font-weight: bold;
  color: #54595F;
}
.all-summary .points p {
  color: #54595F;
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/Notification/Notification.scss ***!
  \************************************************************************************************************************************/
.notification {
  padding: 12px 16px;
  border-radius: 4px;
  color: #333;
  font-family: sans-serif;
  margin: 10px 0;
  border: 1px solid transparent;
}
.notification.error {
  background-color: #ffe5e5;
  border-color: #ff4d4f;
}
.notification.success {
  background-color: #e5ffe5;
  border-color: #52c41a;
}
.notification.warning {
  background-color: #fff8e1;
  border-color: #faad14;
}
.notification.info {
  background-color: #e5f0ff;
  border-color: #1890ff;
}
/*!***********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/common/core/Chevronlink.css ***!
  \***********************************************************************************/
.chevron-link {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: green;
    transition: color 0.2s ease;
}

.chevron-link:hover {
    color: darkgreen;
}

.chevron-icon {
    transition: transform 0.2s ease, margin 0.2s ease;
}

.chevron-link.left:hover .chevron-icon {
    transform: translateX(-4px);
}

.chevron-link.right:hover .chevron-icon {
    transform: translateX(4px);
}

.chevron-text {
    margin-left: 6px;
    transition: margin 0.2s ease;
}

.chevron-link.right .chevron-text {
    order: -1;
    margin-left: 0;
    margin-right: 6px;
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/avatar/Avatar.scss ***!
  \************************************************************************************************************************/
.AvatarBox {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  flex: none;
  border-radius: 50%;
  border: 1px solid #4b286d;
  display: grid;
  place-items: center;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/home/notification/NotificationCards.scss ***!
  \**************************************************************************************************************************************************/
.billingNotifiationCard {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.billingNotifiationCard .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.billingNotifiationCard .content .title {
  color: black;
  font-weight: 500;
  font-size: 14px;
  line-height: 20.58px;
}
.billingNotifiationCard .content .date {
  font-size: 14px;
  font-weight: 300;
  line-height: 20.58px;
  text-align: left;
  color: #787878;
}

.payment-button {
  background-color: #F4F9F2;
  color: #2B8000;
  border: 1px solid #2B8000;
  border-radius: 4px;
  height: 36px;
  font-size: 14px;
  padding: 5px 15px;
}

.text-button {
  background-color: transparent;
  color: #2B8000;
  border: none;
  height: 36px;
  font-size: 14px;
}

.main-div {
  display: flex;
  flex-direction: row;
}
.main-div > div:nth-of-type(1) {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.main-div > div:nth-of-type(2) {
  display: flex;
  min-width: 8px;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/home/notification/notificationButton.scss ***!
  \***************************************************************************************************************************************************/
.button-style {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1rem 1rem 2rem;
}

.filter-container {
  position: relative;
  text-align: left;
}

.filter-button {
  font-weight: bold;
  border: 1px solid #54595f;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  width: 120px;
  height: 40px;
  box-sizing: border-box;
  font-size: 12px;
}

.filter-button:active {
  background-color: #bdbfc1;
}

.checkbox-container {
  position: absolute;
  margin-top: 3px;
  left: 0;
  z-index: 1;
  background-color: white;
  width: 270px;
  overflow-y: auto;
  box-sizing: border-box;
}

.checkbox-container::-webkit-scrollbar {
  width: 2px;
}

.checkbox-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.checkbox-container::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 4px;
}

.checkbox-container::-webkit-scrollbar-thumb:hover {
  background: #bdbfc1;
}

.filter-card {
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #54595f;
}

.button-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.5rem;
}

.clear-all-container {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
}

.clear-all-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.apply-filter-button {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 3px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  width: 110px;
  height: 32px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.apply-filter-button:hover {
  background-color: #218838;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.filter-button-calender {
  font-weight: bold;
  border: 1px solid #54595f;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  width: 150px;
  height: 40px;
  box-sizing: border-box;
  font-size: 12px;
}

.checkbox-label {
  font-size: 12px;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #2a2c2e;
}

.calendar-container {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid black;
}

.custom-calendar {
  border-radius: 5px;
  border: 1px sold black;
}

.custom-calendar .react-datepicker__header {
  background-color: white;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
}

.custom-calendar .react-datepicker__navigation {
  border: none;
  color: #000;
  border: 0px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  align-items: center;
}

.custom-calendar .react-datepicker__day {
  color: #000;
}

.custom-calendar .react-datepicker__day--selected {
  background-color: #4b286d;
  color: #fff;
  border: 1px solid black;
}

.custom-calendar .react-datepicker__day--today {
  font-weight: bold;
}

.searchContainerDiv {
  background-color: #F7F7F8;
  padding-bottom: 20px;
  padding-top: 20px;
}

.calender-style {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 999;
  border: 1px solid grey;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.notify-box {
  overflow: visible;
}

.notification-list-container .cardWrap {
  width: 100%;
  height: 122px;
  background-color: transparent;
}
.notification-list-container .cardWrap .animateCard {
  display: flex;
  position: absolute;
  background-color: transparent;
  width: 100%;
}

.notification-box {
  display: flex;
  flex-direction: column;
}
.notification-box .bYWQTi {
  padding: 0.25rem 1rem 0.5rem;
  color: #4b286d;
}
.notification-box .ghVoXJ {
  padding: 0.5rem 1rem 0.5rem;
}

.notification-box.hidden {
  display: none;
}

.search-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.search-container .searchresultsContainer {
  position: absolute;
  z-index: -2;
  box-shadow: 0px 1px 4px #888888;
  overflow: hidden;
  background-color: #f2eff4;
  padding: 10px;
  border-radius: 25px;
}
.search-container .searchresultsContainer .searchResults {
  margin-top: 40px;
  gap: 5px;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.search-container .searchresultsContainer .resultsItem {
  width: 100%;
  cursor: pointer;
  background-color: white;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  padding: 5px;
}
.search-container .searchresultsContainer .resultsItem .logoType {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #71757b;
}
.search-container .searchresultsContainer .resultsItem .resultText {
  flex: 1;
  display: flex;
  min-height: 40px;
  flex-direction: column;
}
.search-container .searchresultsContainer .resultsItem .resultText h3 {
  font-weight: 600;
  color: #2a2c2e;
}
.search-container .searchresultsContainer .resultsItem .resultText h6 {
  font-weight: 500;
  color: #71757b;
}

.search-box-container {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 2px;
  max-width: 90%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #71757b;
}
.search-box-container:focus-within {
  border: 2px solid #4b286d;
}
.search-box-container input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 10px;
  width: 350px;
  border-radius: 24px;
  height: 35px;
}
.search-box-container .CancelSearch {
  border: none;
  background-color: white;
  cursor: pointer;
  padding: 0 10px;
}
.search-box-container .SearchEnter {
  border: none;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #4b286d;
  opacity: 1;
}
/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/react-date-range/dist/styles.css ***!
  \*************************************************************************************************/
.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDateDisplay{
  display: flex;
  justify-content: space-between;
}

.rdrDateDisplayItem{
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }

.rdrDateDisplayItem input{
    text-align: inherit
  }

.rdrDateDisplayItem input:disabled{
      cursor: default;
    }

.rdrDateDisplayItemActive{}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between;
}

.rdrMonthAndYearPickers{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdrMonthPicker{}

.rdrYearPicker{}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrPprevButton {}

.rdrNextButton {}

.rdrMonths{
  display: flex;
}

.rdrMonthsVertical{
  flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div{
  display: flex;
  flex-direction: row;
}

.rdrMonth{
  width: 27.667em;
}

.rdrWeekDays{
  display: flex;
}

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center;
}

.rdrDays{
  display: flex;
  flex-wrap: wrap;
}

.rdrDateDisplayWrapper{}

.rdrMonthName{}

.rdrInfiniteMonths{
  overflow: auto;
}

.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
    outline: none;
  }

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: #FF0000;
  }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span{
    color: #1d2429;
  }

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}

.rdrInRange{}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}

.rdrDayHovered{}

.rdrDayActive{}

.rdrDateRangePickerWrapper{
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDefinedRangesWrapper{}

.rdrStaticRanges{
  display: flex;
  flex-direction: column;
}

.rdrStaticRange{
  font-size: inherit;
}

.rdrStaticRangeLabel{}

.rdrInputRanges{}

.rdrInputRange{
  display: flex;
}

.rdrInputRangeInput{}

/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/react-date-range/dist/theme/default.css ***!
  \********************************************************************************************************/
.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplayWrapper{
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay{
  margin: 0.833em;
}

.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }

.rdrDateDisplayItemActive{
  border-color: currentColor;
}

.rdrDateDisplayItemActive input{
    color: #7d888d
  }

.rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers{
  font-weight: 600;
}

.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width=%279px%27 height=%276px%27 viewBox=%270 0 9 6%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27><g id=%27Artboard%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27translate%28-636.000000, -171.000000%29%27 fill-opacity=%270.368716033%27><g id=%27input%27 transform=%27translate%28172.000000, 37.000000%29%27 fill=%27%230E242F%27 fill-rule=%27nonzero%27><g id=%27Group-9%27 transform=%27translate%28323.000000, 127.000000%29%27><path d=%27M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z%27 id=%27arrow%27></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }

.rdrMonthAndYearPickers select:hover{
      background-color: rgba(0,0,0,0.07);
    }

.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}

.rdrNextPrevButton:hover{
    background: #E1E7F0;
  }

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    transform: translate(-3px, 0px);
  }

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    transform: translate(-3px, 0px);
  }

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    transform: translate(3px, 0px);
  }

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
  }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}

.rdrDay:focus {
    outline: 0;
  }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
  }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
      background: #fff;
    }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
        }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected{
  left: 2px;
  right: 2px;
}

.rdrInRange{}

.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected{
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }

.rdrDayEndOfMonth .rdrInRange,  .rdrDayEndOfMonth .rdrStartEdge,  .rdrDayEndOfWeek .rdrInRange,  .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }

.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}

.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
    }

.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges{
  padding: 10px 0;
}

.rdrInputRange{
  align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
    border-color: rgb(180, 191, 196);
    outline: 0;
    color: #333;
  }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive{
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    filter: grayscale(100%) opacity(60%);
  }

.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}

/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/navbar.scss ***!
  \*****************************************************************************************************************/
* {
  font-family: Arial, Helvetica, sans-serif !important;
}

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

h1 {
  cursor: default;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

label {
  font-weight: bolder !important;
}

@media (min-width: 1200px) {
  .kptxeS {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .kptxeS {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .kptxeS {
    max-width: 100% !important;
  }
}
@media (min-width: 576px) {
  .kptxeS {
    max-width: 100% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 575px) {
  .kptxeS {
    max-width: 100% !important;
  }
}
.navbar-container {
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  z-index: 999;
}
.navbar-container .nav-logo {
  display: flex;
  width: 50px;
  max-width: 50px;
  justify-content: center;
  align-items: center;
}
.navbar-container .nav-logo img {
  cursor: pointer;
}
.navbar-container .nav-menu {
  transition: all 0.5s ease-in-out;
  display: flex;
  width: 16px;
  justify-content: end;
  align-items: center;
}
.navbar-container .nav-menu img {
  cursor: pointer;
  width: 16px;
}
.navbar-container .nav-menu .hamburger {
  padding: 0;
  width: 16px;
  height: 18px;
}
.navbar-container .nav-menu .hamburger .hamburger-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.navbar-container .nav-menu .hamburger .hamburger-inner::before {
  top: -7px;
}
.navbar-container .nav-menu .hamburger .hamburger-inner::after {
  bottom: -7px;
}
.navbar-container .nav-menu .hamburger .hamburger-inner,
.navbar-container .nav-menu .hamburger .hamburger-inner::before,
.navbar-container .nav-menu .hamburger .hamburger-inner::after {
  width: 16px;
  height: 3px;
  background-color: #75549f;
}
.navbar-container .nav-menu .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
}
.navbar-container .nav-menu .hamburger-inner,
.navbar-container .nav-menu .hamburger.is-active .hamburger-inner {
  background-color: #75549f;
}
.navbar-container .nav-menu.expand {
  transition: all 0.5s ease-in-out;
  justify-content: end;
  width: 200px;
}
@media (max-width: 576px) {
  .navbar-container .nav-menu {
    width: 16px;
  }
  .navbar-container .nav-menu.expand {
    width: 16px;
  }
}
.navbar-container .fhELbo svg {
  fill: #ffffff;
}
.navbar-container .fhELbo:link,
.navbar-container .fhELbo:visited {
  color: #ffffff;
  text-decoration: none;
}
.navbar-container .fhELbo:focus {
  margin: auto;
  padding: 0px 1rem;
  color: #ffffff;
  border-radius: 0px;
}
.navbar-container .navbar-container_link {
  margin-right: 3rem;
}
.navbar-container .navbar-container_lang {
  justify-content: flex-end;
  padding-right: 10px;
}
.navbar-container .navbar-container_lang .helplink {
  padding: 2px 4px;
  border-radius: 10px;
}
.navbar-container .navbar-container_lang .helplink:hover {
  background-color: #eeeeee;
}
.navbar-container .nav-logo {
  display: flex;
  gap: 10px;
  padding: 5px 15px;
  align-items: center;
}
.navbar-container .nav-logo .Telus_logo {
  max-width: 100%;
  cursor: pointer;
  height: auto;
}
.navbar-container .nav-logo .nav-img_1 {
  cursor: pointer;
}
.navbar-container .nav-logo .nav-img_2 {
  width: 100%;
}
.navbar-container > ul {
  list-style: none;
  display: flex;
  margin: 0 1rem;
  padding: 0px;
  gap: 15px;
  -webkit-box-pack: end;
}
.navbar-container > ul li {
  font-size: 14px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 3.25rem;
  height: 100%;
  font-weight: 500;
  cursor: auto;
  vertical-align: baseline;
}
.navbar-container > ul li a {
  display: flex;
  white-space: nowrap;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 575px) {
  .navbar-container {
    width: 100%;
    height: 50px;
  }
  .navbar-container .nav-logo {
    width: 200px;
    left: 20px;
    flex-direction: row;
  }
  .navbar-container .nav-logo .nav-img_2 {
    width: 100px;
  }
  .navbar-container ul {
    margin: 0;
    padding: 0px;
    flex: 0 0 auto;
  }
}
@media (max-width: 576px) {
  .cXfwzg img {
    height: 30px;
  }
}
.sidebar2 {
  /**Not found*/
  /* Smartphones (portrait and landscape) ----------- */
}
.sidebar2 .dashboard-sidebar2 {
  min-width: 300px;
  z-index: 200;
  height: 100vh;
  position: fixed;
  transition: 3ms ease-in linear;
  background: #f2eff4 0% 0% no-repeat padding-box;
  border: 1px solid #4b286d;
  border-radius: 10px 10px 0px 0px;
  opacity: 1;
  /* Smartphones (portrait and landscape) ----------- */
}
.sidebar2 .dashboard-sidebar2 .mg10 {
  margin-top: 0px;
}
.sidebar2 .dashboard-sidebar2 ul {
  padding: 0px;
}
.sidebar2 .dashboard-sidebar2 ul.main-navbars {
  padding: 0;
  top: 90px;
  position: relative;
}
.sidebar2 .dashboard-sidebar2 ul li {
  border-bottom: 0;
  color: #ffffff;
  padding: 0 0px 4px;
  display: flex;
  align-items: center;
  margin: 0 0px 4px;
}
.sidebar2 .dashboard-sidebar2 ul li.icon-side {
  flex-direction: row;
  word-break: break-word;
  flex-grow: 0;
  align-items: flex-start;
  flex-shrink: 0;
}
.sidebar2 .dashboard-sidebar2 ul li .sidebar-accordion {
  position: relative;
  right: -30px;
  top: 9px;
}
.sidebar2 .dashboard-sidebar2 ul li .sidebar-accordion svg path {
  fill: #4b286b;
}
.sidebar2 .dashboard-sidebar2 ul li a {
  display: inline-flex;
  vertical-align: super;
  position: relative;
  left: 45px;
  top: 5px;
  text-decoration: none !important;
  font-size: 20px;
  font-family: Helvetica, Neue;
  letter-spacing: 0px;
  color: #f6f6f6;
}
.sidebar2 .dashboard-sidebar2 ul li a:active {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  position: relative;
  left: 45px;
  margin: 0;
}
.sidebar2 .dashboard-sidebar2 ul li a:focus {
  border: 0;
  padding: 0;
  position: relative;
  left: 45px;
  border-radius: 0;
  outline: none;
  margin: 0;
}
.sidebar2 .dashboard-sidebar2 ul li a p {
  color: #4b286b;
  min-width: 110px;
  width: 173px;
}
.sidebar2 .dashboard-sidebar2 ul li svg {
  width: 32px;
  height: 32px;
}
.sidebar2 .dashboard-sidebar2 ul .active {
  background: #4b286d 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.sidebar2 .dashboard-sidebar2 ul .active .sidebar-accordion {
  position: relative;
  right: -30px;
  top: 7px;
}
.sidebar2 .dashboard-sidebar2 ul .active .sidebar-accordion svg path {
  fill: #ffffff;
}
.sidebar2 .dashboard-sidebar2 ul .active a {
  text-decoration: none;
  display: inline-flex;
  vertical-align: super;
  position: relative;
  left: 45px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #f6f6f6;
}
.sidebar2 .dashboard-sidebar2 ul .active a p {
  color: #f6f6f6;
  min-width: 110px;
}
.sidebar2 .dashboard-sidebar2 .direction-arrow-left {
  float: right;
  top: 89px;
  position: absolute;
  right: -26px;
  z-index: 99;
  cursor: pointer;
}
.sidebar2 .dashboard-sidebar2 .direction-arrow-left .lEEmu:focus {
  border: 0;
  margin: -2px 0px 0px;
}
.sidebar2 .dashboard-sidebar2 .direction-arrow-left .lEEmu:active {
  background-color: transparent;
}
.sidebar2 .dashboard-sidebar2 .direction-arrow-left .lEEmu svg {
  width: 20px;
  margin-top: 3px;
  fill: #fff;
}
.sidebar2 .dashboard-sidebar2 .YugUX {
  top: 35px;
}
.sidebar2 .dashboard-sidebar2 .ccXEVB {
  border-top: 0;
  padding: 0;
}
.sidebar2 .dashboard-sidebar2 .cNFAXh {
  border-bottom: 0;
}
.sidebar2 .dashboard-sidebar2 .cNFAXh .hkEPEv {
  margin-left: 15px;
  margin-right: 20px;
}
.sidebar2 .dashboard-sidebar2 .cNFAXh .iYWjaZ {
  background-color: #4b286c;
  color: #ffffff;
}
.sidebar2 .dashboard-sidebar2 .cNFAXh .iYWjaZ .aKunG {
  color: #ffffff;
}
.sidebar2 .dashboard-sidebar2 .cNFAXh .iYWjaZ .aKunG .hkEPEv {
  margin-left: 15px;
  margin-right: 20px;
}
.sidebar2 .dashboard-sidebar2 .cNFAXh .iYWjaZ .aKunG .hkEPEv svg {
  fill: #ffffff;
}
.sidebar2 .dashboard-sidebar2 .frNNUS {
  display: flex;
  font-weight: 500;
  color: #4b286c;
}
.sidebar2 .dashboard-sidebar2 .icon-footer {
  position: absolute;
  bottom: 3rem;
  left: 6rem;
}
@media (max-width: 576px) {
  .sidebar2 .overlay-mobile {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.5411764706);
  }
}
.sidebar2 .dashboard-sidebar-cat {
  height: 980px;
}
.sidebar2 .hide {
  display: none;
}
.sidebar2 .dashboard-footer {
  background: #000;
  color: #fff;
  text-align: center;
  z-index: 300;
  height: 40px;
  /* vertical-align: middle; */
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
}
.sidebar2 .direction-arrow-right {
  display: none;
  float: left;
  top: 90px;
  position: fixed;
  left: 90px;
  z-index: 99;
  cursor: pointer;
  /* Smartphones (portrait and landscape) ----------- */
}
.sidebar2 .direction-arrow-right .lEEmu:focus {
  border: 0;
  margin: -2px 0px 0px;
}
.sidebar2 .direction-arrow-right .lEEmu:active {
  background-color: transparent;
}
.sidebar2 .direction-arrow-right .lEEmu svg {
  width: 20px;
  margin-top: 3px;
  fill: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .sidebar2 .direction-arrow-right {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .sidebar2 {
    /* Smartphones (landscape) ----------- */
    /* Smartphones (portrait) ----------- */
  }
}
.sidebar2 .sidebar-item {
  display: block;
  transition: background-color 0.15s;
  border-radius: 5px;
}
.sidebar2 .sidebar-title {
  justify-content: space-between;
}
.sidebar2 .sidebar-title span i {
  display: inline-block;
  width: 1.5em;
}
.sidebar2 .sidebar-title .toggle-btn {
  cursor: pointer;
}
.sidebar2 .sidebar-item.open .toggle-btn {
  transform: rotateZ(87deg);
  position: absolute;
}
.sidebar2 .sidebar-content {
  padding-top: 0.25em;
  height: 0;
  overflow: hidden;
}
.sidebar2 .sidebar-item.open > .sidebar-content {
  height: auto;
}
.sidebar2 .sidebarmenu-c {
  padding-left: 2.2em;
}
.sidebar2 .button-showMore {
  text-decoration: none;
  color: #4b286b;
  padding: 0px 40px;
}
.sidebar2 .color-purple {
  color: #4b286b;
}
.sidebar2 .cursor-pointer {
  cursor: pointer;
}

.collapse-arrow {
  position: absolute;
  right: -25px;
  z-index: 400;
}
.collapse-arrow .icon-container {
  cursor: pointer;
}

.Category-page {
  flex: 1;
}
.Category-page .Catgeory-toggle-text {
  padding: 5px 10px 10px;
  cursor: pointer;
  font-weight: 700;
  color: #4b286d;
}
.Category-page .jgOcrr {
  padding-top: 10px;
}
.Category-page .krmMAu a {
  font-weight: 500;
}
.Category-page .Catgeory-header-text {
  padding: 0px 10px 5px;
  cursor: pointer;
  font-weight: 700;
}

.sidebar-footer {
  display: flex;
  padding-top: 40px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: 900;
  font-size: 12px;
  gap: 2px;
  color: #4b286d;
}
.sidebar-footer a,
.sidebar-footer a:active,
.sidebar-footer a:visited {
  text-decoration: none;
  cursor: pointer;
  color: #4b286b;
}
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/profile/profile.scss ***!
  \******************************************************************************************************************************/
.ProfilePop {
  position: absolute;
  max-height: 90vh;
  height: auto;
  overflow-y: auto;
  min-width: 150px;
  top: 55px;
  right: 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: "#ffffff";
  display: flex;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.ProfilePop::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}
.ProfilePop::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #f0f0f0;
}
.ProfilePop::-webkit-scrollbar-thumb {
  background: "#e3e6e8";
  border-radius: 10px;
}
.ProfilePop::-webkit-scrollbar-thumb:hover {
  background: "#e3e6e8";
}
@media (max-width: dummy-breakpoint) {
  .ProfilePop {
    top: 60px;
  }
}

.ProfileContainer {
  max-height: 90vh;
  overflow: hidden;
}

.ListItems {
  display: flex;
  flex-direction: column;
  width: 150px;
}
.ListItems .iTTawZ {
  width: 100%;
}

.ImageWrapper svg {
  width: 20px;
  height: 20px;
  fill: "#c12335";
}

.Item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  background: "#ffffff";
  padding: 10px;
}
@media (max-width: dummy-breakpoint) {
  .Item {
    width: 100vw;
  }
}
.Item a {
  display: flex;
  text-decoration: none !important;
}
.Item a span {
  color: "#2c2e30";
  padding-left: 10px;
  text-decoration: none;
}
.Item svg {
  stroke: "#b2b9bf";
}
.Item svg path,
.Item svg polyline,
.Item svg line {
  stroke: "#b2b9bf";
}
.Item:hover {
  background: "#e3e6e8";
}
.Item:hover a span {
  color: "#4b286d";
}
.Item:hover svg {
  fill: "#4b286d";
  stroke: "#4b286d";
}
.Item:hover svg path,
.Item:hover svg polyline,
.Item:hover svg line {
  stroke: "#4b286d";
}
.Item .active {
  background: "#4b286d";
}
.Item .active a span {
  color: "#ffffff";
}
.Item .active svg {
  fill: "#ffffff";
  stroke: "#ffffff";
}
.Item .active svg path,
.Item .active svg polyline,
.Item .active svg line {
  stroke: "#ffffff";
}

.CutomerdetailsBox {
  margin-left: -13px;
}
.CutomerdetailsBox .FkMJI {
  min-width: fit-content;
}
.CutomerdetailsBox .bqusKU {
  min-width: fit-content;
}
.CutomerdetailsBox .bqusKU span {
  overflow-wrap: anywhere;
}

.HeadingTopSpace {
  margin-top: -27px;
}

.HeadingLeft {
  text-align: left;
}

.ProfileTextBox {
  margin-left: -13px;
}
@media (min-width: 768px) {
  .ProfileTextBox .eoGzpc,
  .ProfileTextBox .hLTwpY {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.HeadingLeft {
  text-align: left;
}

.ProfileOuterContainer {
  padding: 0 10px;
}

.ProflieFlexBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.ProflieFlexBox .user-info {
  flex: 1;
  min-width: min(350px, 90%);
}
.ProflieFlexBox .info {
  flex: 2;
  min-width: min(400px, 90%);
}
.ProflieFlexBox .user-info,
.ProflieFlexBox .info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.ProfileOuterContainer1 {
  padding: 20px 10px;
}

.ProfileHeading {
  margin: 15px 9px;
}

.ServiceListBox {
  padding: 20px 0px;
}

.HeadingTopSpace {
  margin-top: -27px;
}

.ProfileContainer .iCxdts,
.ProfileContainer .bjOtBY {
  min-width: fit-content;
}
.ProfileContainer .bkQTbV {
  min-width: 250px;
}

.TextLink {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  letter-spacing: -0.6px;
  line-height: 1.42857;
  font-weight: 500;
  color: #66cc00;
  cursor: pointer;
}

.CutomerdetailsBox {
  margin-left: -13px;
}

.HeadingTopSpace {
  margin-top: -27px;
}

.HeadingLeft {
  text-align: left;
}

.sc-jqUVSM .itOqLD::before {
  display: block;
  position: absolute;
  left: -2rem;
  font-family: TELUS Core Icons;
  line-height: 1.6;
  content: "";
  background-image: none;
  background: green;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.6rem;
  height: 0.52rem;
  top: 0.65rem;
}

.profile-quick-link {
  margin-bottom: 10px;
  margin-top: 10px;
}
.profile-quick-link a {
  color: #2b8000 !important;
  text-decoration: none !important;
  display: flex;
}
.profile-quick-link a span {
  margin-left: 10px;
}

.profileBackbtn {
  margin-top: 15px;
  padding-top: 35px;
}

.BczNn > * {
  margin-right: 0rem;
}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/CustomSearch.scss ***!
  \***********************************************************************************************************************/
.overlay-search {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  background-color: rgba(89, 89, 89, 0.4509803922);
  backdrop-filter: blur(10px);
  z-index: 1;
  left: 0;
  display: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.overlay-search .search {
  margin-top: 50px;
}
.overlay-search .searchresultsContainer {
  background-color: white !important;
  width: 100%;
  min-width: 300px;
}
.overlay-search .msg {
  background-color: #4b286d;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
}
@media (max-width: 890px) {
  .overlay-search {
    display: flex;
  }
}

.CustomSearchContainer {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 2px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid gray;
  width: 100%;
  min-width: 300px;
}
.CustomSearchContainer:focus-within {
  border: 2px solid #4b286d;
}
.CustomSearchContainer input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 10px;
}
.CustomSearchContainer .CancelSearch {
  border: none;
  background-color: white;
  cursor: pointer;
  padding: 0 10px;
}
.SearchContainer {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  position: relative;
}
.SearchContainer .searchresultsContainer {
  position: absolute;
  z-index: -2;
  top: 48px;
  box-shadow: 0px 1px 4px #888888;
  overflow: hidden;
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.4784313725);
  padding: 10px;
  border-radius: 25px;
}
.SearchContainer .searchresultsContainer .searchResults {
  gap: 5px;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.SearchContainer .searchresultsContainer .selected {
  border: 2px solid purple !important;
}
.SearchContainer .searchresultsContainer .Header {
  width: 100%;
  border: 2px solid transparent;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  padding: 5px;
}
.SearchContainer .searchresultsContainer .Header .HeaderText {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.SearchContainer .searchresultsContainer .Header .HeaderText h3 {
  font-weight: 500;
  color: #949596;
}
.SearchContainer .searchresultsContainer .Header .HeaderText .Clear {
  font-weight: 500;
  color: #2b8000;
  cursor: pointer;
}
.SearchContainer .searchresultsContainer .resultsItem {
  width: 100%;
  border: 2px solid transparent;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  padding: 5px;
}
.SearchContainer .searchresultsContainer .resultsItem .logoType {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #71757b;
}
.SearchContainer .searchresultsContainer .resultsItem .resultText {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.SearchContainer .searchresultsContainer .resultsItem .resultText h3 {
  font-weight: 500;
  color: #2a2c2e;
}
.SearchContainer .searchresultsContainer .resultsItem .resultText h6 {
  font-weight: 500;
  color: #71757b;
}
.SearchContainer .searchresultsContainer .resultsItem .resultTexthistory {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.SearchContainer .searchresultsContainer .resultsItem .resultTexthistory h3 {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  font-weight: 500;
  color: #2a2c2e;
}
.SearchContainer .searchresultsContainer .resultsItem .resultTexthistory .delete {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SearchContainer .searchresultsContainer .resultsItem .resultTexthistory h6 {
  font-weight: 500;
  color: #71757b;
}
.SearchContainer .searchresultsContainer .view-more {
  color: #2b8000;
  display: flex;
  padding: 5px 0px;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.SearchContainer .searchresultsContainer .looking-for {
  color: #949596;
  font-weight: 500;
  padding: 5px;
}
.SearchContainer .searchresultsContainer .looking-for .buttonTagscontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 0;
}
.SearchContainer .searchresultsContainer .looking-for .buttonTagscontainer .buttonTags {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #4b286d;
  background-color: #f2eff4;
  padding: 5px 10px;
  color: #4b286d;
}
.SearchContainer .searchresultsContainer .alert {
  width: 100%;
  border: 2px solid transparent;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  padding: 5px;
}
.SearchContainer .searchresultsContainer .CTA {
  font-weight: 500;
  color: #2b8000;
  cursor: pointer;
}

.DesktopWrapper {
  flex: 1 1 0%;
  display: flex;
  padding: 0 5px;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.DesktopWrapper .desktop-search > div > div {
  width: 60%;
  min-width: 300px;
  max-width: 600px;
}
.DesktopWrapper .desktop-search {
  display: block;
}
.DesktopWrapper .mobile-search-icon {
  display: none;
}
@media (max-width: 890px) {
  .DesktopWrapper .mobile-search-icon {
    display: flex;
  }
  .DesktopWrapper .desktop-search {
    display: none;
  }
}

.MobileSearchContainer {
  flex: 1 1 0%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: end;
}
.MobileSearchContainer > div > div {
  width: 90%;
  z-index: 6;
}
.MobileSearchContainer .searchresultsContainer {
  z-index: 5;
}
.MobileSearchContainer .searchResults {
  scrollbar-width: none;
}

.SearchButtonComp {
  border: none;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #4b286d;
}
/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/hamburgers/dist/hamburgers.css ***!
  \***********************************************************************************************/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/index.scss ***!
  \****************************************************************************************************************/
#dashboard-middle-section {
  flex: 1;
  /* Smartphones (portrait and landscape) ----------- */
}
#dashboard-middle-section > .hGJiZM {
  position: relative;
}
@media (max-width: 320px) {
  #dashboard-middle-section {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  #dashboard-middle-section {
    margin-left: 0 !important;
  }
}
.greeting-card {
  width: 100%;
  background-color: #e8e8e8;
}
.greeting-card .fNttcO {
  margin-top: 10px;
}

.greeting-card {
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5882352941);
  backdrop-filter: blur(8px);
  top: -20px;
  background: inherit;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  z-index: 20;
}
.greeting-card .card-content .kCDayC {
  background-color: transparent;
}

.greeting-card .card-content .fjXYXV {
  background-color: transparent;
  height: 206px;
}

@media (min-width: 768px) {
  .greeting-card {
    min-width: 100%;
    width: auto;
  }
}
@media (max-width: 576px) {
  .greeting-card {
    margin: auto;
    width: 90%;
    left: 0;
    right: 0;
  }
}
.dashboard-para-activities {
  margin-left: 1rem;
}

.lEEmu svg {
  vertical-align: middle;
  width: 16px;
}

.lEEmu:link {
  text-decoration: none;
}

.coming-soon-message {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  min-height: 500px;
  flex-direction: column;
}
.coming-soon-message svg {
  fill: #9fa0a1;
}
.coming-soon-message h1 {
  text-align: center;
}
.coming-soon-message p,
.coming-soon-message h4 {
  text-align: center;
  color: #4b286d;
}

.service-description {
  display: flex;
  vertical-align: middle;
  min-height: 500px;
  flex-direction: column;
}
.service-description h1 {
  color: #4b286d;
  padding-bottom: 40px;
}
.service-description p {
  text-align: justify;
}

.direction-arrow {
  float: right;
  top: 95px;
  position: relative;
  width: 30px;
  height: 30px;
  background: #4b286b;
  color: #fff;
  border-radius: 50%;
  left: 15px;
  z-index: 999;
}
.direction-arrow .lEEmu:focus {
  border: 0;
  margin: -2px 0px 0px;
}
.direction-arrow .lEEmu:active {
  background-color: transparent;
}
.direction-arrow .lEEmu svg {
  width: 20px;
  margin-top: 3px;
  fill: #fff;
}

.dashboard-sidebar {
  min-width: 300px;
  padding-top: 60px;
  z-index: 200;
  height: 100vh;
  position: fixed;
  transition: 3ms ease-in linear;
  background: #f2eff4 0% 0% no-repeat padding-box;
  border: 1px solid #4b286d;
  border-radius: 10px 10px 0px 0px;
  opacity: 1;
  /* Smartphones (portrait and landscape) ----------- */
}
.dashboard-sidebar .category-container {
  padding-bottom: 40px;
}
.dashboard-sidebar .category-container .expand-divider {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 5px;
  padding-bottom: 10px;
  cursor: pointer;
}
.dashboard-sidebar .category-container .expand-divider .css-view-175oi2r {
  padding-right: 10px;
}
.dashboard-sidebar .category-container .expand-divider:hover {
  background-color: #dad1e0;
}
.dashboard-sidebar .dashboard-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding: 50px 0px;
}
.dashboard-sidebar .mg10 {
  margin-top: 0px;
}
.dashboard-sidebar ul {
  padding: 0px;
}
.dashboard-sidebar ul.main-navbars {
  padding: 0;
  flex: 1;
  position: relative;
}
.dashboard-sidebar ul li {
  border-bottom: 0;
  color: #ffffff;
  position: relative;
  padding: 0 0px 4px;
  display: flex;
  align-items: center;
  margin: 0 0px 4px;
}
.dashboard-sidebar ul li.icon-side {
  flex-direction: row;
  word-break: break-word;
  flex-grow: 0;
  align-items: flex-start;
  flex-shrink: 0;
}
.dashboard-sidebar ul li .sidebar-accordion {
  position: relative;
  right: -30px;
  top: 9px;
}
.dashboard-sidebar ul li .sidebar-accordion svg path {
  fill: #4b286b;
}
.dashboard-sidebar ul li a {
  display: inline-flex;
  vertical-align: super;
  position: relative;
  left: 45px;
  top: 5px;
  text-decoration: none !important;
  font-size: 20px;
  font-family: Helvetica, Neue;
  letter-spacing: 0px;
  color: #f6f6f6;
}
.dashboard-sidebar ul li a:active {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  position: relative;
  left: 45px;
  margin: 0;
}
.dashboard-sidebar ul li a:focus {
  border: 0;
  padding: 0;
  position: relative;
  left: 45px;
  border-radius: 0;
  outline: none;
  margin: 0;
}
.dashboard-sidebar ul li a p {
  color: #4b286b;
  min-width: 110px;
  width: 173px;
}
.dashboard-sidebar ul li svg {
  width: 32px;
  height: 32px;
}
.dashboard-sidebar ul .active {
  background: #4b286d 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.dashboard-sidebar ul .active .sidebar-accordion {
  position: relative;
  right: -30px;
  top: 7px;
}
.dashboard-sidebar ul .active .sidebar-accordion svg path {
  fill: #ffffff;
}
.dashboard-sidebar ul .active a {
  text-decoration: none;
  display: inline-flex;
  vertical-align: super;
  position: relative;
  left: 45px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #f6f6f6;
}
.dashboard-sidebar ul .active a p {
  color: #f6f6f6;
  min-width: 110px;
}
.dashboard-sidebar .direction-arrow-left {
  float: right;
  top: 89px;
  position: absolute;
  right: -26px;
  z-index: 99;
  cursor: pointer;
}
.dashboard-sidebar .direction-arrow-left .lEEmu:focus {
  border: 0;
  margin: -2px 0px 0px;
}
.dashboard-sidebar .direction-arrow-left .lEEmu:active {
  background-color: transparent;
}
.dashboard-sidebar .direction-arrow-left .lEEmu svg {
  width: 20px;
  margin-top: 3px;
  fill: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .dashboard-sidebar .direction-arrow-left {
    display: none;
  }
}
.dashboard-sidebar .YugUX {
  top: 35px;
}
.dashboard-sidebar .ccXEVB {
  border-top: 0;
  padding: 0;
}
.dashboard-sidebar .cNFAXh {
  border-bottom: 0;
}
.dashboard-sidebar .cNFAXh .hkEPEv {
  margin-left: 15px;
  margin-right: 20px;
}
.dashboard-sidebar .cNFAXh .iYWjaZ {
  background-color: #4b286c;
  color: #ffffff;
}
.dashboard-sidebar .cNFAXh .iYWjaZ .aKunG {
  color: #ffffff;
}
.dashboard-sidebar .cNFAXh .iYWjaZ .aKunG .hkEPEv {
  margin-left: 15px;
  margin-right: 20px;
}
.dashboard-sidebar .cNFAXh .iYWjaZ .aKunG .hkEPEv svg {
  fill: #ffffff;
}
.dashboard-sidebar .frNNUS {
  display: flex;
  font-weight: 500;
  color: #4b286c;
}
.dashboard-sidebar .icon-footer {
  justify-content: center;
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .dashboard-sidebar {
    display: none;
  }
}

.hide {
  display: none;
}

.dashboard-footer {
  background: #000;
  color: #fff;
  text-align: center;
  z-index: 300;
  height: 40px;
  /* vertical-align: middle; */
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
}

.direction-arrow-right {
  display: none;
  float: left;
  top: 90px;
  position: fixed;
  left: 90px;
  z-index: 99;
  cursor: pointer;
  /* Smartphones (portrait and landscape) ----------- */
}
.direction-arrow-right .lEEmu:focus {
  border: 0;
  margin: -2px 0px 0px;
}
.direction-arrow-right .lEEmu:active {
  background-color: transparent;
}
.direction-arrow-right .lEEmu svg {
  width: 20px;
  margin-top: 3px;
  fill: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .direction-arrow-right {
    display: none;
  }
}

/**Not found*/
.container {
  width: auto;
  top: 100px;
  position: relative;
  /* height: auto; */
  /* max-width: 100vw; */
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* position: absolute; */
  /* margin-top: 17%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  z-index: 1;
  overflow: hidden;
  padding: 15px;
}

/* fourzerofour */
.fourzerofour {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 300px;
  background: #4b286b;
  -webkit-background-clip: text;
  background-clip: text;
}

.fourzerofour h1,
.fourzerofour p {
  color: transparent;
  font-weight: bold;
}

.fourzerofour h1 {
  margin-bottom: 16px;
  font-size: 96px;
}
.fourzerofour h1:hover {
  text-shadow: 0px 0px 5px #4b286b, 0px 0px 2px #4b286c, 0px 0px 5px #4b286d, 0px 0px 10px #4b286f;
}

.fourzerofour p {
  font-size: 28px;
  text-transform: uppercase;
}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 320px) {
  .dashboard-sidebar {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .dashboard-sidebar {
    display: none !important;
    /* Smartphones (landscape) ----------- */
    /* Smartphones (portrait) ----------- */
  }
  .dashboard-sidebar .direction-arrow-left {
    display: none;
  }
}
.sidebar-item {
  display: block;
  transition: background-color 0.15s;
  border-radius: 5px;
}

.sidebar-title {
  justify-content: space-between;
}

.sidebar-title span i {
  display: inline-block;
  width: 1.5em;
}

.sidebar-title .toggle-btn {
  cursor: pointer;
}

.sidebar-item.open .toggle-btn {
  transform: rotateZ(87deg);
}

.sidebar-content {
  padding-top: 0.25em;
  height: 0;
  overflow: hidden;
}

.sidebar-item.open > .sidebar-content {
  height: auto;
}

.sidebarmenu-c {
  padding-left: 2.2em;
}

.button-showMore {
  text-decoration: none;
  color: #4b286b;
  padding: 0px 40px;
}

.color-purple {
  color: #4b286b;
}

.cursor-pointer {
  cursor: pointer;
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/Sidebar.scss ***!
  \******************************************************************************************************************/
#sidebar-holder {
  transition: all 0.5s ease-in-out;
  left: 0;
  position: relative;
  height: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#sidebar-holder ::-webkit-scrollbar {
  width: 8px;
}
#sidebar-holder ::-webkit-scrollbar-track {
  background-color: #f2eff4;
}
#sidebar-holder ::-webkit-scrollbar-thumb {
  background: #d8cbe5;
  border-radius: 10px;
}
#sidebar-holder ::-webkit-scrollbar-thumb:hover {
  background: #d8cbe5;
}

@media (max-width: 576px) {
  #sidebar-holder {
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 50px;
    z-index: 200;
    left: -250px;
  }
  #sidebar-holder.showmore {
    transition: all 0.5s ease-in-out;
    left: 0;
  }
}
#sidebar {
  height: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  width: 50px;
  display: flex;
  z-index: 20;
}
#sidebar ::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}
#sidebar ::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #f0f0f0;
}
#sidebar ::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
#sidebar-holder.showmore #sidebar {
  width: 250px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 576px) {
  #sidebar-holder.showmore #sidebar {
    width: 250px;
  }
}
#sidebar #icon-sidebar,
#sidebar #text-sidebar {
  height: 100%;
}
#sidebar #icon-sidebar {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  background-color: #4b286d;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sidebar #icon-sidebar .modules {
  margin-top: 60px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#sidebar #icon-sidebar .modules .item {
  width: 100%;
  height: 48px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#sidebar #icon-sidebar .modules .item:hover {
  background-color: #644682;
}
#sidebar #icon-sidebar .modules .item:hover .tooltip {
  display: block;
}
#sidebar #icon-sidebar .modules .item .tooltip {
  position: absolute;
  left: 47px;
  top: 14px;
  font-size: 12px;
  display: none;
  text-wrap: nowrap;
  padding: 2px 2px 2px 2px;
  z-index: 999;
  background-color: #9884ad;
  color: white;
  padding: 4px 6px;
  letter-spacing: 1px !important;
}
#sidebar #icon-sidebar .modules .item .tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent #9884ad transparent transparent;
}
#sidebar #icon-sidebar .modules .item .react-svg {
  display: flex;
  width: 90%;
  height: 90%;
  align-items: center;
  justify-content: center;
}
#sidebar #icon-sidebar .modules .item .react-svg div {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#sidebar #icon-sidebar .modules .item .react-svg div svg {
  width: 18px;
}
#sidebar #icon-sidebar .modules .item.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent #f2eff4 transparent transparent;
}
#sidebar #text-sidebar {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  width: 200px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  background-color: #f2eff4;
}
#sidebar #text-sidebar .PortalText {
  color: #4b286d;
  padding: 10px 15px;
  font-size: 28px;
  font-weight: bold;
}
#sidebar #text-sidebar .PortalText img {
  height: 33px;
}
#sidebar #text-sidebar .notify-icon {
  position: relative;
  display: flex;
  height: 10px;
  width: 10px;
}
#sidebar #text-sidebar .notify-icon span.icon {
  background-color: #4b286d;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#sidebar #text-sidebar .items-module {
  margin-top: -10px;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  gap: 10px;
}
#sidebar #text-sidebar .items-module p.title {
  color: #4b286d;
  font-weight: bold;
  padding: 5px 0px 5px 15px;
  font-size: 16px;
}
#sidebar #text-sidebar .items-module div.items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 2px;
}
#sidebar #text-sidebar .items-module div.items div {
  font-size: 13px;
}
#sidebar #text-sidebar .items-module div.items .item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#sidebar #text-sidebar .items-module div.items .item .link {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2px 10px 2px 10px;
  align-items: center;
}
#sidebar #text-sidebar .items-module div.items .item .link p {
  color: #4b286d;
  font-weight: bold;
  font-size: 14px;
}
#sidebar #text-sidebar .items-module div.items .item .link .chevron .react-svg {
  padding: 5px;
  transform: rotateZ(-90deg);
}
#sidebar #text-sidebar .items-module div.items .item .link .chevron.active .react-svg {
  transform: rotateZ(0deg);
}
#sidebar #text-sidebar .items-module div.items .item .text {
  flex: 1;
}
#sidebar #text-sidebar .items-module div.items .item .link:hover {
  background-color: lightgrey;
}
#sidebar #text-sidebar .items-module div.items .item .link.active {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #cdcdcd;
}
#sidebar #text-sidebar .items-module div.items .item .sub-items {
  transition: all 0.5s linear;
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
  background-color: #dcdcde;
  gap: 6px;
  padding: 10px 0px;
  overflow: hidden;
  color: #4b286d;
}
#sidebar #text-sidebar .items-module div.items .item .sub-items li {
  padding: 0px 10px 0px 20px;
  font-size: 12px;
  display: flex;
  font-weight: 500;
  cursor: pointer;
}
#sidebar #text-sidebar .items-module div.items .item .sub-items li span {
  padding-right: 4px;
  color: #b99ad8;
}
#sidebar #text-sidebar .items-module div.items .item .sub-items li:hover {
  background-color: #bbbbbd;
}
#sidebar #text-sidebar .items-module div.items .item .sub-items li::marker {
  color: #b99ad8;
}
@media (max-width: 576px) {
  #sidebar #text-sidebar {
    transition: none;
    max-width: 200px;
  }
  #sidebar #text-sidebar.showmoreText {
    transition: none;
    max-width: 200px;
  }
}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/Layout.scss ***!
  \*****************************************************************************************************************/
.MainContainerWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.MainContainerWrapper .main-wrapper {
  flex: 1 1 0%;
  width: 100%;
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: row;
}
.MainContainerWrapper .main-wrapper #outlet {
  flex-direction: column;
  flex: 1 1 0%;
  height: calc(100vh - 50px);
  display: flex;
  overflow: hidden;
}
.MainContainerWrapper .main-wrapper #outlet #dashboard-middle-section {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow-y: auto;
}
.MainContainerWrapper .main-wrapper #outlet #dashboard-middle-section .scroll-to-top {
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  animation: fadeIn 0.5s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.MainContainerWrapper .main-wrapper #outlet #dashboard-middle-section .scroll-to-top:hover {
  transform: scale(1.2);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.MainContainerWrapper .main-wrapper #outlet #dashboard-middle-section #dashboard-component {
  flex: 1;
  padding: 10px 0px;
}

.FooterContainer {
  bottom: 0;
  background-color: #2c2e30;
  color: #fff;
  z-index: 100;
  justify-content: center;
  display: flex;
  padding: 10px 20px;
  flex-direction: column;
  height: 100px;
  max-width: 100vw;
  font-size: 14px;
}
.FooterContainer p {
  color: white;
}
.FooterContainer a {
  color: white;
  text-decoration: none;
}
.FooterContainer section {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  flex-direction: row;
}
.FooterContainer section .social_icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.FooterContainer section img {
  height: 20px;
}
.FooterContainer .footer-doc-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.FooterContainer .footer-doc-links p:nth-child(even) {
  border-color: white;
  border-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  padding: 0 10px;
}
.FooterContainer hr {
  border: 1px solid #676e73;
  width: 100%;
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/home/agent/AgentGlobalStyle.scss ***!
  \******************************************************************************************************************************************/
.DashboardAgentSection {
  position: relative;
}
.DashboardAgentSection .ftzfaP {
  max-width: inherit;
}
.DashboardAgentSection .dxvJcw {
  flex: 1;
}
.DashboardAgentSection .global_tools {
  display: flex;
  flex-direction: column;
}
.DashboardAgentSection .global_tools_icons {
  display: flex;
  flex-direction: row;
  padding-top: 6px;
}
.DashboardAgentSection .global_tools_icons div {
  min-height: 50px;
  max-height: 50px;
  display: flex;
  justify-content: flex;
  padding: 10px;
  cursor: pointer;
}
.DashboardAgentSection .global_tools_icons div img {
  width: 20px;
}
.DashboardAgentSection .button_right {
  display: flex;
  justify-content: end;
}
.DashboardAgentSection .button_right > span {
  position: relative;
  display: inline-block;
  top: 10px;
  left: -5px;
}
.DashboardAgentSection .button_right button {
  padding: 0px 1rem;
  color: #000000;
  font-weight: 300;
  border: 1px solid #000000;
  min-height: 2.7rem;
  min-width: auto;
  border-radius: 10px;
}
.DashboardAgentSection .button_right button > span {
  display: contents;
  letter-spacing: 1;
}
.DashboardAgentSection .button_right button > span svg {
  fill: #000000;
}
.DashboardAgentSection .tab {
  position: relative;
  overflow-x: auto;
  max-width: 100%;
  padding: 5px 0 20px;
}
.DashboardAgentSection hr {
  top: 2px;
  position: relative;
}

.HeadingText {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.HeadingText .button-container {
  display: flex;
  gap: 10px;
}

.FlexButton, .TypeButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.FlexButton:focus, .TypeButton:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.TypeButton {
  border-radius: 48px;
  background-color: white;
  border: 1px solid #b2b9bf;
  color: black;
}

.ThreeGridLayout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 15px;
  justify-content: flex-start;
  align-items: flex-start;
}
.ThreeGridLayout h3 {
  font-size: 16px;
}

.StatCard {
  cursor: pointer;
  width: 200px;
  border-width: 0;
  box-shadow: 2px 2px 2px #a2a2a2;
  border-radius: 4px;
  background-color: rgb(247, 247, 248);
  height: 200px;
}
.StatCard:hover {
  box-shadow: 2px 2px 2px #eae9e9;
}

.AgentHeader .iLYVwk {
  font-weight: 500;
  font-size: 30px;
}

.PopMenuBox {
  position: relative;
  display: flex;
  color: black;
  z-index: 100;
}
.PopMenuBox .popupbase {
  background-color: white;
  color: black;
  box-shadow: 2px 2px 8px #71757b;
  border-radius: 5px;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
}
.PopMenuBox .popupitem {
  color: #71757b;
  position: relative;
  background-color: white;
  width: 100%;
  min-width: 100px;
  padding: 10px 15px;
}
.PopMenuBox .popupitem:hover {
  background-color: #f7f7f8;
}
.PopMenuBox .popupitem:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.PopMenuBox .popupitem:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.AgentHomeContainer {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fill, 250px);
  grid-template-rows: repeat(auto-fill, 250px);
  max-width: 1350px;
  grid-gap: 20px;
}

.ModuleCardFlexContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1760px;
  gap: 20px;
}

.ModuleCardWrapper {
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 10px;
  border: 1px solid black;
  max-width: 90vw;
  width: 250px;
  min-height: 250px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ModuleCardWrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ServiceStatus {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.ServiceStatus .logo img {
  width: 25px;
}
.ServiceStatus .title {
  font-weight: 700;
  font-size: 18px;
}
.ServiceStatus .desc {
  text-align: center;
  color: #71757b;
  font-size: 14px;
}
.ServiceStatus .complete-mark {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.GaugeStatus {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.GaugeStatus .title {
  font-weight: 700;
  font-size: 18px;
}
.GaugeStatus .stat {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
}

.DoughnutStatus {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.DoughnutStatus .title {
  font-weight: 700;
  font-size: 18px;
}
.DoughnutStatus .chart {
  text-align: center;
  color: #71757b;
  font-size: 14px;
}
.DoughnutStatus .labels {
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.DoughnutStatus .labels .label-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.DoughnutStatus .labels .label-item .colorbox {
  width: 12px;
  height: 12px;
}
.DoughnutStatus .labels .label-item .label-title {
  flex: 1;
}

.StackProgressCardLayout {
  display: flex;
  flex-direction: column;
  grid-row-end: span 2;
  max-width: 90vw;
  gap: 10px;
  border: none !important;
  padding: noe !important;
}

.Text {
  margin: 0;
  font-size: 16px;
  color: #2a2c2e;
  margin-block: 0;
}

.StyledApplicationContactBox .application-contact-box > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.StyledApplicationContactBox .application-contact-box h4 {
  margin: 0;
  font-size: 13px;
}
.StyledApplicationContactBox .heading-top-text {
  font-weight: bold;
}

.StyleLink .status-link {
  margin-bottom: 20px;
}
.StyleLink .span-text {
  cursor: pointer;
  color: green;
  font-size: 14px;
  font-weight: bold;
}

.BoxContainer .box-containers {
  margin-top: 20px;
}
.BoxContainer .box-text {
  font-size: 36px;
  color: grey;
}

.SpanText .span-txt {
  font-size: 12px;
}

.UpdateItemContainer {
  display: grid;
  flex-direction: column;
  gap: 16px;
  padding-top: 10px;
}
.UpdateItemContainer p {
  font-size: 14px;
}
.UpdateItemContainer p strong {
  font-weight: bold;
}
.UpdateItemContainer p a.status-link {
  color: green;
  text-decoration: none;
}

.StackProgress {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.StackProgress .title {
  font-weight: 700;
  font-size: 18px;
}
.StackProgress .stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.StackProgress .stat .statHeader {
  color: #71757b;
  font-size: 10px;
}
.StackProgress .labels {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.StackProgress .labels .label-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.StackProgress .labels .label-item .colorbox {
  width: 12px;
  height: 12px;
}
.StackProgress .labels .label-item .label-title {
  flex: 1;
}

.GraphCardWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 10px;
  max-width: 90vw;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.GraphCardWrapper .title {
  font-weight: 700;
  font-size: 18px;
}
.GraphCardWrapper .stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.GraphCardWrapper .stat .statHeader {
  color: #71757b;
  font-size: 10px;
}
.GraphCardWrapper .labels {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.GraphCardWrapper .labels .label-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.GraphCardWrapper .labels .label-item .colorbox {
  width: 12px;
  height: 12px;
  border-radius: 20px;
}
.GraphCardWrapper .labels .label-item .label-title {
  flex: 1;
}

.large-col {
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 10px;
  border: 1px solid black;
  max-width: 90vw;
  min-height: 250px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  grid-column-end: span 2;
  width: 520px;
}
.large-col:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/core/Tabs.scss ***!
  \********************************************************************************************************************/
.Tabs-container {
  margin: 10px 0;
  display: flex;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid black;
}
.Tabs-container .Tab {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.Tabs-container .Tab .tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
}
.Tabs-container .Tab .tab-indicator {
  height: 2px;
}
.Tabs-container .Tab.active .tab-content {
  font-weight: 600;
  color: #4b296d;
}
.Tabs-container .Tab.active .tab-indicator {
  background-color: #4b296d;
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/PopupMenu.scss ***!
  \********************************************************************************************************************/
.PopMenuBox {
  position: relative;
  display: flex;
  color: black;
  z-index: 100;
}
.PopMenuBox .popupbase {
  background-color: white;
  color: black;
  box-shadow: 2px 2px 8px #71757B;
  border-radius: 5px;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
}
.PopMenuBox .popupitem {
  color: #71757B;
  position: relative;
  background-color: white;
  width: 100%;
  min-width: 100px;
  padding: 10px 15px;
}
.PopMenuBox .popupitem:hover {
  background-color: #F7F7F8;
}
.PopMenuBox .popupitem:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.PopMenuBox .popupitem:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/table.scss ***!
  \****************************************************************************************************************/
.table-search-header {
  flex-direction: column;
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 10px;
}
.table-search-header .search-row {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.table-search-header .search-row .search {
  width: 400px;
  max-width: 80%;
}
.table-search-header .search-row .multi-select-filter {
  display: flex;
  align-items: center;
}
.table-search-header .search-row .multi-select-filter .filter-buttons {
  gap: 5px;
  cursor: pointer;
  justify-content: center;
  padding: 10px;
  min-width: 90px;
  min-height: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  background: white;
  color: black;
  border: 1px solid rgb(178, 185, 191);
  border-radius: 32px;
}
.table-search-header .search-row .multi-select-filter .filter-buttons.active {
  gap: 5px;
  cursor: pointer;
  justify-content: center;
  padding: 10px;
  min-width: 90px;
  min-height: 20px;
  display: flex;
  font-weight: 700;
  align-items: center;
  background: #4b296d;
  color: white;
  border: 1px solid rgb(178, 185, 191);
  border-radius: 32px;
}
.table-search-header .tags-row {
  min-height: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.no-data-message {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  min-height: 200px;
  background: #e5e5e5;
  border-radius: 7px;
  border: 0.5px solid #717171;
  flex-direction: column;
}
.no-data-message svg {
  fill: #9fa0a1;
}
.no-data-message p {
  color: #9fa0a1;
}

.DataItem:first-child {
  padding: 10px 15px;
  min-width: 150px;
}
.DataItem:first-child div {
  padding: 5px 10px;
  background-color: rgb(75, 40, 109);
  border-radius: 10px;
  color: white;
  text-align: center;
  box-shadow: rgb(75, 41, 109) 1px 2px 4px;
}
/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/common/core/Search.css ***!
  \******************************************************************************/
.search-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 5px 10px;
    width: 400px;
    height: 50px;
    box-sizing: border-box;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 8px;
}

.search-icon {
    background-color: #4b0082;
    /* Purple circle */
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-icon:hover {
    background-color: #5a0cae;
    /* Slightly lighter on hover */
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/core/Tags.scss ***!
  \********************************************************************************************************************/
.Tag-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 12px;
}
.Tag-container .Tag {
  flex-wrap: nowrap;
  padding: 8px 12px;
  border-radius: 24px;
  display: flex;
  color: white;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: #4b296d;
}
.Tag-container .Tag:hover {
  background-color: #7c54a5;
  cursor: pointer;
}
.Tag-container .Tag:hover .close-icon {
  background-color: #4b296d;
}
.Tag-container .Tag .tag-content {
  font-size: 14px;
}
.Tag-container .Tag .close-icon {
  background-color: #7c54a5;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 2px;
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/CustomCard/Card.scss ***!
  \**************************************************************************************************************************/

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/home/home.scss ***!
  \************************************************************************************************************************/
.home {
  padding: 20px;
  /**
  Home.js
  */
  /**my cases scss */
  /**end**/
  /* for view button*/
  /* view button end*/
  /* media query for medium to large screen*/
}
.home .dashboard-middle-section {
  container-type: inline-size;
}
.home .dashboard-middle-section .status-redirect-link .redirect-link:nth-child(n) {
  transition: transform 0.3s ease;
}
.home .dashboard-middle-section .status-redirect-link:hover .redirect-link:nth-child(n) {
  transform: translateX(4px);
}
.home .dashboard-middle-section .WHast {
  padding-left: 0;
}
.home .dashboard-middle-section .ftzfaP {
  max-width: inherit;
}
.home .dashboard-middle-section .r-alignSelf-1pz39u2 {
  border-bottom-color: #676e73 !important;
}
.home .dashboard-middle-section .dashboard-counter-button {
  top: 52px;
  position: relative;
  right: 3rem;
}
.home .dashboard-middle-section .dashboard-counter-button button {
  padding: 0px 1rem;
  color: #000000;
  font-weight: 300;
  border: 1px solid #000000;
  min-height: 2.7rem;
  min-width: auto;
  border-radius: 10px;
}
.home .dashboard-middle-section .dashboard-counter-button span svg {
  fill: #000000;
}
@container (max-width:600px) {
  .home .dashboard-middle-section .dashboard-counter-button {
    top: 0;
    position: relative;
    right: 0;
    margin-top: 42px;
  }
  .home .dashboard-middle-section .dashboard-counter-button .count-view-text {
    display: none;
  }
}
.home .dashboard-middle-section .masonry-grid {
  display: flex;
  gap: 10px;
  /* gutter size offset */
}
.home .dashboard-middle-section .masonry-grid_column {
  /* gutter size */
}
.home .dashboard-middle-section .masonry-grid_column > div {
  /* change div to reference your elements you put in <Masonry> */
  margin-bottom: 10px;
  padding: 0 !important;
}
.home .dashboard-agent-section {
  top: 52px;
  position: relative;
}
.home .dashboard-agent-section .ftzfaP {
  max-width: inherit;
}
.home .dashboard-agent-section .agent-btn-counter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
.home .dashboard-agent-section .agent-btn-counter button {
  padding: 0px 1rem;
  color: #000000;
  font-weight: 300;
  border: 1px solid #000000;
  min-height: 2.7rem;
  min-width: auto;
  border-radius: 10px;
}
.home .dashboard-agent-section .agent-btn-counter span svg {
  fill: #000000;
}
@media (max-width: 576px) {
  .home .dashboard-agent-section .agent-btn-counter {
    top: 0px;
    position: relative;
    right: 0;
  }
}
.home .dashboard-agent-section .tab {
  position: relative;
  bottom: 55px;
}
.home .dashboard-agent-section hr {
  top: -3px;
  position: relative;
}
.home .cmNAmb {
  padding-top: 0px;
  width: 100%;
}
.home .react-tabs .jmfmfJ {
  position: relative;
  z-index: -9;
}
.home .hRbjD {
  padding-bottom: 0px;
  color: #9fa0a1;
}
.home .hRbjD h4 {
  font-weight: 600;
}
.home .cmNAmb .react-tabs__tab:active h4,
.home .cmNAmb .react-tabs__tab.react-tabs__tab--selected h4 {
  text-shadow: none;
  color: #000000;
}
.home .cl-green {
  color: #2b8000;
  transition: color 0.3s ease;
  /* Smooth transition for the hover effect */
}
.home .cl-green:hover {
  color: #1f5c00;
  /* Darker shade of green on hover */
}
.home .dashboard-para-activities {
  margin-left: 1rem;
}
.home .close_top {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.home .close_top > i {
  padding: 5px;
}
.home .home-dashboard-tab-container {
  width: 100%;
  /* Heading styling */
  /* Styling for content inside boxes */
  /* Optional: Styling for box content */
  /* Hover effect for the link */
  /* Optional: Styling for box content */
}
.home .home-dashboard-tab-container .service-container {
  margin-top: 20px;
  width: 100%;
}
.home .home-dashboard-tab-container .service-container .heading-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}
.home .home-dashboard-tab-container .service-container .iKCvWI {
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #aaa8a8;
}
.home .home-dashboard-tab-container .service-container .status-card {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  gap: 14px;
}
.home .home-dashboard-tab-container .service-container .status-card .statusContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .home-dashboard-tab-container .service-container .status-card .status-card-box {
  background: #e8e8e8 0% 0% no-repeat padding-box;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  height: 117px !important;
  text-decoration: none;
  color: black;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  padding: 15px 0px;
}
@media screen {
  .home .home-dashboard-tab-container .service-container .status-card .status-card-box p {
    padding: 6px 0px 0px 6px;
  }
}
.home .home-dashboard-tab-container .service-container .status-card .status-card-box .request-box {
  color: #2C2E30;
}
.home .home-dashboard-tab-container .service-container .badge {
  background: #c12335 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 4px 13px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  margin-right: 1rem;
}
.home .home-dashboard-tab-container .service-container .status-redirect-link {
  display: flex;
  align-items: center !important;
  gap: 11px;
  align-items: center;
  text-align: center;
}
.home .home-dashboard-tab-container .service-container .status-redirect-link a {
  display: flex;
  margin-right: 1rem;
  text-decoration: none;
}
.home .home-dashboard-tab-container .service-container .status-accessible-link a {
  margin-right: 1rem;
  text-decoration: none;
  color: #2b8000;
}
.home .home-dashboard-tab-container .service-container .status-accessible-link a p {
  color: #2b8000;
}
.home .home-dashboard-tab-container .status-contact-box {
  background-color: #ffffff;
  border: 1px solid #B2B9BF;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px 20px;
}
.home .home-dashboard-tab-container .status-contact-box > div {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 15px;
}
@media screen {
  .home .home-dashboard-tab-container .status-contact-box > div {
    padding: 0px;
    align-self: center;
  }
}
.home .home-dashboard-tab-container .status-contact-box > div > .middleBox:nth-child(2) {
  border-right: 1px solid #E3E6E8;
  border-left: 1px solid #E3E6E8;
  padding: 0px 20px;
}
.home .home-dashboard-tab-container .status-contact-box h1 {
  font-size: 14px;
  /* Font size for headings */
  font-weight: 700;
  /* Bold text */
  /* Dark text color */
  /* Spacing between headings and content */
}
.home .home-dashboard-tab-container .status-contact-box > Box > Box > div {
  font-size: 14px;
  /* Font size for content */
  color: #555;
  /* Dark gray color for text */
  font-weight: 400;
  /* Regular font weight */
  margin-bottom: 10px;
  /* Spacing below content */
}
.home .home-dashboard-tab-container .Box {
  margin-bottom: 10px;
}
.home .home-dashboard-tab-container .status-accessible-link {
  text-align: center;
}
.home .home-dashboard-tab-container .status-accessible-link a {
  color: #2b8000;
  /* Green color for the link */
  text-decoration: none;
  /* Remove underline */
  font-weight: 500;
  /* Medium font weight */
  display: flex;
  align-items: center;
  /* Center align items vertically */
  justify-content: center;
  /* Center align items horizontally */
}
.home .home-dashboard-tab-container .status-accessible-link a:hover {
  color: #1e6000;
  /* Darker green color on hover */
}
.home .home-dashboard-tab-container .Box {
  margin-bottom: 10px;
  /* Spacing between boxes inside the status-contact-box */
}
.home .home-dashboard-tab-container .fqhGEa {
  padding-left: 0;
}
.home .home-dashboard-tab-container .digital-service-container,
.home .home-dashboard-tab-container .digital-cxm-container {
  margin-top: 20px;
}
.home .home-dashboard-tab-container .digital-service-container .status-card,
.home .home-dashboard-tab-container .digital-cxm-container .status-card {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.home .home-dashboard-tab-container .digital-service-container .status-card .status-card-box,
.home .home-dashboard-tab-container .digital-cxm-container .status-card .status-card-box {
  padding: 1.5rem 0.5rem;
  background: #f2f2f2 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 1px solid #707070;
  width: 179px;
  height: 141px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.8px;
  color: #2a2c2e;
}
.home .home-dashboard-tab-container .digital-service-container .status-card .status-card-box .status-icon-text-wrapper,
.home .home-dashboard-tab-container .digital-cxm-container .status-card .status-card-box .status-icon-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: space-evenly;
}
.home .home-dashboard-tab-container .digital-service-container .status-card .status-card-box .status-icon-text-wrapper .icon-box,
.home .home-dashboard-tab-container .digital-cxm-container .status-card .status-card-box .status-icon-text-wrapper .icon-box {
  display: flex;
  justify-content: center;
}
.home .home-dashboard-tab-container .digital-service-container .status-card .status-card-box .status-icon-text-wrapper .icon-box img,
.home .home-dashboard-tab-container .digital-cxm-container .status-card .status-card-box .status-icon-text-wrapper .icon-box img {
  width: 32px;
}
.home .home-dashboard-tab-container .digital-service-container .status-card .status-card-box .status-icon-text-wrapper p,
.home .home-dashboard-tab-container .digital-cxm-container .status-card .status-card-box .status-icon-text-wrapper p {
  text-align: center;
}
@media (min-width: 576px) {
  .home .home-dashboard-tab-container .digital-service-container .status-card .status-card-box,
  .home .home-dashboard-tab-container .digital-cxm-container .status-card .status-card-box {
    padding: 1.5rem 0.5rem;
  }
}
@media (min-width: 1200px) {
  .home .home-dashboard-tab-container .digital-service-container .status-card .status-card-box .status-card-box .status-icon-text-wrapper,
  .home .home-dashboard-tab-container .digital-cxm-container .status-card .status-card-box .status-card-box .status-icon-text-wrapper {
    margin-top: 20px;
  }
}
.home .home-dashboard-tab-container .eWYAcr {
  border: 1px solid #aaa8a8;
  border-radius: 10px;
  font-weight: 300;
}
.home .home-dashboard-tab-container .eWYAcr .dBNkXd {
  color: #9fa0a1;
}
.home .home-dashboard-tab-container .Vjetc {
  padding: 1.2rem;
  border: 1px solid #aaa8a8;
  border-radius: 10px;
  margin-bottom: 25px;
}
.home .home-dashboard-tab-container .heading-icon-more {
  position: relative;
  float: right;
  width: 6px;
  height: 25px;
  cursor: pointer;
}
.home .home-dashboard-tab-container .fjqtsb {
  margin-top: 5px;
}
.home .home-dashboard-tab-container .WHast {
  padding-left: 0;
}
.home .mycases-counter-button {
  position: relative;
  top: -45px;
}
.home .mycases-counter-button button {
  background: rgba(43, 128, 0, 0.062745098);
  border-radius: 8px;
  font-weight: 400;
}
.home .mycases-table-container {
  margin-top: -70px;
}
.home .eToKWP .react-tabs__tab-list {
  padding: 2px 0 0 15px;
}
@media only screen and (min-width: 320px) and (max-width: 990px) {
  .home .CardmediumSmallSpace div {
    box-shadow: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .home .home-dashboard-tab-container .digital-service-container .status-card,
  .home .home-dashboard-tab-container .digital-cxm-container .status-card {
    /* display: flex; */
    flex-direction: column;
    gap: 1rem;
    overflow-x: auto;
    max-width: 100%;
    /* justify-content: center; */
    align-items: center;
  }
}
.home .heading-text {
  margin-top: -20px;
}
@media (max-width: 576px) {
  .home .count-view-text {
    display: none;
  }
}

.alert-container {
  display: flex;
  align-items: center;
  margin-top: -20px;
}

.detailed-information {
  margin-top: 17px;
  color: #2B8000;
  padding-left: 0px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.52px;
  letter-spacing: 0.05em;
  text-align: left;
}

.bill-pay-header {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.008em;
  text-align: left;
}

.payment-div > .inner-div > button {
  width: 124pxpx;
  height: 60px;
  border-radius: 2px;
  background: #F4F9F2;
  color: green;
}

.inner-left-div {
  width: 23%;
}

.inner-left-div > button {
  width: 138px;
  padding: 10px 0px 10px 0px;
  border-radius: 4px;
  margin: 10px 0px 0px 0px;
  color: #2b8000;
  background: #f4f9f2;
  font-weight: 500;
  border: 1px solid #2B8000;
}
@media screen and (max-width: 600px) {
  .inner-left-div > button {
    width: 122px;
  }
}

.inner-right-div {
  width: 57%;
  padding: 1.1px;
}

.payment-div {
  display: flex;
  justify-content: space-between !important;
  margin-top: -23px;
}

.inner-right-div {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.008em;
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

.inner-right-div > div {
  display: flex;
  margin-bottom: 10px;
}

.inner-right-div > div > *:first-child {
  column-gap: 30px;
  padding-right: 15px;
  width: 70%;
  text-align: right;
  color: #2A2C2E;
}

.inner-right-div > div > *:nth-child(2) {
  width: 42%;
  text-align: right;
  color: #414547;
}

.inner-right-div > div > .red-highlights {
  color: #C12335;
}

.alert-icon-container {
  display: flex;
  align-items: center;
}

.make-payment {
  margin-bottom: -26px;
}

.make-payment > button {
  width: 100%;
  padding: 10px 0px;
  border-radius: 4px;
  margin-top: 15px;
  color: #2b8000;
  background: #f4f9f2;
  font-weight: 500;
  border: 1px solid #2B8000;
}

.billing-bar-chart {
  margin: 14px 0px;
}

.alert-icon-container .svg-black {
  color: #2A2C2E;
}

.alert-icon-container .svg-black + .svg-black {
  margin-left: 0.5rem;
  font-weight: bold;
  font-size: 20px;
}

.heading-icon-more {
  margin-left: auto;
}

.heading-icon-more .svg-black {
  color: black;
}

.status-accessible-link {
  color: green;
  display: flex;
  gap: 1rem;
  padding-bottom: 10px;
  padding-top: 10px;
}

.svg-green {
  color: green;
  height: 26px;
  width: 26px;
}

.manage-settings {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #2b8000;
  display: inline-block;
  vertical-align: middle;
}

.box-container {
  display: flex;
  padding-left: 5px;
  width: 300px;
}

.box-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.box-container span {
  color: green;
  width: 154px;
  height: 16px;
}

.svg-medium {
  width: 24px;
  height: 24px;
}

.ap-container {
  margin-bottom: 25px;
}
.ap-container .CardmediumSmallSpace {
  margin-left: 0px;
}
.ap-container .CardmediumSmallSpace > div {
  border-radius: 15px;
}
.ap-container .link-helper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0px;
}
.ap-container .link-helper a {
  text-decoration: none;
}
.ap-container .link-helper a span {
  color: green;
}
.ap-container .link-helper .link-content {
  display: flex;
  align-items: center;
}
.ap-container .link-helper .link-content span {
  margin-right: 10px;
}

.box-container {
  margin: 16px 0;
  /* Space above and below the Box */
}

.billing-id {
  font-size: 16px;
  padding: 10px;
  font-weight: 700;
  color: #333333;
  background-color: #FAFAFA;
  border-radius: 4px !important;
  /* Rounded corners */
  border: 1px solid #E0E0E0;
  /* Light border for subtle separation */
  width: 80% !important;
  margin-bottom: 20px;
}
@media screen {
  .billing-id {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    width: 100%;
    height: 100%;
    font-size: 15px;
  }
}

.credit-box-container .credit-container {
  display: flex;
  align-items: center;
}
.credit-box-container .credit-container .credit-icon-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.credit-box-container .credit-container .credit-icon-container .credit-logo {
  margin-right: 20px;
  border: 8px solid #2b8000;
  border-radius: 55px;
  width: 114px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.credit-box-container .credit-container .credit-icon-container .Circular-prgressbar {
  border: none;
}
.credit-box-container .credit-container .credit-icon-container .text-position {
  font-weight: 700;
  font-size: 10px;
  fill: black;
}
.credit-box-container .credit-container .credit-icon-container .credit-text {
  display: flex;
  flex-direction: column;
  color: #2a2c2e;
  font: normal normal medium 16px/22px Helvetica Neue LT Std;
}
.credit-box-container .credit-container .credit-icon-container .credit-text .dollar-txt {
  font-size: 30px;
  font-weight: 400;
  color: #2a2c2e;
}
.credit-box-container .credit-container .credit-icon-container .credit-text .svg-black {
  margin-bottom: 5px;
}
.credit-box-container .credit-container .credit-icon-container .credit-text .r-alignSelf-1pz39u2 {
  width: 117px;
}

.estimated-charge-container {
  display: flex;
  align-items: center;
}

.charge {
  flex: 1;
}

.charge .svg-black {
  font-weight: normal;
  font-size: 13px;
  color: #2a2c2e;
  letter-spacing: 0.2px;
}

.logo-container {
  margin-left: 20px;
}

.logo-box {
  border: 1px solid #71757b;
  background-image: linear-gradient(#5e1f5f, #b33e93);
  padding: 10px;
  display: inline-block;
  width: 97px;
  height: 67px;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  /* Add cursor pointer */
}

.logo-box span:first-child {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

.logo-box span:last-child {
  font-size: 16px;
  color: #ffffff;
  text-transform: lowercase;
  font-weight: bold;
  display: block;
  white-space: pre-line;
}

.bonus-box-container .bonus-container {
  display: flex;
  align-items: center;
}
.bonus-box-container .bonus-container .bonus-icon-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bonus-box-container .bonus-container .bonus-icon-container .bonus-logo {
  margin-right: 20px;
  border-radius: 55px;
  width: 114px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
.bonus-box-container .bonus-container .bonus-icon-container .bonus-para-text {
  display: flex;
  flex-direction: column;
  color: #2a2c2e;
  font: normal normal medium 16px/22px Helvetica Neue LT Std;
}
.bonus-box-container .bonus-container .bonus-icon-container .bonus-para-text .bonus-txt {
  font-size: 15px;
  font-weight: 800;
  color: #2a2c2e;
}
@media screen {
  .bonus-box-container .bonus-container .bonus-icon-container .bonus-para-text .bonus-txt {
    margin-left: 0rem;
  }
}
.bonus-box-container .bonus-container .bonus-icon-container .bonus-para-text .svg-black {
  margin-bottom: 5px;
}

.status-contact-box {
  display: flex;
  align-items: flex-start;
}

.contact-info {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.contact-info > .contact-section > .paragraph {
  color: #71757B;
}

.contact-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  /* Adjust spacing between items as needed */
  font-weight: bold;
}

.heading {
  font-size: 17px;
  /* Adjust font size for headings */
  font-weight: bold;
}

.paragraph {
  font-size: 0.875rem;
  font-weight: lighter;
  /* Adjust font size for paragraphs */
  color: gray;
}

.text {
  font-size: 0.875rem;
  /* Adjust font size for text */
}

.divider {
  border-left: 1px solid #ccc;
  /* Vertical divider style */
  height: auto;
  /* Adjust height if needed */
  margin: 0 1rem;
  /* Adjust margin around the divider */
}

.grid-item-border .CardmediumSmallSpace > div {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Shadow effect on hover */
}

/* Media Query for devices with a max width of 768px (tablets and smaller screens) */
@media (max-width: 768px) {
  .grid-item-border {
    padding: 10px;
    /* Reduced padding for smaller screens */
    margin: 4px;
    /* Increased margin for better spacing on smaller screens */
  }
}
/* Media Query for devices with a max width of 480px (mobile phones) */
@media (max-width: 480px) {
  .grid-item-border {
    padding: 8px;
    /* Further reduced padding for mobile screens */
    margin: 6px;
    /* Increased margin for better spacing on mobile screens */
  }
}
.hairline-divider {
  border-top: 1px solid #707070;
  /* Light gray color for the divider line */
  margin: 15px 0;
  /* Margin above and below the divider */
  width: 100%;
  /* Full width of its container */
  padding-bottom: 2rem;
  opacity: 20%;
}

/* Optional: Customize the color or style on hover or other states */
.hairline-divider:hover {
  border-top: 1px solid #b0b0b0;
  /* Darker gray on hover */
}

div[role=separator] {
  border: 1px solid #707070;
  opacity: 20%;
}

.serice-request-link {
  margin-bottom: 20px;
  /* Space at the bottom */
  margin-top: 20px;
  /* Space at the top */
}

@media screen {
  .serice-request-link > div > p {
    margin: 0;
  }
}

.serice-request-link a {
  color: green;
  /* TELUS blue for links */
  text-decoration: none;
  /* Remove underline */
  font-weight: 500;
  /* Medium font weight */
  font-size: 16px;
  /* Adjust text size */
  display: block;
  /* Make links block-level for better spacing */
  padding: 10px 15px;
  /* Add padding for better click area */
}

.link-green,
.serice-request-link a {
  border-radius: 5px;
  /* Slightly round corners */
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Smooth hover effect */
}
@media screen {
  .link-green p,
  .serice-request-link a p {
    margin: 0 0 0 4px;
  }
}

/* Hover effect for links */
.serice-request-link a:hover,
.link-green:hover {
  background-color: #f0f0f0;
  /* Light gray background on hover */
  color: green;
  /* Darker blue text on hover */
}

/* Size adjustments */
.serice-request-link div[size=medium] a {
  font-size: 18px;
  /* Larger text for medium size */
  font-weight: 600;
  /* Bolder text for emphasis */
}

.serice-request-link div[size=small] a {
  font-size: 14px;
  /* Smaller text for small size */
  font-weight: 400;
  /* Regular font weight */
}

.serice-request-link {
  margin-bottom: 20px;
  /* Space at the bottom */
  margin-top: 20px;
  /* Space at the top */
}

.serice-request-link .box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* Space between each link item */
}

.serice-request-link a {
  color: #2B8000;
  /* Link color */
  text-decoration: none;
  /* Remove underline */
  font-weight: 500;
  /* Medium font weight */
  font-size: 16px;
  /* Adjust text size */
  display: flex;
  justify-content: space-between;
  /* Space between text and icon */
  align-items: center;
  /* Center icon vertically */
  padding: 10px 15px;
  /* Add padding for better click area */
  border-radius: 5px;
  /* Slightly round corners */
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Smooth hover effect */
}

/* Hover effect for links */
.serice-request-link a:hover {
  background-color: #f0f0f0;
  /* Light gray background on hover */
  color: green;
  /* Darker blue text on hover */
}

/* Size adjustments */
.serice-request-link div[size=medium] a {
  font-size: 18px;
  /* Larger text for medium size */
  font-weight: 600;
  /* Bolder text for emphasis */
}

.serice-request-link div[size=small] a {
  font-size: 14px;
  /* Smaller text for small size */
  font-weight: 400;
  /* Regular font weight */
}

/* Icon styling */
.serice-request-link .svg-green {
  color: #2b8000;
  margin-left: 10px;
}

.serice-request-link {
  color: #2B8000 !important;
}

.status-link-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  /* Space between the icon and text */
  padding: 10px 0;
  /* Vertical padding */
  background-color: #f9f9f9;
  /* Light background for the wrapper */
  border-radius: 8px;
  /* Rounded corners */
  transition: background-color 0.3s ease;
  /* Smooth transition for hover */
}

.status-link-wrapper:hover {
  background-color: #e0f7e0;
  /* Slightly darker background on hover */
}

.settings-icon {
  font-size: 24px;
  /* Adjust icon size */
  color: #2b8000;
  /* Green color for the icon */
  transition: transform 0.3s ease;
  /* Smooth transition for hover effect */
}

.settings-text {
  font-weight: 500;
  color: #2b8000;
  /* Green color for the text */
  display: flex;
  align-items: center;
  font-size: 16px;
  /* Adjust text size */
  margin-bottom: 15px;
}

.arrow-icon {
  margin-left: 6px;
  /* Space between text and arrow */
  color: #2b8000;
  /* Green color for the arrow */
  font-size: 16px;
  /* Adjust arrow size */
  transition: transform 0.3s ease;
  /* Smooth transition for hover effect */
}

.status-link-wrapper:hover .settings-icon,
.status-link-wrapper:hover .arrow-icon {
  transform: scale(1.1);
  /* Slightly enlarge on hover */
}

.article-services-header {
  padding-top: 30px;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.article-services-tag-container {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  /* Prevent wrapping */
  overflow-x: auto;
  /* Allow horizontal scrolling if necessary */
}

.article-service-tag {
  background-color: #f0f0f0;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #333;
  white-space: nowrap;
  /* Prevent text wrapping inside tags */
  transition: background-color 0.3s ease;
}

.article-service-tag:hover {
  background-color: #e0e0e0;
}

.home-dashboard-tab-container .item1 {
  grid-row: 1/span 2;
}
.home-dashboard-tab-container .item6 {
  grid-row: 3/span 2;
}

/*vaishali css*/
/* DashboardList.css */
.grid-item-border {
  border: 1px solid #ddd;
  /* Light gray border around the GridlayoutItem */
  border-radius: 8px;
  /* Rounded corners for the border */
  background-color: #fff;
  /* White background for the GridlayoutItem */
  margin-left: 0px !important;
}

/* Card styling */
.card-medium-small-space {
  border: 1px solid #ddd;
  /* Border around the Card */
  border-radius: 8px;
  /* Rounded corners for the Card */
  background-color: #ffffff;
  /* Light background for the Card */
  padding: 1rem;
  /* Padding inside the Card */
}

/* Alert container styling */
.alert-container h3 {
  color: #333;
  /* Dark text color */
  font-size: 1.25rem;
  /* Slightly larger font size for heading */
}

/* HairlineDivider styling */
.HairlineDivider {
  border-top: 1px solid #eee;
  /* Light gray border for the HairlineDivider */
  margin: 1rem 0;
  /* Margin top and bottom */
}

/* Card content styling */
.card-content {
  display: flex;
  flex-direction: column;
  /* Arrange items vertically */
  gap: 1rem;
  /* Space between card items */
  border: 1px solid #eceff5;
}

.card-item {
  display: flex;
  align-items: center;
  /* Align items vertically centered */
  padding: 0.5rem;
  /* Padding inside each card item */
  border-bottom: 1px solid #ddd;
  /* Border between card items */
}

.card-item:last-child {
  border-bottom: none;
  /* Remove border from the last item */
}

.logo {
  font-size: 1.5rem;
  /* Size for logo text or icon */
  color: #333;
  /* Dark text color */
  margin-right: 1rem;
  /* Space between logo and content */
}

.content {
  flex: 1;
  /* Make content take up remaining space */
}

.content h2 {
  margin: 0;
  /* Remove default margin */
  font-size: 1rem;
  /* Font size for the heading */
}

.content p {
  margin: 0;
  /* Remove default margin */
  font-size: 0.875rem;
  /* Font size for the paragraph */
  color: #666;
  /* Gray color for the paragraph text */
}

.count {
  font-size: 13px;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  font-weight: 400;
  color: #2a2c2e;
  cursor: pointer;
  background-color: #f4f9f2;
}

.count:hover {
  background-color: #4b286d !important;
  /* Dark background on hover */
  color: #fff !important;
  /* White text on hover */
}

.count:hover svg-green.path {
  fill: #fff !important;
  /* Change SVG color to white on hover */
}

/* Status accessible link styling */
.status-accessible-link {
  display: flex;
  align-items: center;
  /* Align items vertically centered */
  gap: 0.5rem;
  /* Space between link and icon */
  margin-top: 1rem;
  /* Margin top for spacing */
}

.link-content {
  display: flex;
  align-items: center;
  /* Align items vertically centered */
  color: #2b8000;
  /* Green color for links */
  text-decoration: none;
  /* Remove underline from links */
}

.link-content span {
  margin-right: 0.5rem;
  /* Space between text and icon */
}

.link-content svg {
  color: #2b8000;
  /* Green color for icons */
}

.count p {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Adjust the gap to control the space between text and icon */
}

.count svg {
  /* Ensure the SVG icon is vertically centered */
  vertical-align: middle;
  height: 20px;
  width: 20px;
}

.alert-container.dropdownDiv {
  display: flex;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}

.collapseIcon {
  transition: transform 0.4s;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
}

.header-title {
  font-size: 15px;
  color: black;
  font-weight: bold;
}

.header-dropdown {
  padding: 5px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.views-card-content {
  padding: 20px;
  background-color: #fafafa;
}

.views-card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

.card-logo {
  font-size: 18px;
  color: #555;
  flex: 0 0 50px;
}

.card-details {
  flex: 1;
  padding: 0 10px;
}

.card-title {
  font-size: 18px;
  color: bold;
  color: black;
  margin-bottom: 5px;
}

.card-url {
  font-size: 12px;
  color: #777;
}

.card-count {
  text-align: right;
}

.count-number {
  font-size: 18px;
  color: #333;
  margin-right: 5px;
}

.count-icon-green {
  color: #28a745;
  font-size: 20px;
}

.divider {
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.incident-links-wrapper {
  margin: 25px 0px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  background-color: #f9f9f9 !important;
  border-radius: 8px;
  border: 1px solid #B2B9BF;
}

.incident-link {
  display: flex;
  align-items: center;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.incident-link:hover {
  background-color: #f0f0f0;
  transform: translateY(-3px);
}

.incident-icon {
  margin-right: 12px;
  font-size: 24px;
  color: #2B8000;
}

.incident-text {
  font-size: 16px;
  font-weight: 500;
  color: #2B8000;
}

.grid-item-border {
  /* Add your existing styles here */
}

.card-medium-small-space {
  padding: 10px;
  /* Adjust padding to fit content */
}

.views-container {
  padding: 0;
  /* Remove padding if any */
  margin: 0;
  /* Remove margin if any */
}

.views-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  /* Adjust spacing between header and content */
}

.views-title {
  font-size: 18px;
  /* Adjust font size as needed */
  margin: 0;
  font-weight: bold;
  /* Remove default margins */
}

.views-dropdown {
  /* Add any specific styles for dropdown */
}

.views-content {
  display: flex;
  flex-direction: column;
  /* Stack items vertically */
  gap: 10px;
  /* Space between items */
}

.views-item {
  display: flex;
  align-items: center;
  padding: 8px;
  /* Adjust padding inside each item */
  border: 1px solid #e0e0e0;
  /* Border color */
  border-radius: 5px;
  /* Rounded corners */
  background-color: #ffffff;
  /* Background color */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  background-color: #f9f9f9;
}

.views-logo {
  margin-right: 10px;
  /* Space between logo and details */
}

.views-details {
  flex: 1;
  /* Take up remaining space */
}

.views-title {
  font-size: 16px;
  /* Adjust font size as needed */
  margin: 0;
  /* Remove default margins */
}

.views-url {
  color: #888;
  /* Color for URL text */
  font-size: 14px;
  /* Adjust font size as needed */
}

.views-count {
  display: flex;
  align-items: center;
  background-color: #f4f9f2;
  /* Background color */
  border: 1px solid #d1e7d4;
  /* Border color */
  border-radius: 5px;
  /* Rounded corners */
  padding: 5px 10px;
  /* Adjust padding */
  transition: background-color 0.3s ease, border-color 0.3s ease;
  /* Smooth transition for hover effect */
}

.views-count:hover {
  background-color: #e0f4e0;
  /* New background color on hover */
  border-color: #a3d8a4;
  /* New border color on hover */
}

.views-number {
  margin-right: 5px;
  color: green;
  /* Space between number and icon */
}

.views-icon-green {
  /* Add styles for the icon */
}

.views-divider {
  margin-top: 10px;
  /* Space above the divider */
}

.service-tags-wrapper {
  padding: 20px;
  margin: 31px 0px;
  /* Adjust padding around the wrapper */
  background-color: #f9f9f9;
  /* Light background color for the wrapper */
  border-radius: 8px;
  border: 1px solid #B2B9BF;
}
.service-tags-wrapper .service-tags-container .service-tag-link .service-tag {
  color: #676E73;
}

.service-tags-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2A2C2E;
}

.service-tags-container {
  display: flex;
  flex-wrap: wrap;
  /* Allow tags to wrap onto new lines */
  gap: 10px;
  /* Space between tags */
}

.service-tag-link {
  text-decoration: none;
  /* Remove underline from links */
}

.service-tag {
  display: inline-block;
  padding: 8px 12px;
  /* Padding around the tag text */
  font-size: 14px;
  /* Font size for tags */
  color: #333;
  /* Text color */
  background-color: black;
  /* Background color for tags */
  border-radius: 10px;
  /* Rounded corners for tags */
  border: 1px solid #ccc;
  /* Border color for tags */
  transition: background-color 0.3s ease, color 0.3s ease;
  color: white;
  /* Smooth transition for hover effect */
}

.popular-service-tag {
  color: #000000;
  padding: 10px 15px;
  background-color: #ffffff;
  border-radius: 30px;
}

.popular-service-tag:hover {
  color: #ffffff !important;
}

.service-tag-link:hover .service-tag {
  background-color: green;
  /* Background color on hover */
  color: #fff;
  /* Text color on hover */
}

/* Style for the alert-container */
.alert-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  /* Adjust spacing between elements as needed */
}

/* Style for the alert-link */
.alert-link {
  text-decoration: none;
  /* Remove underline from links */
  color: inherit;
  /* Use inherited color for the link text */
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease;
  /* Smooth transition for shadow */
}

/* Style for the alert-text */
.alert-text {
  font-size: 16px;
  font-weight: 500;
  color: #2b8000;
  /* Adjust color as needed */
}

/* Style for the alert-icon-link */
.alert-icon-link,
svg.rounded:hover {
  display: flex;
  align-items: center;
  transition: box-shadow 0.5s, transform 0.5s;
  /* Smooth transition for shadow */
}

.alert-icon-link.rounded,
svg.rounded:hover {
  border-radius: 50%;
  transform: translateX(-5px);
}

/* Style for the ArrowIcon */
.svg-green {
  fill: #2b8000;
  /* Adjust color as needed */
}

/* Box shadow and hover effect for alert-link */
.alert-text:hover {
  color: #1e6000;
  /* Adjust shadow as needed */
}

/* Box shadow and hover effect for alert-icon-link */
.alert-icon-link:hover {
  transform: scale3d(1.1, 1.1, 1);
  /* Adjust shadow as needed */
}

/* Hover effect for the ArrowIcon */
.alert-icon-link:hover .svg-green,
svg.svg-green.rounded:hover {
  transform: scale3d(1.1, 1.1, 1);
  fill: darkgreen;
  /* Change color on hover */
}

.hover-animation, .status-card .status-card-box,
.dropdown {
  transition: transform 0.5s, box-shadow 0.5s;
}
.hover-animation:hover, .status-card .status-card-box:hover,
.dropdown:hover, .hover-animation:focus, .status-card .status-card-box:focus,
.dropdown:focus {
  transform: scale3d(1.01, 1.01, 1);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.dropdown:hover {
  border-radius: 10px;
}

.icon-container:has(svg.rounded) > span {
  display: contents;
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/service-request/index.scss ***!
  \************************************************************************************************************************************/
/* Added css for index.scss */
@media only screen and (max-width: 600px) {
  .IconWrapperHide .icon-wrapper {
    display: none;
  }
}

.DiffCatalogueContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: ". . head . ." "divider divider divider divider divider" "body body body body body";
  grid-gap: 1rem;
}
@media (max-width: auto) {
  .DiffCatalogueContainer {
    grid-template-columns: 1fr;
    grid-template-areas: "head";
  }
}
.DiffCatalogueContainer > div {
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
}
.DiffCatalogueContainer > div:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.CatalogueContainer {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  grid-gap: 1rem;
  padding: 1rem;
}
.CatalogueContainer > div {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 0 0 1px #eee;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
  cursor: pointer;
}
.CatalogueContainer > div:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .CatalogueContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .CatalogueContainer {
    grid-template-columns: 1fr;
  }
}

.TwoGridLayoutServiceRequestDetails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-items: flex-end;
  flex: 1;
}
@media (max-width: 1023px) {
  .TwoGridLayoutServiceRequestDetails {
    grid-template-columns: auto;
  }
}

.Asterisk {
  color: #C12335;
}

.SubHesding {
  color: #4b286d;
  padding-bottom: 10px;
}
.SubHesding .geKnoU,
.SubHesding .iJwlQJ,
.SubHesding .bYWQTi {
  color: #4b286d;
}
.SubHesding .iLYVwk {
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 10px;
}
.SubHesding .bYWQTi {
  font-weight: 600;
}
.SubHesding .geKnoU {
  font-weight: 500;
}

.CommentArea {
  position: relative;
}
.CommentArea textarea {
  min-height: unset;
}
.CommentArea div {
  min-height: unset;
}

.InfoContainer {
  display: flex;
  flex-direction: column;
}
.InfoContainer input {
  min-height: unset;
  padding: 11px 0 11px 0;
}

.CustomNotification {
  max-width: 100%;
}
.CustomNotification > div {
  background-color: #f0f0f0;
}
.CustomNotification .ftzfaP {
  max-width: 100rem;
}

.BreadcrumbsBox {
  padding-top: 20px;
}
.BreadcrumbsBox li > span > a {
  text-decoration: none;
}
.BreadcrumbsBox li > span > a:hover {
  text-decoration: underline;
}

.GirdWithTooltipLayout {
  display: flex;
  margin-top: 25px;
  flex-direction: row;
  align-items: end;
}
@media (max-width: dummy) {
  .GirdWithTooltipLayout {
    grid-template-columns: auto;
  }
}

.GirdWithTooltipLayoutFieldContainer {
  flex: 1;
}

.SmallGridLayout {
  width: dummy;
}

.TwoGridLayout {
  display: grid;
  margin-top: 25px;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
  align-items: flex-end;
}
@media (max-width: dummy) {
  .TwoGridLayout {
    grid-template-columns: auto;
    gap: 5rem;
  }
}

.ApprovalDiv {
  padding: 20px 0;
}
.ApprovalDiv .CTA {
  padding: 20px 0;
  gap: 20px;
  flex-direction: column;
  display: flex;
}

.service-request {
  padding: 20px;
}
.service-request .dashboard-middle-section .dashboard-counter-button {
  top: 52px;
  position: relative;
  right: 1rem;
}
.service-request .dashboard-middle-section .dashboard-counter-button button {
  padding: 0px 1rem;
  color: #000000;
  font-weight: 300;
  border: 1px solid #000000;
  min-height: 2.7rem;
  min-width: auto;
  border-radius: 10px;
}
.service-request .dashboard-middle-section .dashboard-counter-button span {
  display: contents;
}
.service-request .dashboard-middle-section .dashboard-counter-button span svg {
  fill: #000000;
}
@media (max-width: 576px) {
  .service-request .dashboard-middle-section .dashboard-counter-button {
    top: 0;
    position: relative;
    right: 0;
    margin-top: 50px;
  }
}
.service-request .right-float-main {
  display: flex;
  justify-content: end;
  align-items: end;
  height: 70px;
}
.service-request .right-float-main .hairline-add {
  height: 36px;
  top: -16px;
  position: relative;
}
.service-request .right-float-main .hairline-add hr {
  height: 36px;
}
@media (max-width: 576px) {
  .service-request .right-float-main {
    justify-content: start;
  }
}
.service-request .right-float {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.service-request .img {
  height: 50px;
  font-size: 5px;
  padding: 5px;
  margin: 10px;
}
.service-request .cmNAmb {
  padding-top: 0px;
}
.service-request .elSFMN {
  min-width: 100%;
  margin: 0;
}
.service-request .react-tabs .jmfmfJ {
  position: relative;
  z-index: -9;
}
.service-request .hRbjD {
  padding-bottom: 0px;
  color: #9fa0a1;
}
.service-request .hRbjD h4 {
  font-weight: 600;
}
.service-request .cmNAmb .react-tabs__tab:active h4,
.service-request .cmNAmb .react-tabs__tab.react-tabs__tab--selected h4 {
  text-shadow: none;
  color: #000000;
}
@media only screen and (max-width: 575px) {
  .service-request .dashboard-middle-section .dashboard-counter-button .count-view-text {
    display: none;
  }
}
.service-request .NotesWrapper {
  display: flex;
  flex-direction: column;
  width: 83%;
}
@media (max-width: 576px) {
  .service-request .NotesWrapper {
    width: 100%;
  }
}
.service-request .NotesWrapper .postNotes {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  align-items: end;
  gap: 10px;
}
.service-request .NotesWrapper .postNotes .fMjfal {
  flex: 1;
}
.service-request .NotesWrapper .postNotes .iHfxMb {
  height: 48px;
  min-height: 48px;
  width: fit-content;
  min-width: fit-content;
  background-color: #f2eff4;
  padding: 0px 20px;
}
.service-request .NotesWrapper .notesListContainer {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .service-request .NotesWrapper .notesListContainer {
    flex-direction: column-reverse;
  }
}
.service-request .NotesWrapper .notesListContainer .notesList {
  flex: 1;
  max-height: 600px;
  overflow-y: auto;
  padding: 0 5px;
}
.service-request .NotesWrapper .notesListContainer .notesList .Note {
  overflow: hidden;
  display: flex;
  min-width: fit-content;
  flex-direction: row;
  border-radius: 5px;
  margin: 15px 0;
  padding: 15px;
  border: 1px solid black;
}
.service-request .NotesWrapper .notesListContainer .notesList .Note .pfp {
  height: 100%;
  width: 50px;
}
.service-request .NotesWrapper .notesListContainer .notesList .Note .pfp .chat-Name-Icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e2e2e2;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-request .NotesWrapper .notesListContainer .notesList .Note .noteText {
  flex: 1;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
.service-request .NotesWrapper .notesListContainer .notesList .Note .noteText .Name {
  padding: 5px 0;
}
.service-request .NotesWrapper .notesListContainer .notesList .Note .noteText .fieldChange {
  text-align: end;
}
.service-request .NotesWrapper .notesListContainer .notesList .Note .noteText .info {
  display: flex;
  flex-direction: column;
}
.service-request .NotesWrapper .notesListContainer .notesList .Note .noteText .info .InfoField {
  display: flex;
  flex-direction: row;
}
.service-request .NotesWrapper .notesListContainer .notesList .Note .noteText .info .InfoField .fieldValue {
  display: flex;
  flex-direction: column;
}
.service-request .NotesWrapper .notesListContainer .notesList .Note .noteText .info .InfoField .fieldName {
  min-width: 150px;
  text-align: right;
  padding-right: 20px;
}
.service-request .NotesWrapper .notesListContainer .LpqLd {
  margin: 15px;
}

.text-danger {
  color: #e12339;
}

.tab-container-pad {
  padding-top: 5px;
  max-width: 100%;
  padding-bottom: 20px;
}

div[role=tab] {
  font-weight: 900 !important;
}

.scase-form .dYJwqL .eNEkGn {
  flex: 1;
}
.scase-form .dYJwqL .kcHErz {
  min-width: fit-content;
}
.scase-form .dYJwqL .kcHErz .gAxqlu {
  display: flex;
  flex-direction: column;
  padding: 0 5px;
}
.scase-form label {
  font-weight: 600;
}
.scase-form .r-alignItems-1d09ksm label {
  font-weight: 600;
}

.NewCase-Header {
  width: 100%;
  height: fit-content;
  container-type: inline-size;
}
@container (max-width: 576px) {}
.NewCase-Tabs {
  padding-top: 40px;
}

.TextTequest .text-request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  gap: 1rem;
  color: #54595f;
}
.TextTequest .text-request a {
  text-decoration: none;
  color: #54595f;
}
.TextTequest .text-request .svg-green {
  fill: green;
  width: 29px;
  height: 29px;
  border: 2px solid green;
  padding: 2px;
  border-radius: 3px;
}
.TextTequest .text-request Text {
  margin-right: 5px;
}

.BoxTextWrapper .status-box {
  padding: 5px;
  max-width: 300px;
  margin: 10px auto;
}
.BoxTextWrapper .status-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.BoxTextWrapper .status-item:last-child {
  border-bottom: none;
}
.BoxTextWrapper .status-label,
.BoxTextWrapper .status-value {
  color: #54595f;
}
.BoxTextWrapper .status-label {
  font-weight: bold;
}

.TwoGridLayoutNewCase {
  display: grid;
  margin-top: 25px;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .TwoGridLayoutNewCase {
    grid-template-columns: auto;
    gap: 5rem;
  }
}

.CustomBox .jzlqFF {
  text-overflow: inherit;
}

.CommentArea {
  position: relative;
}
.CommentArea textarea,
.CommentArea div {
  min-height: unset;
}

.SvgContainer {
  margin-top: 30px;
  border: 1px solid;
  height: 50px;
  width: 50px;
  margin-left: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 13px;
}

.GirdWithTooltipLayoutNewCase {
  display: flex;
  margin-top: 25px;
  flex-direction: row;
  align-items: end;
}
@media (max-width: 1024px) {
  .GirdWithTooltipLayoutNewCase {
    grid-template-columns: auto;
  }
}

.GirdWithTooltipLayoutFieldContainerNewCase {
  flex: 1;
}

.SmallGridLayout {
  width: auto;
}

.NewCaseBtnBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.NewCaseBtnBox .iHfxMb {
  min-width: 0px;
  margin: 0 0 0 -4px;
  max-width: fit-content;
  margin-right: 10px;
  background: transparent;
  border: 1px solid;
  border-radius: 10px;
  cursor: pointer;
  color: black;
  padding: 0px 11px 0 10px;
  font-size: 14px;
  font-weight: 400;
}

.TooltipContainer {
  position: relative;
  display: inline-block;
}
.TooltipContainer .tooltiptext {
  visibility: hidden;
  width: 120px;
  color: black;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 2px rgb(42, 44, 46), 0 3px 2px rgba(84, 89, 95, 0.25);
  right: 0;
  bottom: calc(100% + 20px);
}
.TooltipContainer:hover .tooltiptext {
  visibility: visible;
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/charts/Charts.scss ***!
  \************************************************************************************************************************/
.AnalyticsPage {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}

.ChartContainer {
  width: 100%;
  max-width: 600px;
  min-width: 300px;
  height: fit-content;
  min-height: 200px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 2px 4px gray;
  border-radius: 10px;
  flex-direction: column;
}
.ChartContainer .BarChartContainer canvas {
  height: fit-content !important;
  width: 80% !important;
}
.ChartContainer .PieChartContainer canvas {
  height: fit-content !important;
  width: 100% !important;
}

.ProgressBarwrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.ProgressBarwrapper .Item {
  height: 40px;
  display: flex;
  flex-direction: column;
}
.ProgressBarwrapper .Item .Text {
  flex: 1;
  height: 20px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: bolder;
}
.ProgressBarwrapper .Item .Progress {
  flex: 1;
  width: 100%;
}

.SimpleProgressWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  min-height: 40px;
  gap: 5px;
}
.SimpleProgressWrapper .ProgressBar {
  overflow: hidden;
  border-radius: 10px;
  width: 90%;
  height: 65%;
  display: flex;
  flex-direction: row;
  margin-left: 20px;
}
.SimpleProgressWrapper .ProgressBar .progress {
  height: 100%;
}
.SimpleProgressWrapper .Text {
  height: 50%;
  text-align: center;
}

.GaugeWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/home/ActivityTable.scss ***!
  \*********************************************************************************************************************************/
.table-container {
  width: 100%;
  min-width: 100%;
  max-width: max-content;
  overflow-x: auto;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.table-container .TABLE {
  min-width: 100%;
  overflow-x: auto;
  max-width: max-content;
}
.table-container .TableBody {
  width: 100%;
}
.table-container .TableBody .Thead {
  border-bottom-width: 2px;
  border-style: solid;
  color: #2A2C2E;
  border-color: rgb(126, 126, 126);
}
.table-container .TableBody .HeaderRowItem {
  white-space: nowrap;
  cursor: pointer;
  min-width: 100px;
}
.table-container .TableBody .headerTitle {
  padding: 15px;
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.table-container .TableBody .headerText {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}
.table-container .TableBody .HeaderRowItem:first-child .headerTitle {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table-container .TableBody .HeaderRowItem:last-child .headerTitle {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table-container .TableBody .searchDiv {
  width: 180px;
  display: flex;
  flex-direction: column;
  padding: 5px 15px;
  gap: 5px;
}
.table-container .TableBody .searchDiv .ErrorMessage {
  width: 100%;
  height: 25px;
  color: #2a2c2e;
  font-size: 0.875rem;
  display: flex;
  padding: 5px;
}
.table-container .TableBody .DataItem {
  padding: 10px 15px;
  min-width: 150px;
}
.table-container .TableBody .DataRow {
  color: #54595F;
  font-weight: 400;
  position: relative;
  font-size: 13px;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #E3E8E6;
  align-items: center;
}
.table-container .TableBody .DataRow:hover {
  cursor: pointer;
  background-color: #F7F7F8;
}
.table-container .TableBody .DataRow .notification-dot {
  border-radius: 50%;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: white;
  top: -5px;
  left: 0;
  font-size: 10px;
  position: absolute;
}
.table-container .fMjfal div:first-child {
  display: none;
}
.table-container .PaginationRow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  font-weight: bold;
  padding: 2px;
}
.table-container .PaginationRow div {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  min-width: fit-content;
  overflow-x: auto;
  align-items: center;
}
.table-container .PaginationRow span {
  padding-left: 10px;
}
.table-container .PaginationRow button {
  color: white;
  border-radius: 5px;
  padding: 8px;
  margin: 2px;
  width: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-container .PaginationRow .buttonnav {
  background-color: #4B286D;
  border: none;
}
.table-container .PaginationRow .buttonnav:disabled {
  opacity: 0.3;
}
.table-container .PaginationRow .activebtn {
  background-color: #4B286D;
  border: none;
}
.table-container .PaginationRow .unactivebtn {
  border: 1px solid #D8D8D8;
  color: black;
  background-color: white;
}

.record-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  height: 500px;
  background: #fff;
  position: relative;
}
.record-box .noresult-container {
  position: sticky;
  top: 20px;
  left: 35%;
}

.table-container {
  width: 100%;
  min-width: 100%;
  max-width: max-content;
  overflow-x: auto;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.table-container .TABLE {
  min-width: 100%;
  max-width: max-content;
  overflow-x: auto;
}
.table-container .TableBody {
  width: 100%;
}
.table-container .TableBody .Thead {
  border-bottom-width: 2px;
  border-style: solid;
  color: #2a2c2e;
  border-color: rgb(126, 126, 126);
}
.table-container .TableBody .headerTitle {
  padding: 15px;
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.table-container .TableBody .headerText {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}
.table-container .TableBody .HeaderRowItem {
  white-space: nowrap;
  cursor: pointer;
  min-width: 100px;
}
.table-container .TableBody .HeaderRowItem:first-child .headerTitle {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table-container .TableBody .HeaderRowItem:last-child .headerTitle {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table-container .TableBody .searchDiv {
  width: 180px;
  display: flex;
  flex-direction: column;
  padding: 5px 15px;
  gap: 5px;
}
.table-container .TableBody .searchDiv .ErrorMessage {
  width: 100%;
  height: 25px;
  color: #2a2c2e;
  font-size: 0.875rem;
  display: flex;
  padding: 5px;
}
.table-container .TableBody .DataItem {
  padding: 10px 15px;
  min-width: 150px;
}
.table-container .TableBody .DataRow {
  color: #54595f;
  font-weight: 400;
  position: relative;
  font-size: 13px;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #e3e8e6;
  align-items: center;
}
.table-container .TableBody .DataRow:hover {
  cursor: pointer;
  background-color: #f7f7f8;
}
.table-container .TableBody .DataRow .notification-dot {
  border-radius: 50%;
  background-color: red;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  color: white;
  top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  position: absolute;
}
.table-container .fMjfal div:first-child {
  display: none;
}
.table-container .PaginationRow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  font-weight: bold;
  padding: 2px;
}
.table-container .PaginationRow div {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  min-width: fit-content;
  overflow-x: auto;
  align-items: center;
}
.table-container .PaginationRow span {
  padding-left: 10px;
}
.table-container .PaginationRow button {
  color: white;
  border-radius: 5px;
  padding: 8px;
  margin: 2px;
  width: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-container .PaginationRow .buttonnav {
  background-color: #4b286d;
  border: none;
}
.table-container .PaginationRow .buttonnav:disabled {
  opacity: 0.3;
}
.table-container .PaginationRow .activebtn {
  background-color: #4b286d;
  border: none;
}
.table-container .PaginationRow .unactivebtn {
  border: 1px solid #d8d8d8;
  color: black;
  background-color: white;
}

.record-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  height: 500px;
  background: #fff;
  position: relative;
}
.record-box .noresult-container {
  position: sticky;
  top: 20px;
  left: 35%;
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/home/Activity.scss ***!
  \****************************************************************************************************************************/
.ActivityContainer {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
.ActivityContainer .title {
  color: #4B286D;
  font-size: 42px;
  line-height: 54px;
}
.ActivityContainer .toolsTab {
  display: flex;
  width: 100%;
  gap: 30px;
  padding: 10px 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid black;
}
.ActivityContainer .toolsTab .tools {
  display: flex;
  width: fit-content;
  gap: 5px;
  flex-wrap: nowrap;
  cursor: pointer;
}
.ActivityContainer .toolsTab .tools p {
  word-break: keep-all;
  display: inline;
  white-space: nowrap;
}
.ActivityContainer .toolsTab .tools:hover {
  text-shadow: black 0px 0px 1px;
}
.ActivityContainer .searchTab {
  display: flex;
  width: 100%;
  gap: 30%;
  align-items: flex-end;
  flex-wrap: wrap;
}
.ActivityContainer .searchTab > div:first-child {
  min-width: 350px;
  max-width: 39%;
  flex: 1 !important;
}
.ActivityContainer .searchTab .fMjfal {
  width: 700px;
  max-width: 80%;
}
.ActivityContainer .searchTab #buttonpair {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.ActivityContainer .searchTab #buttonpair div[role=button] {
  height: 50px;
  width: fit-content;
}
.ActivityContainer .FilterTab {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.ActivityContainer .FilterTab > div {
  min-width: 250px;
  flex: 1;
  flex-grow: 1 !important;
  max-width: 300px;
}
.ActivityContainer .FilterTab .fMjfal {
  min-width: 250px;
  max-width: 300px;
  flex: 1;
}

.search-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.search-container .searchresultsContainer {
  position: absolute;
  z-index: -2;
  box-shadow: 0px 1px 4px #888888;
  overflow: hidden;
  background-color: #f2eff4;
  padding: 10px;
  border-radius: 25px;
}
.search-container .searchresultsContainer .searchResults {
  margin-top: 40px;
  gap: 5px;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.search-container .searchresultsContainer .resultsItem {
  width: 100%;
  cursor: pointer;
  background-color: white;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  padding: 5px;
}
.search-container .searchresultsContainer .resultsItem .logoType {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #71757b;
}
.search-container .searchresultsContainer .resultsItem .resultText {
  flex: 1;
  display: flex;
  min-height: 40px;
  flex-direction: column;
}
.search-container .searchresultsContainer .resultsItem .resultText h3 {
  font-weight: 600;
  color: #2a2c2e;
}
.search-container .searchresultsContainer .resultsItem .resultText h6 {
  font-weight: 500;
  color: #71757b;
}

.search-box-container {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 2px;
  max-width: 90%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #71757b;
}
.search-box-container:focus-within {
  border: 2px solid #4b286d;
}
.search-box-container input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 10px;
  width: 350px;
  border-radius: 24px;
  height: 35px;
}
.search-box-container .CancelSearch {
  border: none;
  background-color: white;
  cursor: pointer;
  padding: 0 10px;
}
.search-box-container .SearchEnter {
  border: none;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #4b286d;
  opacity: 1;
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/Loading.scss ***!
  \******************************************************************************************************************/
.LoadingComp {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/login/Login.scss ***!
  \**************************************************************************************************************************/
.login-container .card {
  background-color: #ffffff;
  border: 1px solid #e3e6e8;
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  padding: 35px;
}
.login-container .card-header {
  text-align: center;
  margin-bottom: 40px;
  border: none;
}
.login-container .card-header img {
  max-width: 80px;
}
.login-container .card-content {
  border: none;
  margin-bottom: 25px;
}
.login-container .card-content h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}
.login-container .card-content div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.login-container .card-content .login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #fff;
  color: #414547;
  border: 2px solid #b2b9bf;
  border-radius: 9999px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s, border-color 0.3s;
  font-weight: 700;
}
.login-container .card-content .login-btn:hover {
  border-color: #b2b9bf;
  border-width: 3px;
  padding: 9px 19px;
}
.login-container .card-content .login-btn:active {
  background-color: #b2b9bf;
  color: white;
}
.login-container .card-footer {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}
.login-container .card-footer div {
  color: #54595F !important;
}
.login-container .card-footer .green-txt {
  color: #2b8000;
}
@media (max-width: 768px) {
  .login-container .card {
    padding: 16px;
  }
}

.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
  padding-left: 500px;
}
.login-container .footer {
  margin-top: auto;
  padding: 15px 0;
  text-align: center;
}
.login-container .footer div {
  color: #2C2E30 !important;
  font-size: 16px;
  letter-spacing: -0.2px;
}
@media (max-width: 1030px) {
  .login-container {
    padding-left: 300px;
  }
}
@media (max-width: 799px) {
  .login-container {
    padding-left: 0;
  }
}
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/Auth.scss ***!
  \***************************************************************************************************************/
.LogoutWrapper {
  color: white;
  position: fixed;
  font-weight: 800;
  z-index: 1000000000;
  top: -25%;
  left: -25%;
  background-color: #4b286d;
  width: 150%;
  height: 150%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 20px;
}
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Modules/Modules.scss ***!
  \******************************************************************************************************************************/
@charset "UTF-8";
.ModuleLayout {
  max-width: 1440px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ModuleLayout h1,
.ModuleLayout h2,
.ModuleLayout h3 {
  background-image: linear-gradient(to right, #4b286d, rgba(229, 50, 147, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ModuleLayout h1 {
  font-size: 42px;
}
.ModuleLayout h2 {
  font-size: 24px;
}
.ModuleLayout h3 {
  font-size: 18px;
}
.ModuleLayout .telus-button {
  background-color: rgb(43, 128, 0);
  color: white;
  font-size: 16px;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  border: none;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 24px;
  width: fit-content;
}
.ModuleLayout .telus-button:hover {
  box-shadow: 0px 0px 0px 0.0625rem;
  background-color: rgb(255, 255, 255);
  color: rgb(43, 128, 0);
}
.ModuleLayout .Header {
  min-height: 400px;
  background-color: rgb(244, 244, 247);
  display: flex;
  width: 100%;
  padding: 50px 0px 50px 50px;
  flex-wrap: wrap-reverse;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
}
.ModuleLayout .Header .img {
  flex: 1;
  max-width: 600px;
  flex-basis: 50%;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ModuleLayout .Header .img img {
  width: 100%;
  object-fit: contain;
}
.ModuleLayout .Header .content {
  min-width: 400px;
  display: flex;
  max-height: 100%;
  flex-direction: column;
  gap: 15px;
  width: 50%;
  max-width: 600px;
}
.ModuleLayout .Header .content p {
  font-size: 20px;
  padding-bottom: 16px;
}
@media (max-width: 576px) {
  .ModuleLayout .Header {
    padding: 20px;
  }
  .ModuleLayout .Header .img,
  .ModuleLayout .Header .content {
    max-width: 100%;
    min-width: 100%;
  }
}
@container (max-width:1000px) {
  .ModuleLayout .Header .img {
    width: 90%;
  }
}
.ModuleLayout .usecase {
  width: 100%;
  padding: 50px 50px;
}
.ModuleLayout .usecase .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-size: 42px;
  font-weight: 300;
  width: 100%;
}
.ModuleLayout .usecase .heading h2 {
  font-size: 42px;
  text-align: center;
}
.ModuleLayout .usecase .usecase-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.ModuleLayout .usecase .usecase-cards .card-pairs {
  width: 660px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.ModuleLayout .usecase .usecase-cards .card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 316px;
}
.ModuleLayout .usecase .usecase-cards .card .imageContainer {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.ModuleLayout .usecase .usecase-cards .card img {
  width: 100%;
  object-fit: scale-down;
  transition: transform 0.3s ease;
}
.ModuleLayout .usecase .usecase-cards .card img:hover {
  transform: scale(1.1);
}
.ModuleLayout .usecase .usecase-cards .card .heading {
  width: 100%;
  align-items: flex-start;
  padding: 10px 17px;
  color: black;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  border-radius: 0 0 15px 15px;
  line-height: 30px;
  letter-spacing: -0.200000003px;
  text-align: left;
}
.ModuleLayout .usecase .usecase-cards .card .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1000000015px;
  text-align: left;
  padding: 5px 17px;
}
.ModuleLayout .usecase .usecase-cards .card .viewPage {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.1000000015px;
  text-align: left;
  padding: 5px 17px;
  color: #2b8000;
  cursor: pointer;
}
.ModuleLayout .usecase .usecase-cards .card .image-card-button-text {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 17px;
  cursor: pointer;
  padding-top: 11px;
}
.ModuleLayout .usecase .usecase-cards .card .image-card-button-text:first-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.ModuleLayout .usecase .usecase-cards .card .image-card-button-icon {
  width: 16px;
  height: 24px;
  color: #2b8000;
}
.ModuleLayout .usecase .usecase-cards .card .image-card-button-text:first-child:hover > .image-card-button-icon {
  transform: translateX(4px);
}
.ModuleLayout .usecase .usecase-cards .card .image-card-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #2b8000;
  text-decoration: none;
}
.ModuleLayout .service-header {
  color: #fff !important;
  padding: 50px 35px 40px;
  background-image: linear-gradient(rgb(97, 56, 137), rgb(55, 30, 79));
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 120px;
}
.ModuleLayout .service-header .sub-heading {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0px 40px;
}
.ModuleLayout .service-header .broadData,
.ModuleLayout .service-header .heading h1 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  -webkit-text-fill-color: #fff;
}
.ModuleLayout .service-header .broadData {
  padding-top: 62px;
}
.ModuleLayout .service-header .smallText {
  padding: 9px 0px 30px;
  color: white;
  text-align: center;
}
.ModuleLayout .service-header .benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ModuleLayout .service-header .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ModuleLayout .service-header .benefit {
  padding: 20px;
  text-align: left;
  border: 2px solid #fff;
  border-radius: 10px;
  max-width: 520px;
  min-width: 290px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ModuleLayout .service-header .benefit div .benifit-tick {
  display: flex;
  gap: 18px;
  align-items: center;
}
.ModuleLayout .service-header .benefit p {
  margin-left: 38px;
  font-weight: 300;
  font-size: 14px;
  color: #d7d7d7;
  letter-spacing: 1px;
}
.ModuleLayout .service-header .benefit strong {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .ModuleLayout .service-header .benefit {
    width: 100%;
  }
}
.ModuleLayout .service-header .benefit:hover {
  transform: scale3d(1.02, 1.02, 1);
}
.ModuleLayout .service-header .highlight {
  padding: 15px;
  margin: 30px 0;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  max-width: 520px;
}
.ModuleLayout .service-header .image-section img {
  max-width: 100%;
  border-radius: 8px;
}
.ModuleLayout .services {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ModuleLayout .services .service-holder {
  display: flex;
  flex-direction: column;
  width: 90%;
  border-radius: 5px;
  gap: 40px;
  background-color: #f4f4f7;
  padding: 70px 5%;
  align-items: center;
}
@media (max-width: 576px) {
  .ModuleLayout .services .service-holder {
    padding: 25px;
    width: 90%;
  }
}
.ModuleLayout .services .service-holder::before,
.ModuleLayout .services .service-holder::after {
  content: "";
}
.ModuleLayout .services .service-holder::before {
  content: "";
  top: -30px;
  position: absolute;
  width: 90%;
  border-radius: 10px;
  background-color: #f4f4f7;
  height: 51px;
}
.ModuleLayout .services .service-holder::after {
  content: "";
  bottom: -30px;
  position: absolute;
  width: 90%;
  border-radius: 10px;
  background-color: #f4f4f7;
  height: 51px;
}
.ModuleLayout .services .service-card {
  justify-content: center;
  max-width: 1090px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
}
.ModuleLayout .services .service-card .content,
.ModuleLayout .services .service-card .img {
  flex: 1;
  max-width: 50%;
  min-width: 360px;
}
.ModuleLayout .services .service-card .img {
  display: flex;
  width: 100%;
  flex-direction: column;
  width: 100%;
  object-fit: scale-down;
  position: relative;
  overflow: hidden;
}
.ModuleLayout .services .service-card .img img {
  transition: transform 0.3s ease;
  width: 100%;
}
.ModuleLayout .services .service-card .img img:hover {
  transform: scale(1.1);
}
.ModuleLayout .services .service-card .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ModuleLayout .services .service-card .content h2 {
  font-size: 36px;
}
.ModuleLayout .services .service-card .content .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ModuleLayout .services .service-card .content .list .sub-list {
  display: flex;
  flex-direction: column;
}
.ModuleLayout .services .service-card .content .list .item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 50%;
  max-width: 50%;
  align-items: flex-start;
  padding: 10px 10px 10px 0;
}
.ModuleLayout .services .service-card .content .list .item img {
  width: 16px;
  height: 16px;
  margin-top: 2.5px;
}
@media (max-width: 576px) {
  .ModuleLayout .services .service-card {
    flex-direction: column;
    gap: 20px;
  }
  .ModuleLayout .services .service-card .content,
  .ModuleLayout .services .service-card .img {
    flex: 1;
    max-width: 100%;
    min-width: fit-content;
  }
}
.ModuleLayout .services .service-card.left {
  flex-direction: row;
}
.ModuleLayout .services .service-card.right {
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .ModuleLayout .services .service-card.left {
    flex-direction: column;
  }
  .ModuleLayout .services .service-card.right {
    flex-direction: column;
  }
}
.ModuleLayout .connect {
  background-image: linear-gradient(rgb(97, 56, 137), rgb(55, 30, 79));
  width: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ModuleLayout .connect .contact-card {
  background-color: white;
  border-radius: 10px;
  padding: 50px;
  justify-content: flex-start;
  margin: 50px 0;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.ModuleLayout .connect .contact-card h2 {
  font-size: 42px;
  text-align: center;
}
.ModuleLayout .connect .contact-card p {
  text-align: center;
  margin: 16px 0 32px;
}
@media (max-width: 576px) {
  .ModuleLayout .connect .contact-card > h2 {
    font-size: 30px;
  }
}
.ModuleLayout .chatLandingPage {
  border: 1px solid #A8A8A8;
  border-radius: 30px;
  margin-left: 2%;
  width: 96%;
}
.ModuleLayout .chatLandingPage .upperToolBar {
  width: 100%;
  height: 35px;
  padding: 20px;
}
.ModuleLayout .chatLandingPage .upperToolBar .icon-box {
  align-self: baseline;
}
.ModuleLayout .chatLandingPage .upperToolBar .icon-box img {
  width: 30px;
}
.ModuleLayout .chatLandingPage .upperToolBar .chatSelect {
  width: fit-content;
  float: right;
  display: flex;
}
.ModuleLayout .chatLandingPage .upperToolBar .chatSelect .fMjfal {
  display: inline-block;
}
.ModuleLayout .chatLandingPage .upperToolBar .chatSelect Select {
  border-color: #E3E6E8 !important;
  font-weight: bold;
  align-items: center;
  width: 152px !important;
}
.ModuleLayout .chatLandingPage .upperToolBar .chatSelect img {
  margin-left: 15px;
  width: 44px !important;
}
.ModuleLayout .chatPage {
  position: relative;
  height: 600px;
}
.ModuleLayout .chatPage .queryPage {
  position: absolute;
  bottom: 3%;
  top: auto;
}
.ModuleLayout .chatPage .queryPage input::placeholder {
  color: #A7ACB1;
}
.ModuleLayout .chat-bot-container .status-card {
  gap: 31px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
}
.ModuleLayout .chat-bot-container .status-card .status-card-box {
  padding: 0.5rem 1rem 1rem;
  background: #f2f2f2 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 1px solid #707070;
  width: 179px;
  height: 141px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.8px;
  color: #2a2c2e;
  box-shadow: none !important;
  transform: none !important;
}
.ModuleLayout .chat-bot-container .status-card .status-card-box .status-icon-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: space-evenly;
}
.ModuleLayout .chat-bot-container .status-card .status-card-box .status-icon-text-wrapper .icon-box {
  align-self: baseline;
}
.ModuleLayout .chat-bot-container .status-card .status-card-box .status-icon-text-wrapper .icon-box img {
  width: 30px;
}
.ModuleLayout .chat-bot-container .status-card .status-card-box .status-icon-text-wrapper p {
  font-size: 14px;
}
@media (min-width: 576px) {
  .ModuleLayout .chat-bot-container .status-card .status-card-box {
    padding: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .ModuleLayout .chat-bot-container .status-card .status-card-box .status-card-box .status-icon-text-wrapper {
    margin-top: 20px;
  }
}
.ModuleLayout .chatInput {
  gap: 6px;
  width: 74%;
  background: #f2f2f2 0% 0% no-repeat padding-box;
  padding: 12px 16px 12px 16px;
  border-radius: 8px;
  border: 1px solid #613889;
  position: relative;
  margin: auto;
  top: 0px;
  right: 0;
  bottom: 0px;
  left: 0;
}
.ModuleLayout .chatInput input {
  width: 84%;
  height: 72px;
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 11px;
  border: none;
  border-radius: 8px;
}
.ModuleLayout .chatInput input:hover {
  border: 1px solid #613889;
}
.ModuleLayout .chatInput input:focus-visible {
  outline: none;
  border: 1px solid #613889; /* Optional – only if a default border is being added */
  box-shadow: none; /* In case a shadow is applied */
}
.ModuleLayout .chatInput input::placeholder {
  font-weight: 500;
  color: #2b8000;
}
.ModuleLayout .chatInput .buttonContainer {
  display: inline-block;
  width: 16%;
  height: 48px;
  padding-left: 10px;
}
.ModuleLayout .chatInput .buttonContainer button {
  border: none;
  width: max-content;
  font-size: x-large;
  vertical-align: middle;
  margin-left: 2px;
}
.ModuleLayout .chatInput .buttonContainer button:hover {
  cursor: pointer;
  background-color: #613889;
  border-radius: 8px;
  transition: all 0.3s;
}
.ModuleLayout .chatInput .buttonContainer button:hover img {
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
.ModuleLayout .chatInput .buttonContainer .enabled-button {
  cursor: pointer;
  background-color: #613889;
  border-radius: 8px;
  transition: all 0.3s;
}
.ModuleLayout .chatInput .buttonContainer .enabled-button img {
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
@media (max-width: 576px) {
  .ModuleLayout .chatInput {
    width: inherit;
  }
  .ModuleLayout .chatInput input {
    width: 65%;
  }
  .ModuleLayout .chatInput .buttonContainer {
    width: 35%;
  }
}
.ModuleLayout .chatText {
  width: 80%;
  align-self: center;
  margin-top: 400px;
}
.ModuleLayout .chatText input {
  width: 90%;
}
.ModuleLayout .frequentQuestions {
  border-radius: 48px;
  border: 1px solid #B2B9BF;
  width: max-content;
  padding: 6px 16px 6px 16px;
  gap: 8px;
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-size: 14px;
}
.ModuleLayout .frequentQuestions:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  cursor: pointer;
  background-color: #f2f2f2;
}
@media (max-width: 576px) {
  .ModuleLayout .frequentQuestions {
    width: inherit;
  }
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/toast/toast.scss ***!
  \**************************************************************************************************************************/
.shadow-box > div {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 4rem;
  padding: 28px;
}
/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Agent/TicketPool.scss ***!
  \*******************************************************************************************************************************/
.DashboardAgentSection {
  position: relative;
  padding: 20px;
}
.DashboardAgentSection .ftzfaP {
  max-width: inherit;
}
.DashboardAgentSection .dxvJcw {
  flex: 1;
}
.DashboardAgentSection .global_tools {
  display: flex;
  flex-direction: column;
}
.DashboardAgentSection .global_tools_icons {
  display: flex;
  flex-direction: row;
  padding-top: 6px;
}
.DashboardAgentSection .global_tools_icons div {
  min-height: 50px;
  max-height: 50px;
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  cursor: pointer;
}
.DashboardAgentSection .global_tools_icons div img {
  width: 20px;
}
.DashboardAgentSection .button_right {
  display: flex;
  justify-content: flex-end;
}
.DashboardAgentSection .button_right > span {
  position: relative;
  display: inline-block;
  top: 10px;
  left: -5px;
}
.DashboardAgentSection .button_right button {
  padding: 0px 1rem;
  color: #000000;
  font-weight: 300;
  border: 1px solid #000000;
  min-height: 2.7rem;
  min-width: auto;
  border-radius: 10px;
}
.DashboardAgentSection .button_right button > span {
  display: contents;
  letter-spacing: 1;
}
.DashboardAgentSection .button_right button > span svg {
  fill: #000000;
}
.DashboardAgentSection .tab {
  position: relative;
  display: flex;
  flex-direction: row;
}
.DashboardAgentSection hr {
  top: 2px;
  position: relative;
}

.HeadingText {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.HeadingText .button-container {
  display: flex;
  gap: 10px;
}

.FlexButton, .TypeButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.FlexButton:focus, .TypeButton:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.TypeButton {
  border-radius: 48px;
  background-color: white;
  border: 1px solid #b2b9bf;
  color: black;
}

.AssignButton {
  padding: 5px 10px;
  background-color: #4b286d;
  border-radius: 10px;
  color: white;
  text-align: center;
  box-shadow: 1px 2px 4px #4b296d;
}
.AssignButton:hover {
  box-shadow: none;
}
.AssignButton:active {
  opacity: 0.3;
}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/Table/table.scss ***!
  \**********************************************************************************************************************/
.TicketModal {
  position: absolute;
  width: 100%;
  height: 100%;
}
.TicketModal .base {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.TicketModal .base .container {
  max-width: 80%;
  width: 600px;
  background-color: white;
  border-radius: 4px;
}

.TableContainer {
  width: 100%;
  max-width: max-content;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
}
.TableContainer .TABLE {
  overflow-x: auto;
  max-width: max-content;
}
.TableContainer .TableBody .headerTitle {
  background-color: #54595F;
  padding: 15px;
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.TableContainer .TableBody .headerText {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
}
.TableContainer .TableBody .headerText .sort {
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
}
.TableContainer .TableBody .headerText .sort svg {
  cursor: pointer;
}
.TableContainer .TableBody .HeaderRowItem {
  font-weight: bolder;
  color: white;
  white-space: nowrap;
  min-width: 100px;
}
.TableContainer .TableBody .HeaderRowItem:first-child .headerTitle {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.TableContainer .TableBody .HeaderRowItem:last-child .headerTitle {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.TableContainer .TableBody .searchDiv {
  width: 180px;
  display: flex;
  flex-direction: column;
  padding: 5px 15px;
  gap: 5px;
}
.TableContainer .TableBody .searchDiv .ErrorMessage {
  width: 100%;
  height: 25px;
  color: #2a2c2e;
  font-size: 0.875rem;
  display: flex;
  padding: 5px;
}
.TableContainer .TableBody .DataItem {
  padding: 10px 15px;
  min-width: 150px;
}
.TableContainer .TableBody .DataRow {
  color: #71757B;
  font-weight: bold;
  position: relative;
  width: 100%;
  border-bottom: 1px solid gray;
}
.TableContainer .TableBody .DataRow:hover {
  cursor: pointer;
  background-color: #F7F7F8;
}
.TableContainer .TableBody .DataRow .notification-dot {
  border-radius: 50%;
  background-color: red;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  left: 0;
  top: -5px;
  color: white;
  font-size: 10px;
  position: absolute;
}
.TableContainer .fMjfal div:first-child {
  display: none;
}
.TableContainer .PaginationRow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  font-weight: bold;
  padding: 2px;
}
.TableContainer .PaginationRow div {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  min-width: fit-content;
  overflow-x: auto;
  align-items: center;
}
.TableContainer .PaginationRow span {
  padding-left: 10px;
}
.TableContainer .PaginationRow button {
  color: white;
  border-radius: 5px;
  padding: 8px;
  margin: 2px;
  width: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.TableContainer .PaginationRow .buttonnav {
  background-color: #4B286D;
  border: none;
}
.TableContainer .PaginationRow .buttonnav:disabled {
  opacity: 0.3;
}
.TableContainer .PaginationRow .activebtn {
  background-color: #4B286D;
  border: none;
}
.TableContainer .PaginationRow .unactivebtn {
  border: 1px solid #D8D8D8;
  color: black;
  background-color: white;
}

.RecordBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  height: 500px;
  background: #fff;
  position: relative;
}
.RecordBox .noresult-container {
  position: sticky;
  top: 20px;
  left: 35%;
}
/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/watchList/watchlist.scss ***!
  \**********************************************************************************************************************************/
.watchlistactivity {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.watchlistactivity .heading {
  font-weight: 600;
}
.watchlistactivity .header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.watchlistactivity .content-wrapper {
  border-radius: 12px;
  padding: 34px 20px;
  background-color: #FAFAFA;
}
.watchlistactivity .details {
  display: flex;
  padding: 10px 0;
  flex-direction: row;
  gap: 40px;
}
.watchlistactivity .details > div {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.watchlistactivity .details > div p {
  display: block;
}
.watchlistactivity .activities {
  padding: 32px 20px;
  background-color: white;
  border-radius: 10px;
}
.watchlistactivity .activities ul li > div:first-of-type {
  transform: rotateZ(180deg);
}

.dashboard-agent-section {
  position: relative;
}
.dashboard-agent-section .ftzfaP {
  max-width: inherit;
}
.dashboard-agent-section .dxvJcw {
  flex: 1;
}
.dashboard-agent-section .global_tools {
  display: flex;
  flex-direction: column;
}
.dashboard-agent-section .global_tools_icons {
  display: flex;
  flex-direction: row;
  padding-top: 6px;
}
.dashboard-agent-section .global_tools_icons div {
  min-height: 50px;
  max-height: 50px;
  display: flex;
  justify-content: flex;
  padding: 10px;
  cursor: pointer;
}
.dashboard-agent-section .global_tools_icons div img {
  width: 20px;
}
.dashboard-agent-section .button_right {
  display: flex;
  justify-content: end;
}
.dashboard-agent-section .button_right > span {
  position: relative;
  display: inline-block;
  top: 10px;
  left: -5px;
}
.dashboard-agent-section .button_right button {
  padding: 0px 1rem;
  color: #000000;
  font-weight: 300;
  border: 1px solid #000000;
  min-height: 2.7rem;
  min-width: auto;
  border-radius: 10px;
}
.dashboard-agent-section .button_right button > span {
  display: contents;
  letter-spacing: 1;
}
.dashboard-agent-section .button_right button > span svg {
  fill: #000000;
}
.dashboard-agent-section .tab {
  position: relative;
  display: flex;
  flex-direction: row;
}
.dashboard-agent-section hr {
  top: 2px;
  position: relative;
}

.heading-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.heading-text .button-container {
  display: flex;
  gap: 10px;
}

.flex-button, .type-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.flex-button:focus, .type-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.type-button {
  border-radius: 48px;
  background-color: white;
  border: 1px solid #b2b9bf;
  color: black;
}
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Manager/Manager.scss ***!
  \******************************************************************************************************************************/
.ManagerTicketOverlayDetails {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background-color: #FAFAFA;
  border: 1px solid #71757B;
  border-radius: 12px;
  padding: 15px 12px;
}
.ManagerTicketOverlayDetails p {
  width: 50%;
  display: inline-block;
  min-width: 300px;
  max-width: 90%;
}
.ManagerTicketOverlayDetails p b {
  font-weight: bold;
  color: black;
}

.DashboardAgentSection {
  position: relative;
}
.DashboardAgentSection .ftzfaP {
  max-width: inherit;
}
.DashboardAgentSection .dxvJcw {
  flex: 1;
}
.DashboardAgentSection .global_tools {
  display: flex;
  flex-direction: column;
}
.DashboardAgentSection .global_tools_icons {
  display: flex;
  flex-direction: row;
  padding-top: 6px;
}
.DashboardAgentSection .global_tools_icons div {
  min-height: 50px;
  max-height: 50px;
  display: flex;
  justify-content: flex;
  padding: 10px;
  cursor: pointer;
}
.DashboardAgentSection .global_tools_icons div img {
  width: 20px;
}
.DashboardAgentSection .button_right {
  display: flex;
  justify-content: end;
}
.DashboardAgentSection .button_right > span {
  position: relative;
  display: inline-block;
  top: 10px;
  left: -5px;
}
.DashboardAgentSection .button_right button {
  padding: 0px 1rem;
  color: #000000;
  font-weight: 300;
  border: 1px solid #000000;
  min-height: 2.7rem;
  min-width: auto;
  border-radius: 10px;
}
.DashboardAgentSection .button_right button > span {
  display: contents;
  letter-spacing: 1;
}
.DashboardAgentSection .button_right button > span svg {
  fill: #000000;
}
.DashboardAgentSection .tab {
  position: relative;
  display: flex;
  flex-direction: row;
}
.DashboardAgentSection hr {
  top: 2px;
  position: relative;
}

.HeadingText {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.HeadingText .button-container {
  display: flex;
  gap: 10px;
}

.FlexButton, .TypeButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.FlexButton:focus, .TypeButton:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.TypeButton {
  border-radius: 48px;
  background-color: white;
  border: 1px solid #b2b9bf;
  color: black;
}

.IncidentButton {
  border-radius: 48px;
  border: 1px solid var(--border-default-border-default-grey-cloud, grey);
  background: var(--background-lightest-bg-lightest-white, #fff);
  color: black;
}
.IncidentButton:hover {
  background-color: grey;
}
.IncidentButton:active {
  background-color: #f2f2f2;
}

.AgentHeadingText {
  color: #4b286d;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.857px;
}

.AssignButton {
  padding: 5px 10px;
  background-color: #4b286d;
  border-radius: 10px;
  color: white;
  text-align: center;
  box-shadow: 1px 2px 4px #4b296d;
}
.AssignButton:hover {
  box-shadow: none;
}
.AssignButton:active {
  opacity: 0.3;
}

.ApprovalContainer {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
}
.ApprovalContainer .heading {
  color: #4b286b;
  font-weight: 600;
  font-size: 24px;
  padding: 20px;
}
.ApprovalContainer .CTA {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.DashboardAgentSection {
  position: relative;
}
.DashboardAgentSection .ftzfaP {
  max-width: inherit;
}
.DashboardAgentSection .dxvJcw {
  flex: 1;
}
.DashboardAgentSection .global_tools {
  display: flex;
  flex-direction: column;
}
.DashboardAgentSection .global_tools_icons {
  display: flex;
  flex-direction: row;
  padding-top: 6px;
}
.DashboardAgentSection .global_tools_icons div {
  min-height: 50px;
  max-height: 50px;
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  cursor: pointer;
}
.DashboardAgentSection .global_tools_icons div img {
  width: 20px;
}
.DashboardAgentSection .button_right {
  display: flex;
  justify-content: end;
}
.DashboardAgentSection .button_right > span {
  position: relative;
  display: inline-block;
  top: 10px;
  left: -5px;
}
.DashboardAgentSection .button_right button {
  padding: 0px 1rem;
  color: #000000;
  font-weight: 300;
  border: 1px solid #000000;
  min-height: 2.7rem;
  min-width: auto;
  border-radius: 10px;
}
.DashboardAgentSection .button_right button > span {
  display: contents;
  letter-spacing: 1;
}
.DashboardAgentSection .button_right button > span svg {
  fill: #000000;
}
.DashboardAgentSection .tab {
  position: relative;
  display: flex;
  flex-direction: row;
}
.DashboardAgentSection hr {
  top: 2px;
  position: relative;
}

.HeadingText {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.HeadingText .button-container {
  display: flex;
  gap: 10px;
}

.FlexButton, .TypeButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.FlexButton:focus, .TypeButton:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.TypeButton {
  border-radius: 48px;
  background-color: white;
  border: 1px solid #b2b9bf;
  color: black;
}

.AssignButton {
  padding: 5px 10px;
  background-color: #4b286d;
  border-radius: 10px;
  color: white;
  text-align: center;
  box-shadow: 1px 2px 4px #4b296d;
}
.AssignButton:hover {
  box-shadow: none;
}
.AssignButton:active {
  opacity: 0.3;
}

.TableContainer .TABLE {
  overflow-x: auto;
  max-width: max-content;
}
.TableContainer .TableBody .HeaderRowItem {
  font-weight: bolder;
  color: white;
  white-space: nowrap;
  cursor: pointer;
  min-width: 100px;
}
.TableContainer .TableBody .headerTitle {
  background-color: #54595F;
  padding: 15px;
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.TableContainer .TableBody .headerText {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}
.TableContainer .TableBody .HeaderRowItem:first-child .headerTitle {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.TableContainer .TableBody .HeaderRowItem:last-child .headerTitle {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.TableContainer .TableBody .searchDiv {
  width: 180px;
  display: flex;
  flex-direction: column;
  padding: 5px 15px;
  gap: 5px;
}
.TableContainer .TableBody .searchDiv .ErrorMessage {
  width: 100%;
  height: 25px;
  color: #2a2c2e;
  font-size: 0.875rem;
  display: flex;
  padding: 5px;
}
.TableContainer .TableBody .DataItem {
  padding: 10px 15px;
  min-width: 150px;
}
.TableContainer .TableBody .DataRow {
  color: #71757B;
  font-weight: bold;
  position: relative;
  width: 100%;
  border-bottom: 1px solid gray;
}
.TableContainer .TableBody .DataRow:hover {
  cursor: pointer;
  background-color: #F7F7F8;
}
.TableContainer .TableBody .DataRow .notification-dot {
  border-radius: 50%;
  background-color: red;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  color: white;
  top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  position: absolute;
}
.TableContainer .fMjfal div:first-child {
  display: none;
}
.TableContainer .PaginationRow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  font-weight: bold;
  padding: 2px;
}
.TableContainer .PaginationRow div {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  min-width: fit-content;
  overflow-x: auto;
  align-items: center;
}
.TableContainer .PaginationRow span {
  padding-left: 10px;
}
.TableContainer .PaginationRow button {
  color: white;
  border-radius: 5px;
  padding: 8px;
  margin: 2px;
  width: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.TableContainer .PaginationRow .buttonnav {
  background-color: #4B286D;
  border: none;
}
.TableContainer .PaginationRow .buttonnav:disabled {
  opacity: 0.3;
}
.TableContainer .PaginationRow .activebtn {
  background-color: #4B286D;
  border: none;
}
.TableContainer .PaginationRow .unactivebtn {
  border: 1px solid #D8D8D8;
  color: black;
  background-color: white;
}

.RecordBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  height: 500px;
  background: #fff;
  position: relative;
}
.RecordBox .ChildClass {
  position: sticky;
  top: 20px;
  left: 35%;
}
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/UDScutom.scss ***!
  \*******************************************************************************************************************/
.TextInput {
  padding: 10px 0;
}
.TextInput label {
  font-weight: bolder;
}
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/billing/billing.scss ***!
  \******************************************************************************************************************************/
.GridlayoutPayment {
  display: grid;
  grid-template-columns: repeat(2, minmax(350px, 50%));
  grid-gap: 20px;
}
@media (max-width: 1000px) {
  .GridlayoutPayment {
    grid-template-columns: repeat(auto-fill, minmax(350px, auto));
  }
}
@media (max-width: 768px) {
  .GridlayoutPayment {
    display: flex;
    flex-direction: column;
  }
}

.GridlayoutOverView {
  display: grid;
  grid-template-columns: repeat(1, 2fr) 1fr;
  grid-gap: 20px;
}
.GridlayoutOverView #GridlayoutItem1 {
  grid-row: 1/1;
}
.GridlayoutOverView #GridlayoutItem3 {
  grid-row: 2/5;
}
@media (max-width: 1000px) {
  .GridlayoutOverView {
    grid-template-columns: repeat(auto-fill, minmax(350px, auto));
  }
}

.GridlayoutInvoice {
  display: grid;
  grid-template-columns: repeat(1, minmax(350px, 100%));
  grid-gap: 10px;
}

.GridlayoutItemInvoice {
  display: block;
  min-width: 350px;
  grid-row: span 1;
  height: 100%;
  overflow: hidden;
}

.SectionTitle {
  font-size: 1.2em;
  font-weight: 600;
  color: #333;
}

.Table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
}
.Table th,
.Table td {
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.Table th {
  background-color: #f0f0f0;
  font-weight: bold;
  color: #333;
}
.Table td {
  color: #555;
}
.Table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.Table::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.Table::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.Table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.TaxDetailsContainer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.TaxDetailsContainer > div:nth-child(2) {
  width: 60%;
}
@media (max-width: 600px) {
  .TaxDetailsContainer {
    display: block;
  }
  .TaxDetailsContainer > div:nth-child(2) {
    margin: 5px 0;
    width: 100%;
  }
}

.Container > div > div {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.Container > div > div > span:nth-child(1) {
  font-weight: bold;
  color: #000;
  width: 150px;
  text-align: right;
}
@media (max-width: 600px) {
  .Container > div > div > span:nth-child(1) {
    width: 116px;
  }
}
.Container > div > div > span:nth-child(2) {
  width: 100px;
  text-align: right;
}

.TotalContainer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 600px) {
  .TotalContainer {
    display: block;
  }
}

.SummaryRow {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 300px;
  margin: 5px 0;
  font-size: 0.9em;
  color: #333;
}
.SummaryRow > span:nth-child(1) {
  width: 100px;
  text-align: end;
}

.InfoContainer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.InfoBlock {
  width: 45%;
}

.Title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 12px;
  margin-top: 15px;
  color: #54595f;
}

.Text {
  margin: 0;
  line-height: 1.5;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.SearchContainer {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.SearchContainer .searchresultsContainer {
  position: absolute;
  z-index: -2;
  box-shadow: 0px 1px 4px #888888;
  overflow: hidden;
  background-color: #f2eff4;
  padding: 10px;
  border-radius: 25px;
}
.SearchContainer .searchresultsContainer .searchResults {
  margin-top: 40px;
  gap: 5px;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.SearchContainer .searchresultsContainer .resultsItem {
  width: 100%;
  cursor: pointer;
  background-color: white;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  padding: 5px;
}
.SearchContainer .searchresultsContainer .resultsItem .logoType {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #71757b;
}
.SearchContainer .searchresultsContainer .resultsItem .resultText {
  flex: 1;
  display: flex;
  min-height: 40px;
  flex-direction: column;
}
.SearchContainer .searchresultsContainer .resultsItem .resultText h3 {
  font-weight: 600;
  color: #2a2c2e;
}
.SearchContainer .searchresultsContainer .resultsItem .resultText h6 {
  font-weight: 500;
  color: #71757b;
}

.SearchBoxContainer {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 2px;
  max-width: 40%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #71757b;
}
.SearchBoxContainer:focus-within {
  border: 2px solid #4b286d;
}
.SearchBoxContainer input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 10px;
  width: 350px;
  border-radius: 24px;
  height: 35px;
}
.SearchBoxContainer .CancelSearch {
  border: none;
  background-color: white;
  cursor: pointer;
  padding: 0 10px;
}
.SearchBoxContainer .SearchEnter {
  border: none;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #4b286d;
  opacity: 1;
}

.TableContainer .TABLE {
  min-width: 100%;
  overflow-x: auto;
  max-width: max-content;
}
.TableContainer .TableBody {
  width: 100%;
}
.TableContainer .TableBody .Thead {
  border-width: 2px 0;
  border-style: solid;
  color: #2a2c2e;
  border-color: #d8d8d8;
}
.TableContainer .TableBody .HeaderRowItem {
  font-weight: bolder;
  white-space: nowrap;
  cursor: pointer;
  min-width: 100px;
}
.TableContainer .TableBody .headerTitle {
  padding: 15px;
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.TableContainer .TableBody .headerText {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}
.TableContainer .TableBody .HeaderRowItem:first-child .headerTitle {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.TableContainer .TableBody .HeaderRowItem:last-child .headerTitle {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.TableContainer .TableBody .searchDiv {
  width: 180px;
  display: flex;
  flex-direction: column;
  padding: 5px 15px;
  gap: 5px;
}
.TableContainer .TableBody .searchDiv .ErrorMessage {
  width: 100%;
  height: 25px;
  color: #2a2c2e;
  font-size: 0.875rem;
  display: flex;
  padding: 5px;
}
.TableContainer .TableBody .DataItem {
  padding: 10px 15px;
  min-width: 150px;
}
.TableContainer .TableBody .DataRow {
  color: #54595f;
  position: relative;
  font-size: 13px;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid gray;
}
.TableContainer .TableBody .DataRow:hover {
  cursor: pointer;
  background-color: #f7f7f8;
}
.TableContainer .TableBody .DataRow .notification-dot {
  border-radius: 50%;
  background-color: red;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  color: white;
  top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  position: absolute;
}
.TableContainer .fMjfal div:first-child {
  display: none;
}
.TableContainer .PaginationRow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  font-weight: bold;
  padding: 2px;
}
.TableContainer .PaginationRow div {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  min-width: fit-content;
  overflow-x: auto;
  align-items: center;
}
.TableContainer .PaginationRow span {
  padding-left: 10px;
}
.TableContainer .PaginationRow button {
  color: white;
  border-radius: 5px;
  padding: 8px;
  margin: 2px;
  width: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.TableContainer .PaginationRow .buttonnav {
  background-color: #4b286d;
  border: none;
}
.TableContainer .PaginationRow .buttonnav:disabled {
  opacity: 0.3;
}
.TableContainer .PaginationRow .activebtn {
  background-color: #4b286d;
  border: none;
}
.TableContainer .PaginationRow .unactivebtn {
  border: 1px solid #d8d8d8;
  color: black;
  background-color: white;
}

.RecordBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  height: 500px;
  background: #fff;
  position: relative;
}
.RecordBox .noresult-container {
  position: sticky;
  top: 20px;
  left: 35%;
}

.billing-component {
  padding: 20px;
}

.BillingPageTab hr.fZhxRM {
  height: 18px;
}

.billing-tabs {
  padding: 20px;
}

.title {
  color: #4b286d;
  font-size: 42px;
  padding: 0 20px;
  line-height: 54px;
}

.billing-payment-overview-tab-container .ftzfaP {
  margin: 0px;
}
.billing-payment-overview-tab-container .fFsiEM {
  padding: 45px 0px 0px 0px;
}
.billing-payment-overview-tab-container .alert-container {
  padding: 0px 30px 0px 30px;
}
.billing-payment-overview-tab-container .balance-container {
  display: flex;
  flex-grow: 1;
  justify-content: right;
  align-items: end;
}
.billing-payment-overview-tab-container .balance-container .heading-icon-more {
  margin-left: 30px;
}
.billing-payment-overview-tab-container .balance {
  font-size: x-large;
  font-weight: bold;
}
.billing-payment-overview-tab-container .balance-info {
  padding: 0px 30px 30px 30px;
  color: #808283;
  font-size: 14px;
}
.billing-payment-overview-tab-container .balance-info .cgXypm {
  padding: 0px 30px 0px 30px;
}
.billing-payment-overview-tab-container .transactions-container {
  padding: 0px 20px 0px 20px;
}
.billing-payment-overview-tab-container .transactions-container .transaction-details {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.billing-payment-overview-tab-container .transactions-container .transactions-date {
  color: #2b8000;
}
.billing-payment-overview-tab-container .card-footer-link {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.billing-payment-overview-tab-container .settings-container {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.billing-payment-overview-tab-container .settings-container > div {
  margin: 7px;
}
.billing-payment-overview-tab-container .card-footer-link a,
.billing-payment-overview-tab-container .settings-container a {
  color: #2b8000;
  text-decoration: none;
}
.billing-payment-overview-tab-container .payment-container {
  display: flex;
  margin-left: 10px;
  padding: 0px 30px 10px 20px;
}
.billing-payment-overview-tab-container .payment-container .primary-payment {
  flex: 50%;
}
.billing-payment-overview-tab-container .payment-container .primary-payment .payment-info {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.billing-payment-overview-tab-container .payment-container .primary-payment .payment-info .card-details {
  display: flex;
  flex-direction: column;
}
.billing-payment-overview-tab-container .payment-container .primary-payment .payment-info .card-details > span {
  margin: 0 0 5px 10px;
}
.billing-payment-overview-tab-container .payment-container .primary-payment .payment-info .payment-card-logo {
  height: 30px;
  width: 80px;
}
.billing-payment-overview-tab-container .payment-container .backup-payment {
  flex: 50%;
  display: flex;
  flex-direction: column;
}
.billing-payment-overview-tab-container .payment-container .backup-payment .new-payment {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.billing-payment-overview-tab-container .payment-container .backup-payment .new-payment .icon-plus span {
  height: 26px;
}
.billing-payment-overview-tab-container .payment-container .backup-payment .new-payment .icon-plus svg {
  fill: #2b8000;
}
.billing-payment-overview-tab-container .payment-container .backup-payment .new-payment .icon-plus {
  height: 30px;
  width: 50px;
}
.billing-payment-overview-tab-container .payment-container .payment-card-logo,
.billing-payment-overview-tab-container .payment-container .icon-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  padding-top: 2px;
  margin-right: 10px;
  border-radius: 5px;
}
.billing-payment-overview-tab-container .payment-container .card-num,
.billing-payment-overview-tab-container .payment-container .expiry-data,
.billing-payment-overview-tab-container .payment-container .add-new-payment {
  font-size: 14px;
}
.billing-payment-overview-tab-container .payment-container .expiry-data,
.billing-payment-overview-tab-container .payment-container .add-new-payment {
  color: rgba(44, 46, 48, 0.6);
}
.billing-payment-overview-tab-container .payment-container .add-new-payment {
  color: #2b8000;
}
@media (max-width: 750px) {
  .billing-payment-overview-tab-container .payment-container {
    flex-direction: column;
  }
}
.billing-payment-overview-tab-container .bill-container {
  display: flex;
  padding: 0px 30px 30px 30px;
}
.billing-payment-overview-tab-container .bill-container > div {
  flex: 50%;
}
.billing-payment-overview-tab-container .bill-container .bill-action div {
  width: 80%;
  color: #2b8000;
  display: inline-block;
  align-items: center;
  background-color: #f4f9f2;
  border: 1px solid #2B8000;
  border-radius: 3px;
  padding: 5px 10px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-weight: bold;
  text-align: center;
}
.billing-payment-overview-tab-container .bill-container .bill-action div:first-child {
  margin-right: 10px;
  margin-bottom: 15px;
}
.billing-payment-overview-tab-container .bill-container .bill-due {
  display: grid;
  grid-template-columns: 60% 40%;
  text-align: right;
  row-gap: 10px;
}
.billing-payment-overview-tab-container .grid-item-border.item2 {
  grid-row: 1/3;
  grid-column: 2/3;
}

.billChart {
  padding: 0px 30px 30px 30px;
}

@media (max-width: 768px) {
  .billing-tabs,
  .billing-payment-overview-tab-container {
    padding: 0;
  }
  .label-input-div {
    gap: 9px !important;
  }
}
.bill-info-header {
  background-color: #cdd2ca;
  display: flex;
}

.address-div,
.header-left,
.invoice-info {
  display: flex;
  flex-direction: column;
}

.invoice-info > .dateDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.invoice-info > .dateDiv .cLKPLC {
  width: 300px !important;
}

.bill-summery-body,
.bill-summery > .bill-summery-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.net-amount {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 5px solid rgba(0, 0, 0, 0.0509803922);
}

.billing-container {
  width: 80%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.billing-header {
  text-align: left;
}

h4 {
  color: #2c2e30;
}

.bill-summary-content {
  margin-top: 20px;
}

.company-info,
.description-details,
.description-section,
.invoice-info,
.payment-section,
.summary-info,
.tax-details,
.total-info {
  margin-top: 20px;
}

.invoice-details {
  flex-direction: column;
}

.bill-summary-content,
.card-details-input,
.invoice-details,
.invoice-header {
  display: flex;
  justify-content: space-between;
}

.card-details-input {
  gap: 20px;
}

td,
th {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: #2c2e30;
}

.payment-form label {
  display: block;
  margin-top: 10px;
}

.invoice-container {
  width: 100%;
  margin: 0 auto;
  color: #333;
  min-width: 350px;
}

.invoice-header {
  align-items: end;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.invoice-header .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  flex-wrap: nowrap;
  margin: 0 !important;
}
.invoice-header .header-right .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: fit-content;
  /* adjust as needed */
  margin-right: 8px;
}
.invoice-header .header-right .custom-select-wrapper select {
  width: 100%;
  padding: 8px 32px 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.invoice-header .header-right .custom-select-wrapper .custom-arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  color: #555;
  font-size: 12px;
}
.invoice-header .header-right .custom-select-wrapper:hover .custom-arrow svg path {
  fill: white;
  /* or any color you like */
}
.invoice-header .header-right button,
.invoice-header .header-right select {
  border: 1px solid #2B8000 !important;
  font-weight: 600;
}
.invoice-header .header-right button:hover,
.invoice-header .header-right select:hover {
  background-color: #2B8000;
  color: white;
}

.header-left h2 {
  color: #6d28a6;
  margin: 0;
  font-size: 42px;
  font-weight: initial !important;
  line-height: 54px;
  letter-spacing: -0.014em;
  text-align: left;
  display: inline-block;
}

.company-info p a {
  color: #333;
}

.company-info a,
.header-left p,
p {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.3000000119px;
  text-align: left;
}

.header-left h4 {
  display: inline-block !important;
}

.header-left p {
  margin: 5px 2px;
  color: #555;
}

.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex-wrap: nowrap;
  margin-top: 5px;
  margin-bottom: 5px;
}

.header-right button,
.header-right select {
  background-color: #f4f9f2;
  border: 1px solid #2b8000;
  color: #66bb6a;
  padding: 2px 10px 2px 10px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 4px;
  width: auto;
  height: 36px;
  font-size: 14px;
}

.settings-icon {
  background: 0 0;
  border: none;
  font-size: 1.5rem;
  color: #66bb6a;
  cursor: pointer;
}

.company-info a,
p {
  text-decoration: none;
}

.company-info h3 {
  color: #4b286d;
  margin: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -0.014em;
  text-align: left;
}

.company-info p {
  margin: 5px 0;
}

.invoice-info {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
}

.info-tag,
.invoice-summary p,
td,
th {
  text-align: left;
}

.invoice-details {
  border-radius: 15px;
}

.invoice-meta,
.checkboxes-container {
  justify-content: space-between;
  display: flex;
}
.invoice-meta .cardOptions,
.checkboxes-container .cardOptions {
  display: flex;
  gap: 25px;
  white-space: nowrap;
  flex-wrap: wrap;
}

.description-section thead th {
  background-color: #f2eff4;
}
.description-section tr,
.description-section td {
  height: 28px;
  font-size: 16px;
}
.description-section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.1000000015px;
  text-align: left;
  color: #54595f;
}

.info-tag {
  color: #66bb6a;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.52px;
  letter-spacing: 0.0143em;
}

.invoice-meta {
  margin-top: 15px;
  flex-wrap: wrap;
}

.meta-item:not(:first-child) {
  text-align: center;
  padding-left: 33px;
  border-left: 1px solid #ccc;
}

.meta-item p {
  margin: 5px 0;
  color: #333;
}

.description-right-section {
  display: flex;
  gap: 15px;
}

.invoice-summary {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #ccc;
  padding: 10px;
}

.summary-item {
  display: flex;
  justify-content: space-between;
}

.item-label {
  font-weight: bold;
}

.item-value {
  text-align: right;
}

.card-details-input-left,
.card-details-input-right {
  flex: 1;
}

@media (max-width: 768px) {
  .company-info a,
  .company-info h3,
  .company-info p {
    text-align: center;
  }
  .card-details-input-left {
    width: 100%;
  }
  .bill-summary,
  .company-info,
  .description-section,
  .invoice-info {
    padding: 15px;
  }
  .company-info h3,
  .header-left h4,
  .description-left-section h4 {
    font-size: 1.25rem;
    line-height: 29px;
  }
  .company-info a,
  .company-info p,
  .invoice-summary p,
  .description-left-section p,
  .meta-item p {
    font-size: 0.9rem;
  }
  .company-info a {
    display: block;
    margin-top: 10px;
    color: #2c2e30;
  }
  .company-info {
    flex-direction: column;
    gap: 20px;
  }
  .info-tag {
    font-size: 0.8rem;
    margin-top: 5px;
  }
  .description-section-header,
  .invoice-header,
  .invoice-meta {
    flex-direction: row;
    align-items: flex-start;
  }
  .meta-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .bill-to,
  .remit-to {
    width: 100%;
    margin-bottom: 15px;
  }
  .description-left-section {
    width: 65%;
  }
  .pagination-icon {
    font-size: 1rem;
  }
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .invoice-header > .header-right {
    width: 30% !important;
    gap: 8px;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
  }
  .header-right button,
  .header-right select {
    font-size: 14px;
    padding: 8px;
  }
  .header-right button {
    width: 50%;
    min-width: 65%;
  }
  .header-right select {
    width: 50%;
    min-width: 65%;
  }
  h2 {
    font-size: 18px;
    display: inline-block;
  }
  p {
    font-size: 14px;
  }
  .checkboxes-container {
    flex-direction: column;
    margin-right: 5px;
  }
  .card-details-input {
    display: flex;
    flex-direction: column !important;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .bill-summary,
  .company-info,
  .description-section,
  .invoice-info,
  .invoice-summary {
    padding: 18px;
  }
  .company-info h3 {
    font-size: 1.35rem;
    text-align: center;
    display: inline-block;
  }
  .header-right {
    gap: 8px;
  }
  .company-info a,
  .company-info p {
    font-size: 1rem;
    text-align: left;
    display: inline-block;
  }
  .company-info a {
    margin-top: 5px;
  }
  .form-container {
    padding: 15px;
  }
  .card-details-input {
    display: flex;
    flex-direction: column;
  }
  .label-input-div {
    flex-direction: column;
    margin-bottom: 15px;
  }
  input[type=text] {
    width: 100%;
    margin-left: 0;
  }
  label {
    margin-bottom: 5px;
  }
  .header-left h4,
  .description-left-section h4 {
    font-size: 1.35rem;
  }
  .info-tag {
    font-size: 0.85rem;
  }
  .bill-summary-content,
  .invoice-meta {
    flex-wrap: wrap;
  }
  .meta-item {
    width: 45%;
    margin-bottom: 10px;
  }
  .bill-to,
  .remit-to {
    width: 100%;
    margin-bottom: 10px;
  }
  .description-section-header {
    flex-direction: row;
    justify-content: space-between;
  }
  table {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }
  .card-details-input {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .label-input-div {
    gap: 9px !important;
  }
  .label-input-div:nth-child(n) {
    margin-top: 0px;
  }
}
.bill-summary,
.description-section {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
  border-radius: 15px;
}

.bill-to,
.remit-to {
  width: 48%;
}

.remit-to {
  border-left: 1px solid #ccc;
  padding-left: 18px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

th {
  background-color: #f0f0f0;
  width: 252px;
  font-weight: 700 !important;
}

td {
  width: 300px;
}

.checkboxes-container {
  margin: 20px 0;
  gap: 49px;
}

.checkboxes-container label {
  margin-right: 90px;
}

.label-input-div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.label-input-div input,
.label-input-div label {
  flex: 1;
  max-width: 270px;
  min-width: 270px;
}

.label-input-div > input {
  border: 1px solid;
  width: 272px !important;
  margin-bottom: 12px;
}

.label-input-div:nth-child(n) {
  margin-top: 30px !important;
}

.invoice-summary {
  display: flex;
  justify-content: space-between;
  margin: 31px 0;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 20px;
}

.description-details thead tr th:nth-child(3) {
  width: 950px;
}

.description-details thead tr th:nth-child(2) {
  width: 600px;
}

.tax-details thead tr th:nth-child(3) {
  width: 700px;
}

.description-section-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #B2B9BF;
}

.header-left h4,
.description-left-section h4 {
  color: #2c2e30;
  font-size: 26px;
  font-weight: 400;
  line-height: 38.22px;
  text-align: left;
}

.remit-to p:first-child {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #54595f;
}

.bill-to p:not(:first-child),
.remit-to p:not(:first-child) {
  color: #2c2e30;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.pagination-icon {
  font-weight: 700;
}

.form-container {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 20px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  color: #54595f;
  font-size: 14px;
  opacity: 80%;
}
.breadcrumbs .bread {
  cursor: pointer;
}
.breadcrumbs .bread:not(:last-child)::after {
  content: "/";
  padding: 0px 6px;
}

.UserUsageContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.UserUsageContainer .searchTab {
  display: grid;
  grid-template-columns: 4fr 1fr;
}
.UserUsageContainer .searchTab .searchSection {
  width: 1000px;
}
.UserUsageContainer .searchTab .buttonSection {
  width: 500px;
}

.accountOverview .fFsiEM {
  padding: 10px 10px !important;
}
.accountOverview .fFsiEM .alert-container .svg-black {
  font-weight: bold;
}

.annual-billing-graph-container {
  height: 415px;
}

.billing-health-check-link {
  font-size: x-large;
  margin-top: 10px;
}
.billing-health-check-link .billingIcons {
  display: inline-block;
  padding-right: 6rem;
}

.subText {
  color: grey;
  font-size: 15px;
  margin-left: 10px;
  vertical-align: text-top;
}

.account-overview-container .alert-container {
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}
.account-overview-container .alert-container .svg-black {
  font-weight: bold;
}
.account-overview-container .fFsiEM {
  padding: 45px 0px 0px 0px;
}
.account-overview-container .cardContentdiv {
  padding: 0px 30px 30px 30px;
}
.account-overview-container .cardContentdiv > div {
  font-weight: bold;
}
.account-overview-container .cardContentdiv div:nth-child(2) {
  padding-bottom: 0px !important;
}
.account-overview-container .cardContentdiv div:nth-child(3) {
  padding: 0px !important;
}
.account-overview-container .credit-container {
  padding: 10px 10px 0px 10px;
}

.accountOverview-navigate {
  border-top: 1px solid rgba(84, 89, 95, 0.2392156863);
  padding-top: 0px;
}
.accountOverview-navigate .alert-container {
  margin-top: 0px;
}
.accountOverview-navigate .alert-icon-link {
  margin-top: 8px;
}
.accountOverview-navigate .alert-icon-link:hover {
  transform: translateX(5px);
}
/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/styled-components/style.css ***!
  \**********************************************************************************************/
.drop-container {
    width: 100%;
    height: 200px;
    transition: all 0.1s ease-in-out;
    padding: auto;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide-drop-container {
    opacity: 0;
}


.grid-layout-item {
  display: block;
  min-width: 350px;
  grid-row-end: span 1;
  overflow: hidden;

  > div {
    height: 100%;

    > div {
      height: 100%;
    }
  }
}

/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/common/core/Timeline.css ***!
  \********************************************************************************/
.timeline {


    padding: 10px;
    width: 100%;
    position: relative;
}


.timeline-event {

    width: 100%;

    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: fit-content;
}


.timeline-event .line {

    width: 2px;
    min-height: 100%;
    background-color: #acacac;
    position: relative;

}

.timeline-event .line::after {

    content: '';
    position: absolute;
    bottom: 0;
    background-color: white;
    border: 1px solid #acacac;
    left: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;

}

.timeline-event .event {
    min-height: fit-content;
    padding: 15px 30px 0px;
}

.timeline-event.line.marker {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: coral;
    border-radius: 50%;

}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/common/TokenExpiry.scss ***!
  \**********************************************************************************************************************/
.token-expiry-modal {
  width: 400px !important;
  max-width: 90% !important;
  height: 200px !important;
}
.token-expiry-modal .token-expiry-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.token-expiry-modal .token-expiry-div .CTA {
  display: flex;
  gap: 10px;
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/home/DaysCountdown/Style.scss ***!
  \***************************************************************************************************************************************/
.timer-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
  margin-top: 44px;
}
.timer-container .timer-block {
  display: flex;
  flex-direction: column;
}
.timer-container .timer-block .flip {
  font-size: 14px;
  font-weight: 400;
  background: #4b286d;
  color: white;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
  border-right: 2px solid white;
}
.timer-container .timer-block span {
  font-size: 12px;
  color: black;
  margin-top: 5px;
  font-weight: 700;
  text-align: center;
}

/*# sourceMappingURL=bundle.5c2aca977c1d804d9cd2.css.map*/