/* --
	Author: Ahmad (ahmad.khan@kiya.ai)
	Date: 31-12-2024 11:00
	Project: GIC Reinsurer 
	Main SCSS file combined every scss 
---- */
/* common */
/* variables */
/* //Rutuja :: Start */
/* //Rutuja :: End */
/* common */
/* mixins */
/* //transform */
/* //Rutuja :: Start */
/* //Rutuja :: End */
/* common */
/* components */
button, .anchor-link,
.button {
  background: #3F71F4;
  color: white;
  border: 1px solid #3F71F4;
  padding: 8px 16px;
  font-weight: 500;
  text-align: center;
  min-width: 120px;
  text-decoration: none;
}
button:not(:first-of-type), .anchor-link:not(:first-of-type),
.button:not(:first-of-type) {
  margin-left: 10px;
}
button, .anchor-link,
.button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
button a, .anchor-link a,
.button a {
  color: white;
  text-decoration: none;
}
button.secondary, .anchor-link.secondary,
.button.secondary {
  color: #39383A;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #DFDFDF;
}
button.secondary.cust, .anchor-link.secondary.cust,
.button.secondary.cust {
  background-color: #ECF1FE;
  color: #3F71F4;
  border: unset;
}
button, .anchor-link,
.button {
  /* //.secondary */
}
button.tertiary, .anchor-link.tertiary,
.button.tertiary {
  background: #ECF1FE;
  color: #3F71F4;
  border: none;
}
button, .anchor-link,
.button {
  /* //.tertiary */
}
button.tertiary-green, .anchor-link.tertiary-green,
.button.tertiary-green {
  background-color: #3bacc0;
  color: #fff;
  /* padding: 3px 15px; */
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid #3bacc0;
  min-width: unset;
}
button.tertiary-green.in-header, .anchor-link.tertiary-green.in-header,
.button.tertiary-green.in-header {
  padding: 3px 15px;
}
button.disabled, .anchor-link.disabled,
.button.disabled {
  background-color: rgba(0, 0, 0, 0.09);
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
}
button, .anchor-link,
.button {
  /* //.disabled */
}
button.primary-disabled, .anchor-link.primary-disabled,
.button.primary-disabled {
  background-color: #b9ccf1;
  cursor: not-allowed;
  border: none;
  color: white;
}
button.sm, .anchor-link.sm,
.button.sm {
  min-width: auto;
  padding: 3px 12px;
  border-radius: 4px;
}

/* //button, .button */
/* form controller - Textbox input */
.form-controller label {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #5F5E60;
  margin-bottom: 4px;
  font-weight: 500;
}
.form-controller label i {
  display: none;
  color: #BA1A1A;
  font-style: normal;
}
.form-controller label {
  /* //i */
}
.form-controller {
  /* //label */
}
.form-controller input[type=text],
.form-controller input[type=password],
.form-controller input[type=date] {
  display: block;
  border: 1px solid #DFDFDF;
  padding: 6px 12px;
  font-size: 14px;
  width: 100%;
  color: #39383A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.form-controller input[type=text]:disabled,
.form-controller input[type=password]:disabled,
.form-controller input[type=date]:disabled {
  background: #EFEFEF;
  cursor: not-allowed;
  border: 1px solid #EFEFEF;
}
.form-controller input[type=text]:focus,
.form-controller input[type=password]:focus,
.form-controller input[type=date]:focus {
  outline: none;
  box-shadow: 0px 4px 5px -7px #3f71f4;
  border: 1px solid #3f71f4;
}
.form-controller input[type=text],
.form-controller input[type=password],
.form-controller input[type=date] {
  /* //&:focus */
}
.form-controller {
  /* //input */
}
.form-controller em {
  display: none;
  font-style: normal;
  color: #BA1A1A;
  font-size: 10px;
}
.form-controller em.show-error {
  display: block;
}
.form-controller em b {
  display: none;
  float: right;
  font-weight: bold;
  background: url("../images/icon/verify.png") no-repeat left center;
  padding-left: 15px;
}
.form-controller em {
  /* //b */
}
.form-controller {
  /* //em */
}
.form-controller > div > select {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  outline: none;
  font-size: 0.8rem;
  font-size: 14px;
  color: #39383A;
  background-color: white !important;
  border: 1px solid #DFDFDF;
  padding: 6px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url("../images/icon/arrow-down.png") no-repeat 99% center;
}
.form-controller > div > select:disabled {
  background: #efefef !important;
  cursor: not-allowed;
  border: 1px solid #efefef;
}
.form-controller > div > select:focus {
  outline: none;
  box-shadow: 0px 4px 5px -7px #3f71f4;
  border: 1px solid #3f71f4;
}
.form-controller > div {
  /* //select */
}
.form-controller {
  /* //&>div */
}
.form-controller.mandatory label > i {
  display: inline-block;
}
.form-controller.mandatory {
  /* //label > i */
}
.form-controller {
  /* //.mandatory */
}
.form-controller.show-info em {
  display: block;
}
.form-controller.show-info em b {
  display: none;
}
.form-controller {
  /* //.show-info */
}
.form-controller.show-verify em {
  display: block;
}
.form-controller.show-verify em b {
  display: inline-block;
}
.form-controller.show-verify {
  /* //em */
}
.form-controller {
  /* //.show-verify */
}
.form-controller a.calendar {
  background: url("../images/icon/calendar.png") no-repeat center;
  cursor: pointer;
  background-size: 18px;
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  top: 50%;
  margin-top: -4px;
  cursor: default;
}
.form-controller.disabled {
  background: #DFDFDF;
  border: 1px solid #DFDFDF;
}
.form-controller.disabled input {
  color: #DFDFDF;
}
.form-controller.disabled {
  /* //input */
}
.form-controller {
  /* //.disabled */
  /**added for multiselect dropdown**/
}
.form-controller h6 {
  overflow-wrap: break-word; /* modern replacement for word-wrap */
  word-break: break-word; /* ensures long strings break */
  white-space: normal; /* allows wrapping */
  max-width: 300px; /* forces wrapping after 300px */
}

/* //.form-control*/
/* Tabs Nav Primary */
nav.tabs-nav {
  display: block;
  text-align: left;
}
nav.tabs-nav.custom {
  text-align: center;
  height: 20px;
}
nav.tabs-nav.custom ul {
  background: #3570cb;
}
nav.tabs-nav.custom ul.tabs {
  background: #3570cb;
  position: relative;
  top: -38px;
  padding: 8px 14px;
  border-radius: 100px 100px 100px;
}
nav.tabs-nav.custom ul.tabs li a {
  color: #fff;
  padding: 6px 15px;
}
nav.tabs-nav.custom ul.tabs li a.selected {
  background-color: #fff;
  color: #39383A;
  border-radius: 100px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.0588235294);
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1215686275);
}
nav.tabs-nav ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #EFEFEF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
nav.tabs-nav ul.tabs li {
  display: inline-block;
  padding: 2px;
}
nav.tabs-nav ul.tabs li a {
  display: flex;
  font-size: 12px;
  font-weight: none;
  color: #39383A;
  text-decoration: none;
  padding: 6px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
nav.tabs-nav ul.tabs li a.selected {
  background: white;
  font-weight: bold;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.12), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
nav.tabs-nav ul.tabs li a {
  /* //&.selected */
}
nav.tabs-nav ul.tabs li {
  /* //a */
}
nav.tabs-nav ul.tabs {
  /* //li */
}
nav.tabs-nav {
  /* //ul.tabs */
}

/* //nav.tabs-nav */
/* -- checkbox and radio */
label.selection {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
}
[theme=dark] label.selection em {
  color: #fff;
}
label.selection em {
  font-style: normal;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  color: black;
  font-size: 14px;
}
label.selection {
  /* //em */
}
label.selection input[type=radio],
label.selection input[type=checkbox] {
  position: absolute;
  left: 4px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #3F71F4;
  display: block;
  margin-top: -10px;
  cursor: pointer;
  z-index: 0;
}
[theme=dark] label.selection input[type=radio],
[theme=dark] label.selection input[type=checkbox] {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
label.selection input[type=radio],
label.selection input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
label.selection input[type=radio]:focus,
label.selection input[type=checkbox]:focus {
  outline: none;
}
label.selection input[type=radio],
label.selection input[type=checkbox] {
  /* //&:focus */
}
label.selection input[type=radio]::before,
label.selection input[type=checkbox]::before {
  height: 50px;
  width: 50px;
  margin-left: -16px;
  margin-top: -16px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  display: block;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: rgba(63, 113, 244, 0.7);
}
label.selection input[type=radio],
label.selection input[type=checkbox] {
  /* //&::before */
}
label.selection input[type=radio] {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
label.selection input[type=radio]:checked {
  border-color: #3f71f4;
  border-width: 2px;
  background-color: #3F71F4;
}
label.selection input[type=radio]:checked {
  /* //&::before */
}
label.selection input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  background-color: white;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
label.selection input[type=radio]:checked {
  /* //&::after */
}
label.selection input[type=radio]:checked ~ em {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
label.selection input[type=radio]:checked:disabled {
  border-color: rgba(0, 0, 0, 0.3);
}
label.selection input[type=radio]:checked:disabled::after {
  background-color: rgba(0, 0, 0, 0.3);
}
label.selection input[type=radio]:checked {
  /* //&:disabled */
}
label.selection input[type=radio] {
  /* //&:checked */
}
label.selection {
  /* //input[type="radio"] */
}
label.selection input[type=checkbox] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
label.selection input[type=checkbox]:checked {
  border-color: #3f71f4;
  border-width: 2px;
  background: #3f71f4;
}
label.selection input[type=checkbox]:checked {
  /* //&::before */
}
label.selection input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  border: 2px solid white;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
label.selection input[type=checkbox]:checked {
  /* //&::after */
}
label.selection input[type=checkbox]:checked ~ em {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
label.selection input[type=checkbox]:checked:disabled {
  border-color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1);
}
label.selection input[type=checkbox]:checked:disabled::after {
  border-color: rgba(0, 0, 0, 0.3);
}
label.selection input[type=checkbox]:checked {
  /* //&:disabled */
}
label.selection input[type=checkbox] {
  /* //&:checked */
}
label.selection {
  /* //input[type="checkbox"] */
}
label.selection:hover input[type=radio] {
  /* //&:checked */
}
label.selection:hover input[type=checkbox] {
  background: rgba(63, 113, 244, 0.1);
}
label.selection:hover input[type=checkbox]:checked {
  background: #3f71f4;
}
label.selection:hover input[type=checkbox]:checked:disabled {
  border-color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1);
}
label.selection:hover input[type=checkbox]:checked:disabled::after {
  border-color: rgba(0, 0, 0, 0.3);
}
label.selection:hover input[type=checkbox]:checked {
  /* //&:disabled */
}
label.selection:hover input[type=checkbox] {
  /* //&:checked */
}
label.selection {
  /* //&:hover */
}
label.selection input[type=radio]:disabled,
label.selection input[type=checkbox]:disabled {
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
label.selection input[type=radio]:disabled::before,
label.selection input[type=checkbox]:disabled::before {
  content: none;
}
label.selection input[type=radio]:disabled ~ em,
label.selection input[type=checkbox]:disabled ~ em {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* //label.selection */
.readonly-controller {
  padding: 0.2rem 0.7rem 0.2rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.readonly-controller label {
  margin: 0;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #090909;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  max-width: 300px;
}
.readonly-controller {
  /* //label */
}
.readonly-controller h6 {
  font-size: 14px;
  padding: 0 0 0.3rem;
  margin: 0 0 2px;
  color: #39383A;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  max-width: 300px;
}
.readonly-controller h6 small {
  padding: 0 3px;
  display: inline-block;
  line-height: 100%;
  margin-top: -2px;
  font-weight: 600;
  zoom: 1;
  filter: alpha(opacity=69);
  opacity: 0.69;
  line-height: inherit;
  vertical-align: baseline;
  font-size: 70%;
  white-space: nowrap;
}
.readonly-controller h6 small a {
  font-size: inherit;
  text-decoration: underline;
}
.readonly-controller h6 {
  /* //small */
}
.readonly-controller {
  /* //h6 */
}
.readonly-controller.error h6 {
  color: #BA1A1A;
}
.readonly-controller {
  /* //&.error */
}

/* //.readonly-controller */
.imgbutton {
  display: inline-block;
  padding: 2px;
}
.imgbutton img {
  display: block;
  width: 18px;
}
.imgbutton {
  /* //img */
}

/* //.imgbutton */
.togglebutton {
  display: inline-block;
  padding: 2px;
}
.togglebutton input {
  width: 35px;
  height: 18px;
  border: 2px solid #BFBFBF;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  padding: 2px;
  cursor: pointer;
  z-index: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.togglebutton input::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #BFBFBF;
}
.togglebutton input:checked {
  border: 2px solid #039855;
}
.togglebutton input:checked::before {
  background: #039855;
  border: 2px solid #039855;
  float: right;
}
.togglebutton {
  /* //input */
}

/* //.togglebutton */
/* //Rutuja :: Start */
.form-controller {
  padding: 0.5rem 0rem 0.7rem 0rem;
  margin-bottom: 0rem;
  text-align: left;
  position: relative;
}
.form-controller label {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #5F5E60;
  margin-bottom: 4px;
}
.form-controller label.selection {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
}
.form-controller label i {
  display: none;
  color: #BA1A1A;
  font-style: normal;
}
.form-controller label {
  /* //i */
}
.form-controller {
  /* //label */
}
.form-controller input[type=text],
.form-controller input[type=password],
.form-controller input[type=date],
.form-controller input[type=datetime-local],
.form-controller input[type=number],
.form-controller input[type=time] {
  display: block;
  border: 1px solid #DFDFDF;
  padding: 6px 12px;
  font-size: 14px;
  width: 100%;
  color: #39383A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.form-controller input[type=text]::placeholder,
.form-controller input[type=password]::placeholder,
.form-controller input[type=date]::placeholder,
.form-controller input[type=datetime-local]::placeholder,
.form-controller input[type=number]::placeholder,
.form-controller input[type=time]::placeholder {
  color: #5F5E60;
}
.form-controller input[type=text]:focus,
.form-controller input[type=password]:focus,
.form-controller input[type=date]:focus,
.form-controller input[type=datetime-local]:focus,
.form-controller input[type=number]:focus,
.form-controller input[type=time]:focus {
  outline: none;
}
.form-controller input[type=text],
.form-controller input[type=password],
.form-controller input[type=date],
.form-controller input[type=datetime-local],
.form-controller input[type=number],
.form-controller input[type=time] {
  /* //&:focus */
}
.form-controller {
  /* //input */
}
.form-controller em {
  font-style: normal;
  color: #BA1A1A;
  font-size: 10px;
}
.form-controller em b {
  display: none;
  float: right;
  font-weight: bold;
  background: url("../images/icon/verify.png") no-repeat left center;
  padding-left: 15px;
}
.form-controller em {
  /* //b */
}
.form-controller {
  /* //em */
}
.form-controller > div > select {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 0.8rem;
  font-size: 14px;
  color: #5F5E60;
  border: 1px solid #DFDFDF;
  padding: 6px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url("../images/icon/arrow-down.png") no-repeat 97% center;
}
.form-controller > div {
  /* //select */
}
.form-controller {
  /* //&>div */
}
.form-controller.mandatory label > i {
  display: inline-block;
}
.form-controller.mandatory {
  /* //label > i */
}
.form-controller {
  /* //.mandatory */
}
.form-controller.show-info em {
  display: block;
}
.form-controller.show-info em b {
  display: none;
}
.form-controller {
  /* //.show-info */
}
.form-controller.show-verify em {
  display: block;
}
.form-controller.show-verify em b {
  display: inline-block;
}
.form-controller.show-verify {
  /* //em */
}
.form-controller {
  /* //.show-verify */
}
.form-controller a.calendar {
  background: url("../images/icon/calendar.png") no-repeat center;
  cursor: pointer;
  background-size: 18px;
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  top: 50%;
  margin-top: -4px;
  cursor: default;
}
.form-controller.disabled {
  background: #DFDFDF;
  border: 1px solid #DFDFDF;
}
.form-controller.disabled input {
  color: #DFDFDF;
}
.form-controller.disabled {
  /* //input */
}
.form-controller {
  /* //.disabled */
}

.form-controller {
  padding: 0.5rem 0rem 0.7rem 0rem;
  text-align: left;
  position: relative;
  margin: 0px;
}
.form-controller textarea {
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  font-size: 14px;
  color: #39383A;
  padding: 6px 12px;
  width: 100%;
}
.form-controller textarea:focus-visible {
  outline: none;
}
.form-controller .number-input {
  display: flex;
}
.form-controller .number-input select {
  padding: 6px 15px 6px 6px;
  background-position-x: 38px;
  width: 20%;
}
.form-controller .number-input input {
  width: 80%;
  margin-left: 5px;
}
.form-controller.cust-input {
  display: flex;
  justify-content: center;
  margin: 0.4rem 0 0px;
}
.form-controller.cust-input div {
  width: 100%;
}
.form-controller.cust-input select {
  background-color: #D9E3FD !important;
  border: 1px solid #3F71F4;
  color: #3F71F4;
  width: 100%;
  padding: 5px 10px;
}
.form-controller.cust-input button {
  padding: 5px 20px;
  font-size: 0.8rem;
  line-height: 1rem;
  border-radius: 0 4px 4px 0;
  margin: 0 0 0 1px;
}

.section-header {
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
}

.section-subheader {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-subheader span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #5f5e60;
  margin-top: 4px;
}

.alignment-container {
  display: flex;
  align-items: center;
}
.alignment-container .selection {
  margin-left: -2px;
  padding-left: 33px;
}
.a-primary {
  text-decoration: none;
  background-color: #ecf1fe;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.a-primary i {
  width: 11px;
  height: 11px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-image: url("../images/icon/add-blue.svg");
}
.a-primary.disabled {
  color: #9F9EA0;
  background: white;
}
.a-primary.disabled i {
  background-image: url("../images/icon/add-gray.svg");
}

table:hover tbody tr {
  background-color: #fafafa;
}

.tab-pane {
  display: none;
}

.tab-pane.selected {
  display: block;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none !important;
}

.sysConfigList {
  list-style: none;
  padding-left: 0;
}
.sysConfigList li {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}
.sysConfigList li h6 {
  margin: 0;
  font-size: 12px;
  color: #5f5e60;
  margin-bottom: 4px;
  display: inline-flex;
}
.sysConfigList li span {
  float: right;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 5px 30px;
}

/* //Rutuja :: End */
.video-container video {
  width: 100%;
  height: 210px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.file_ {
  color: #000;
}

.chart-container {
  border-radius: 8px;
  padding: 10px 10px 30px 10px;
}
.chart-container.cust-width {
  width: auto;
  height: auto;
}
.chart-container.w1 {
  width: 80%;
  margin: auto;
}
.chart-container.w2 {
  width: 80%;
  margin: auto;
}

.legend {
  justify-content: center;
  text-align: center;
  display: unset !important;
  margin-top: 12px;
}
.legend .legend-item {
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 6px;
  font-size: 12px;
  display: flex;
}
.legend .legend-color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.legend .blue {
  background-color: #7084ff;
}
.legend .green {
  background-color: #6cd19a;
}
.legend .orange {
  background-color: #ffb347;
}
.legend .blue-text {
  color: #7084ff;
}
.legend .green-text {
  color: #6cd19a;
}
.legend .orange-text {
  color: #ffb347;
}

.side-line {
  border-right: 1px solid #ECF1FE;
}
.side-line h6 {
  font-size: 15px;
}

.menu-item {
  padding: 10px;
  color: #1a73e8;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #EFEFEF;
}
.menu-item:last-child {
  border-bottom: none;
}
.menu-item img {
  margin-right: 5px;
}
.menu-item:hover {
  text-decoration: underline;
}

.details-link {
  font-size: 18px;
  text-align: center;
  display: block;
}

.ch-legends {
  font-size: 12px;
}

/* //fonts */
@font-face {
  font-family: "Figtree";
  src: local("Figtree"), url("../styles/fonts/Figtree-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Figtree";
  src: local("Figtree"), url("../styles/fonts/Figtree-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Figtree";
  src: local("Figtree"), url("../styles/fonts/Figtree-SemiBold.ttf") format("truetype");
  font-weight: bold;
}
* {
  font-family: "Figtree", "Montserrat", "Segoe UI", Arial, arial, sans-serif;
  margin: 0;
  padding: 0;
}

body {
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left;
}

* {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

html[dir=ltr] body {
  text-align: left;
}

html[dir=rtl] body {
  text-align: right;
}

/* //bootstrap extension - Start */
.accordion .accordion-item:first-child .accordion-button {
  border-radius: 10px 10px 0px 0px !important;
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #ECF1FE;
}
.accordion .accordion-item:first-child {
  border-radius: 10px 10px 0px 0px;
}
.accordion .accordion-item:last-child .acc-contactDetails {
  border-radius: 0px 0px 10px 10px;
}
.accordion .accordion-item:last-child {
  border-radius: 0px 0px 10px 10px;
}
.accordion .accordion-item:only-child {
  border-radius: 10px !important;
}

.accordion-button {
  padding: 12px 20px 12px 30px;
  font-weight: 500;
  font-size: 0.9rem;
}
.accordion-button a {
  color: #3F71F4;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.accordion-button:focus {
  box-shadow: unset;
}

.accordion-button:not(.collapsed) {
  color: #39383A;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  background-color: #EFEFEF;
}

.accordion-button.collapsed-blocked {
  padding: 12px 20px 12px 15px;
}
.accordion-button.collapsed-blocked::after {
  background-image: unset !important;
}

.accordion-button::after {
  background-image: url("../images/icon/arrow-fill.png");
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/icon/arrow-fill.png");
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(90deg);
}

.accordion-flush > .accordion-item:last-child > .accordion-header .accordion-button.collapsed {
  border-radius: 0 0 10px 10px;
}
.accordion-flush > .accordion-item:last-child > .accordion-header .accordion-button.collapsed.no-border {
  border-radius: 0 !important;
}

/* //bootstrap extension - End */
/*$fsnormal :13px;*/
/* //Rutuja :: Start */
.page-container {
  display: flex;
  min-height: 100vh;
  width: 100%;
}

.left-main-content {
  width: 70px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9;
  background-color: #131E59;
}

.right-main-content {
  flex: 1;
  background-color: #f4f4f4;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}
.right-main-content .global-header {
  position: absolute;
  width: 100%;
  display: block;
  padding: 13px 15px;
}
.right-main-content .global-header .app-name h4 {
  color: #39383A;
  font-size: 20px;
}
@media (max-width: 768px) {
  .right-main-content .global-header .app-name h4 {
    font-size: 1rem;
  }
}
.right-main-content .global-header .header-items {
  margin: auto 0;
  float: right;
}
.right-main-content .global-header .header-items .lst-header-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-main-content .global-header .header-items .lst-header-items li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0px 10px;
  cursor: pointer;
}
.right-main-content .global-header .header-items .lst-header-items li .company-name {
  text-decoration: none;
}
.right-main-content .global-header .header-items .lst-header-items li .company-name h2 {
  color: #39383A;
  font-size: 14px;
  margin-bottom: 2px;
  text-align: right;
}
.right-main-content .global-header .header-items .lst-header-items li .company-name h6 {
  text-align: right;
  font-size: 10px;
  color: #9F9EA0;
  margin-bottom: 0;
}
.right-main-content .global-header .header-items .lst-header-items li .bell {
  position: relative;
}
.right-main-content .global-header .header-items .lst-header-items li .bell .bell-count {
  position: absolute;
  top: -4px;
  right: -13px;
  background-color: #DC2626;
  color: #fff;
  width: 25px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 11px;
}
.right-main-content .global-header .header-items .lst-header-items li .user-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #007bff;
  color: white;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
  justify-content: center;
  display: flex;
  font-weight: 500;
}
.right-main-content .global-header .header-items .lst-header-items li .user-circle span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-main-content .global-header .header-items .lst-header-items li .custom-select {
  background-color: #ECF1FE;
  color: #3F71F4;
  position: relative;
  width: 150px;
  user-select: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 10px;
}
.right-main-content .global-header .header-items .lst-header-items li .custom-select .selected {
  font-size: 14px;
  font-weight: 500;
  width: 115px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.right-main-content .global-header .header-items .lst-header-items li .custom-select.open {
  display: block;
}
.right-main-content .global-header .header-items .lst-header-items li .custom-select.open .options {
  display: block;
}
.right-main-content .global-header .header-items .lst-header-items li .custom-select::after {
  content: "";
  background-image: url("../images/icon/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  /* Set the size to fit your SVG */
  height: 14px;
  pointer-events: none;
  transform: translateY(-50%);
}
.right-main-content .global-header .header-items .lst-header-items li .custom-select .options {
  position: absolute;
  top: 115%;
  left: 0;
  right: 0;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  background-color: #fff;
  max-height: 160px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.right-main-content .global-header .header-items .lst-header-items li .custom-select .option {
  font-weight: 500;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  color: #39383A;
  transition: background-color 0.2s ease;
}
.right-main-content .global-header .header-items .lst-header-items li .custom-select .option:last-child {
  border-bottom: none;
}
.right-main-content .global-header .header-items .lst-header-items li .custom-select .option:hover {
  background-color: #f0f0f0;
}
.right-main-content .body-page-container {
  margin-top: 58px;
  transition: margin-left 0.3s ease;
}
.right-main-content .body-page-container .breadcrumb {
  padding: 0.1rem 0.3rem;
  margin: 0;
  background-image: linear-gradient(90deg, #7583D2 0%, #1F7ACE 100%);
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.right-main-content .body-page-container .breadcrumb .lst-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.right-main-content .body-page-container .breadcrumb .lst-breadcrumb li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.2rem 0.3rem;
  padding-right: 1rem;
  font-weight: 500;
  font-size: 0.8rem;
  color: white;
}
.right-main-content .body-page-container .breadcrumb .lst-breadcrumb li a {
  color: white;
  text-decoration: none;
  opacity: 80%;
}
.right-main-content .body-page-container .breadcrumb .lst-breadcrumb li a img {
  opacity: 100%;
}
.right-main-content .body-page-container .breadcrumb .lst-breadcrumb li ::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #FFFFFF;
  border-bottom: 0;
  border-left: 0;
  margin-left: 0px;
  display: block;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transform: -webkit-rotate(45deg);
  -moz-transform: -moz-rotate(45deg);
  -ms-transform: -ms-rotate(45deg);
  -o-transform: -o-rotate(45deg);
  transform: rotate(45deg);
}
.right-main-content .body-page-container .breadcrumb .lst-breadcrumb li:first-child a {
  opacity: 100%;
}
.right-main-content .body-page-container .breadcrumb .lst-breadcrumb li:last-child a {
  opacity: 100%;
}
.right-main-content .body-page-container .subPage-container {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 10px;
  z-index: 1;
  transition: all 0.5s ease, opacity 0.3s ease;
}
.right-main-content .body-page-container .subPage-container .page-heading {
  position: relative;
  padding: 10px 5px;
}
.right-main-content .body-page-container .subPage-container .page-heading h4 {
  margin: 0px;
  color: white;
  font-size: 18px;
}
.right-main-content .body-page-container .subPage-container .page-heading p {
  color: #fff;
  font-weight: normal;
  margin-top: 5px;
  font-size: 0.8rem;
}
.right-main-content .body-page-container .subPage-container .page-heading select {
  border: 1px solid #9f9ea0;
  border-radius: 4px;
  padding: 3px 13px 3px 5px;
  margin-left: 10px;
  color: #9f9ea0;
  outline: none;
  width: 18vw;
}
.right-main-content .body-page-container .subPage-container .header-actions {
  position: relative;
  float: right;
  padding: 5px;
}
.right-main-content .body-page-container .subPage-container .header-actions .action-btn {
  background-color: white;
  padding: 3px 5px;
  width: 35px;
  border-radius: 4px;
  text-align: center;
  margin-left: 7px;
}
.right-main-content .body-page-container .subPage-container .header-actions .add a {
  color: white;
  text-decoration: none;
}
.right-main-content .body-page-container .subPage-container .header-actions .add img {
  height: 20px;
  top: -1px;
  position: relative;
}
.right-main-content .body-page-container .subPage-container .header-actions .add.secondary {
  background-color: white;
  border: none;
}
.right-main-content .body-page-container .subPage-container .header-actions .add.secondary a {
  color: #3f71f4;
}
.right-main-content .body-page-container .subPage-container .header-actions .add {
  background-color: #3BACC0;
  border: 1px solid #3bacc0;
  color: white;
  padding: 3px 15px;
  border-radius: 4px;
  font-weight: 500;
  margin-left: 7px;
}
.right-main-content .body-page-container .subPage-container .header-actions .edit {
  background-color: #3BACC0;
  color: white;
  padding: 3px 15px;
  border-radius: 4px;
  font-weight: 500;
}
.right-main-content .body-page-container .subPage-container .page-content {
  margin: 10px 5px;
  width: auto;
  background-color: white;
  border-radius: 8px;
  height: auto;
  position: relative;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.right-main-content .body-page-container .subPage-container .page-content.custom-bg {
  background-color: #FAFAFA;
}
.right-main-content .body-page-container .subPage-container .page-content.cust-width {
  margin: 0 18px;
  box-shadow: unset;
  border: 1px solid #D9E3FD;
  border-radius: 8px;
}
.right-main-content .body-page-container .subPage-container .page-content.cust-div .internal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-main-content .body-page-container .subPage-container .page-content.cust-div .internal h6 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}
.right-main-content .body-page-container .subPage-container .page-content.expanded {
  margin: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.right-main-content .body-page-container .subPage-container .page-content .field-container .fld-containerHeader {
  background-color: #ECF1FE;
  color: #264492;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 5px 10px;
}
.right-main-content .body-page-container .subPage-container .page-content .field-container .fld-containerHeader label {
  margin-bottom: 0px;
  font-weight: bold;
}
.right-main-content .body-page-container .subPage-container .page-content .field-container .fld-containerBody {
  padding: 15px 10px;
}
.right-main-content .body-page-container .subPage-container .page-content .box-container {
  border: 1px solid #eee;
  border-radius: 8px;
}
.right-main-content .body-page-container .subPage-container .page-content .box-container .box-header {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
.right-main-content .body-page-container .subPage-container .page-content .box-container .box-header span {
  color: #5f5e60;
  font-weight: 600;
  font-size: 14px;
}
.right-main-content .body-page-container .subPage-container .page-content .box-container .box-body {
  padding: 15px 10px;
}
.right-main-content .body-page-container .subPage-container .page-footer {
  text-align: right;
  padding: 10px 5px;
  position: relative;
}
.right-main-content .body-page-container .subPage-container .page-footer button,
.right-main-content .body-page-container .subPage-container .page-footer .button {
  margin-left: 5px;
}
.right-main-content .body-page-container .subPage-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  height: 120px;
  z-index: 0;
  background-image: linear-gradient(89deg, #6775CD 0%, #046BC8 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px 20px 70px;
}

.navMenu {
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 100%;
  background-color: #131E59;
  color: white;
  padding-top: 20px;
  transition: width 0.3s ease;
  z-index: 9999;
  overflow: hidden;
}
.navMenu ul {
  padding-left: 0;
  list-style: none;
}
.navMenu ul li {
  text-align: left;
}
.navMenu ul li a {
  padding: 10px 15px;
  margin: 5px 0;
  color: white;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-items: center;
}
.navMenu ul li a span {
  display: none;
  /* Hide text by default */
}
.navMenu.open {
  width: 250px;
  z-index: 99;
}
.navMenu.open ul li a {
  padding: 10px 15px 10px 5px;
}
.navMenu.open ul li a span {
  display: inline-block;
  margin-left: 10px;
  opacity: 0.8;
  font-size: 14px;
}
.navMenu.open .nav-header .img-big {
  display: block;
}
.navMenu.open .nav-header .img-sm {
  display: none;
}
.navMenu.open .nav-expandSideMenu {
  display: none;
}
.navMenu.open .nav-collapseSideMenu {
  display: flex;
}
.navMenu.open .nav-collapseSideMenu span {
  font-weight: 600;
  font-size: 12px;
}
.navMenu.open .nav-collapseSideMenu img {
  margin-left: auto;
  cursor: pointer;
}
.navMenu.open .nav-items .lst-nav-items li a.glnv-dropdown span.chevron {
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #1c3e95;
  border-top: 0;
  border-right: 0;
  margin-left: 2px;
  position: absolute;
  right: 20px;
  top: unset;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navMenu .nav-header {
  margin-bottom: 15px;
}
.navMenu .nav-header .img-big {
  display: none;
}
.navMenu .nav-header .img-sm {
  display: block;
}
.navMenu .nav-expandSideMenu {
  display: block;
}
.navMenu .nav-expandSideMenu img {
  cursor: pointer;
}
.navMenu .nav-collapseSideMenu {
  display: none;
  margin: 20px 5px;
}
.navMenu .nav-items .lst-nav-items li {
  border-radius: 4px;
}
.navMenu .nav-items .lst-nav-items li a img {
  height: 20px;
  width: 20px;
  opacity: 50%;
}
.navMenu .nav-items .lst-nav-items li a span {
  color: white;
}
.navMenu .nav-items .lst-nav-items li a:hover.glnv-dropdown img {
  opacity: unset;
}
.navMenu .nav-items .lst-nav-items li a:hover.glnv-dropdown span {
  opacity: unset;
}
.navMenu .nav-items .lst-nav-items li a:hover.glnv-dropdown span.chevron {
  width: 8px;
  height: 8px;
  border: 2px solid white;
  border-top: 0;
  border-right: 0;
  margin-left: 2px;
  position: absolute;
  right: 20px;
  top: unset;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navMenu .nav-items .lst-nav-items li a.active.glnv-dropdown img {
  opacity: unset;
}
.navMenu .nav-items .lst-nav-items li a.active.glnv-dropdown span {
  opacity: unset;
}
.navMenu .nav-items .lst-nav-items li a.active.glnv-dropdown span.chevron {
  width: 8px;
  height: 8px;
  display: block;
  border: 2px solid #ffffff;
  border-top: 0;
  border-right: 0;
  margin-left: 2px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navMenu .nav-items .lst-nav-items li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.navMenu .nav-items .lst-nav-items li.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.navMenu .nav-items .lst-nav-items li .subnavigation-items {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  margin-left: 15px;
  display: none;
  color: #ffffff;
  opacity: 50%;
}
.navMenu .nav-items .lst-nav-items li .subnavigation-items.show {
  max-height: 1000px;
  display: block;
}
.navMenu .nav-items .lst-nav-items li .subnavigation-items .lst-subnavigation {
  border-left: 1px solid rgba(109, 116, 151, 0.7);
}
.navMenu .nav-items .lst-nav-items li .subnavigation-items .lst-subnavigation li {
  padding-left: 20px;
}
.navMenu .nav-items .lst-nav-items li .subnavigation-items .lst-subnavigation li a {
  font-size: 12px;
  opacity: 0.8;
}

/*datatable Start*/
div.dataTables_wrapper .dt-pagination {
  float: right;
  padding: 5px 0;
  display: inline-block;
}
div.dataTables_wrapper .dt-download {
  float: left;
  display: inline-block;
  padding: 5px 0;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.2rem;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  text-transform: inherit;
}
div.dataTables_wrapper div.dataTables_info:focus {
  /*outline: none;*/
  box-shadow: none;
}
div.dataTables_wrapper div.dataTables_info {
  /* //&:focus */
}
div.dataTables_wrapper div.dataTables_info span.select-info {
  display: inline-block;
  margin-top: -4px;
}
div.dataTables_wrapper div.dataTables_info span.select-info span.select-item {
  font-weight: 600;
  color: #007bff;
  font-size: 0.8rem;
}
div.dataTables_wrapper {
  /* //div.dataTables_info */
}
div.dataTables_wrapper .selected-items {
  padding-top: 0.2rem;
  font-size: 0.8rem;
  color: #007bff;
  text-align: left;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}
div.dataTables_wrapper .selected-items i {
  font-style: normal;
  padding-left: 5px;
}
div.dataTables_wrapper .dataTables_paginate {
  vertical-align: middle;
}
div.dataTables_wrapper .dataTables_paginate .pagination a {
  background-color: white;
}
div.dataTables_wrapper .dataTables_paginate .pagination .previous img {
  height: 16px;
}
div.dataTables_wrapper .dataTables_paginate .pagination .next img {
  height: 16px;
}
div.dataTables_wrapper .page-link {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
}
[theme=dark] div.dataTables_wrapper .page-link {
  background-color: black;
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
div.dataTables_wrapper .page-link:focus {
  /*outline: none;*/
  box-shadow: none;
}
div.dataTables_wrapper .page-link {
  /* //&:focus */
}
div.dataTables_wrapper {
  /* //.page-link */
}
div.dataTables_wrapper .page-item .page-link {
  color: #007bff;
  border-color: rgba(217, 217, 217, 0.4);
}
div.dataTables_wrapper .page-item.active .page-link {
  border-color: rgba(217, 217, 217, 0.4);
  background-color: rgba(217, 217, 217, 0.4);
  color: #39383A;
}
div.dataTables_wrapper .page-item {
  /* //.active */
}
[theme=dark] div.dataTables_wrapper .page-item.disabled .page-link {
  color: gray;
}
div.dataTables_wrapper .page-item.disabled {
  /* //.page-link */
}
div.dataTables_wrapper .page-item {
  /* //.disabled */
}
div.dataTables_wrapper {
  /* //.page-item */
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  /*justify-content: center;*/
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination:focus {
  /*outline: none;*/
  box-shadow: none;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  /* //&:focus */
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
  font-size: 0.8rem;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  /* //li */
}
div.dataTables_wrapper div.dataTables_paginate.active a {
  color: white;
}
div.dataTables_wrapper {
  /* //div.dataTables_paginate */
}
div.dataTables_wrapper .dataTables_length {
  display: inline-block;
  padding-right: 15px;
}
div.dataTables_wrapper .dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  font-size: 0.8rem;
  margin-bottom: 0;
  vertical-align: middle;
}
div.dataTables_wrapper .dataTables_length select.custom-select.form-control {
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
}
[theme=dark] div.dataTables_wrapper .dataTables_length select.custom-select.form-control {
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.2588235294);
}
[theme=dark] div.dataTables_wrapper .dataTables_length select.custom-select.form-control option {
  background-color: black;
  color: white;
}
div.dataTables_wrapper {
  /* //.dataTables_length */
}
div.dataTables_wrapper .dataTables_filter label {
  font-size: 0.8rem;
}
div.dataTables_wrapper .dataTables_filter input {
  padding-left: 30px;
  background-image: url("../images/icon/search.svg");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #ccc;
  margin-left: 0 !important;
}
[theme=dark] div.dataTables_wrapper .dataTables_filter input {
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.2588235294);
}
div.dataTables_wrapper {
  /* //.dataTables_filter */
}
div.dataTables_wrapper table.dataTable {
  /* -- override dataTable */
  width: 100% !important;
  margin-top: 0px !important;
  /*
  margin-bottom: 0px !important;
  border-bottom:1px solid rgba(#007bff,0.5);*/
}
div.dataTables_wrapper table.dataTable.no-footer {
  /*border-color: rgba(#007bff,1);*/
}
div.dataTables_wrapper table.dataTable tbody tr {
  /* //td.dt-viewdetails */
}
div.dataTables_wrapper table.dataTable tbody tr {
  /* //td.sorting_1 */
}
div.dataTables_wrapper table.dataTable tbody tr:last-child, div.dataTables_wrapper table.dataTable tbody tr:nth-last-child(2), div.dataTables_wrapper table.dataTable tbody tr:nth-last-child(3) {
  /*.dt-qmenu{
    top: auto;	
    bottom:34px;
    @include box-shadow(none);
  }
  .quickmenu-container a.dt-quickmenu.qmenu-active span{
    bottom: auto;	
    top: -15px;
  }*/
}
div.dataTables_wrapper table.dataTable th.dataTables_empty,
div.dataTables_wrapper table.dataTable td.dataTables_empty {
  padding: 5rem 2rem;
}
div.dataTables_wrapper table.dataTable {
  /* //th.dataTables_empty, td.dataTables_empty */
}
div.dataTables_wrapper table.dataTable thead .sorting:before,
div.dataTables_wrapper table.dataTable thead .sorting:after,
div.dataTables_wrapper table.dataTable thead .sorting_asc:before,
div.dataTables_wrapper table.dataTable thead .sorting_asc:after,
div.dataTables_wrapper table.dataTable thead .sorting_desc:before,
div.dataTables_wrapper table.dataTable thead .sorting_desc:after,
div.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:before,
div.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
div.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:before,
div.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
  /*bottom: 0.3em;*/
  /*font-size: 0.7em;*/
  font-size: 12px;
  bottom: 50%;
  margin-bottom: -10px;
}
div.dataTables_wrapper table.dataTable thead .sorting:before,
div.dataTables_wrapper table.dataTable thead .sorting_asc:before,
div.dataTables_wrapper table.dataTable thead .sorting_desc:before,
div.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:before,
div.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:before {
  left: 1em;
  right: auto;
}
div.dataTables_wrapper table.dataTable thead .sorting:after,
div.dataTables_wrapper table.dataTable thead .sorting_asc:after,
div.dataTables_wrapper table.dataTable thead .sorting_desc:after,
div.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
div.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
  left: 0.5em;
  right: auto;
}
div.dataTables_wrapper table.dataTable thead > tr > th.sorting_asc,
div.dataTables_wrapper table.dataTable thead > tr > th.sorting_desc,
div.dataTables_wrapper table.dataTable thead > tr > th.sorting,
div.dataTables_wrapper table.dataTable thead > tr > td.sorting_asc,
div.dataTables_wrapper table.dataTable thead > tr > td.sorting_desc,
div.dataTables_wrapper table.dataTable thead > tr > td.sorting {
  padding-left: 23px;
  padding-right: 0;
}
div.dataTables_wrapper table.dataTable thead .sorting_asc:before,
div.dataTables_wrapper table.dataTable thead .sorting_desc:after {
  color: #007bff;
}
div.dataTables_wrapper {
  /* //table.dataTable */
}

/* //div.dataTables_wrapper */
.datatable-box {
  text-align: left;
  position: relative;
}
.datatable-box .restable-box {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.datatable-box .restable-box .table {
  color: black;
}
[theme=dark] .datatable-box .restable-box .table {
  color: rgba(255, 255, 255, 0.8);
}
.datatable-box .restable-box .table tr {
  cursor: pointer;
  /* //&.odd */
}
.datatable-box .restable-box .table tr.even {
  background-color: rgba(0, 0, 0, 0.01);
}
[theme=dark] .datatable-box .restable-box .table tr.even {
  background-color: rgba(255, 255, 255, 0.07);
}
.datatable-box .restable-box .table tr {
  /* //&.even */
}
.datatable-box .restable-box .table tr td {
  color: #39383A;
  font-size: 12px;
}
.datatable-box .restable-box .table tr td a {
  text-decoration: unset;
}
.datatable-box .restable-box .table {
  /* //tr */
}
.datatable-box .restable-box .table td,
.datatable-box .restable-box .table th {
  border-top: 1px solid rgba(0, 123, 255, 0.06);
  vertical-align: middle;
  font-size: 14px;
}
[theme=dark] .datatable-box .restable-box .table td,
[theme=dark] .datatable-box .restable-box .table th {
  border-top: none;
}
.datatable-box .restable-box .table td,
.datatable-box .restable-box .table th {
  /*.fnt-normal & {font-size: $fsnormal;}*/
}
.fnt-large .datatable-box .restable-box .table td,
.fnt-large .datatable-box .restable-box .table th {
  font-size: 17px;
}
.fnt-xlarge .datatable-box .restable-box .table td,
.fnt-xlarge .datatable-box .restable-box .table th {
  font-size: 19px;
}
.datatable-box .restable-box .table thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.5rem 0.75rem;
  background-color: #ECF1FE;
  color: #39383A;
  font-weight: 600;
  font-size: 12px;
  border-top: none;
}
[theme=dark] .datatable-box .restable-box .table thead th {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.16);
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected, .datatable-box .restable-box .table.dataTable tbody > tr > .selected, .datatable-box .restable-box .table.dataTable tbody > tr.selected:hover, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover {
  background-color: #007bff;
  color: white;
}
[theme=dark] .datatable-box .restable-box .table.dataTable tbody > tr.selected, [theme=dark] .datatable-box .restable-box .table.dataTable tbody > tr > .selected, [theme=dark] .datatable-box .restable-box .table.dataTable tbody > tr.selected:hover, [theme=dark] .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover {
  color: white;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected td, .datatable-box .restable-box .table.dataTable tbody > tr > .selected td, .datatable-box .restable-box .table.dataTable tbody > tr.selected:hover td, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover td {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected td:last-child::after, .datatable-box .restable-box .table.dataTable tbody > tr > .selected td:last-child::after, .datatable-box .restable-box .table.dataTable tbody > tr.selected:hover td:last-child::after, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover td:last-child::after {
  border: 2px solid rgba(255, 255, 255, 0.5);
  /* #777 */
  border-bottom: 0;
  border-left: 0;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected td:last-child, .datatable-box .restable-box .table.dataTable tbody > tr > .selected td:last-child, .datatable-box .restable-box .table.dataTable tbody > tr.selected:hover td:last-child, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover td:last-child {
  /* //&::before */
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected a.dt-quickmenu, .datatable-box .restable-box .table.dataTable tbody > tr > .selected a.dt-quickmenu, .datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickmenu, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickmenu {
  background: #007bff;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected a.dt-quickmenu span, .datatable-box .restable-box .table.dataTable tbody > tr > .selected a.dt-quickmenu span, .datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickmenu span, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickmenu span {
  background-color: #007bff;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected, .datatable-box .restable-box .table.dataTable tbody > tr > .selected, .datatable-box .restable-box .table.dataTable tbody > tr.selected:hover, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover {
  /*a.dt-quickmenu*/
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected label.dt-clk.selection input, .datatable-box .restable-box .table.dataTable tbody > tr > .selected label.dt-clk.selection input, .datatable-box .restable-box .table.dataTable tbody > tr.selected:hover label.dt-clk.selection input, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover label.dt-clk.selection input {
  border-color: white;
  background: white;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected label.dt-clk.selection input:after, .datatable-box .restable-box .table.dataTable tbody > tr > .selected label.dt-clk.selection input:after, .datatable-box .restable-box .table.dataTable tbody > tr.selected:hover label.dt-clk.selection input:after, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover label.dt-clk.selection input:after {
  border: 2px solid #007bff;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickmenu, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickmenu {
  background: transparent;
  border-radius: 5px;
  padding: 8px 18px;
  margin: 0 auto;
  margin-right: 0px;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickmenu.qmenu-active, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickmenu.qmenu-active {
  /*padding-bottom: 17px;*/
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover {
  /*a.dt-quickmenu*/
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickedit, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickedit {
  background: transparent;
  border-radius: 5px;
  padding: 8px 18px;
  margin: 0 auto;
  margin-right: 10px;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickedit.qedit-active, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickedit.qedit-active {
  background-color: #007bff;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover {
  /*a.dt-quickedit*/
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickremove, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickremove {
  background: transparent;
  border-radius: 5px;
  padding: 8px 18px;
  margin: 0 auto;
  margin-right: 10px;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickremove.qedit-active, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickremove.qedit-active {
  background-color: #007bff;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover {
  /*a.dt-quickremove*/
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickreject, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickreject {
  background: transparent;
  border-radius: 5px;
  padding: 8px 18px;
  margin: 0 auto;
  margin-right: 10px;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickreject.qedit-active, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickreject.qedit-active {
  background-color: #007bff;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover {
  /*a.dt-quickremove*/
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickapprove, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickapprove {
  background: transparent;
  border-radius: 5px;
  padding: 8px 18px;
  margin: 0 auto;
  margin-right: 10px;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover a.dt-quickapprove.qedit-active, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover a.dt-quickapprove.qedit-active {
  background-color: #007bff;
}
.datatable-box .restable-box .table.dataTable tbody > tr.selected:hover, .datatable-box .restable-box .table.dataTable tbody > tr > .selected:hover {
  /*a.dt-quickapprove*/
}
.datatable-box .restable-box .table tr,
.datatable-box .restable-box .table tr th,
.datatable-box .restable-box .table tr td {
  border-top: 1px solid rgba(0, 123, 255, 0.06);
  text-transform: unset;
}
.datatable-box .restable-box .table tr.inside-row td,
.datatable-box .restable-box .table tr th.inside-row td,
.datatable-box .restable-box .table tr td.inside-row td {
  background-color: #FAFAFA;
}
.datatable-box .restable-box .table tr.inside-row td:first-child,
.datatable-box .restable-box .table tr th.inside-row td:first-child,
.datatable-box .restable-box .table tr td.inside-row td:first-child {
  padding-left: 25px;
}
.datatable-box .restable-box .table tr a,
.datatable-box .restable-box .table tr th a,
.datatable-box .restable-box .table tr td a {
  text-decoration: unset;
}
.datatable-box .restable-box .table tr em,
.datatable-box .restable-box .table tr th em,
.datatable-box .restable-box .table tr td em {
  font-size: inherit;
}
.datatable-box .restable-box .table tr em:before,
.datatable-box .restable-box .table tr th em:before,
.datatable-box .restable-box .table tr td em:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}
.datatable-box .restable-box .table tr em,
.datatable-box .restable-box .table tr th em,
.datatable-box .restable-box .table tr td em {
  /*  &:before*/
}
.datatable-box .restable-box .table tr,
.datatable-box .restable-box .table tr th,
.datatable-box .restable-box .table tr td {
  /*em*/
}
.datatable-box .restable-box .table tr td {
  position: relative;
  border: none;
  padding: 8px 12px;
}
.datatable-box .restable-box .table tr td:last-child {
  /* //&::before */
}
.datatable-box .restable-box {
  /* //.table */
}

/* //.datatable-box */
.dt-footer {
  border-top: 1px solid #eee;
  padding: 8px 15px 8px 15px;
}
.dt-footer .pagination .btn {
  border: 1px solid #dee2e6;
  padding: 0 10px;
  font-size: 0.8rem;
  line-height: 1;
}
[theme=dark] .dt-footer .pagination .btn {
  background-color: black;
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.dt-footer .pagination .dropdown-menu {
  min-width: 6rem;
  padding: 0;
  border-radius: 0;
  max-height: 100px;
  overflow-y: auto;
}
.dt-footer .pagination .dropdown-menu .page-item .page-link {
  border-radius: 0;
}

/*.dt-footer*/
.table-responsivebox {
  /* //.restable-box */
}
.table-responsivebox .tableresponsive {
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: auto;
}
.table-responsivebox .tableresponsive tr th,
.table-responsivebox .tableresponsive tr td {
  white-space: nowrap;
}
.table-responsivebox .tableresponsive tr th .toggle,
.table-responsivebox .tableresponsive tr td .toggle {
  vertical-align: bottom;
}
.table-responsivebox {
  /* //.tableresponsive */
}

/* //.table-responsivebox */
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 10px 12px 10px;
}
.modal .modal-content .modal-header img {
  padding-right: 5px;
}
.modal .modal-content .modal-header img.success {
  padding: unset;
  background-color: unset;
  color: unset;
  padding-right: 5px;
}
.modal .modal-content .modal-header .modal-title {
  font-size: 16px;
}
.modal .modal-content .modal-header button {
  min-width: unset;
  font-size: 12px;
}
.modal .modal-content .modal-header .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.modal .modal-content .modal-body {
  font-size: 14px;
  padding-top: 8px;
}
.modal .modal-content .modal-footer {
  border-top: 0px;
}

/*datatable end*/
#dt-companyManagement tbody tr td:first-child {
  color: #3F71F4;
  font-weight: 500;
}

/* ----------------------------
 Toast Messages :: Start
--------------------------- */
.toast-backdrop.show {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: block;
}
.toast-backdrop {
  display: none;
}

.msg-toast {
  position: fixed;
  background: #4d4d4d;
  color: #fff;
  top: 99px;
  left: 50%;
  z-index: 999999;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translate(-50%, -30%);
  transition: all 0.3s ease-out;
  margin-left: 0;
  width: auto;
  min-width: 300px;
  max-width: 900px;
  left: 50%;
}
.msg-toast em {
  padding: 0.8rem 1rem;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 0.8rem;
}
.msg-toast {
  /* //em */
}
.msg-toast.msg-success {
  background: #0A9400;
}
.msg-toast {
  /* //&.msg-success */
}
.msg-toast.msg-error {
  background: rgb(255, 131, 136.6685714286);
}
.msg-toast {
  /* //&.msg-error */
}
.msg-toast.msg-warning {
  background: rgb(255, 229.0967741935, 182);
}
.msg-toast.msg-warning em {
  color: rgb(25.5, 25.5, 25.5);
}
.msg-toast.msg-warning.msg-close .tm-cross::before, .msg-toast.msg-warning.msg-close .tm-cross::after {
  background-color: #333333;
}
.msg-toast {
  /* //&.msg-warning */
}
.msg-toast.msg-close {
  padding-right: 30px;
  cursor: pointer;
}
.msg-toast.msg-close .tm-cross {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  opacity: 0.7;
}
.msg-toast.msg-close .tm-cross::before, .msg-toast.msg-close .tm-cross::after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 100%;
  width: 2px;
  background-color: white;
}
.msg-toast.msg-close .tm-cross {
  /* //&::before, &::after */
}
.msg-toast.msg-close .tm-cross::before {
  transform: rotate(45deg);
}
.msg-toast.msg-close .tm-cross {
  /* //&::before */
}
.msg-toast.msg-close .tm-cross::after {
  transform: rotate(-45deg);
}
.msg-toast.msg-close .tm-cross {
  /* //&::after */
}
.msg-toast.msg-close {
  /* //.tm-cross */
}
.msg-toast {
  /* //&.msg-close */
}
.msg-toast.msg-showing {
  transform: translate(-50%, 0);
  opacity: 1;
}
.msg-toast {
  /* //&.msg-showing */
}

/* //.msg-toast */
.msg-note {
  font-weight: normal;
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}

/* //.msg-note */
.pswd-policy {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 2px 0px;
  display: block;
  color: #39383A;
}

.passwordPolicy-list {
  padding-left: 20px;
}
.passwordPolicy-list li {
  list-style: number;
  padding-bottom: 5px;
  color: #5F5E60;
}

/* ----------------------------
Toast Messages :: End
--------------------------- */
/*profile panel start*/
.profile-panel {
  position: fixed;
  top: 0px;
  right: -350px;
  width: 350px;
  height: 100%;
  background-color: white;
  border-left: 1px solid #ccc;
  transition: right 0.3s ease;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 999999;
}
@media (max-width: 425px) {
  .profile-panel {
    width: 100%;
    top: 0;
    right: -440px;
  }
}
.profile-panel .profile-header {
  padding: 10px;
  text-align: right;
}
.profile-panel .profile-header label {
  background-color: white;
  color: #39383A;
  font-weight: 500;
  font-size: 20px;
  float: left;
}
.profile-panel .profile-header img {
  cursor: pointer;
}
.profile-panel .profile-content {
  height: 100%;
  overflow-y: auto;
}
.profile-panel .profile-content .editProfile-btn {
  padding: 3px 10px;
  border-radius: 4px;
  float: right;
  margin: 10px;
  background-color: white;
}
.profile-panel .profile-content .editProfile-btn a {
  text-decoration: none;
}
.profile-panel .profile-content .user-bg {
  background-image: linear-gradient(89deg, #6775CD 0%, #046BC8 100%);
  height: 100px;
}
.profile-panel .profile-content .user-bg .user {
  padding: 0 13px;
}
.profile-panel .profile-content .user-bg .user a {
  text-decoration: none;
}
.profile-panel .profile-content .user-bg .user .profile img {
  max-width: 80px;
  width: 90px;
  height: 80px;
  object-fit: cover;
  border-radius: 100px;
  border: 2px solid #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 50%;
}
.profile-panel .profile-content .user-bg .user .profile-name label {
  color: #39383A;
  font-size: 16px;
  font-weight: 500;
}
.profile-panel .profile-content .user-bg .user-details {
  overflow: auto;
}
.profile-panel .profile-content .user-bg .user-details .info-lst li {
  padding: 10px 13px;
}
.profile-panel .profile-content .user-bg .user-details .info-lst li a {
  color: transparent;
}
.profile-panel .profile-content .user-bg .user-details .info-lst li a img {
  padding: 10px;
  background-color: #eee;
  border-radius: 50%;
}
.profile-panel .profile-content .user-bg .user-details .info-lst li a div {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.profile-panel .profile-content .user-bg .user-details .info-lst li a div span {
  display: block;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  color: #39383A;
}
.profile-panel .profile-content .user-bg .user-details .info-lst li a div b {
  display: block;
  color: #5F5E60;
  font-size: 12px;
  font-weight: normal;
}
.profile-panel .profile-content .user-bg .user-details .info-lst li:hover {
  background-color: #ECF1FE;
}
.profile-panel .profile-content .user-bg .user-details .info-lst li:hover a img {
  background-color: white;
}
.profile-panel .profile-content .user-bg .user-details .info-lst {
  padding-left: 0px;
  list-style: none;
  margin: 10px 0px;
}
.profile-panel .profile-content .user-bg .user-details .info-lst .details-icon {
  padding: 5px 10px;
  border-radius: 50%;
  background-color: #EFEFEF;
}
.profile-panel .profile-content .user-bg .user-details .info-lst .details-txt {
  margin-left: 8px;
  display: flex;
  vertical-align: ce;
  align-items: center;
}
.profile-panel .profile-content .user-bg .user-details .info-lst .details-txt label {
  font-weight: 600;
  color: #39383A;
  font-size: 14px;
}
.profile-panel .profile-content .user-bg .user-details .info-lst .details-txt span {
  font-weight: 500;
  color: #5F5E60;
  font-size: 12px;
}
.profile-panel .profile-content .user-bg .user-details .footer {
  background-color: #EFEFEF;
  text-align: center;
  padding: 10px 0px;
}
.profile-panel .profile-content .user-bg .user-details .footer label {
  color: #3F71F4;
  font-size: 16px;
  font-weight: 500;
}
.profile-panel .profile-content .user-bg .user-details .footer label a {
  text-decoration: unset;
}
.profile-panel .profile-content .user-bg .user-details .footer span {
  color: #39383A;
  font-size: 12px;
  font-weight: 500;
}
.profile-panel.open {
  right: 0;
}

.profpanel-overlay {
  z-index: 250000;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.profpanel-overlay.show {
  display: block;
}

/*profile panel start*/
.notification-panel {
  position: fixed;
  top: 0px;
  right: -450px;
  width: 420px;
  height: 100%;
  background-color: white;
  border-left: 1px solid #ccc;
  transition: right 0.3s ease;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 999999;
}
@media (max-width: 425px) {
  .notification-panel {
    width: 100%;
    top: 0;
    right: -440px;
  }
}
.notification-panel .header {
  padding: 10px;
  text-align: right;
}
.notification-panel .header label {
  background-color: white;
  color: #39383A;
  font-weight: 500;
  font-size: 20px;
  float: left;
}
.notification-panel .header img {
  cursor: pointer;
}
.notification-panel .notification-content {
  height: 100%;
  overflow-y: auto;
}
.notification-panel .notification-content .nav-tabs .nav-item.active-bottom {
  border-bottom: 2px solid #3F71F4;
}
.notification-panel .notification-content .nav-tabs .nav-item button {
  font-size: 14px;
  font-weight: 500;
  color: #39383A;
  padding: 0px 15px;
  border: none;
  min-width: auto;
  margin-bottom: 5px;
}
.notification-panel .notification-content .nav-tabs .nav-item button.active {
  color: #5F5E60;
  font-weight: 600;
}
.notification-panel .notification-content .tab-content {
  padding: 0 10px;
}
.notification-panel .notification-content .notifications-container .notification {
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #DFDFDF;
}
.notification-panel .notification-content .notifications-container .notification .heading {
  font-weight: 600;
  font-size: 12px;
  padding: 0 0 8px;
}
.notification-panel .notification-content .notifications-container .notification .heading .heading-type {
  background-color: #cde7ed;
  border-radius: 6px;
  padding: 7px 11px;
}
.notification-panel .notification-content .notifications-container .notification .heading .heading-name {
  color: #3f484a;
  padding-left: 5px;
}
.notification-panel .notification-content .notifications-container .notification .heading .heading-time {
  color: #9f9ea0;
  padding-left: 10px;
}
.notification-panel .notification-content .notifications-container .notification .heading .notificationID {
  font-size: 11px;
  font-weight: 500;
  padding: 4px 6px 0px 6px;
  background: #FAFAFA;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  bottom: 6px;
  position: relative;
}
.notification-panel .notification-content .notifications-container .notification .notification-details {
  color: #3f484a;
  font-size: 12px;
  font-weight: 500;
  padding-left: 38px;
}
.notification-panel .notification-content .notifications-container .notification .notification-details .lbl-return {
  font-weight: 600;
  color: #dc2626;
}
.notification-panel .notification-content .notifications-container .notification .notification-details .lbl-query {
  font-weight: 600;
  color: #D97706;
}
.notification-panel .notification-content .notifications-container .notification .notification-details a {
  display: block;
  text-decoration: unset;
}
.notification-panel.open {
  right: 0;
}

.overlay {
  z-index: 250000;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.overlay.show {
  display: block;
}

.regNumber-tag {
  text-decoration: none;
  font-size: 12px;
}

/*profile panel end*/
.card-container a {
  text-decoration: unset;
}
.card-container {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #D9E3FD;
  background-color: #FAFAFA;
}
.card-container.cust {
  padding: 70px 10px;
  display: flex;
  justify-content: center;
}
.card-container.cust_ {
  display: flex;
  min-height: 70px;
}
.card-container.custom-card {
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.06);
}
.card-container.custom-card:hover {
  transform: unset;
  transition: unset;
  cursor: pointer;
  background-color: #fff;
  box-shadow: unset;
}
.card-container.custom-card:hover .card-item .card-txt span {
  color: #39383A;
}
.card-container.custom-card:hover .card-item .card-icon img {
  background-color: unset;
}
.card-container.custom-card .card-item {
  justify-content: space-between;
  width: 100%;
}
.card-container.custom-card .card-item .card-txt h6 {
  color: #5F5E60;
}
.card-container.custom-card .card-item .card-txt span {
  margin: 0;
  font-size: 24px;
  display: inline-block;
  line-height: 32px;
  font-weight: 600;
}
.card-container.custom-card .card-item .card-txt h6 {
  color: #5F5E60;
  font-size: 14px;
  margin: 0 0 0px 0;
}
.card-container.custom-card .card-icon {
  background: #eee;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-container.custom-card .card-icon img {
  margin: 0;
  max-width: 24px;
  width: 24px;
}
.card-container:hover {
  transform: translateY(3px);
  transition: 0.3s ease;
  cursor: pointer;
  background-color: #658DF6;
  box-shadow: 4px 4px 12px 0px rgba(63, 113, 244, 0.36);
}
.card-container:hover .card-item .card-icon img {
  background-color: white;
}
.card-container:hover .card-item .card-txt span {
  color: white;
}
.card-container.pending {
  border: 1px solid #86EFAC;
  background-color: #DCFCE7;
}
.card-container.pending:hover {
  background-color: #22c55e;
  box-shadow: 4px 4px 12px 0px rgba(22, 163, 74, 0.36);
}
.card-container.pending:hover .card-item .card-icon img {
  background-color: white;
}
.card-container.pending:hover .card-item .card-icon svg {
  fill: #22C55E;
}
.card-container.pending:hover .card-item .card-txt span {
  color: white;
}
.card-container.pending .card-item .card-icon img {
  background-color: white;
}
.card-container .card-item {
  display: flex;
  align-items: center;
}
.card-container .card-item .card-icon img {
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.card-container .card-item .card-txt span {
  font-weight: 500;
  color: #39383A;
  font-size: 16px;
  margin-left: 10px;
  text-align: left;
  display: block;
}

.card-error {
  display: none;
  font-style: normal;
  color: #BA1A1A;
  font-size: 10px;
}
.card-error.show-error {
  display: block;
}

/*Upload Contract start*/
.border_right {
  border-right: 1px solid #DFDFDF;
}

.border_bottom {
  border-bottom: 1px solid #DFDFDF;
}

.contract-lft .contrsct-lst ul {
  padding-left: 15px;
  /* margin-top: 10px; */
  list-style: none;
}
.contract-lft .contrsct-lst ul li {
  border-radius: 6px;
  padding: 8px 20px;
  margin-bottom: 5px;
  cursor: pointer;
  align-items: center;
  display: flex;
}
.contract-lft .contrsct-lst ul li.active {
  background-color: #ECF1FE;
}
.contract-lft .contrsct-lst ul li.disabled {
  color: #9f9ea0;
  background-color: white;
}
.contract-lft .contrsct-lst ul li span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  max-width: 300px;
}

.contract-tabs .tab-pane {
  display: none;
}
.contract-tabs .tab-pane.active {
  display: block;
}

.custom-table {
  overflow-x: auto;
  border-radius: 8px;
}
.custom-table .accesscontrol-table {
  min-width: 100%;
  margin-bottom: 0px;
}
.custom-table .accesscontrol-table thead tr th {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #E5E7F7;
  font-weight: 600;
  font-size: 12px;
}
.custom-table .accesscontrol-table thead tr th.custom-padding {
  padding: 8px 80px !important;
}
.custom-table .accesscontrol-table tbody tr .accordion-button {
  font-size: 12px;
}
.custom-table .accesscontrol-table tbody tr.calc-tr td:first-child {
  font-size: 12px;
}
.custom-table .accesscontrol-table tbody tr:first-child {
  padding: 0px;
}
.custom-table .accesscontrol-table tbody tr td {
  position: relative;
  border: none;
  text-align: center;
  padding: 0.5rem 0.75rem;
}
.custom-table .accesscontrol-table tbody tr td img + img {
  padding-left: 12px;
}
.custom-table .accesscontrol-table .accordion .accordion-body {
  padding: 0px;
}
.custom-table .accesscontrol-table .accordion .accordion-item:first-child .accordion-button {
  border-radius: 0px !important;
}
.custom-table .inner-table tbody tr td:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.custom-accordian .accordion-item {
  border: none;
}
.custom-accordian .accordion-header {
  background-color: unset;
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  /* line-height: .1em; */
  margin: 0px 0 20px;
}
.custom-accordian .accordion-header .accordion-custom-button {
  background-color: #efefef;
  padding: 8px 12px 8px 13px;
  color: #39383a;
  margin-left: 10px;
  border: none;
  font-weight: 600;
  font-size: 12px;
  top: 18px;
  position: relative;
  border-radius: 100px;
  left: 10px;
}
.custom-accordian .accordion-header .accordion-custom-button.collapsed img {
  transform: rotate(0deg);
}
.custom-accordian .accordion-header .accordion-custom-button img {
  transform: rotate(180deg);
  width: 10px;
  height: 10px;
  margin: -1px 0 0 10px;
}
.custom-accordian .accordion-header .accordion-button span {
  background: #c7c7c7;
  padding: 5px 7px;
  border-radius: 6px;
}
.custom-accordian .accordion-header .accordion-button::after {
  left: 105px;
}

.modal-fullscreen {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0px;
  height: 100vh;
}
.modal-fullscreen .modal-header button {
  min-width: unset;
  border-radius: 50%;
  font-size: 8px;
  border: 1px solid;
}
.modal-fullscreen .modal-body {
  background-color: #FAFAFA;
}

.sub-tableExpander {
  padding: 8px;
  border-left: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.sub-tableExpander.border-radius-6 {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.sub-tableExpander a {
  cursor: pointer;
  color: #3F71F4 !important;
}
.sub-tableExpander a span {
  font-size: 12px;
}

.addRow a {
  cursor: pointer;
  color: #3F71F4 !important;
}
.addRow a span {
  font-size: 12px;
}

hr {
  border: 1px dashed #8f8e8e;
}
hr.dash {
  border: 0.5px solid #8f8e8e;
}

.percentage-container {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 10px 0px 10px 0px;
}
.percentage-container a {
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 600;
}

.uploadSheet {
  margin: 20px 0 10px 10px;
  display: flex;
  background-color: #F2F5FF;
  padding: 30px 25px 0px 25px;
  border-radius: 8px;
  border: 1px solid #C3CCF1;
}
.uploadSheet .info-section {
  width: 70%;
}
.uploadSheet .info-section a {
  text-decoration: none;
}
.uploadSheet .info-section button {
  display: flex;
  align-items: center;
}
.uploadSheet .info-section button img {
  padding-left: 5px;
}
.uploadSheet .info-section p {
  font-size: 12px;
  margin-top: 15px;
}

.uploadManually {
  margin: 20px 10px 10px 0px;
  display: flex;
  background-color: #FFF9F7;
  padding: 30px 25px 0px 25px;
  border-radius: 8px;
  border: 1px solid #F6CCBD;
}
.uploadManually .info-section {
  width: 70%;
}
.uploadManually .info-section a {
  text-decoration: none;
}
.uploadManually .info-section button {
  background-color: #FF7759;
  border: 1px solid #FF7759;
  display: flex;
  align-items: center;
}
.uploadManually .info-section button img {
  padding-left: 5px;
}
.uploadManually .info-section p {
  font-size: 12px;
  margin-top: 15px;
}

.pl-0 {
  padding-left: 0px;
}

.text-blue {
  color: #3F71F4 !important;
}
.text-blue a {
  text-decoration: none;
}

.success {
  padding: 6px 12px;
  background-color: #DCFCE7;
  color: #16A34A;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
}

.failed {
  padding: 6px 12px;
  background-color: #FEE2E2;
  color: #DC2626;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
}

.status {
  border-radius: 16px;
  padding: 2px 10px;
}
.status.success {
  background-color: #DCFCE7;
  color: #16A34A;
  font-weight: normal;
}
.status.error {
  background-color: #FEE2E2;
  color: #DC2626;
}
.status.info {
  background-color: #D9E3FD;
  color: #325AC3;
}

.section-footer {
  padding: 15px;
  border-top: 1px solid #DFDFDF;
  line-height: 1;
}
.section-footer label {
  display: block;
  color: #DC2626;
  font-weight: 600;
  font-size: 12px;
}
.section-footer span {
  font-weight: 500;
  font-size: 12px;
  color: #5F5E60;
}
.section-footer a {
  font-size: 14px;
}

.border-radius-0 {
  border-radius: 0px !important;
}

.note-section p {
  font-size: 12px;
  font-weight: 600;
  color: #D97706;
}

.replies-container {
  margin-bottom: 15px;
}
.replies-container .replier-info {
  font-weight: 600;
  font-size: 12px;
  padding: 0 0 8px;
}
.replies-container .replier-info .replier-type {
  background-color: #CDE7ED;
  border-radius: 6px;
  padding: 7px 11px;
}
.replies-container .replier-info .replier-name {
  color: #3F484A;
  padding-left: 5px;
}
.replies-container .replier-info .reply-time {
  color: #9F9EA0;
  padding-left: 10px;
}
.replies-container .reply-details {
  color: #3F484A;
  font-size: 12px;
  font-weight: 500;
  padding-left: 38px;
}
.replies-container .reply-details .lbl-query {
  font-weight: 600;
  color: #D97706;
}
.replies-container .reply-details .lbl-return {
  font-weight: 600;
  color: #DC2626;
}
.replies-container .reply-details a {
  display: block;
  text-decoration: none;
  padding-top: 4px;
}
.replies-container .reply-details .reply-controller {
  padding: 10px 0;
  display: flex;
}
.replies-container .reply-details .reply-controller input {
  display: inline;
  border: 1px solid #DFDFDF;
  padding: 6px 12px;
  font-size: 14px;
  width: 75%;
  color: #5f5e60;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
}
.replies-container .reply-details .reply-controller input:focus {
  outline: none;
}
.replies-container .reply-details .replyClick {
  display: block;
  padding: 0;
  background: unset;
  color: #3F71F4;
  border: unset;
  min-width: unset;
}
.replies-container .reply-details .viewPrevious-reply {
  display: block;
  background: unset;
  border: unset;
  min-width: unset;
  font-size: 12px;
  font-weight: 500;
  color: #9F9EA0;
  margin: 0px;
  padding: 8px 0px;
}
.replies-container .reply-input {
  font-weight: 600;
  font-size: 12px;
  padding: 0 0 8px;
  display: flex;
  align-items: center;
}
.replies-container .reply-input .replier-type {
  background-color: #CDE7ED;
  border-radius: 50%;
  padding: 7px 11px;
}
.replies-container .reply-input .form-controller {
  margin-left: 10px;
  width: 100%;
}
.replies-container .reply-input .form-controller h6 {
  overflow-wrap: break-word; /* modern replacement for word-wrap */
  word-break: break-word; /* ensures long strings break */
  white-space: normal; /* allows wrapping */
  max-width: 300px; /* forces wrapping after 300px */
}

.whitespace-nowrap {
  white-space: nowrap;
}

.dt-search .download {
  background: unset;
  border: none;
  min-width: unset;
}

.query-container {
  border: 1px solid #eee;
  border-radius: 8px;
}
.query-container .query-header {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
.query-container .query-header span {
  color: #5F5E60;
  font-weight: 600;
}
.query-container .query-header a {
  float: right;
  text-decoration: none;
}
.query-container .query-body {
  padding: 15px 10px;
}

.notification-dot {
  /* position: absolute; */
  margin-left: 5px;
  margin-top: 6px;
  width: 6px;
  height: 6px;
  background-color: #325ac3;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  animation: dotAppear 0.5s ease-out forwards, dotPulse 1s infinite 0.5s;
}

/* Initial appearance animation for the notification dot */
@keyframes dotAppear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Continuous pulsing animation for the dot */
@keyframes dotPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    /* Increase size during pulse */
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.card-container.docUpload-container:hover {
  transform: unset;
  transition: unset;
  cursor: pointer;
  box-shadow: unset;
}
.card-container.docUpload-container {
  border: 1px dashed #3F71F4;
  background-color: #ECF1FE;
}
.card-container.docUpload-container .card-item .card-icon img {
  background-color: #fafafa;
}
.card-container.docUpload-container .card-item .card-txt {
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
  margin-left: 5px;
  line-height: 0.9rem;
}
.card-container.docUpload-container .card-item .card-txt .custom-file-upload {
  font-size: 12px;
  font-weight: 600;
  color: #3F71F4;
}
.card-container.docUpload-container .card-item .card-txt .custom-file-upload span {
  color: #39383A;
  font-size: 12px;
  margin: 0;
  font-weight: 600;
}
.card-container.docUpload-container .card-item .card-txt span {
  font-size: 11px;
  font-weight: 500;
  color: #353535;
  margin: 0;
}
.card-container.docUpload-container .card-item .card-txt em {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #989692;
}
.card-container.drop-down-type {
  padding: 45px 10px;
}
.card-container.drop-down-type a {
  display: block;
  width: 35%;
}
.card-container.drop-down-type .card-item {
  display: unset;
  text-align: center;
}
.card-container.drop-down-type .card-item .custom-file-upload span {
  display: block;
  margin: 10px 0 5px !important;
}
.card-container.uplodedDoc-container {
  border: 1px solid #cacaca;
  background-color: #fff;
}
.card-container.uplodedDoc-container .card-item img {
  margin-right: 5px;
}
.card-container.uplodedDoc-container .card-item .card-icon img {
  background-color: unset;
}
.card-container.uplodedDoc-container .card-item .card-icon-trash {
  margin-left: auto;
}
.card-container.uplodedDoc-container .card-item .card-icon-trash img {
  background-color: unset;
}
.card-container.uplodedDoc-container .card-item .card-txt {
  width: 70%;
  margin-left: 5px;
}
.card-container.uplodedDoc-container .card-item .card-txt .uploadedFile-name {
  font-size: 12px;
  font-weight: 600;
  color: #353535;
}
.card-container.uplodedDoc-container .card-item .card-txt span {
  font-size: 11px;
  font-weight: 500;
  color: #353535;
  margin: 0;
}
.card-container.uplodedDoc-container .card-item .card-txt em {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #989692;
}
.card-container.uplodedDoc-container:hover {
  transform: unset;
  transition: unset;
  cursor: pointer;
  background-color: unset;
  box-shadow: unset;
}

.tableBorder {
  border: 1px solid #DFDFDF;
  border-radius: 8px;
}

.dt-rowexpandable .uploadHistory-btn {
  border: 1px solid blue;
  width: 17px;
  height: 17px;
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.dt-rowexpandable .uploadHistory-btn::after {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.uploadHistory-btn {
  border: 1px solid blue;
  width: 17px;
  height: 17px;
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.uploadHistory-btn::before {
  content: "";
  position: absolute;
  display: block;
  background: blue;
  height: 1px;
  width: 11px;
  margin-left: 2px;
  margin-top: 7px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.3sease -in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3sease -in;
}
.uploadHistory-btn::after {
  content: "";
  position: absolute;
  display: block;
  background: blue;
  height: 11px;
  width: 1px;
  margin-top: 2px;
  margin-left: 7px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.3sease -in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3sease -in;
}

.error-heading span {
  color: #3F71F4;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .error-heading span {
    font-size: 26px;
  }
}

.error-content span {
  color: #5F5E60;
  font-size: 16px;
  font-weight: 500;
}

.error-page {
  height: calc(100vh - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page .error-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.error-page .error-container .error-section {
  flex: 1;
}
@media (max-width: 768px) {
  .error-page .error-container .error-section {
    flex: auto;
  }
}
.error-page .error-container .error-image {
  flex: 1;
}
.error-page .error-container .error-image img {
  width: 100%;
  max-width: 400px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .error-page .error-container .error-image {
    display: none;
  }
}
@media (max-width: 1024px) {
  .error-page .error-container {
    padding: 0 20px;
  }
}

.custom_drop .dropdown {
  position: relative;
  font-size: 14px;
  color: #333;
  border: 1px solid #707273;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 5px;
  color: black;
  display: block;
  width: 100%;
  font-size: 1rem;
  height: 39px;
}

.custom_drop .dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: scroll;
  z-index: 7;
}

.custom_drop .dropdown .dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.custom_drop .dropdown .dropdown-label {
  display: block;
  height: 39px;
  cursor: pointer;
  padding: 5px 5px 5px 5px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 1rem;
}

.custom_drop .dropdown .dropdown-label:after {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center;
  background-size: 10px;
  width: 10px;
  height: 10px;
  float: right;
}

.custom_drop .dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}

.custom_drop .dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}

.custom_drop .dropdown [type=checkbox] {
  position: relative;
  top: 3px;
  margin-right: 4px;
}

.custom_drop .dropdown {
  background: url(../images/icon/arrow-down-r.png) no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: bottom 11px right 6px;
  background-size: 15px;
}

/* //Rutuja :: End */
.failed_ {
  color: #ba1a1a;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  background-color: unset;
}
.failed_.orange {
  color: #D97706;
}

.card-section {
  border-radius: 10px;
}
.card-section.cust-border {
  border: 1px solid #DFDFDF;
}
.card-section.cust-border ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.card-section.cust-border ul li {
  border-bottom: 1px solid #DFDFDF;
}
.card-section.cust-border ul li:last-child {
  border-bottom: 0;
}
.card-section.cust-border ul li a {
  padding: 8px 15px;
  display: inline-block;
  font-size: 0.8rem;
}
.card-section .card-header {
  display: flex;
  padding: 0.8rem 1rem;
}
.card-section .card-header:first-child {
  border-radius: 10px 10px 0 0;
}
.card-section .card-header {
  background-color: #ecf1fe;
}
.card-section .card-header a {
  margin-left: auto;
  font-size: 12px;
  color: #3F71F4;
  text-decoration: none;
  font-weight: 600;
}
.card-section .card-header h6 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 0.8rem;
}
.card-section .card-body {
  padding: 15px;
}

.accordion-button.no-border {
  border-radius: 0 !important;
}

.accordion .accordion-item:first-child .accordion-button.no-border {
  border-radius: 0 !important;
}

.modal-footer {
  display: flex;
  flex-wrap: nowrap;
}

.link_ {
  color: #3F71F4;
  text-decoration: none;
  font-size: 12px;
  margin-top: 15px;
  display: block;
}

.success_ {
  color: #16A34A !important;
  font-weight: bold;
}

.danger_ {
  color: #DC2626 !important;
  font-weight: bold;
}

.loading {
  color: #325AC3 !important;
  font-weight: bold;
}

.orange {
  color: #d97706 !important;
  font-weight: bold;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  background-color: unset;
}

.cust-table .restable-box {
  border-radius: 0 0 10px 10px;
}
.cust-table .restable-box.search-100 input {
  width: 100%;
}

.border-radius {
  border-radius: 0 0 10px 10px;
}

.modal-content .modal-header h6 {
  margin: 0 10px;
  font-size: 1.1rem;
}

.modal-content p {
  font-weight: bold;
}

.float-right {
  float: right;
  text-decoration: none;
  color: #5e5d5f;
  font-weight: BOLD;
  font-size: 12px !important;
}

#dt-pendingApprovals_wrapper input[type=search] {
  margin: 10px 0;
}
#dt-pendingApprovals_wrapper .dt-search label {
  display: none;
}

.cust-search input[type=search] {
  width: 100% !important;
}

.no-border {
  border: none !important;
}

.tooltip-wrapper {
  position: relative;
  display: block;
  text-align: center;
}

.info-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  background: #fff;
}

.cust_1 {
  overflow-y: visible !important;
}

/* Tooltip box */
.tooltip-box {
  position: absolute;
  top: -10px;
  right: 90px;
  width: 360px;
  background: #0b2a5a;
  color: #fff;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 10;
  text-align: left;
}

/* Arrow */
.tooltip-box::after {
  content: "";
  transform: rotate(135deg);
  position: absolute;
  top: 18px;
  right: -7px;
  border-width: 8px;
  border-style: solid;
  border-color: #0b2a5a transparent rgba(52, 18, 18, 0) #0b2a5a;
}

/* Show on hover */
.tooltip-wrapper:hover .tooltip-box {
  opacity: 1;
  visibility: visible;
}

.tooltip-box p {
  margin: 0 0 8px;
  white-space: normal;
  /* allow wrapping */
  word-wrap: break-word;
  /* legacy support */
  overflow-wrap: break-word;
  /* modern browsers */
  word-break: break-word;
}

.tooltip-box p:last-child {
  margin-bottom: 0;
}

.download img {
  width: 16px;
  height: 16px;
}

.active_ span {
  color: #9F9EA0 !important;
  cursor: not-allowed;
}

.active_ img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(0%) saturate(707%) hue-rotate(37deg) brightness(95%) contrast(96%);
}

.n-dot {
  border: 1px solid #c1c1c1;
}

.table-reinsurer thead tr th {
  white-space: nowrap;
}
.table-reinsurer thead tr th:first-child {
  width: 10%;
}
.table-reinsurer thead tr th:nth-child(3), .table-reinsurer thead tr th:nth-child(4) {
  width: 20%;
}
.table-reinsurer tr td:nth-child(2) {
  white-space: normal;
}

.dt-container .dt-header {
  padding-left: 10px;
}
.dt-container .dt-header label {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  color: rgb(95, 94, 96);
}
.dt-container .dt-action .dt-search .download {
  padding: 5px;
  margin-right: 10px;
}
.dt-container .dt-action .dt-search .download span {
  font-size: 11px;
  font-weight: 500;
  color: #3F71F4;
  padding-left: 5px;
}
.dt-container .dt-action .dt-search .delete {
  padding: 5px;
}
.dt-container .dt-action .dt-search .delete span {
  font-size: 11px;
  font-weight: 500;
  color: #DC2626;
  padding-left: 5px;
}
.dt-container .dt-action .dt-search input {
  border-radius: 4px;
  padding: 2px 0px 4px 30px;
  background-image: url("../images/icon/search.svg");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #ccc;
  margin-left: 0 !important;
}
.dt-container .dt-action .dt-search input:focus-visible {
  outline: none;
}
.dt-container .dt-action div, .dt-container .dt-action button {
  display: inline;
  margin-left: 5px;
}
.dt-container .dt-action .dt-actionbtn {
  background: #fff;
  border: 1px solid #3F71F4;
  padding: 2px 10px;
  border-radius: 4px;
  min-width: unset;
}
.dt-container .dt-action .dt-actionbtn span {
  font-size: 11px;
  font-weight: 500;
  padding-left: 5px;
  color: #3F71F4;
}
.dt-container .dt-length label {
  font-size: 0.8rem;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.dt-container .dt-length select {
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
  margin: 0px 3px;
}
.dt-container .dt-paging nav button {
  font-size: 0.8rem;
}
.dt-container .dt-paging nav .dt-paging-button {
  color: #3f71f4 !important;
  background-color: #fff;
  background: transparent;
  border: none;
}
.dt-container .dt-paging nav .dt-paging-button.current {
  border: none;
  background-color: #EFEFEF;
}
.dt-container .dt-paging nav .dt-paging-button.current:hover {
  border: none;
  background-color: #EFEFEF;
}
.dt-container .dt-paging nav .dt-paging-button:hover {
  color: white !important;
  background-color: #fff;
  background: #3f71f4;
  border: none;
}
.dt-container .dt-paging nav .dt-paging-button:focus-within {
  outline: none;
}
.dt-container.dt-empty-footer tbody tr:last-child > * {
  border-bottom: unset !important;
}

.custom-table1 {
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0px;
  border: 1px solid #DFDFDF;
  margin-bottom: 0px;
}
.custom-table1.custom-2 {
  height: 125px;
  overflow-y: scroll;
}
.custom-table1 thead th {
  color: #5F5E60;
  border-bottom: 0.1px solid #DFDFDF;
  padding: 8px;
  background-color: #fafafa;
  border-right: 0.1px solid #DFDFDF;
  border-top: 0px;
  font-size: 12px;
  font-weight: 600;
}
.custom-table1 thead th:first-child {
  border-top-left-radius: 6px;
}
.custom-table1 thead th:last-child {
  border-top-right-radius: 6px;
  border-right: 0px;
}
.custom-table1 tbody tr.addRow td {
  border-top: 1px solid #dfdfdf;
}
.custom-table1 tbody tr.addRow td:hover {
  background-color: unset;
}
.custom-table1 tbody tr.selected td {
  background-color: #ECF1FE;
}
.custom-table1 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.custom-table1 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.custom-table1 tr:last-child td {
  border-bottom: none;
}
.custom-table1 td {
  font-size: 12px;
  font-weight: 500;
  color: #39383A;
  padding: 8px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  white-space: nowrap;
}
.custom-table1 td img {
  width: 20px;
  height: 20px;
}
.custom-table1 td .end {
  display: block;
  text-align: center;
}
.custom-table1 td .end img {
  margin: 10px auto;
}
.custom-table1 td:last-child {
  border-right: unset;
}
.custom-table1 td .bg-blue {
  background-color: #ECF1FE;
}
.custom-table1 td input, .custom-table1 td select {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding: 4px 8px;
}
.custom-table1 td input:focus, .custom-table1 td select:focus {
  outline: none;
}
.custom-table1 td a {
  text-decoration: none;
}
.custom-table1.contain-subTable {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.custom-table1.contain-subTable tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.custom-table1.contain-subTable tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.custom-table1.subTable {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px;
  display: none;
}
.custom-table1.subTable.show {
  display: table;
}
.custom-table1.subTable thead th {
  background-color: #EFEFEF;
  border-right: 0px;
  border-radius: 0px;
}
.custom-table1.subTable td {
  border-bottom: 1px solid #dfdfdf;
  border-right: 0px;
  background-color: #FAFAFA;
}
.custom-table1.subTable tr:last-child td {
  border-bottom: unset;
}

.table-container {
  width: 100%;
  overflow-y: auto;
}

.table-responsivebox:has(.custom-table1) {
  width: 100%;
  overflow-y: auto;
}
.table-responsivebox:has(.custom-table1).cust-height {
  height: 230px;
  overflow-y: scroll;
}

.custom-table2 {
  border-radius: 0px;
}
.custom-table2 thead tr th {
  color: #5F5E60 !important;
  font-weight: 500 !important;
  background-color: #EFEFEF !important;
}
.custom-table2 tbody tr td {
  color: #39383A !important;
  font-weight: 500 !important;
  background-color: #fafafa;
}
.custom-table2 tbody tr td img + img {
  padding-left: 12px;
}

.dt-downloadBtn {
  color: #3F71F4;
  font-weight: 500;
  text-decoration: none;
}

.custom-table3.actionEle tbody tr {
  position: relative;
}
.custom-table3.actionEle tbody tr td {
  position: unset !important;
}
.custom-table3.actionEle tbody tr td .quickmenu-container {
  position: absolute;
  top: 7px;
  right: 5px;
}

.bg-blue {
  background-color: #ECF1FE !important;
}

.bold {
  font-weight: BOLD !important;
}

.total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 15px 15px;
}
.total h6 {
  color: #39383A;
  font-size: 14px;
  text-align: right;
  margin: 0;
  font-weight: 600;
}
.total h5 {
  color: #264492;
  background-color: #ECF1FE;
  padding: 10px;
  border-radius: 4px;
  margin: 0 0 0 10px;
}

.hr_ {
  border: 1px solid #8f8e8e;
}

#dt-pendingApprovals_wrapper input[type=search] {
  margin-left: 0;
}

.multiSelect .dropdown {
  background-color: white !important;
  display: block;
  width: 100%;
  outline: none;
  color: #5f5e60;
  border: 1px solid #dfdfdf;
  position: relative;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: none;
  height: 39px;
  background: url("../images/icon/arrow-down.png") no-repeat 97% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.multiSelect .dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s, opacity 0.15s ease-in-out;
  max-height: 66vh;
  overflow-y: auto;
  z-index: 7;
  opacity: 0;
}
.multiSelect .dropdown .dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.multiSelect .dropdown .dropdown-label {
  height: 39px;
  cursor: pointer;
  padding: 6px 12px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5f5e60;
  font-size: 14px;
  font-weight: normal;
}
.multiSelect .dropdown .dropdown-label:after {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center;
  background-size: 10px;
  width: 10px;
  height: 10px;
  float: right;
}
.multiSelect .dropdown .dropdown-label:focus-visible {
  outline: none;
  box-shadow: 0px 4px 5px -7px #3F71F4;
  border: 1px solid #3F71F4;
  border-radius: 4px;
}
.multiSelect .dropdown.on {
  outline: none;
  box-shadow: 0px 4px 5px -7px #3f71f4;
  border: 1px solid #3f71f4;
}
.multiSelect .dropdown.on .dropdown-list {
  transform: scale(1, 1);
  opacity: 1;
  transition-delay: 0s;
}
.multiSelect .dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}
.multiSelect .dropdown.open-up .dropdown-list {
  top: auto !important;
  bottom: 40px !important;
  transform-origin: 50% 100%;
}
.multiSelect .dropdown[type=checkbox] {
  position: relative;
  top: 3px;
  margin-right: 4px;
}/*# sourceMappingURL=main.min.css.map */