:root {
  --rbt-white: #fff;
  --rbt-black: #000;
  --rbt-blue: #0446AF;
  --rbt-dark-blue: #012150;
  --rbt-border: #EAEAEA;
  --rbt-bg-color: #E4EFFF;
  --rbt-l-blue: #022251;
  --rbt-color-link: #146EF5;
  --rbt-primary: #202124;
  --rbt-secondary: #5B5D61;
  --rbt-font-b: NotoSans-Bold;
  --rbt-font-sb: NotoSans-Semibold;
  --rbt-font-m: NotoSans-Medium;
  --rbt-font-r: NotoSans-Regular;
  /* --bg-color: linear-gradient(203.78deg, #D8E8FA -5.85%, rgba(232, 251, 255, 0) 82.08%); */
  --bg-color: #F0F6FE;
  --text-color: #5B5D61;
  --rbt-light: #96989E;
  --rbt-border: #EDEFF3;
  --rbt-primary-hover: #1058c4;
  --rbt-primary-clicked: #0c4293;
  --rbt-primary-disable: #B2B9C4;
  --brand-color: #03398F;
  --rbt-black-24: #242424;
  --rbt-primary-color-0: #E7F0FE;
  --rbt-primary-color-20:  #B8D3FC;
  --rbt-txt-color-tertiary: #797A80;
  --rbt-brand-color-20: #FCE1B8;
  --rbt-color-red: #FF3737;
  --hover-color: #F0F6FE;
  --color-grey-99: #999999;
  --rbt-warning-color-110: #5A3812;
  --rbt-warning-color-20: #FFEDD8;
  --rbt-accent-color-30: #FBD7A1;
  --rbt-sucess-color: #409A31;
  --rbt-light-sky-blue: #DBEAFF;
  --rbt-Pale-Blue: #BCD7FF;
  --rbt-Light-Gray: #eeeeee;
  --rbt-Bright-Gray: #E7EBF2;
  --rbt-dark-sliver: #717171;
  --blue-shade: #132c86;
  --rbt-border-2 : #D1D7E0;
  --bg-color-2:#EFF6FF;
  --very-dark-gray: #444444;
  --white-50: #FFFFFFCC;
  --Light-Cyan: #e6f7ff;
  --Bright-Blue: #00A7E5;

}

.dark-mode {
  --bg-color: #121212;
  --text-color: #ffffff;
  --rbt-dark-blue: #ffffff;
  --rbt-white: #3D3D4D;
  --rbt-primary: #ffffff;
  --rbt-black-24: #ffffff;
  --rbt-color-link: #FFFFFFCC;
  --rbt-secondary: #f0f0f0;
  --rbt-primary-hover: #ffffff;
  --rbt-primary-clicked: #ffffff;
  --rbt-primary-color-0: #3B3B4D;
  --rbt-border: #EDEFF31F;
  --hover-color: #EDEFF31F;
  --white-50: #EDEFF31F;
  --rbt-light: #FFFFFFE5;
  --rbt-txt-color-tertiary: #FFFFFFE5;
  --rbt-dark-sliver: #FFFFFFE5;
  --blue-shade: #ffffff;
  --brand-color: #ffffff;
  --rbt-blue: #ffffff;
  --rbt-light-sky-blue:#3B3B4D;
  --bg-color-2:#EFF6FF1A;
  --rbt-border-2 : #EDEFF31F;
  --very-dark-gray: #fff;
  --Light-Cyan:  #EFF6FF1A;
  --Bright-Blue: #ffffff;
} 

body {
  font-family: var(--rbt-font-r);
  /* background: var(--bg-color); */
  background: url(../imagesNew/bodybg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: var(--text-color);
  transition: background-color 0.3s, color 0.3s;
  font-size: 14px;
  line-height: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body.dark-mode{
  background: url(../imagesNew/darkbodybg.webp);
}
/* body.hindi-font {
  --rbt-font-b: "Tiro Devanagari Hindi";
  --rbt-font-sb: "Tiro Devanagari Hindi";
  --rbt-font-m: "Tiro Devanagari Hindi";
  --rbt-font-r: "Tiro Devanagari Hindi";
} */

p {
  padding: 0;
  margin: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: var(--rbt-color-link);
  transition: all ease 0.3s;
}

a:hover {
  color: var(--rbt-primary-hover);
  transition: all ease 0.3s;
}
/* .dark-mode a{
  text-decoration: underline;
} */
.LoginNow{
  line-height: 20px;
  display: inline;
}

.form-label {
  font-family: var(--rbt-font-m);
  font-size: 14px;
  line-height: 18px;
  color: var(--rbt-secondary);
}

::placeholder {
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 16px;
  color: var(--rbt-light);
}
.dark-mode .send-btn-wrapper .form-control::placeholder,.dark-mode .form-control::placeholder{
  color: var(--rbt-black-24);
}
.dark-mode .form-control:focus::placeholder{
  color: var(--rbt-white);
}

.form-control {
  border-radius: 8px;
  color: var(--rbt-secondary);
  border: 1px solid var(--rbt-border);
  background-color: transparent;
  font-size: 12px;
  line-height: 18px;
  height: 40px;
}

.form-select:focus {
  border-color: initial;
  box-shadow: none;
}

/* new login page css start here  */
.loginBGNew {
  background: var(--bg-color);
  width: 100%;
  height: 100%;
  background-size: cover;
}

.newloginpage {
  padding: 60px 0 0;
}

.mainHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  /* margin-bottom: 60px; */
}

.loginBGNew .mainHeader {
  padding-bottom: 100px;
}

.logoheader {
  display: flex;
  align-items: center;
  gap: 32px;
  /* margin-bottom: 60px; */
}

.error-msg {
  font-size: 14px;
  font-family: var(--rbt-font-m);
  color: var(--rbt-color-red);
}

.rbiLogo img,
.EkamevLogo img {
  height: 56px;
  width: auto;
}

.rbi90logo img {
  width: 90px;
}

.loginmainImage img {
  height: 435px;
  max-width: 100%;
  width: auto;
}

.qrLoginCardMain {
  border: 1px solid var(--rbt-border);
  box-shadow: 4px 4px 16px 0px #0000001A;
  background-color: var(--rbt-white);
  padding: 24px 48px;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 32px;
  border-radius: 12px 12px 0px 0px;
}

/*.qrloginWrapper{
  width: 48%;
}*/
.subHeding {
  font-family: var(--rbt-font-b);
  font-size: 16px;
  line-height: 22px;
  color: var(--rbt-dark-blue);
}

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

.textor {
  border: 1px solid var(--rbt-border);
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 6px 9px;
  border-radius: 50%;
}

.fidoCard {
  border-radius: 12px;
  border: 1px dashed var(--rbt-color-link);
  padding: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 0px 0px 0;
  width: 200px;
  height: 200px;
  background-color: transparent;
  background-color: #F3FBFE;
  box-shadow: 0px 0px 24px 0px #7651e23d;
}

/*.type-body-m{
	    height: 200px;
    display: flex;
     justify-content: center; 
    align-items: center;
    margin: 30px 0px;
}*/
.textRegister {
  font-family: var(--rbt-font-m);
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  display: block;
  margin-bottom: 5px;
}

.regiterDiv {
  padding: 12px 0px 0px 0px;
}

.regiterDiv a {
  color: var(--rbt-color-link) !important;
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 19px;
}
.dark-mode .regiterDiv a{
  text-decoration: underline;
}

.cardFooter {
  border: 1px solid var(--rbt-border);
  background-color: var(--rbt-white);
  display: flex;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 0px 0px 12px 12px;
}

.loginBtn {
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 20px;
  color: var(--rbt-color-link) !important;
  padding: 8px 16px;
  text-align: center;
}

.loginBtn:hover,
.regiterDiv a:hover {
  color: var(--rbt-primary-hover) !important;
}

.dark-mode .loginBtn:hover,
.dark-mode .regiterDiv a:hover {
  color: var(--rbt-black-24) !important;
}

.loginBtn:active,
.regiterDiv a:hover {
  color: var(--rbt-primary-clicked) !important;
}

.dark-mode .loginBtn:active,
.dark-mode .regiterDiv a:hover {
  color: var(--rbt-black-24) !important;
}

.copyRightLineWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 66px; */
}

#fido_submit_button {
  position: static !important;
  display: flex !important;
}

#qrcode {
  border-radius: 12px;
  border: 1px dotted var(--rbt-color-link);
}

.loginmainImage {
  
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.font-size-wrapper{
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 12px;
}
.font-size-wrapper button {
  font-size: 16px;
  /* Fix button font size */
  color: var(--rbt-primary);
  font-family: var(--rbt-font-m);
  line-height: 20px;
  background-color: transparent;
  border: none;
  padding: 0px;
  /* margin-right: 12px; */
}

.font-size-wrapper button.active {
  color: var(--rbt-color-link);
}

.scannerIMG {
  width: 200px;
  height: 200px;
}
.scannerDiv{
	display: flex;
    flex-direction: column;
    gap: 14px;
}
#errId{
	margin:0px;
}
#qrdiv{
	margin:12px 0px;
}
.sideHeader {
  display: flex;
  align-items: center;
}

.themeWrapper {
  border-left: 1px solid #9191914D;
  border-right: 1px solid #9191914D;
}

.theme-btn {
  background-color: transparent;
  border: none;
  margin: 2px 10px;
  padding: 0px;
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-size: 14px;
  line-height: 18px;
}
.theme-btn:hover{
  color: var(--rbt-color-link);
}

.language-text {
  color: var(--text-color);
  padding: 0px 8px;
}

#theme-text {
  margin-left: 8px;
}

.langWrapper {
  padding-left: 10px;
}

.translate-btn {
  background-color: transparent;
  border: none;
  /* margin: 0px 16px 0px 0px; */
  cursor: pointer;
  padding: 0px 16px 0px 0px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

.translate-btn:focus {
  border: 2px solid var(--rbt-black-24);
}

.translate-btn.dropdown-toggle::after {
  content: "";
  background: url('../imagesNew/down-arrow-icon.svg') no-repeat;
  width: 15px;
  height: 8px;
  background-size: contain;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

header,.header {
  padding: 60px 0px 100px 0px;
}

/* new login page css end here  */
.mainRightSide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rightCardWrapper {
  background-color: var(--rbt-white);
  border-radius: 12px;
  box-shadow: 0px 0px 22.7px 0px #0000000F;
  padding: 24px;
  width: 450px;
  max-width: 100%;
}

.backBtn a {
  background-color: var(--rbt-white);
  box-shadow: 0px 0px 12px 0px #00000014;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: padding-right ease 0.3s;
}

.backBtn a:hover {
  padding-right: 15px;
}

.dark-mode .backBtn a {
  background-color: var(--rbt-black-24);
}

.cardHeading {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--rbt-font-sb);
  color: var(--rbt-primary);
  padding-top: 24px;
}

.para {
  font-family: var(--rbt-font-r);
  font-size: 14px;
  line-height: 18px;
  color: var(--rbt-light);
  padding-top: 8px;
}

.login-inputs {
  padding: 24px 0px;
  font-size: 14px;
}

.forgotWrapper {
  text-align: right;
}

.submitButton {
  background-color: var(--rbt-color-link);
  color: var(--rbt-white);
  border: none;
  width: 100%;
  border-radius: 12px;
  padding: 12px;
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  transition: all ease 0.3s;
  height: 42px;
}

.submitButton:hover {
  background-color: var(--rbt-primary-hover);
  transition: all ease 0.3s;
  color: var(--rbt-white);
}

.submitButton:active {
  background-color: var(--rbt-primary-clicked);
  transition: all ease 0.3s;
}

.submitButton:disabled {
  background-color: var(--rbt-primary-disable);
}

.resetbtn {
  font-size: 14px;
  line-height: 18px;
  padding: 12px;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid var(--rbt-color-link);
  color: var(--rbt-color-link);
  min-width: 185px;
  max-width: 100%;
  height: 42px;
}

.buttonWrapper {
  display: flex;
  gap: 16px
}

.Copyright {
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 16px;
  color: var(--rbt-primary);
  padding: 40px 0px 2% 0px;
}

.captcha-container {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding:8px 16px 8px 16px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid var(--rbt-border);
}
#captcha-text{
  font-family: var(--rbt-font-sb);
  color: var(--rbt-blue);
  font-size: 16px;
  line-height: normal;
  /* letter-spacing: 2px; */
}
.captcha-input-wrapper {
  display: flex;
  align-items: center;
  margin: 0px 0px 12px 0px;
  /* background: var(--rbt-border); */
}

.captcha-input-wrapper .form-control {
  height: 42px;
  margin-left: 8px;
}

#refresh-captcha {
  margin-left: 6px;
  cursor: pointer;
  border: none;
  padding: 0;
  outline: none;
  background-color: transparent;
}
#refresh-captcha img{
  width: 15px;
  height: 15px;
}
.dark-mode #refresh-captcha img{
  filter: brightness(0) saturate(100%) invert(100%);

}

#captcha-message {
  color: red;
  font-weight: bold;
}

.otp-container {
  display: block;
  justify-content: center;
  margin-bottom: 12px;

}

.otp-input {
  width: 50px;
  height: 40px;
  margin-left: 13px;
  max-width: fit-content;
  font-size: 16px;
  text-align: center;
  border: 1px solid var(--rbt-border);
  border-radius: 5px;
  outline: none;

}

.otp-input:first-child {
  margin-left: 0px;
}

.otp-input:focus {
  border-color: #3498db;
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}

.g-hint {
  font-family: var(--rbt-font-sb);
  font-size: 16px;
  line-height: 20px;
  color: var(--rbt-primary);
}

.passwordwrapper {
  padding-top: 12px;
}

.plain-btn {
  font-family: var(--rbt-font-m);
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  outline: none;
  border: none;
  background-color: transparent;
  color: var(--rbt-color-link);
}

/* dashboard css start here */
.dashboard-header {
  padding: 8px 12px;
  background-color: var(--rbt-white);
  backdrop-filter: blur(20px);
  box-shadow: 0px 2px 3.9px 0px #00000012;
  position: relative;
  z-index: 99;
}

.dashboard-header .logoheader {
  gap: 16px;
}

.dashboard-header .logoAnimatedmain {
  display: block;
  width: 40px;
}

.dashboard-header .EkamevLogo {
  position: relative;
  padding: 0 16px;
}

.dashboard-header .EkamevLogo::before,
.dashboard-header .EkamevLogo::after {
  content: '';
  background-color: #A7A4A44D;
  width: 1px;
  height: 24px;
  margin-right: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dashboard-header .langWrapper {
  padding: 0px 16px;
}

.dashboard-header .EkamevLogo::after {
  right: -20px;
  left: inherit;
  margin-left: 20px;
}

.logoAnimatedmain img {
  height: 40px;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.userWrapper {
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  color: var(--rbt-white);
  font-family: var(--rbt-font-b);
  position: relative;
}
.userWrapper.overlay-panel{
  z-index: 99;
}
.userWrapperInner {
  position: relative;
}

.initLetter img {
  width: 18px;
  height: 18px;
}
.dark-mode .initLetter img,.dark-mode .mobile-nav .nav-item img{
  filter: brightness(0) invert(1);
}

.name {
  color: var(--rbt-black-24);
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 18px;
}

.helpDiv {
  padding: 6px 12px;
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 18px;
  color: var(--rbt-white);
  display: flex;
  gap: 8px;
  cursor: pointer;
  align-items: center;
}

.usernameDiv {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0px 8px 16px;
  border-left: 1px solid #9191914D;
  transition: 0.3s all ease;
}

.usernameDiv.active,
.helpDiv.active {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  transition: 0.3s all ease;
}

.usernameDiv.active .iconArrow {
  rotate: 180deg;
  transition: 0.3s all ease;
}

.usernameDiv .iconArrow {
  transition: 0.3s all ease;
}

.popupdata a:hover,
.loginpopupdata .options a:hover {
  color: var(--rbt-dark-blue);
}

.popupdata div:last-child a {
  padding: 11px 0px 0px 0px;
  border-bottom: none;
}

.userWrapper .loginpopup {
  position: absolute;
  right: 0;
  top: 35px;
  /* top: 27px; */
  border-radius: 10px;
  background: var(--rbt-white);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
  /* backdrop-filter: blur(30px); */
  z-index: 999;
  padding: 16px;
  width: 300px;
}

.helpWrapper {
  position: relative;
}

.helpWrapper .helpPopup {
  position: absolute;
  right: 0;
  top: 110%;
  /* top: 27px; */
  border-radius: 10px;
  background: var(--rbt-white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(30px);
  z-index: 9;
  padding: 16px;
  width: 300px;
}

.MFAtitle {
  font-family: var(--rbt-font-m);
  font-size: 13px;
  line-height: 20px;
  color: var(--rbt-dark-sliver);
  position: relative;
  overflow: hidden;
  /* margin-bottom: 12px; */
}

.MFAtitle::after {
  background-color: rgba(235, 235, 237, 1);
  content: '';
  width: 40%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.MFADeviceRegistration {
  border-bottom: 1px solid #EBEBED;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 12px;
}

.helpPopupInner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.internalLinks {
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
}

.internalLinks:hover {
  background-color: var(--hover-color);
}

.iconDiv {
  background-color: var(--hover-color);
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconDiv.red {
  background-color: #FEF0F0;
}

.mainHeading {
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 20px;
  color: var(--rbt-primary);
  /* padding: 8px 12px; */
}

.infoText {
  font-family: var(--rbt-font-r);
  font-size: 11px;
  line-height: 15px;
  color: var(--rbt-dark-sliver);
}

.loginpopupdata {
  padding: 12px 0px 0px 0px;
  /* width: 190px; */
}

.loginpopupdata .emailid a {
  color: var(--rbt-blue);
  font-family: var(--rbt-font-m);
  font-size: 14px;
  border-bottom: 1px solid var(--rbt-border);
  padding: 0px 0px 11px;
  display: block;
}

.loginpopupdata .options a {
  color: var(--rbt-m-gray);
  line-height: 18px;
  padding: 7px 0px;
}

.loginpopupdata .options a span {
  padding-left: 10px;
}

/* searchbar css start here  */
.searchBarWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-container {
  position: relative;
  /* width: 500px; */
  width: 628px;
  max-width: 100%;
  /* z-index: 0; */
}

.search-bar {
  width: 100%;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: var(--rbt-white);
  box-shadow: 0px 2px 12px 0px #00000029;
  transition: all ease 0.8s;
}

.searchMain {
  position: relative;

}

.searchIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.searchMain.active .search,
.searchMain .close {
  display: none;
}

.searchMain .search,
.searchMain.active .close {
  display: inline-block;
}

.dark-mode .searchMain.active .close{
  filter: brightness(100) contrast(1.2);
}

.searchMain .search {
  filter: invert(27%) sepia(5%) saturate(500%) hue-rotate(185deg);

}

.search-bar::placeholder {
  color: var(--rbt-light);
  font-family: var(--rbt-font-r);
  font-size: 14px;
  line-height: 18px;
}

/* .search-bar:focus-visible{
  background-color: transparent;
  outline: none;
  color: white;
} */
.active .search-bar {
  background-color: var(--rbt-white);
  outline: none;
  color: var(--rbt-dark-blue);
  /* border-radius: 8px 0px 0px 0px; */
  transition: all ease 0.8s;
}

.search-bar:focus-visible::placeholder,
.active .search-bar::placeholder {
  color: var(--rbt-dark-blue);
}

.results {
  display: none;
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: var(--rbt-white);
  border: 1px solid var(--hover-color);
  max-height: 350px;
  overflow-y: auto;
  z-index: 10;
  border-radius: 8px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
  /* clip-path: border-box; */
  margin-top: 8px;
  /* display: flex;
    padding: 20px;
    flex-wrap: wrap;
    gap: 20px; */
  /* backdrop-filter: blur(56.599998474121094px) */

}

.error {
  color: var(--rbt-color-red);
  /* padding: 4px 0px; */
}

.PwdNotMaching {
  color: var(--rbt-color-red);
  padding-bottom: 8px;
  display: block;
}

.resultCard {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  gap: 16px;
}

.resultCard .cardDiv {
  margin-right: 0px;
}

.result-item,
.noDataFound {
  padding: 10px 16px;
  cursor: pointer;
  border-bottom: 1px solid var(--hover-color);
  font-family: var(--rbt-font-r);
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: var(--rbt-dark-blue);
}

.result-item:hover {
  color: var(--rbt-blue);

}

.resultsMainWrapper {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
}

/* searchbar css end here  */
.dashboard-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 60px 0px;
  /* position: relative; */
}

.warningMsg {
  position: absolute;
  top: 80px;
  right: 20px;
  z-index: 1;
}

.ExpiryDiv {
  background-color: var(--rbt-warning-color-20);
  border: 1px solid var(--rbt-accent-color-30);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: var(--rbt-font-r);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--rbt-warning-color-110);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  width: 400px;
  max-width: 100%;
}

.left-side-dashboard, .FrequentlyUsed-wrapper {
  background-color: var(--rbt-white);
  box-shadow: 0px 2px 12px 0px #0000001F;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.FrequentlyUsed-wrapper{
  border: 2px solid transparent;
  border-radius: 8px;
  background: 
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(279.26deg, #4400CB 0%, #F1752F 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.dark-mode .FrequentlyUsed-wrapper{
  border: 2px solid transparent;
  border-radius: 8px;
  background: 
    linear-gradient(#2C2C3E, #2C2C3E) padding-box,
    linear-gradient(279.26deg, #4400CB 0%, #F1752F 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.dark-mode .left-side-dashboard {
  background-color: #2C2C3E;
}

.application-wrapper-haeder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Heading3 {
  font-family: var(--rbt-font-sb);
  font-size: 18px;
  line-height: 22px;
  color: var(--rbt-primary);
}

.numberOfApplication {
  background-color: var(--rbt-primary-color-0);
  font-family: var(--rbt-font-sb);
  font-size: 12px;
  line-height: 8px;
  color: var(--rbt-color-link);
  padding: 6px;
  border-radius: 4px;
  margin-left: 8px;
  display: inline-block;
}
.rightsideTabs .nav-item.active .numberOfApplication{
  background-color: #626FF2;
  color: var(--rbt-white);
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}


/* card css start here      */

.card-container {
  width: 100%;
}

.nav-container {
  margin-bottom: 20px;
}

.nav-tabs {
  flex-grow: 1;
  border-bottom: none;
  gap: 20px;
  justify-content: space-between;
  /* overflow: auto; */
}

.nav-item {
  border: 1px solid var(--rbt-Bright-Gray);
  border-radius: 8px;
  padding: 8px;
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 16px;
  color: var(--rbt-txt-color-tertiary);
  display: flex;
  align-items: center;
  height: 37px;
  width: max-content;
}

.dark-mode .nav-item {
  border: 1px solid #E7EBF21F;
  border: 1px solid #E7EBF21F;
}

.nav-item.all-application {
  font-family: var(--rbt-font-sb);
  font-size: 18px;
  line-height: 25px;
  color: var(--rbt-primary);
  border: none;
  padding: 0px;
}

.nav-tabs .nav-link {
  padding: 0px;
  color: var(--rbt-txt-color-tertiary);
  border: none;
  opacity: 0.9;
}

.nav-link.active {
  border: none;
  background-color: transparent;
}

.nav-tabs .all-application .nav-link.active {
  background-color: transparent;
  color: var(--rbt-black-24);
  opacity: 1;

}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: var(--rbt-color-link);
  border: none;
  box-shadow: none;
  transition: none;
}

.nav-tabs .rightsideTabs .nav-item:hover {
  border-color: var(--rbt-color-link);
  transition: all ease 0.3s;
}

.rightsideTabs {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.rightsideTabs .nav-item.active {
  border-color: #626FF2;
  transition: all ease 0.3s;
  background-color: #EFF1FE;
}
.dark-mode .rightsideTabs .nav-item.active{
  /* background-color: transparent; */
  background: #EFF6FF1A;

}
.rightsideTabs .nav-item.active img,
.rightsideTabs .nav-item:hover img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(94%) saturate(3121%) hue-rotate(210deg) brightness(102%) contrast(98%);
  filter: brightness(0) saturate(100%) invert(50%) sepia(47%) saturate(6038%) hue-rotate(220deg) brightness(99%) contrast(93%);
}

.nav-tabs .rightsideTabs .nav-item.show .nav-link,
.nav-tabs .rightsideTabs .nav-link.active {
  background-color: transparent;
}

.tab-icon {
  margin-right: 8px;
  width: 14px;
  height: 14px;
}

.filter-section {
  /* flex-grow: 0;  */
  width: 100px;
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 16px;
  border: 1px solid var(--rbt-border);
  border-radius: 8px;
  padding: 8px;
  color: var(--rbt-txt-color-tertiary);
  height: 37px;
  background-color: transparent;
}

/* .tab-content { padding-top: 20px; } */
.group {
  display: flex;
  align-items: start;
  /* flex-wrap: wrap; */
  /* margin-bottom: 15px; */
  display: contents;
  gap: 16px;
}

.initial {
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 18px;
  color: var(--rbt-txt-color-tertiary);
  margin-right: 0px;
  min-width: 10px;
  display: none;
}
.mainCardWrapper{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px;
}
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cardDiv {
  background: var(--rbt-white);
  /* padding: 16px; */
  border-radius: 8px;
  border: 1px solid var(--rbt-border-2);
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 280px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  transform: scale(1);
  transition: all ease 0.3s;
  overflow: hidden;
  justify-content: space-between;
}
.cardLink{
  display: flex;
  padding: 16px;
  align-items: center;
  width: 100%;
}
.cardDiv:hover {
  transform: scale(1.03);
  transition: all ease 0.3;
  border-color: var(--rbt-color-link);
}

.logo {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.text-Eng {
  display: block;
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 18px;
  color: var(--rbt-primary);
}
/* .dark-mode .new-card .text-Eng, .dark-mode .new-card .depart {
  color: var(--rbt-white);
} */
/* .dark-mode .new-badge{
  color: var(--rbt-black-24);
} */
.depart {
  color: var(--rbt-light);
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 16px;
}

/* .new-card {
  background-color: #fff4d2;
  border: 1px solid #F1752F80;
} */

.new-badge {
  /* padding: 6% 7px 0; */
  font-size: 12px;
  font-family: var(--rbt-font-r);
  line-height: 15px;
  letter-spacing: 0px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  border-radius: 4px;
  color: #A16624;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: -1;
  background-color: #FFEDD8;
  box-shadow: 0px 1px 4px 0px #00000008;
  width: 42px;
  height: 25px;
}
/* .new-badge::before{
  border-top: 72px solid transparent;
  border-bottom: 72px transparent transparent;
  border-left: 72px solid #FFF0D9;
  rotate: 180deg;
  position: absolute;
  top: 0px;
  right: 0px;
  content: "";
  z-index: -1;

} */
.cardWrapper{
  display: flex;
  flex-wrap: wrap;
  display: contents;
  gap: 16px;
}
.cardWrapper .cardDiv{
  margin-right: 0px;
}
/* Flatten the wrapper layers */
.mainCardWrapper .group,
.mainCardWrapper .cardWrapper {
  display: contents;
}

/* Apply the grid on the top level */
.mainCardWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
/* only when the WRAPPER is the sole child of the grid… */
.mainCardWrapper
  > .group:only-child
  > .cardWrapper
  > .cardDiv:first-child:last-child{
  
  /* Your one-card styling */
  min-width: 280px;
  justify-self: start;
}

.sms-message {
  color: red;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.dashboard-section {
  padding-bottom: 60px;
}

.right-side-dashboard {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wahtsNewCard {
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(87.77deg, #0A3A87 -44.88%, #221184 94.24%);
  position: relative;
  z-index: -1;
}
.CSCard{
  /* background: linear-gradient(87.77deg, #0A3A87 -44.88%, #221184 94.24%); */
  position: relative;
  z-index: -1;
  padding:20px 24px;
  border-radius: 8px;
  /* border: 2px solid transparent; */
  border-radius: 8px;
  height: 138px;
  /* background: 
  linear-gradient(87.77deg, #0A3A87 -44.88%, #221184 94.24%) padding-box, 
    linear-gradient(180deg, #6041FF -0.19%, #611AE6 73.69%) border-box; 
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box; */
  /* overflow: hidden; */
}
.CSCard{
  background-image: url("../imagesNew/tip-background.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.CSCard::before{
  content: "";
  position: absolute;
  top: 20px;
  left: -12px;
  width: 180px;
  max-width: 100%;
  height: 33px;
  
  background-repeat: no-repeat;
  background: url("../imagesNew/tip-patti.png");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: -1;
}

.CSCard::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 100px;
  max-width: 100%;
  height: 100px;
  
  background: url("../imagesNew/tip-After-image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: -1;

}
.CScardcontnet{
  width: 70%;
}
.TipHeading{
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  color: var(--rbt-primary);
  /* padding: 7px 0px; */
  display: flex;
    align-items: center;
    height: 33px;
}
.dark-mode .TipHeading{
  color: var(--rbt-white);
}
.TipHeading::before{
  content: "";
  position: absolute;
  top: 12px;
  left: -10px;
  width: 10px;
  height: 9px;
  background: url("../imagesNew/leftSideTip.svg");
  background-size: contain;
  overflow: hidden;
}
.wahtsNewCard::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  max-width: 100%;
  height: 150px;
  background-size: contain;
  background: url("../imagesNew/whatsnewBackground.png");
  overflow: hidden;


}

.wnHeading {
  color: var(--rbt-brand-color-20);
  font-family: var(--rbt-font-sb);
  font-size: 18px;
  line-height: 24px;
}

.whatsNewContent {
  border-left: 2px solid var(--rbt-brand-color-20);
  padding: 0px 0px 0px 8px;
  margin-top: 16px;
}

.newheading {
  font-family: var(--rbt-font-sb);
  font-size: 16px;
  line-height: 24px;
  color: var(--rbt-white);
  padding-bottom: 4px;
}

.dark-mode .newheading {
  color: var(--rbt-black-24);
}

.newpara {
  font-family: var(--rbt-font-m);
  font-size: 12px;
  line-height: 16px;
  color: var(--rbt-white);
}

.dark-mode .newpara {
  color: var(--rbt-black-24);
}

/* card css end here      */

.MaintenceNotiWrapper {
  position: relative;
  /* z-index: 9; */
}

.maintainemaincard {
  background-color: var(--rbt-white);
  box-shadow: 0px 2px 12px 0px #0000001F;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  /* max-width: 395px; */
  width: 100%;
  z-index: -1;
}

.mtcHeading {
  font-family: var(--rbt-font-sb);
  font-size: 18px;
  line-height: 24px;
  color: var(--rbt-primary);
  margin-bottom: 24px;
}
.mtcHeading .nsIcon{
	width:34px;
	margin-right:8px;
}

.cardContentMain {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  /* border-bottom: 1px solid var(--rbt-border); */
}

/* .item:last-child .cardContentMain {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0;
} */

.mtccardImage {
  width: 33px;
  height: 33px;
}

.boldText {
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 20px;
  color: var(--rbt-primary);
}

.normalText {
  font-family: var(--rbt-font-m);
  font-size: 12px;
  line-height: 20px;
  color: var(--rbt-txt-color-tertiary);
}

.MaintenceCard-Carousel.owl-theme .owl-dots .owl-dot.active span,
.MaintenceCard-Carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #0151C9;
}

.MaintenceCard-Carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 16px;
}

.MaintenceCard-Carousel.owl-theme .owl-dots .owl-dot span {
  background: #0151C980;
  width: 6px;
  height: 6px;
  margin: 0px 0px 0px 4px;
}

.MaintenceCard-Carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
}

/* .maintainemaincard::before{
  content: '';
  background: url("../images/cardGraphicsleft.svg") no-repeat;
  width: 30px;
  height: 66px;
  display: block;
  position: absolute;
  right: 16px;
  top: 15px;
  z-index: 0;
}
.maintainemaincard::after{
  content: '';
  background: url("../images/cardGraphicsRight.svg") no-repeat;
  width: 37px;
  height: 35px;
  display: block;
  position: absolute;
  right: 24px;
  bottom: 24px;
} */
.hCCard {
  background-color: var(--rbt-white);
  box-shadow: 0px 2px 12px 0px #0000001F;
  border-radius: 8px;
  padding: 24px;
}

.hcHeading {
  font-family: var(--rbt-font-sb);
  font-size: 18px;
  line-height: 24px;
  color: var(--rbt-primary);
  padding-bottom: 8px;
}

.hcInnerWarpper .iconDiv {
  background-color: var(--rbt-primary-color-0);
  border-radius: 50px;
}
.dark-mode .iconDiv{
	background-color:#fffdfd;
}
/*.dark-mode .hcInnerWarpper .iconDiv {
  background-color: #E7F0FE66;
}

.dark-mode .iconDiv img {
  filter: brightness(0) invert(1);
}

.dark-mode .iconDiv.red img {
  filter: none;
}*/

.hcInnerWarpper .mainHeading {
  color: var(--rbt-primary);
  font-family: var(--rbt-font-m);
}

.hcInnerWarpper .infoText {
  font-size: 12px;
  color: var(--rbt-light);
}

.hcInnerWarpper .MFAcard {
  border-bottom: 1px solid var(--rbt-border);
  padding: 16px 0;
}

.hcInnerWarpper .MFAcard:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--rbt-white);
  border-top: 1px solid var(--rbt-border);
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  z-index: 999;
}

.closeIcon {
  cursor: pointer;
}

.mobile-nav .nav-item {
  text-align: center;
  position: relative;
}

.mobile-nav .nav-item img {
  width: auto;
  height: 18px;
}

.mobile-nav .nav-item .badge{
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--rbt-color-red);
  color: var(--rbt-white);
  font-size: 12px;
  line-height: 16px;
  border-radius: 50%;
  padding: 4px 8px;
}
.mobile-nav .nav-item.active {
  background-color: var(--rbt-primary-color-0);
}

.mobile-nav .nav-item.active img {
  filter: invert(34%) sepia(94%) saturate(7481%) hue-rotate(207deg) brightness(99%) contrast(104%);
}

/* .panel {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 60px; space for mobile nav
      background: #fff;
      z-index: 991;
      padding: 20px;
      overflow-y: auto;
      display: none;
    } */
/* .panel {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 60px; adjust for bottom nav
      background: #fff;
      z-index: 999;
      padding: 20px;
      display: none;
      overflow-y: auto;
    } */

/* header {
      position: relative;
      overflow: visible !important;
      z-index: auto;
    } */
body.panel-open {
  overflow: hidden;
}

/* By default (mobile), hide panels */


.overlay-panel {
  display: block;
  z-index: 9;
}

.overlay-panel .profileHeading {
  display: none;
}

.FrequentlyUsed-Cardwrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0px 0px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.FrequentlyUsedtitle, .TitleTab {
  font-family: var(--rbt-font-sb);
  font-size: 18px;
  line-height: 22px;
  color: var(--rbt-primary);
}

.chatBotWarpper {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9;
}

.ChatnotButton {
  box-shadow: 0px 0px 16px 0px #00000029;
}

.ask-Eka {
  font-family: var(--rbt-font-m);
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: var(--rbt-primary);
  background-color: var(--rbt-white);
  border: 2px solid transparent;
  border-radius: 12px;
  /* optional */
  padding: 2px;
  background-image:
    linear-gradient(white, white),
    linear-gradient(279.26deg, #4400CB 0%, #F1752F 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  transition: all 0.3s ease;
}
.dark-mode .ask-Eka{
  /* background-color: var(--rbt-white); */
  color: var(--rbt-white);
}
.button-inner {
  display: block;
  padding: 12px 16px;
  border-radius: 12px;
  /* color: var(--rbt-primary); */
}

.ask-Eka:hover {
  background-image:
    linear-gradient(white, white),
    linear-gradient(99.26deg, #4400CB 0%, #F1752F 100%);
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.ask-Eka img {
  height: 25px;
  width: auto;
  margin-right: 8px;
}
.chatBotWarpper {
  z-index: 9999;
  
}

#chatPopup {
  position: fixed;
  bottom: 10px;
  right: 40px;
  /* transform: translateX(-50%); */
  background: var(--rbt-white);
  border: 2px solid var(--rbt-border);
  padding: 20px;
  width: 430px;
  max-width: 100%;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* max-height: calc(100vh - 15px); */
  overflow: auto;
}



.PwdMatching,
.PwdNotMatching {
  display: block;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: var(--rbt-color-red);
}

.PwdMatching {
  color: var(--rbt-sucess-color);

}

.deviceHeaderContainer .main-container {
  position: initial;
  width: 100%;
  left: 0px;
}

.header-container {
  background-color: transparent;
}

.deviceHeaderContainer .message-box {
  background-color: transparent;
}

.FidotableWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
  gap:20px;
  padding-bottom: 20px;
}

.pageTitle {
  font-family: var(--rbt-font-sb);
  font-size: 24px;
  line-height: 28px;
  color: var(--rbt-primary);
  margin-bottom: 0px;
}

.button-1 {
  background-color: var(--rbt-color-link);
  font-family: var(--rbt-font-m);
  font-size: 14px;
  line-height: 20px;
  color: var(--rbt-white);
  text-align: center;
  padding: 10px 16px;
  height: 40px;
  border-radius: 8px;
  transition: all ease 0.3s;
}

.button-1:hover,
.button-1:focus {
  background-color: var(--rbt-primary-hover);
  border: none;
  padding: 10px 16px;
  font-family: var(--rbt-font-m);
  transition: all ease 0.3s;
  color: var(--rbt-white);
}

.dataTable {
  width: 100%;
  display: inline-block;
  overflow: auto;
      max-width: fit-content;
	  margin: 0;
}

.dataTable .headerRow {
  background-color: var(--rbt-light-sky-blue);
  border: 1px solid var(--rbt-Pale-Blue);
  border-radius: 4px;
}
.dataTable tr{
	background-color: var(--rbt-white);
}

.dataTable td {
  border: none;
  padding: 16px;
  font-family: var(--rbt-font-r);
  font-size: 14px;
  line-height: 100%;
  color: var(--rbt-primary);
}

.controls {
  margin: 0px;
}
.FidotableWrapper .controls {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.instructions {
  margin: 0px;
}

select.controls {
  background-color: transparent;
  border: none;
  color: var(--rbt-color-link);
}

select.controls option {
  color: var(--rbt-color-link);
}
#headerForm{
  width: 100%;
  max-width: 100%;
}
.mange-device-header{
  display: flex;
  align-items: start;
  padding: 24px 48px;
}
.ibmsy-wrapper-manage{
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  top: 0px;
}
.ibmsy-self-care-section .ibmsy-sc-header{
  width: 100%;
  height: auto;
  padding: 0px;
}
.ibmsy-wrapper{
  max-width: 100%;
  padding: 40px 48px;
}
.ibmsy-sc-header{
  position: relative;
}
.ibmsy-userProfile-card-fixed{
	position: inherit;
    width: 100%;
    margin: 0;
	min-height:auto;
}
.ibmsy-userProfile-card-fixed ul.profileInfo{
	width:auto;
	margin:0;
}
h3.ibmsy-h3{
  width: auto;
}
 .ibmsy-self-care-section .ibmsy-sc-header .imbsy-add-device{
  position: static;
  margin:0px;
}
.ibmsy-sc-header.d-flex{
  justify-content: space-between;
  margin:24px 0px;
}
#ibmsy-modal .ibmsy-modal-window .ibmsy-modal-close{
  width: 12px;
  height: 12px;
  right: 24px;
  top:24px;
  /* background-size: contain; */
}
#ibmsy-modal .ibmsy-modal-window .ibmsy-modal-content .ibmsy-layout-left.large-layout, #ibmsy-modal .ibmsy-modal-window .ibmsy-modal-content .ibmsy-layout-large-left.large-layout{
  padding: 24px;
  background-color:var(--rbt-white);
}
.ibmsy-self-care-section .ibmsy-sc-device-container .ibmsy-sc-device .ibmsy-sc-more-dropdown ul.ibmsy-dropdown-list li{
	color: var(--rbt-primary);
}
h1.ibmsy-h1{
  font-family: var(--rbt-font-sb);
  font-size: 18px;
  line-height: 24px;
  color: var(--rbt-primary);
  width:auto;
}
h3.ibmsy-h3 {
  font-family: var(--rbt-font-sb);
  font-size: 16px;
  line-height: 22px;
  color: var(--rbt-primary);
}
button.ibmsy-button-primary, #ibmsy-modal .ibmsy-modal-window button.ibmsy-button-primary{
  background-color: var(--rbt-color-link);
  border-radius: 4px;
  color: var(--rbt-white);
  font-family: var(--rbt-font-m);
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
  min-height: 40px;
}
button.ibmsy-button-primary:hover, #ibmsy-modal .ibmsy-modal-window button.ibmsy-button-primary:hover,#ibmsy-modal .ibmsy-modal-window button.ibmsy-button-primary:focus, button.ibmsy-button-primary:focus {
  background-color: var(--rbt-primary-hover);
}
p.type-body-m{
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 18px;
  color: var(--rbt-txt-color-tertiary);
  margin: 16px 0px;
}
ol.ibmsy-ordered-list{
  list-style: none;
  padding-left: 0px;
}

ol.ibmsy-ordered-list li {
  position: relative;/* Space for image */
  margin-bottom: 12px;
  background-color: var(--rbt-primary-color-0);
  border-radius: 8px;
  min-height: 46px;
  padding: 12px 16px 12px 36px;
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 16px;  
  color: var(--rbt-primary);
}

.ibmsy-ordered-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 8px;
  height: 10px;
  background-image: url('../imagesNew/list-icon.svg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
}
.chatbotHeading{
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 18px;
  color: var(--rbt-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.chatbotHeading img{
  height: 24px;
  width: auto;
  margin-right: 8px;
}
.chatbotHeading .close-chatbot img{
  height: 10px;
  margin-right: 0px;
  cursor: pointer;
}

.chatbotHeading .minimized img{
  height: 12px;
  margin-right: 0px;
  cursor: pointer;
}
.chatbotHeading .refresh img{
	height:20px;
  width:20px;
  margin-right: 0px;
  cursor: pointer;
}
.dark-mode .chatbotHeading .minimized img, .dark-mode .chatbotHeading .close-chatbot img, 
.dark-mode .chatbotHeading .refresh img{
  filter: brightness(0) invert(1);
}

/* .dark-mode .chatbotHeading .refresh img{
	filter:none !important;
} */
	

.chatbotHeading .leftside{
  display: flex;
  gap: 12px;
      align-items: center;
}
/* .dark-mode .chatbotHeading .close-chatbot img{
  filter: brightness(0) invert(1); 
}  */
.hi-text{
  background-color: #0000000A;
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 16px;
  padding: 12px 16px;
  color: var(--rbt-secondary);
  border-radius: 16px;
  margin-bottom: 8px;
}
.dark-mode .hi-text, .dark-mode .chatbotDeptWrapper{
  background-color: #000000;
}
.chatbotDeptWrapper{
  background-color: #0000000A;
  padding: 12px 16px;
  border-radius: 16px;
}
.chatbotDeptWrapper .para{
  font-size: 12px;
  line-height: 16px;
  color: var(--rbt-secondary);
  padding-bottom: 10px;
}
.departmentInner{
  display: flex;
  gap: 12px;
}
.chatdepartment, .department{
  border: 1px solid var(--rbt-color-link);
  padding: 6px 16px;
  font-family: var(--rbt-font-r);
  font-size: 11px;
  line-height: 15px;
  color: var(--rbt-color-link);
  border-radius: 4px;
  cursor: pointer;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
.designation-text{
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 20px;
  color: var(--rbt-primary);
}
.dept-text{
  font-family: var(--rbt-font-r);
  font-size: 10px;
  line-height: 14px;
  color: var(--rbt-txt-color-tertiary);
}
.select2-container--default .select2-results__option--selected{
  background-color: var(--bg-color-2);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #D0E2FD;
  color: var(--rbt-primary);
}
.sms-message { color: red; font-weight: bold; text-align: center; margin-top: 10px; display: none; }
.select2-results__option {
  padding-left: 1.8em !important;
  position: relative;
  font-family: var(--rbt-font-r);
  font-size: 14px;
  line-height: 20px;
  color: var(--rbt-primary);
  padding: 8px;
  
}
.dark-mode .select2-results__option{
  color: var(--rbt-white);
}

/* Default: unchecked */
.select2-results__option::before {
  content: "☐";
  position: absolute;
  left: 0.4em;
}
.select2-container{
  width: 160px !important;
  border: 1px solid var(--rbt-Bright-Gray);
  border-radius: 8px;
  min-height: 37px;
  padding: 8px;
}
.dark-mode .select2-container{
  border-color: #E7EBF21F;
}
.select2-container::after{
  content: "";
  background: url("../imagesNew/down-arrow-icon.svg") no-repeat;
  width: 14px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  /* cursor: pointer; */
}
/* .select2-container.select2-container--below::after{
  content: none;
} */
/* Always show checked if selected */
.select2-results__option[aria-selected="true"]::before,
.select2-results__option.select2-results__option--highlighted[aria-selected="true"]::before {
  content: "☑";
}
.select2-container--default .select2-results__option--selected::before{
    content: "☑";
}
.select2-results__message::before{
  content: none;
  
}
.select2-dropdown{
  border-color: var(--rbt-Bright-Gray);
}
.select2-results__message{
  padding-left: 12px !important;
}
.select2-container--default .select2-selection--multiple{
  padding: 0px;
  border: none;
  min-height: auto;
  background-color: transparent;
  font-size: 14px;
}
.select2-container .select2-search--inline .select2-search__field{
  margin: 0px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
  border: none;
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  margin: 0 4px 4px 0;
  background-color: var(--bg-color-2);
  font-size: 12px;
  line-height: 16px;
  color: var(--rbt-primary);
}
.day-message{
  font-size: 24px;
  line-height: 28px;
  font-family: var(--rbt-font-r);
  color: var(--blue-shade);
  padding: 0px 0px;
  margin: 0;
}
/* chatbot styling start here  */
.chatbotContainer .day-message{
  font-size: 16px;
  line-height: 20px;
  font-family: var(--rbt-font-sb);
  color: var(--rbt-secondary);
  padding: 16px 0px;
}

.chatbotContainer .backBtn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 14px;
  color: var(--rbt-color-link);
  border: 1px solid var(--rbt-color-link);
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  margin-bottom: 16px;
}

.chatbotContainer .backBtn:hover{
  background-color: var(--rbt-color-link);
  color: var(--rbt-white);
}

.chatbotContainer .backBtn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(53,122,204,0.5);
}

#chatContainer { 
  max-width: 400px; 
  margin: auto;  
  /* padding: 10px;  */
}
.message.question-wrapper{ 
  background-color: var(--rbt-border);
  border: 1px solid var(--rbt-border);
  margin: 12px 0; 
  padding: 12px 16px; 
  text-align: left; 
  border-radius: 16px 16px 16px 0px;
  margin: 24px 0px;
}
.question{ 
  cursor: pointer; 
  font-weight: bold; 
  font-size: 14px;
  line-height: 18px;
  color: var(--rbt-primary);
}
.answer{ 
  display: none; 
  margin-top: 5px; 
  color: var(--rbt-sucess-color); 
}
.chatbotContainer .backBtn { 
  display: none; 
  color: var(--brand-color);
  margin-bottom: 10px; 
  cursor: pointer; 
}
#searchBar{ 
  display: none; 
  width: 100%; 
  margin-bottom: 10px; 
  padding: 5px; 
  font-size: 14px; 
  color: var(--rbt-secondary);
}
.user-message {
  background-color: var(--rbt-color-link);
  margin-bottom: 8px;
  padding: 8px 16px;
  font-family: var(--rbt-font-r);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--rbt-white);
  text-align: right;
  width: auto;
  display: inline-block;
  border-radius: 16px 16px 4px 16px;
}
.bot-message {
  background-color: var(--rbt-primary-color-20);
  margin-bottom: 8px;
  font-family: var(--rbt-font-r);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--rbt-primary);
  padding: 8px 16px;
  width: auto;
  display: inline-block;
  border-radius: 16px 16px 16px 4px;
}

.chatbox{
  margin: 24px 0 0;
}
.send-btn-wrapper{
  border: 1px solid var(--rbt-border);
  padding: 16px 8px;
  border-radius: 8px;
}
.send-btn-wrapper .form-control{
  border: none;
  color: var(--rbt-primary);
  font-family: var(--rbt-font-r);
  font-size: 14px;
  line-height: 24px;
  background-color: transparent;
}
.send-btn-wrapper .form-control:focus{
  box-shadow: none;
}
/* .sendBtn{
  transition: all ease 0.3s;
  background-color: red;
  padding: 0x;
}
.sendBtn:hover img{
  padding-left: 24px !important;
} */

/* loader css start here  */
#fullscreen-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8); /* Slight white overlay */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.circle-border {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 6px solid var(--rbt-border);
  border-top: 6px solid var(--rbt-color-link);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.center-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* loader css end here  */


/* intro css start here  */.introjs-tooltip{
  border-radius: 8px;
  /* box-shadow: rgba(0, 0, 0, 0.16); */
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(30px)
}
.introjs-arrow {
  border: 8px solid transparent;
}
.introjs-arrow.top {
  top: -16px;
  left: 10px;
}
.introjs-tooltip-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 0px;
}
.introjs-skipbutton{
  color: #374252;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  position: static;
  font-family: var(--rbt-font-sb);
}
.introjs-tooltip-title{
	color: #4A4A4A;
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 20px;
}
.introjs-tooltiptext{
  font-family: var(--rbt-font-r);
  font-size: 14px;
  line-height: 20px;
  padding: 16px;
  color: #4A4A4A;
}
.introjs-tooltipbuttons{
  display: flex;
  justify-content: end;
  gap:16px;
  padding: 0px 0px 16px 0px;
  border-top: 0px;
}
.introjs-helperNumberLayer{
  position: absolute;
  left: 16px;
  font-family: var(--rbt-font-r);
  font-size: 14px;
  line-height: 18px;
  color: #4A4A4A;
}
.introjs-button{
  background-color: var(--rbt-blue);;
  border-radius: 8px;
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: var(--rbt-white);
  text-shadow: none;
}
.introjs-prevbutton{
  background-color: transparent;
  padding: .5rem 0px;
  color: var(--rbt-blue);
  color:#4A4A4A;
  border: 0px;
  display: flex;
  align-items: center;
}

.introjs-button:hover {
  outline: 0;
  text-decoration: none;
  border-color: var(--rbt-blue);
  background-color: var(--rbt-white);
  color: var(--rbt-blue);
}
.introjs-prevbutton:hover{
  color: #f1752f;
}
.introjs-disabled{
  color: #9e9e9e;
  border: 0px;
  box-shadow: none;
  cursor: default;
  background-color: transparent;
}
.introjs-disabled:focus, .introjs-disabled:hover {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
}

.introjs-button:focus {
  outline: 0;
  /* text-decoration: none; */
  background-color: var(--rbt-blue);
  /* box-shadow: none; */
  /* border: 1px solid var(--rbt-blue); */
  color: var(--rbt-white);
  box-shadow: 0 0 0 3px rgba(4, 70, 175, 0.3);
      border-color:rgba(4, 70, 175, 0.3);
}
.introjs-button.introjs-prevbutton:focus{
  background-color: transparent;
  color: #f1752f;
  box-shadow: none;
  border: none;
}
/* intro css end here  */
.header-text{
	font-size:16px;
	line-height:20px;
	font-family:var(--rbt-font-sb);
	color: var(--rbt-blue);
	padding:6px 12px;
}
.header-text a{
	color: var(--rbt-blue);
}
.Dashboardfooter{
    margin: 24px 0 0;
	background-color: var(--rbt-white);
    box-shadow: 0px 2px 12px 0px #0000001F;
    padding: 24px;
    border-radius: 8px;
}
.DisclaimerHeading{
	font-family: var(--rbt-font-sb);
    font-size: 18px;
    line-height: 22px;
    color: var(--rbt-txt-color-tertiary);
	margin-top:4px;
}
.DisclaimerText{
	    font-family: var(--rbt-font-r);
    font-size: 12px;
    line-height: 16px;
    color: var(--rbt-txt-color-tertiary);
    padding: 0px 0px 16px 0px;	
}
.Dashboardfooter .Copyright{
	color: var(--rbt-txt-color-tertiary);
    padding: 16px 0px 0px 0px;
	text-align:center;	
}
.dataTable{
	background-color:var(--rbt-white);
	border-collapse: separate;
    border-spacing: 0 15px;
    background-color: transparent;
}
.dataTable .headerRow td{
	border: 1px solid var(--rbt-Pale-Blue);
	border-width:1px 0px;	
	font-family: var(--rbt-font-m);
    font-size: 16px;
    line-height: 20px;
}
.dataTable .headerRow td:first-child {
    border-left-width: 1px;
}
.dataTable .headerRow td:last-child {
    border-right-width: 1px;
}
#demo-name-header{
	color:var(--rbt-blue);
	font-size:16px;
	font-family:var(--rbt-font-sb);
	margin-bottom: 0px;
}
.popup-header{
	height: auto;
}

.TipPara{
  font-family: var(--rbt-font-sb);
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
  vertical-align: middle;
  padding-top: 12px;
}
.underWrapper{
  padding: 100px 0px;
}
.textunder{
  font-family: var(--rbt-font-sb);
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  padding-bottom: 12px;
  color: var(--rbt-primary);
}
.errorLine{
  font-family: var(--rbt-font-r);
  font-size: 18px;
  line-height: 30px;
  color: var(--rbt-secondary);
  padding-bottom: 32px;
}
.logoutButton{
  background-color: var(--rbt-color-link);
  width: 132px;
  height: 44px;
  border-radius: 4px;
  color: var(--rbt-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--rbt-font-m);
  font-size: 14px;
  line-height: 20px;
  text-align: center;

}
.logoutButton:hover{
  background-color: var(--rbt-primary-hover);
  /* border: 1px solid #146EF5; */
  /* color: white; */
}
.dark-mode .logoutButton img{
  filter: invert(32%) sepia(100%) saturate(7480%) hue-rotate(340deg) brightness(102%) contrast(101%);
}
.smallText{
  font-family: var(--rbt-font-m);
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: var(--rbt-secondary);
}

.depart {
  position: relative;
  /* cursor: help; */
}

/* .depart:hover::after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 90px;
  transform: translateX(-50%);
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85em;
  pointer-events: none;
  z-index: 10;
} */
.dark-mode .rightsideTabs .nav-link.active span{
  color: var(--rbt-txt-color-tertiary);
  font-family: var(--rbt-font-sb);
}

.deptWrapperMain{
  display: flex;
  border: 1px solid var(--rbt-border-2);
  border-radius: 8px;
}
.deptWrapperMain .select2-container{
  border: none;
  width: 150px !important;
}
.deptWrapperMain .myDepertment{
  border: none;
  background-color: var(--bg-color-2);
  border-radius: 0px 8px 8px 0px;
  height: auto;
}
.deptWrapperMain .myDepertment.active{
  border-bottom: 1px solid #F59B14;
}


/* .cardDiv.fixed-favorite {
  border: 1px solid #FFE1B3;
  background-color: var(--hover-color);
  box-shadow: 0 0 8px rgba(255, 77, 77, 0.3);
} */

.favorite-icon {
  cursor: pointer;
  font-size: 20px;
  /* margin-left: auto; */
  /* padding: 0 10px; */
  transition: color 0.3s ease;
  position: absolute;
  right: 20px;

}

.favorite-icon.favorited {
  color: #ff4d4d; /* Red for filled heart */
}
.favorite-icon.fixed-favorite {
  color: #ff4d4d !important;
}


/* new chatbot style start here  */
#chatPopup.chatbotMain{
  background: linear-gradient(0.52deg, rgba(255, 255, 255, 0) 27.81%, #D8E8FA 99.7%);
  box-shadow: 0px 0px 50px 0px #00000029;
  border: 2px solid transparent;
    border-radius: 16px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(279.26deg, #4400CB 0%, #F1752F 100%) border-box;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
  padding: 0px;
  height: 480px;
  overflow: hidden;
}
.EkaSection{
  position: relative;
}
.chatbotMain .chatbotHeading{
  background-color: var(--rbt-white);
  border-bottom: 1px solid var(--rbt-border-2);
  position:sticky;
  top:0px;
  width: 100%;
  padding: 16px 24px;
}
.rightSide{
  display: flex;
  align-items: center;
  gap: 10px;
}
.chatbotHeading .sheildImg img{
  margin-right: 0px;
  height: 30px;
}
.chatbotMain #chatContainer{
  max-width: 100%;
  height: calc(100vh - 60px);
  background: linear-gradient(0.52deg, rgba(255, 255, 255, 0) 27.81%, #D8E8FA 99.7%);
}
.dark-mode .chatbotMain #chatContainer{
  background: linear-gradient(#2C2C3E, #2C2C3E) padding-box, linear-gradient(279.26deg, #4400CB 0%, #F1752F 100%) border-box;
}
.EkaHeading .name{
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--rbt-primary);
}
.EkaHeading .subName{
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 17px;
  color: var(--rbt-secondary);
  display: block;
}
/* #chatPopup.chatbotMain.minimized {
  height: 30px;          
  overflow: hidden;      
} */
/* .EkaBody{
  padding: 24px;
  background: linear-gradient(0.52deg, rgba(255, 255, 255, 0) 27.81%, #D8E8FA 99.7%);
  text-align: center;
} */
.ekaChatSection{
  padding:66px 24px 24px 24px;
  text-align: center;
}
.textNormal{
  font-family: var(--rbt-font-m);
  font-size: 16px;
  line-height: 22px;
  color: var(--rbt-secondary);
}
.EkaBody .day-message{
  font-family: var(--rbt-font-sb);
  font-size: 24px;
  line-height: 100%;
  color: var(--very-dark-gray);
  margin-bottom: 32px;
  padding-bottom: 0px;
}
.gradient-text {
  background: linear-gradient(279.26deg, #4400CB 0%, #F1752F 100%);
  font-size: 28px;
  line-height: 38px;
  font-family: var(--rbt-font-sb);
  -webkit-background-clip: text;   /* for Chrome, Safari */
  -webkit-text-fill-color: transparent;
  background-clip: text;           /* for Firefox */
  color: transparent;
  margin-top: 4px;
}
.paraText{
  font-family: var(--rbt-font-r);
  font-size: 14px;
  line-height: 20px;
  color: var(--rbt-secondary);
  margin-top: 32px;
}
.rbt-primary-btn{
  width: 100%;
  max-width: 100%;
  background-color: var(--rbt-primary-hover);
  height: 44px;
  border-radius: 8px;
  padding: 12px;
  outline: none;
  box-shadow: none;
  border: 0px;
  font-family: var(--rbt-font-m);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5%;
  text-align: center;
  color: var(--rbt-white);
  margin: 0px;
  margin-top: 80px;
}
.rbt-primary-btn:hover{
  background-color: var(--rbt-primary-clicked);
}

/* #chatbot { width: 400px; margin: 40px auto; border:1px solid #ccc; border-radius:8px; background:#fff; padding:15px; } */
#chatWindow { 
  overflow-y: auto;
  max-height: 409px;
  padding: 24px;
}
.message-bot{
  background-color: var(--rbt-border);
  border: 1px solid var(--rbt-border);
  font-family: var(--rbt-font-r);
  font-size: 12px;
  color: var(--very-dark-gray); 
  border-radius: 16px;  
  padding: 12px 16px;
  margin-bottom: 24px;
}
.gredText{
  background: linear-gradient(279.26deg, #4400CB 0%, #F1752F 100%);
  -webkit-background-clip: text;   /* for Chrome, Safari */
  -webkit-text-fill-color: transparent;
  background-clip: text;           /* for Firefox */
  color: transparent;
}
.gredText.ekamevAssistText{
	display: inline-block;
    height: 16px;
}
.dark-mode .message-bot{
  background-color: #ccc;
  color: #121212;
}
.message { 
  margin:10px 0;
  font-family: var(--rbt-font-sb);
  font-size: 14px;
  line-height: 20px;
  color: var(--rbt-primary);
}
/* .bot { 
  color:#333; 
} */
#chatWindow .options{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0px;
}
#chatWindow .optionBtn{
  border: 1px solid var(--rbt-border-2);
  background-color: var(--rbt-white);
  padding: 12px 16px;
  border-radius: 8px;
  font-family: var(--rbt-font-m);
  font-size: 12px;
  line-height: 18px;
  color: var(--rbt-txt-color-tertiary);
  min-width: 170px;
  margin: 0px;
  transition: all ease 0.3;
}
#chatWindow .optionBtn:hover{
	transform: scale(1.03);
    transition: all ease 0.3;
    border-color: var(--rbt-primary-hover);
}
.userMain{
  text-align:right; 
  display: flex;
  align-items: end;
  justify-content: end;
}
.user{ 
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 100%;
  color:var(--rbt-color-link); 
  background-color: var(--rbt-primary-color-0);
  padding: 8px 16px;
  border-radius: 16px 16px 4px 16px;
}
.questionText{
  font-family: var(--rbt-font-r);
  font-size: 12px;
  color: var(--rbt-txt-color-tertiary);
}
.question-Wrapper .questions{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 12px 0 0px 0px;
}
.questionBtn{
  font-family: var(--rbt-font-m);
  font-size: 10px;
  line-height: 18px;
  background-color: var(--white-50);
  color: var(--rbt-color-link);
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  text-align: left;
  transition: all ease 0.3;
}
.questionBtn:hover, .resolveBtn:hover{
	transform: scale(1.03);
    transition: all ease 0.3;
    border:1px solid var(--rbt-primary-hover);
}
.Answrapper{
  background-color: var(--rbt-border);
  border: 1px solid var(--rbt-border);
  border-radius: 16px;
  padding: 12px 16px;
  margin: 24px 0px;
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 18px;
  color: var(--rbt-txt-color-tertiary);
}
.queryWrapper{
  background-color: var(--rbt-border);
  border: 1px solid var(--rbt-border);
  border-radius: 16px;
  padding: 12px 16px;
  margin: 24px 0px;
  font-family: var(--rbt-font-r);
  font-size: 12px;
  line-height: 18px;
  color: var(--rbt-txt-color-tertiary);
  
}
.queryBtn{
  padding: 12px 0px;
  display: flex;
  gap: 12px;
}
.resolveBtn{
  font-family: var(--rbt-font-m);
  font-size: 10px;
  line-height: 18px;
  background-color: var(--rbt-white);
  color: var(--rbt-txt-color-tertiary);
  padding: 12px 40px;
  border-radius: 8px;
  border: none;
  text-align: left;
  border: 1px solid #D1D7E0;
  transition: all ease 0.3;
}
  /* button 
  { margin:5px; padding:6px 12px; border:none; border-radius:4px; background:#00A7E5; color:#fff; cursor:pointer; }
  button:hover { background:#008bbf; } */

  /* Typing loader */
  .typing { display:inline-block; }
  .typing .typingImg img{
    height: 30px;
    margin-right: 4px;
  }
  .dot { height:8px; width:8px; background:#A1A9F7; border-radius:50%; display:inline-block; margin:0 2px; animation: blink 1.4s infinite both; }
  .dot:nth-child(2) { animation-delay: .2s; }
  .dot:nth-child(3) { animation-delay: .4s; }
  @keyframes blink { 0%, 80%, 100% { opacity:0; } 40% { opacity:1; } }

  /* Thank you box inside chat */
  .thankyou-box {
    background: var(--Light-Cyan);
    border:1px solid var(--Bright-Blue);
    padding:16px;
    border-radius:16px;
    text-align:center;
    margin-top:10px;
  }
  .thankyou-box h4{
    font-family: var(--rbt-font-sb);
    font-size: 16px;
    line-height: 22px;
    color: var(--rbt-color-link);
  }
  .thankyou-box p{
    font-family: var(--rbt-font-r);
    font-size: 12px;
    line-height: 18px;
    color: var(--rbt-txt-color-tertiary);
  }

/* Overlay for background blur + dim */
.chat-overlay {
  display: none; /* hidden by default */
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.25); /* dim */
  backdrop-filter: blur(4px);       /* blur behind overlay (supported browsers) */
  z-index: 5;
  height: 100vh;
}



  /* Inner popup styling */
  .inner-popup {
    display: none; /* hidden by default */
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    background: rgba(255,255,255,0.95);
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    width: 80%;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.2); */
    box-shadow: 0px 0px 4px 0px #0000001F;

    z-index: 10;
    /* text-align: center; */
  }
  .dark-mode .inner-popup{
    background: linear-gradient(#2C2C3E, #2C2C3E) padding-box, linear-gradient(279.26deg, #4400CB 0%, #F1752F 100%) border-box;
  }
  .inner-popup h4 {
    font-family: var(--rbt-font-m);
    font-size: 16px;
    color: var(--rbt-primary);
    padding-bottom: 16px;
    margin-bottom: 0px;
  }
  .inner-popup p {
    font-family: var(--rbt-font-r);
    font-size: 12px;
    line-height: 24px;
    color: var(--rbt-dark-sliver);
    margin-bottom: 15px;
    font-size: 14px;
  }
  .inner-popup button {
    margin: 5px;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--rbt-font-r);
    font-size: 12px;
    line-height: 100%;

  }
  #confirmExit { 
    background: var(--rbt-color-link); 
    color: var(--rbt-white); 
  }
  #cancelExit { background: var(--rbt-dark-sliver); color: var(--rbt-white); }

.infoIconTooltip{cursor:pointer;}
#noNotificationMsg{
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .whatsNewWrapper{
    margin-bottom: 20px;
  }
}


.retireeSection{
  border: 1px solid var(--rbt-border);
  background-color: var(--rbt-white);
  padding: 16px;
  border-radius: 8px;
 
}
.retireeSection .cardDiv{
  max-width: 300px;
}
.retireeSection .NoteWrapper{
	font-family: var(--rbt-font-sb);
    font-size: 16px;
    line-height: 24px;
    color: var(--rbt-primary);
    margin: 16px 0;
	font-style: italic;
}