@font-face {
  font-family: Gillssiregular;
  src: url(../fonts/gill1-webfont.eot);
  src: url(../fonts/gill1-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/gill1-webfont.woff2) format("woff2"), url(../fonts/gill1-webfont.woff) format("woff"), url(../fonts/gill1-webfont.ttf) format("truetype"), url(../fonts/gill1-webfont.svg#gill_ssiregular) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: gill-ssibold;
  src: url(../fonts/gill3-webfont.eot);
  src: url(../fonts/gill3-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/gill3-webfont.woff2) format("woff2"), url(../fonts/gill3-webfont.woff) format("woff"), url(../fonts/gill3-webfont.ttf) format("truetype"), url(../fonts/gill3-webfont.svg#gill_ssibold) format("svg");
  font-weight: 400;
  font-style: normal
}

body {
  font-family: 'Gillssiregular',sans-serif !important;

}

*,
dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.btn.focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

a.d-block.text-center:focus-visible {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

.loginName a:hover {
  text-decoration: none;
}

header {
  border-bottom: 1px solid #ccc;
}

header .menu>ul {
  display: flex;
  align-items: center;
  list-style: none;
}

header .menu>ul>li {
  position: relative;
}

header .menu>ul>li>a {
  color: #757474;
  display: block;
  padding: 20px 15px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

header .menu>ul>li>a i {
  position: relative;
  top: -2px;
  font-size: 12px;
  margin-left: 5px;
}

header .menu>ul>li:hover>a::after {
  content: '';
  position: absolute;
  width: 40%;
  left: 15px;
  bottom: 0px;
  border-bottom: 2px solid #d71920;
}

/* header .menu>ul>li::active ul {
  display: block;
} */
header .menu ul li>ul {
  z-index: 1;
  display: none;
  background-color: #fff;
  position: absolute;
  left: 15px;
  width: 200px;
  -webkit-box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.59);
}

header .menu ul li ul>li {
  display: block;

}

header .menu ul li ul>li>a {
  font-size: 13px;
  color: #323232;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  display: block;
}

header .menu ul li ul>li:last-child>a {
  border-bottom: 0;
}

header .menu ul li ul>li>a:hover {
  background-color: #d71920;
  color: #fff;
}

header .loginDtls li {
  list-style: none;
}

header .loginDtls li.userName {
  font-size: 12px;
  color: #666;
}

header .loginDtls li.userName span {
  font-size: 14px;
  color: #000;
}

header .loginDtls li a {
  list-style: none;
}

header .loginDtls li.logOut a {
  font-size: 12px;
}

/*#logout-btn,.raise-query{height:41px;width:43px} */
footer {
  font-size: 14px;
  color: #404040;
  background: #d8d7d7;
}

.logout a,
.raise-query a {
  border-radius: 50%;
  height: 37px;
  width: 38px;
  /*padding: 8px 15px; */
}

.query a {
  border-radius: 50%;
  padding: 6px 14px;
  height: 37px;
  width: 38px;
}

.loginName {
  font-size: 12px;
  font-weight: normal !important;
}

footer a {
  color: black;
}

/* footer a{ color: #404040;}  */
/* 30122021 footer link color change*/
.index-btn {
  height: 34px
}

.mainTitle {
  text-transform: uppercase;
  font-size: 22px;
  color: #757474;
  position: relative;
  font-weight: bold;
}

.mainTitle::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #d71920;
  bottom: -10px;
  left: 50%;
  margin-left: -50px;
}

.dropdown-toggle::after {
  position: absolute;
  bottom: 7px;
  display: none
}

table thead th {
  background-color: #0062a8;
  color: #fff;
  font-weight: normal;
}

table tbody td {
  font-size: 13px;
}

.form-control {
  font-size: 13px;
}

.backBtn {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 20px;
}

.btn {
  border-radius: 0px;
}

.btn-danger {
  background-color: #d71920;
}

.text-primary {
  color: #d71920;
}

.btn-primary {
  background-color: #d71920;
  color: #fff !important;
  border: 0px;
  padding: 5px 20px;
  text-transform:capitalize;
}
.pay-via{
  text-transform: none;
}
.btn-primary:hover,
.btn-danger:hover {
  background-color: #0062a8 !important;
  border-color: #0062a8 !important;
}

.btn-secondary {
  padding: 4px 20px;
  text-transform: uppercase;
}

.page-link {
  padding: 5px 10px;
  color: #000;
}

.pagination .active .page-link {
  background-color: #d71920;
  border-color: #d71920;
  color: #FFF;
}

.card {
  border: 0;
  margin-bottom: 10px;
  border-radius: 0;
  position: relative;
}

.card-billers {
  border: 0;
  margin-bottom: 10px;
  border-radius: 0;
  position: relative;
  height: 170px;
}

.card-header:first-child {
  border-radius: 0;
}

.card-header {
  /* padding: 0; */
  background-color: #f1f1f1;
  color: #000;
  padding: 10px
}

.card-header h5 {
  color: #000;
  padding-right: 20px;
}

.card-header h5 a {
  color: #000;
  font-size: 17px;
}

.card-header::before {
  content: '\f107';
  font-family: 'FontAwesome',sans-serif;
  position: absolute;
  top: 8px;
  font-size: 20px;
  right: 15px;
  color: #000;
}

.collapse.show::before {
  content: '\f106';
  font-family: 'FontAwesome',sans-serif;
  position: absolute;
  top: 5px;
  font-size: 20px;
  right: 15px;
  color: #000;
  background-color: #f1f1f1;
}

.form-group label,
.form-group .label {
  font-size: 14px;
  font-weight: 500;
}

.moduleAccess {
  font-size: 14px;
}

/*Accordion css*/
.wrap {

  margin: 0 auto;
}

#accordion h2 {
  margin: 0px;
  padding: 10px;
  padding-left: 40px;
  background: #0062a8;
  color: white;
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px;
  position: relative;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding: 10px;
  color: black;
}

.accordion-content.default {
  display: block;
}

.accordion-toggle .view {
  font-size: 14px;
  line-height: 200%;
  font-weight: normal;
  color: rgb(127, 191, 52);
  text-align: left;

}

.arrow {
  position: absolute;
  left: 10px;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 15px;
}

.arrowUp:before {
  content: "\f068";
  font-family: 'FontAwesome',sans-serif;
  color: #0062a8;
  position: relative;
  top: 2px;
  font-size: 12px;
  left: 1px;
}

.arrowDown:before {
  content: "\f067";
  font-family: 'FontAwesome',sans-serif;
  color: #0062a8;
  position: relative;
  top: 2px;
  font-size: 12px;
  left: 1px;
}

.edit-box i {
  font-size: 16px;
  margin-left: 10px;
  margin-top: 10px;
}

.borderBottom {
  border-bottom: 1px dashed #000;
  padding-bottom: 18px;
}

.createTemplate table {
  width: max-content;
}

.createTemplate table .form-control {
  border-radius: 0;
}

.table thead th {
  font-size: 14px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
  line-height: 18px
}


/*Log in CSS*/
.logIn {
  background-color: #f7f7f7;
}

.logIn footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.loginBase,.changepwd-loginBase {
  width: 100%;
  max-width: 350px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.loginset {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-3%, -0%) !important;
  /*nital 03092021*/
}

.loginBasenb {
  width: 100%;
  max-width: 590px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* .box {
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
} */

.box {
  position: relative;
  top: 0;
  opacity: 1;
  float: left;
  padding: 15px 25px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  z-index: 5;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.39);

  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.box:before {
  content: "";
  width: 100%;
  height: 10px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -10px;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  z-index: -1;
}

.title {
  width: 100%;
  text-align: center;
  line-height: 46px;
  font-size: 25px;
  letter-spacing: 2px;
  color: #d71920;
  position: relative;
  text-transform: uppercase;
}

.title:before {
  content: "";
  width: 50px;
  left: 50%;
  margin-left: -25px;
  height: 2px;
  position: absolute;
  bottom: 0;

  background: #d71920;
}

/*loader*/
.loader {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
  z-index: 9999;
}

.loader::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

/*Pay Login*/
.payLogin .loginBase {
  position: inherit;
  transform: inherit;
}

.paylogin-base {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 80%;
  margin: 0px auto;
}

.logIn.payLogin footer {
  position: inherit;
}



.h100 {
  height: 100vh;
}

.logIn.payLogin h2 span {
  position: relative;
}

.logIn.payLogin h2 span::before {
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  background: #d71920;

}

.category .row a {
  display: block;
  position: relative;
  height: 130px;
  overflow: hidden;
  border-radius: 6px;

}

.category .row a img {
  transition: transform .6s;
  filter: grayscale(0%);
  width: 100%;
}

.category .row a:hover img {
  transition: transform .6s;
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
  filter: grayscale(110%);
}

.category .row a span {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 60px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.59);
  border-radius: 0 0 6px 6px;
  font-size: 14px;
  padding: 5px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logIn.signUp .loginBase {
  max-width: 640px;
  position: inherit;
  transform: inherit;
  margin: 0px auto
}

.logIn.signUp footer {
  position: inherit;
}

.dropdown.multiselect button {
  display: block;

  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dropdown.multiselect input[type="checkbox"] {
  margin-left: 10px;
}

.srchBy .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*Tabs CSS*/
.nav-tabs {
  /* display:none; */
  /*commented by harshal on 14 jan as payment page option navigation was getting hide here.*/
}

.nav-link {
  padding: 5px 15px;
}

.nav-tabs .nav-link {
  color: #000;
  font-size: 14px;
}

.nav-tabs .nav-link.active {
  background-color: #d71920;
  color: #fff;
}

.tab-content>.tab-pane {
  padding: 0 20px;
  border: 1px solid #ccc;
  border-top: 0;
}

@media(min-width:768px) {

  .nav-tabs {
    display: flex;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }
}

.alert {
  display: block;
}

@media(max-width:767px) {

  .tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
    padding: 0;
  }

  .collapse {
    padding: 15px;
  }

  .card-header h5 a {
    display: block;
  }
}

.tab-content .collapse.show::before {
  display: none;
}

.h120 {
  height: 120px !important;
}

input[type="checkbox"][disabled] {
  cursor: not-allowed;
}

input[readonly] {
  background-color: transparent;
  font-size: 1em;
}

.datePicker {
  position: relative;
}

.datePicker input {
  padding-right: 20px;
}

/* .datePicker::after {
  content: '\f073';
  position: absolute;
  right: 0px;
  top: 10px;
  font-family: 'FontAwesome';
} */

.datePicker.formDatepicker::after {
  content: '\f073';
  position: absolute;
  /* right: 10px; */
  right: 24px;
  top: 5px;
  font-family: 'FontAwesome',sans-serif;
}

.termsConditions {
  height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
}

.alphsort li {
  list-style: none;
  text-align: center;
  width: 50%;
  float: left;


}

.alphsort ul {
  margin-bottom: 0
}

.alphsort li a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #f1f1f1;
  margin: 0px auto;
  margin-bottom: 2px;
  color: #000;
  border-radius: 6px;
}

.alphsort li a:hover {
  background-color: #d71920;
  color: #fff;
}


.companyList a {
  color: #000;
}

.companyList a:hover {
  color: #d71920;
}

.companyList a>div {
  border-radius: 6px;
  margin-bottom: 15px;
}

.companyList a:hover>div {
  border: 1px solid #d71920 !important;
}

.verifyCode {
  position: relative;
  top: -6px;
  margin-left: 20px;
}

.verifyCode a {
  position: relative;
  top: -10px
}

/* .minheight {
  min-height: 572px;
} */

.iconBtn button {
  border: 0;
  background-color: transparent;
  margin: 0 10px;
  font-size: 13px;
  text-align: center;
}

.iconBtn button:hover i {
  border: 2px solid #d71920;
}

.iconBtn button i {
  display: block;
  font-size: 25px;
  color: #d71920;
  border: 2px solid #e3e3e3;
  padding: 10px;
  margin: 0px auto;
  margin-bottom: 5px;
}
.paybgRed {
  background-color: #dc5155;
}

.paybgBlue {
  background-color: #3699c1;
}

.paybgGreen {
  background-color: #0fc091;
}

.payAnalysis {
  height: calc(400px - 60px);
}

.payAnalysis h2 {
  font-size: 40px;
}

.skipped {
  width: 200px;
  height: 200px;
}

.overdue {
  width: 200px;
  height: 200px;
}

.overdue>div {
  height: 96px;
}

.carousel-inner {
  margin: 0 50px;
  width: auto;
}

@media (max-width: 768px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */

@media (min-width: 768px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}





.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
  border-top: 1px solid #ddd !important;
}*/
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.datepicker>div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;

  font-size: 13px;
  font-weight: 700;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;

  color: #000 !important;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #ff8c00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #ff8c00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #ff8c00;

  color: #fff !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #ff8c00;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
  background: transparent;
  color: #D44;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

.datepicker .dow {

  color: #fff;
  font-size: 13px;
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
  width: 58px;
}

.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
  color: #D44;
}




/* app */
.datepicker-days table thead tr:first-child {
  margin-bottom: 15px;
}

.charset {
  box-shadow: 1px 1px 10px #000;
}


.app:after {
  content: "";
  display: table;
  clear: both;
}

.app__side {
  background: #333;
  width: 35%;
  height: 100%;
  padding: 40px;
  float: left;
  color: #ff8c00;
}

.app__main {

  width: 100%;
  height: 100%;
  float: left;
}




.calendar .datepicker {
  width: 100%;
}

.calendar .datepicker table {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  content: '→';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
}

.slick-slider i.slick-arrow {
  position: absolute;
  top: 36%;
  cursor: pointer;
}

.slick-slider i.slick-arrow.slick-disabled {
  color: #ccc;
  cursor: not-allowed;
}

.slick-slider i.slick-arrow.fa-chevron-left {
  left: 0;
}

.slick-slider i.slick-arrow.fa-chevron-right {
  right: 0;
}


.bgShadow,
.invoice-bgshadow {
  padding: 15px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 35%);
}


@media print {
  .bgShadow {
    padding: 15px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
  }

  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .position-relative {
    position: relative !important;
  }

  .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .text-muted {
    color: #6c757d !important;
  }

  .text-center {
    text-align: center !important;
  }

  .h5,
  h5 {
    font-size: 1.25rem;
  }

  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }

  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }

  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .h6,
  h6 {
    font-size: 1rem;
  }

  .text-secondary {
    color: #6c757d !important;
  }

  .pb-2,
  .py-2 {
    padding-bottom: .5rem !important;
  }

  .pt-2,
  .py-2 {
    padding-top: .5rem !important;
  }

  .mb-2,
  .my-2 {
    margin-bottom: .5rem !important;
  }

  .font-weight-normal {
    font-weight: 400 !important;
  }

  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }

  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
  }

  .table-bordered {
    border: 1px solid #dee2e6;
  }

  .bg-light {
    background-color: #f8f9fa !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6;
  }

  .table td,
  .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }

  tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

  

  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }

  b,
  strong {
    font-weight: bolder;
  }

  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }

  .mt-2,
  .my-2 {
    margin-top: .5rem !important;
  }
}

#calendar-warning {
  display: none;
  background: #eee;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: red;
}

#calendar-loading {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.lastlogn {
  font-size: small;
}

@media only screen and (max-width: 600px) {
  .companyList .searchable {
    display: grid;
  }
}

.field-trandtlspayer-captcha .help-block {
  position: absolute;
  bottom: -13px;
  left: 14px;
}

.help-block {

  color: red;
}

/* for popover on hover 25012017 */

.relative {
  position: relative;
}

a.pop {
  position: relative;
  top: 36px;
  background: #000000;
  padding: 0px 3px;
  border-radius: 50%;
  text-align: center;
  display: block;
  width: 25px;
}

a.pop .icon-info {
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  text-align: center;
  position: relative;
  top: -5px;
  left: 1px;
}

.popDetail,.popDetail-changepwd {
  display: none;
  z-index: 10;
  padding: 14px 20px;
  line-height: 16px;
  color: #111;
  border: 1px solid #efd398;
  background: #fcf8e3;
}

.popDetail span {
  display: block;
  font-size: 13px;
  text-align: left
}

/* .popArrow {
  width: 15px;
  height: 16px;
  background: url(../images/popover-arrow.png) repeat;
  display: block;
  position: absolute;
  left: -14px;
  top: 25%;
  z-index: 20;
  position: absolute;
  top: 30px;
  right: -25px;
} */

.popDetail strong {
  text-align: left;
  display: block;
  padding-bottom: 10px;
  font-size: 15px;
}

.popDetail strong i {
  margin-right: 10px;
  background: #000000;
  border-radius: 50%;
}

.popDetail strong .fa-info:before {
  content: "\f129";
  left: 5px !important;
  top: 2px !important;
  position: absolute;
}

a.pop:hover .popDetail,a.pop:hover .popDetail-changepwd {
  display: block;
  position: absolute;
  right: 0%;
  left: 35px;
  height: min-content;
  width: 300px;
  top: -30px;
}

a.pop.reminderInfo {
  top: 0;
  width: 15px;
  height: 15px;
  right: 40px;
}

a.pop.reminderInfo i {
  top: -5px;
}

/* #refresh-invoice-captcha {
  position: absolute;
  left: 398px;
  margin-top: -26px;
  color: #007bff !important;
} */

.captcha .help-block {
  position: absolute;
  bottom: -13px;
  left: 14px;
  color: red;
}

/* index page css 05012021*/
.img-size {
  max-width: 80px !important;
  max-height: 80px !important;
}

/* index page css 05012021*/

.imgsize {
  max-width: 80px !important;
  max-height: 80px !important;
}

.logo-container {
  min-width: 80px;
  min-height: 80px;
  display: table;
}

/* payment options page css 05012021*/
/* .VldOnliney {
  display: none;
} */

.error {
  color: red;
}

/* .er-hide {
  display: none;
} */

/* .help-block {
  position: absolute;
  bottom: -13px;
  left: 14px;
  color: red;

} */

.atagopacity {
  opacity: 0.5;
}
.alert-box {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* payment options page css 05012021*/

/* login login page css 0512021*/
.backbuttn {
  width: 50%;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #6c757d;
  text-align: right;
}

.errorLogin {
  display: inline-block;
  color: red;
}

/* login login page css 0512021*/

/* user/welcome page css 06012021*/
.imgsizes {
  height: 80px;
  margin: 0px auto;
  max-width: 100px;
}

.close-arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  color: red;
}

.cmpnlack {
  color: black;
}

.ulwel {
  list-style: none
}

/* user/welcome page css 06012021*/

/* user/forgetpassword page css 06012021*/
.loginBaseforgot {
  max-width: 350px;
  margin: 0 auto;

}
/* 
.minheightforgot {
  min-height: 650px;
} */

/* user/forgetpassword page css 06012021*/
/* user/form page css 06012021*/



.loginBaseform {
  max-width: 470px !important;
  margin: 0 auto;

}

/* .minheightforgot {
  min-height: 650px;
} */

/* user/forgetpassword page css 06012021*/

/* mypiller/company page css 060120228*/
.img-size-company {
  max-width: 85px !important;
  max-height: 85px !important;
}

.tdColor-company {
  background: url('../../web/images/checked.png') no-repeat right 21px;
}

.tdColor-company .activeBorder-company {
  border: 1px solid #2d2929 !important;
  border-radius: 3px;
}

.border-company {
  height: 135px;
}

/* mypiller/company page css 060120228*/
/* create note page css 06012022*/
#reject-error {
  color: red;
}

/* create note page css 06012022*/
/* invoicedtmping/index */
.modal-dialogboxss {
  max-width: 878px !important;
  margin: 1.75rem auto;
}

/* invoicedtmping/index */

/* cat/paymentoptions page */

.VldOnliney {
  display: none!important;
}

/* .error {
  color: red;
} */

.er-hide {
  display: none;
}

/* .datePicker.formDatepicker::after {
  right: 24px !important;
} */

/* cat/paymentoptions page */

/* cat/paymentSlipsserror page */
.maintderror {
  width: 50%;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #6c757d;
  text-align: right;
}

.subtderror {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.tableerror {
  margin: auto;
}

/* cat/paymentSlipsserror page */

/* cat/otpform page */

.cap {
  text-transform: capitalize;
}

/* cat/otpform page */

/* view/site/login page*/
.sitelogin {
  color: #999;
  margin: 1em 0
}

/* view/site/login page*/

/* view/login/otplogin page 070120222*/
.otploginHg {
  height: 100%
}

.bkbtanright {
  text-align: end;
}

.tdOtpcss {
  width: 50%;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #6c757d;
  text-align: right;
}

.div-rightaligmentgs {
  float: right;
  padding-top: 20px;
}

/* view/login/otplogin page 070120222*/

.sellerinvoice_main {
  width: 100%;
  overflow-x: auto;
}

/* UPI verify and cancel button */

.upiFieldInput {
  display: block;
  width: 300px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border: 1px solid #6e6e6e;
  padding: 0px 10px;
}

.upiFieldInput .form-input {
  width: 80%;
  background: none;
  border: none;
  padding: 10px 0px;
  font-size: 14px;
  color: #6a7c92;
  height: auto;
}

.upiFieldInput .form-input:focus {
  outline: none;
}

.upiFieldInput .form-submit {
  font-size: 14px;
  color: #007bff;
  position: absolute;
  right: 10px;
  top: 2px;
  width: auto;
  text-align: right;
  height: 35px;
  border: none;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 8px 0px;
}

.upiholder-name {
  margin: 0px;
  text-transform: uppercase;
  color: #56BC56;
  font-weight: 600;
  letter-spacing: 1px;
}

.correct-icon {
  background: green;
  display: inline-block;
  text-align: center;
  padding: 0px 3px;
  border-radius: 100%;
  color: #fff;
  margin: 5px 10px 0px 5px;
  width: 20px;
}

.wrapContent {
  flex-wrap: wrap;
}

.back-btn {
  margin-top: 2px !important;
}

.security-right {
  color: red;
}

.changepwd {
  max-width: 350px;
  margin: 0 auto;
}

.generate-color {
  color: #0c79fa !important;
}

.query-inst {
  color: darkgray;
  font-style: italic
}

.link-label {
  border: 1px solid #004f9c !important;
  background: #004f9c !important;
  color: white;
  border-radius: 4px;
  padding: 0px 10px;
}

.raise-over:hover {
  background: lightgray;
}

.pay-wel-profile {
  border-radius: 50% !important;
  height: 38px;
  width: 38px;
  padding-top: 10px !important;
  margin-top: -5px;
  font-size: 14px !important;
}

@media (max-width:740px) {
  .pay-payment {
    display: none !important
  }

  .dropdown-toggle::after {
    display: none !important
  }

  .pay-wel-enq {
    position: absolute;
    right: 7px;
    width: 99%
  }
}

@media (max-width:742px) and (min-width:668px) {
  .invoice-pay-wel-profile {
    margin-top: 1px !important
  }
}

.invoice-billers {
  max-height: 540px;
  overflow-y: scroll;
  padding: 10px 0px
}


.app #my-payment-calendar .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    color: #757474;
    font-weight: bold;
}
.amount-down{font-size:22px!important}
#show-less {
  display: inline-block;
}


.fa-home{color:white;font-size: 20px!important;margin-left: -3px;vertical-align: middle;text-align: center;display: table!important;}

.alert-box-height{
  padding: 0.4rem 1.4rem !important;
}
.view-payment-info{
  background-color: #2a71ba;
  cursor: pointer;
}
#view-payment-popup button{
  border:none;
}
#view-payment-popup .modal-header{
  border:none;
}
.grid-view{
  width:100%;
  overflow: auto;
}
.home-other-payment{
  padding-top: 1px;
}
.non-invoice-search input[type="search"]{
  width:70%;
  border:1px solid #ced4da;
  border-radius: 7px;
}
.non-invoice-search{
  height: 33px;
}
.non-invoice-search .fa-search{
  left: -12px;
    top: -25px;
    color:#ced4da;
    float:right;    
}
.non-invoice-sort select{
  padding:9px 0px;
  border-radius: 7px;
  border:1px solid #ced4da;
  background-color: #e9ecef;
  outline:none;
}

.datePicker::after {
  content: ''!important;
  
}
#fromDate,#toDate{
  border-radius: 7px;
  border:1px solid #ced4da;

}
.formDatepicker .fa-calendar{
  left:0px;
  top:-10px;
   cursor:pointer; 
   float: right;
   margin-right: 6px;
   margin-top: -20px;
   position: relative;
   z-index: 2;
}
.highlight{
  border:1px solid #ced4da;
}
.heading{
  background-color: #eeeeee;
}
.previous{
  background-color: gray;
  padding: 8px 17px;
  border-radius: 5px;
}
.minheight{
  min-height:100vh;
}

/* NAACH css start */
.select select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    
}

select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #fff;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.select::after,.select2:after {
    /* content: '\25BC'; */
    content: "\f107";
    font-family: 'FontAwesome',sans-serif;
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    pointer-events: none;
    border-left:1px solid #ced4da;
    padding-top: 3px;
}
.select2::after{
  border-left: none!important;
}
.nach-radio input[type="radio"]{
    height: 20px;
    width:20px;
}
.corporate-use label,.customer-details p:first-child,.corporate-details p:first-child{
    font-size: 16px;
}
.nach-shadow{
    box-shadow:1px 1px 3px 2px lightgray;
    border-radius: 4px;
}
.normal button{
    text-transform: none;
    border-radius: 5px;
}
.details-info{
    right:6px
}
.summary-info{
    right:11px;
}

  .progressbar li:first-child::after{
    content: '';
    width:258px;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 29px;
    top: 11px;
  }
  .progress-check{
    left:-23px;
  }
    .step {
      height: 30px;
      width: 30px;
      border:1px solid gray;
      border-radius: 50%;     
    }
    .conformation-nach .rounded-circle{
        border: 1px solid red;
    box-shadow: -1px 1px 4px 1px #f19595;
    }
	
	.conformation-nach .rounded-circle-success{
        border: 1px solid green;
		box-shadow: -1px 1px 4px 1px #f19595;
		border-radius: 50%;
    }
    
    .nach-main ul li a{
        color:#2a71ba;
    }

.divided,.divided-info {
    display: flex;
    align-items: center;
    /* margin:0 400px; */
  }
  .divided-info{
    margin:0 379px;
  }
  .divider {
    flex-grow: 1;
    border-bottom: 1px solid gray;
    top:-10px;
    /* margin: 5px */
  }
  .disable{
    color:#dee2e6
  }
  .wizard-det{
    left:10px
  }
  .summary-wizard{
    right: 10px;
  }
 .nach-logo img{height: 45px;}

 .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none !important;
 }
 .select2-container .select2-selection--single{
  height: 33px;
  border:1px solid #ced4da;
 }
 .nach-shadow .select2-container .select2-selection--single{
  height: 38px !important;
 }
 .select2-container{
  width:100%!important;
 }
 .select2-container .select2-selection--single .select2-selection__rendered{
  font-size: 16px;
  padding:4px 0px 0px 11px;
 }
 .ui-datepicker-month,.ui-datepicker-year{
  color:black;
 }
 
 input.payee_account_no
{
    -webkit-text-security: disc;
    /* text-security: disc; */
}
 
/* NAACH css end */

  
 .table-border > thead > tr > th ,.table-border > tbody > tr > td{
    border:1px solid black;
  }
/* .login-section{
  min-height: 815px;
} */
.nach-label-color{
  color:#666666!important;
}
.nach-label-value{
  color:#333333!important;
  font-size:16px!important;
}
.nach-note{
  display: grid;
  grid-template-columns: max-content max-content 1fr;
}
.larger{
  height:20px;
  width:20px;
}
.reset-main,.back-corpinfo{
  color: #fff !important;
  border: 0px;
  padding: 5px 20px;
}
.is-invalid ~ .invalid-feedback{ display: block !important}

.nach-shadow #trandtlspayer-captcha{
  font-size: 16px;
}
.nach-shadow .help-block{
  left:0px!important;
}

.heading-logo-size{
  max-width:50px;max-height:50px
}
.category-details{
  color:#f3061c
}

.fetchAtomBank, #verifyAccDetails{
    color: rgb(22, 130, 212);
    Cursor: pointer;
	font-size: 14px;
    font-weight: 500;
}

.downtime-text{
  background-color:#b7a109;
  font-size: large;
}

@media print{
  @page {size: auto;margin:0mm}
}
.downtime-text p {
  -moz-animation: marquee 20s linear infinite;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
}
@-moz-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.fa-clock-o {
  color: #2171ba;
  font-size: 14px;
}

.yes-icon {
    width: 18px; /* Adjust width as needed */
    height: 18px; /* Adjust height as needed */
    background-image: url('../../web/images/yes_icon.ico');
    background-color: #fff;
    background-size: cover; /* Ensures the icon fills the entire space */
    display: inline-block;
	vertical-align: middle; /* Aligns the icon vertically with the text */
    margin-top: 3px; /* Adjust this value as needed to fine-tune the alignment */
}
.fundDescFontSize{
  font-size: 90%;
}


/* mobile upi popup css start */

.mobile-upi .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100vh; /* Full height */
    display: flex;
    align-items: center; /* Center align vertically */
}

.mobile-upi .modal-content {
    border-radius: 0;
    width: 100vw;
    height: auto; /* Adjust height to content */
}

.mobile-upi .modal-body {
    overflow-y: auto; /* Enable vertical scrolling */
    max-height: 70vh; /* Adjust max height to keep the modal within the viewport */
}

.mobile-upi .card {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.mobile-upi .card-body {
    background-color: #f8f9fa;
    padding: 2px;
}

.mobile-upi .accordion-container {
    margin-top: 20px;
    border-radius: 0.25rem;
    padding: 10px;
    background-color: #ffffff;
    width: 100%;
}

.mobile-upi .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
}

.mobile-upi .note-text {
    font-weight: bold;
}

.mobile-upi .modal-content {
    border-radius: 20px 20px 10px 10px;
}

.mobile-upi .imgContainer {
    background-color: #ffffff;
    padding: 2px;
    border-radius: 0.25rem;
    text-align: center;
    flex: 1;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 10px 2px 10px 2px;
}

.mobile-upi .imgContainer img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
}

.mobile-upi .image-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Set accordion header background to white and text to black */
.mobile-upi .accordion .card-header {
    background-color: #ffffff; /* White background */
    color: #000000; /* Black text color */
}

/* Styling for the imgContainer inside the accordion body */
.mobile-upi #collapseOne .imgContainer {
     background-color: #f8f9fa; /* Light grey background */
     box-shadow: none;
}

.mobile-upi .card-header {
    background-color: #ffffff !important; /* Set the card header background color to white */
}

.mobile-upi .card-header::before {
    display: none; /* Hide the pseudo-element */
}

.mobile-upi #accordionCheckbox {
    width: 20px; /* Adjust the width to make it bigger */
    height: 18px; /* Adjust the height to make it bigger */
    margin: 0; /* Remove default margins */
    vertical-align: middle; /* Align checkbox vertically in the center */
    cursor: pointer; /* Change cursor to pointer for better UX */
    position: relative; /* Position adjustment for better alignment */
    margin-left: 10px; /* Space between text and checkbox */
}

/* Center the checkbox and text in the accordion header */
.mobile-upi .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Center-align checkbox with text vertically */
}

/* mobile upi popup css end */