@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/Inter-Thin.ttf") format("truetype"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url("../../fonts/Inter-ExtraLight.ttf") format("truetype"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Inter-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Inter-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Inter-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Inter-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Inter-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/Inter-ExtraBold.ttf") format("truetype"); }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font-size: 14px;
  line-height: normal;
  font-family: "Inter", sans-serif !important;
  color: #000; }

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

select::-ms-expand {
  display: none; }

html, body {
  min-height: 100vh;
  font-family: "Inter", sans-serif !important;
  color: #000;
  background-color: #F2F4F6; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.w-100 {
  width: 100% !important; }

.mt-5 {
  margin-top: 5px; }

.mt-0 {
  margin-top: 0 !important; }

.ml-10 {
  margin-left: 10px; }

.pb-5 {
  padding-bottom: 5px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.input-loader {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 9px;
  border: 2px solid;
  border-color: #004dd2 transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader-block-main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 10050;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }

@-webkit-keyframes animloader14 {
  0% {
    border: 3px solid #004dd2;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    border: 3px solid #004dd2;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes animloader14 {
  0% {
    border: 3px solid #004dd2;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    border: 3px solid #004dd2;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.loader-main {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: #004dd2;
  -webkit-animation: shadowExpandX .8s linear infinite alternate;
  animation: shadowExpandX .8s linear infinite alternate; }

@-webkit-keyframes shadowExpandX {
  0% {
    -webkit-box-shadow: 0 0, 0 0;
    box-shadow: 0 0, 0 0;
    color: rgba(0, 77, 210, 0.2); }
  100% {
    -webkit-box-shadow: -24px 0, 24px 0;
    box-shadow: -24px 0, 24px 0;
    color: rgba(0, 77, 210, 0.8); } }

@keyframes shadowExpandX {
  0% {
    -webkit-box-shadow: 0 0, 0 0;
    box-shadow: 0 0, 0 0;
    color: rgba(0, 77, 210, 0.2); }
  100% {
    -webkit-box-shadow: -24px 0, 24px 0;
    box-shadow: -24px 0, 24px 0;
    color: rgba(0, 77, 210, 0.8); } }

.component-block-item {
  width: 100%; }

.word-break-all {
  word-break: break-all; }

.body-bg {
  background-color: #f5f5f5; }

.container {
  width: 1280px;
  margin: auto; }

.container-sub {
  width: 460px;
  margin: auto; }

.container-bg {
  padding-top: 0; }

.main-content-block {
  min-height: calc(100vh - 365px);
  margin-top: 30px; }

strong {
  font-weight: 600; }

em {
  font-style: normal !important; }

.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .flex-block_align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex-block_space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex-block_justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex-block_justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex-block_align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .flex-block_align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }

.formgroup-flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .formgroup-flexWrapper .form-group {
    margin-left: 15px;
    margin-right: 15px;
    width: 46%; }

.grid-block {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0; }
  .grid-block-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .grid-block-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
  .grid-block-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); }
  .grid-block .form-group {
    width: inherit;
    padding: 0 15px; }

sup {
  color: #ff0000 !important; }

.validation-error {
  font-size: 12px;
  color: #ff0000 !important;
  display: inline-block;
  margin-top: 8px;
  font-weight: 500; }

.error-msg {
  position: absolute;
  font-size: 11px;
  color: #ff0000 !important; }

.has-error .form-control {
  border-color: #ff0000 !important; }

.has-error .input-select {
  border-color: #ff0000 !important; }

.has-error.checkbox-block input + label::before {
  border-color: #ff0000; }

::-webkit-input-placeholder {
  font-size: 13px;
  color: #000; }

:-ms-input-placeholder {
  font-size: 13px;
  color: #000; }

::-ms-input-placeholder {
  font-size: 13px;
  color: #000; }

::placeholder {
  font-size: 13px;
  color: #000; }

textarea {
  resize: none; }

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visibility-none {
  visibility: hidden; }

.block-item {
  display: block !important; }

.lg-block {
  display: block; }

.mob-view-block {
  display: none; }

.lg-view-block {
  display: block; }

.hide {
  display: none; }

.bold {
  font-weight: 600; }

.overflow-hide {
  overflow: hidden; }

.clearfix {
  clear: both;
  display: table; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row-10 {
  margin-left: -10px;
  margin-right: -10px; }

.border-none {
  border: 0 !important; }

.border-bottom-line {
  width: 100%;
  height: 1px;
  background: #cfd0d7;
  margin: 10px 0; }
  .border-bottom-line_bg-none {
    background: transparent; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.align-center {
  text-align: center !important; }

.vertical-m {
  vertical-align: middle !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.margin-none {
  margin: 0 !important; }

.pad-none {
  padding: 0 !important; }

.relative-block {
  position: relative; }

.absolute-block {
  position: absolute; }

.top-navigation {
  overflow: unset !important; }

.main-content {
  padding-top: 80px; }

.overflow-auto {
  overflow-y: auto !important; }

.position-static {
  position: static !important; }

.link {
  font-size: 13px;
  font-weight: 600;
  color: #004dd2;
  text-decoration: underline;
  cursor: pointer; }

.line {
  height: 1px;
  width: 100%;
  background: #f1f1f1; }

.heading1 {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  color: #10192D; }
  .heading1.page-main-heading {
    margin-bottom: 18px; }
    .heading1.page-main-heading .patient-details {
      float: right; }
      .heading1.page-main-heading .patient-details .name {
        margin-bottom: 2px;
        font-size: 16px;
        font-weight: 600;
        text-align: right; }
      .heading1.page-main-heading .patient-details .mail {
        font-size: 13px;
        font-weight: 500;
        text-align: right; }

.heading2 {
  margin: 12px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  color: #10192D; }

.heading-block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .heading-block-flex .head {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: inline-block; }

.nodata-wrapper .data-block {
  margin: 10px 0 15px;
  padding: 130px 0;
  text-align: center;
  border-radius: 6px;
  background: #f9f9fb; }
  .nodata-wrapper .data-block .heading2 {
    margin: 12px 0 5px; }
  .nodata-wrapper .data-block p {
    font-size: 13px; }

.tooltip-wrap {
  position: relative;
  line-height: 0; }
  .tooltip-wrap.icon-tooltip .tooltip-content {
    max-width: 145px !important;
    min-width: 60px !important;
    width: inherit !important;
    text-align: left !important; }
  .tooltip-wrap .tooltip-content {
    display: none;
    position: absolute;
    font-size: 12px;
    right: -5px;
    padding: 10px 12px;
    bottom: 27px;
    color: #000;
    width: 335px;
    word-break: break-word;
    line-height: 18px;
    text-align: left;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #dadbe2;
    background-color: #f1f6ff;
    border-radius: 6px; }
    .tooltip-wrap .tooltip-content:before {
      content: '';
      width: 7px;
      height: 7px;
      background: #f1f6ff;
      bottom: -3px;
      position: absolute;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 10px;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
    .tooltip-wrap .tooltip-content span {
      color: #fff; }
  .tooltip-wrap:hover .tooltip-content, .tooltip-wrap:focus .tooltip-content {
    display: block; }

input::-ms-reveal,
input::-ms-clear {
  display: none; }

.status-indication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .status-indication span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ddd; }
    .status-indication span::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 5px;
      background: #000; }
  .status-indication.suspended span {
    background: #fdefeb; }
    .status-indication.suspended span::before {
      background: #f09233; }
  .status-indication.paid span, .status-indication.success span, .status-indication.active span {
    background: #e6fcd2; }
    .status-indication.paid span::before, .status-indication.success span::before, .status-indication.active span::before {
      background: #00aa31; }

.timeout-popup .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh; }

.timeout-popup .modal-content {
  width: 50%; }

.timeout-popup .modal-body {
  text-align: center; }
  .timeout-popup .modal-body h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 14px 0 10px; }
  .timeout-popup .modal-body p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500 !important; }

.timeout-popup .btn-wrap-footer {
  text-align: center;
  border: 0;
  margin: 0;
  padding: 10px 0 50px; }

.nodata-wrapper .message-block {
  padding: 120px 50px;
  margin: 20px 0; }
  .nodata-wrapper .message-block .heading_block {
    margin: 4px 0 8px; }
  .nodata-wrapper .message-block p {
    font-size: 14px;
    font-weight: normal; }

.pagenation-custom {
  border-top: 1px solid #cfd0d7;
  margin-top: 20px;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .pagenation-custom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: 0 !important; }
  .pagenation-custom .records-numb {
    font-size: 13px;
    color: #555B69; }
  .pagenation-custom .page-item {
    padding: 4px 10px;
    margin: 0 1px;
    border-radius: 8px;
    cursor: pointer; }
    .pagenation-custom .page-item.disabled {
      cursor: default !important; }
      .pagenation-custom .page-item.disabled a {
        opacity: .3 !important;
        cursor: default !important; }
    .pagenation-custom .page-item:hover {
      background: #004dd2; }
      .pagenation-custom .page-item:hover a {
        color: #fff; }
    .pagenation-custom .page-item.active {
      background: #004dd2; }
      .pagenation-custom .page-item.active a {
        color: #fff; }
    .pagenation-custom .page-item.next-btn {
      background: #edf4ff;
      margin-left: 8px;
      cursor: pointer; }
      .pagenation-custom .page-item.next-btn:hover {
        background: #E9F1FF; }
    .pagenation-custom .page-item.previous-btn {
      background: #edf4ff;
      margin-right: 8px;
      cursor: pointer; }
      .pagenation-custom .page-item.previous-btn:hover {
        background: #E9F1FF; }
  .pagenation-custom a {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
    color: #000; }

.custom-scroll {
  padding-left: 4px !important;
  scrollbar-width: thin; }

.custom-scroll::-webkit-scrollbar {
  width: 10px !important;
  border-radius: 999px;
  background-color: #e6ebf8; }

.custom-scroll::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #7C7C7C;
  position: relative;
  left: 20px; }

.custom-scroll::-webkit-scrollbar-thumb:hover {
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #7C7C7C; }

.animation-slideRight {
  -webkit-animation: .6s ease-out 0s 1 slideInRight;
  animation: .6s ease-out 0s 1 slideInRight; }

.animation-slideLeft {
  -webkit-animation: .6s ease-out 0s 1 slideInLeft;
  animation: .6s ease-out 0s 1 slideInLeft; }

.animation-slideTop {
  -webkit-animation: .6s ease-out 0s 1 slideInTop;
  animation: .6s ease-out 0s 1 slideInTop; }

.animation-fadeTop {
  -webkit-animation: .6s fadeInTop 1 ease-in both;
  animation: .6s fadeInTop 1 ease-in both; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInTop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInTop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (max-width: 992px) {
  .mob-view-block {
    display: block; }
  .lg-view-block {
    display: none; } }

.processing-popup-wrap {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(253, 253, 253, 0.7);
  -webkit-box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh; }

.processing-popup {
  background: #fff;
  width: 45%;
  padding: 55px 90px;
  border: 1px solid #d3cdcd;
  border-radius: 6px; }
  .processing-popup .head {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 8px 0 15px; }
  .processing-popup p {
    text-align: center;
    font-size: 14px;
    line-height: 24px; }

.loader-block-a {
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ccc;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear; }

.main-loader-a {
  width: 48px;
  height: 48px;
  border: 5px solid #ddd;
  border-bottom-color: #004dd2;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite; }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

.app-sidebar {
  width: 215px;
  height: 100vh;
  border-right: 1px solid #C8D2D9;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #F0F5F9; }
  .app-sidebar ul {
    margin: 0 8px;
    padding-top: 15px; }
    .app-sidebar ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 15px;
      height: 45px;
      font-size: 14px;
      font-weight: 600;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-left: 3px solid #F0F5F9 !important;
      color: #191E22;
      cursor: pointer; }
      .app-sidebar ul li .svg-icon {
        margin-right: 10px; }
      .app-sidebar ul li:last-child {
        margin-bottom: 0; }
      .app-sidebar ul li.active {
        background: #fff;
        color: #004dd2;
        border-left: 3px solid #004DD2 !important;
        -webkit-box-shadow: 1px 1px 4px RGBA(0, 0, 0, 0.05);
        box-shadow: 1px 1px 4px RGBA(0, 0, 0, 0.05); }
        .app-sidebar ul li.active .svg-icon .svg-fill {
          fill: #004dd2; }
        .app-sidebar ul li.active .svg-icon .svg-stroke {
          stroke: #004dd2; }
        .app-sidebar ul li.active .svg-icon-default {
          display: none; }
        .app-sidebar ul li.active .svg-icon-hover {
          display: block; }
      .app-sidebar ul li .svg-icon-hover {
        display: none; }

@media (max-width: 992px) {
  .app-sidebar {
    display: none; } }

@-webkit-keyframes slide {
  0% {
    margin-top: -1500px; }
  100% {
    margin-top: 0px; } }

@keyframes slide {
  0% {
    margin-top: -1500px; }
  100% {
    margin-top: 0px; } }

.app-header {
  text-align: center; }
  .app-header .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #2A4999; }
    .app-header .info .svg-icon {
      margin-right: 14px; }
  .app-header .amtPay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 80px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid RGB(217, 225, 232);
    background: #fff;
    color: #002664;
    -webkit-box-shadow: 0 2px 4px 0 #00000012;
    box-shadow: 0 2px 4px 0 #00000012; }

.form-group {
  margin-bottom: 26px;
  position: relative; }
  .form-group .validation-msg {
    position: absolute;
    bottom: -16px;
    left: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #ff0000; }
  .form-group-infoIcon .password-icon {
    right: 38px !important; }
  .form-group.password-show .cross-line {
    display: none; }
  .form-group .password-icon {
    position: absolute;
    right: 12px; }
  .form-group.l2 label {
    position: absolute;
    top: 9px;
    left: 15px;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    pointer-events: none; }
  .form-group.l2 input:focus ~ label {
    font-size: 14px;
    opacity: 0; }
  .form-group.disabled .form-control {
    cursor: not-allowed;
    pointer-events: none;
    background: #f4f4f8; }
  .form-group.form-group-tc {
    position: relative; }
    .form-group.form-group-tc .error-msg {
      position: absolute;
      bottom: 3px;
      left: 30px; }
  .form-group .readonly-field {
    background: #ebebeb; }

.select-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .select-field .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px; }
  .select-field .arrow-icon {
    position: absolute;
    right: 12px;
    top: 17px;
    bottom: inherit !important;
    cursor: pointer; }
  .select-field .custom-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../images/icons/arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%; }

label {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal; }

.form-control {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 2.5rem;
  border-radius: 6px;
  padding: 0 0.938rem;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #fff;
  border: 1px solid #4F555D;
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .form-control.error {
    border: 1px solid #da2300; }
    .form-control.error:focus {
      -webkit-box-shadow: 0 0 0 1.5px #ffe4e4, 0 0 0 0.5px #ef3b19, inset 0 0 0 0.5px #ef3b19;
      box-shadow: 0 0 0 1.5px #ffe4e4, 0 0 0 0.5px #ef3b19, inset 0 0 0 0.5px #ef3b19; }
  .form-control-password {
    padding: 0 2.7rem 0 0.938rem; }
  .form-control:focus {
    -webkit-box-shadow: 0 0 0 1.5px #c4d9ff, 0 0 0 0.5px #004dd2, inset 0 0 0 0.5px #004dd2;
    box-shadow: 0 0 0 1.5px #c4d9ff, 0 0 0 0.5px #004dd2, inset 0 0 0 0.5px #004dd2;
    outline: none; }
  .form-control.has-error {
    border-color: #da2300;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control.has-success {
    border-color: #009220;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background: #f4f4f8; }

.date-field {
  position: relative; }
  .date-field .form-control {
    padding-right: 30px; }
  .date-field .svg-icon {
    position: absolute;
    right: 13px;
    top: 10px;
    width: 16px;
    height: 17px;
    cursor: pointer; }

.filter-row {
  margin-left: -10px;
  margin-right: -10px; }

.filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px; }
  .filter-block-advanced {
    max-width: 72%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .filter-block-advanced .form-group {
      width: inherit !important; }
  .filter-block.row {
    margin-left: -10px;
    margin-right: -10px; }
  .filter-block .form-group {
    margin: 0 10px;
    width: 200px; }
    .filter-block .form-group .form-control {
      height: 40px; }
  .filter-block .search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    padding: 0 15px;
    margin-left: 10px;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background: #004dd2;
    cursor: pointer; }
    .filter-block .search-button svg:hover {
      -webkit-animation: search-icon 2s ease infinite;
      animation: search-icon 2s ease infinite; }

@-webkit-keyframes search-icon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes search-icon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.floating-label-content {
  position: relative;
  margin-bottom: 20px; }

.floating-label {
  position: absolute;
  left: 15px;
  top: 9px;
  padding: 0 5px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  pointer-events: none;
  background: #fff;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.floating-input, .floating-select {
  font-size: 12px;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .floating-input:focus, .floating-select:focus {
    outline: none; }
    .floating-input:focus ~ .floating-label, .floating-select:focus ~ .floating-label {
      top: -8px;
      font-size: 13px; }

select.floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.floating-select::-ms-expand {
  display: none; }

.floating-input:not(:placeholder-shown) ~ .floating-label {
  top: -8px;
  font-size: 13px; }

.floating-select:not([value=""]):valid ~ .floating-label {
  top: -8px;
  font-size: 13px; }

.floating-select[value=""]:focus ~ .floating-label {
  top: 11px;
  font-size: 13px; }

.app-main-content .form-flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .app-main-content .form-flex-block .form-group {
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.app-main-content .form-group-flex-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .app-main-content .form-group-flex-field .flex-item {
    margin: 0 10px;
    width: 100%; }
    .app-main-content .form-group-flex-field .flex-item .form-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .app-main-content .form-group-flex-field .radioBtn-block {
    margin: 8px 30px 0 10px; }

.app-main-content .form-group .checkbox-block.v-center-checkbox {
  position: relative;
  top: 34px; }

.app-main-content .form-group .fieldIcon-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .app-main-content .form-group .fieldIcon-wrap .field-icon.svg-icon_block {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 12px;
    height: 40px;
    top: 0; }
  .app-main-content .form-group .fieldIcon-wrap .form-control {
    padding-right: 34px; }

.custom-toster-wrp {
  position: fixed;
  top: 22px;
  right: 20px;
  display: table;
  width: 380px;
  min-height: 74px;
  z-index: 10051;
  -webkit-animation-name: scale-effect;
  animation-name: scale-effect;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s; }
  .custom-toster-wrp .alert-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize; }
  .custom-toster-wrp .alert-popup-msg {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px !important; }
  .custom-toster-wrp .flex_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .custom-toster-wrp .text-block {
    position: relative;
    top: -2px; }
  .custom-toster-wrp .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 42px 14px 15px;
    border-left: 4px solid #ddd;
    border: solid 1px #ceced7;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07); }
    .custom-toster-wrp .content-box p {
      line-height: normal; }
    .custom-toster-wrp .content-box .icon-block {
      width: 55px;
      height: 55px;
      margin-right: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-animation: zoom-in-zoom-out 3s ease infinite;
      animation: zoom-in-zoom-out 3s ease infinite; }

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
  .custom-toster-wrp .close-icon {
    position: absolute;
    right: 15px;
    cursor: pointer;
    -webkit-transition: opacity .50s, -webkit-transform .25s;
    transition: opacity .50s, -webkit-transform .25s;
    -o-transition: transform .25s, opacity .50s;
    transition: transform .25s, opacity .50s;
    transition: transform .25s, opacity .50s, -webkit-transform .25s;
    opacity: .5; }
    .custom-toster-wrp .close-icon:hover {
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      opacity: 1; }
  .custom-toster-wrp.success .content-box {
    border-left: 4px solid #00aa31 !important; }
  .custom-toster-wrp.success .icon-block {
    background-image: url("../../images/icons/toster-success.svg"); }
  .custom-toster-wrp.error .content-box {
    border-left: 4px solid #ec6766 !important; }
  .custom-toster-wrp.error .icon-block {
    background-image: url("../../images/icons/toster-error.svg"); }
  .custom-toster-wrp.info .content-box {
    border-left: 4px solid #4470eb !important; }
  .custom-toster-wrp.info .icon-block {
    background-image: url("../../images/icons/toster-info.svg"); }
  .custom-toster-wrp.warning .content-box {
    border-left: 4px solid #ef9336 !important; }
  .custom-toster-wrp.warning .icon-block {
    background-image: url("../../images/icons/toster-warning.svg"); }

@media (max-width: 992px) {
  .custom-toster-wrp {
    right: 10px;
    max-width: 320px;
    min-width: 320px; }
    .custom-toster-wrp .content-box {
      padding: 10px 26px 10px 10px; }
      .custom-toster-wrp .content-box .icon-block {
        width: 46px;
        height: 46px;
        margin-right: 14px; }
      .custom-toster-wrp .content-box .text-block .alert-heading {
        font-size: 13px; }
      .custom-toster-wrp .content-box .text-block p {
        font-size: 12px; } }

.btn-wrap-footer {
  width: 100%;
  text-align: right;
  margin-top: 24px;
  padding-top: 10px;
  border-top: 0px solid #4F555D; }
  .btn-wrap-footer .btn {
    min-width: 120px;
    height: 40px;
    margin-left: 15px; }

.btn-block {
  margin-top: 32px; }
  .btn-block-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .btn-block-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .btn-block-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .btn-block .btn {
    margin-right: 9px;
    margin-left: 9px; }

.btn {
  position: relative;
  min-width: 100px;
  height: 36px;
  padding: 10px 8px;
  border: 1px solid;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 0;
  letter-spacing: -0.24px;
  font-family: "Inter", sans-serif;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .btn-h2 {
    height: 44px;
    min-width: 140px; }
  .btn-w2 {
    height: 44px;
    min-width: 140px; }
  .btn-full {
    width: 100%; }
  .btn--primary {
    background: #004dd2;
    color: #fff;
    border-color: #004dd2; }
    .btn--primary:hover {
      background-color: #00399c;
      color: #fff;
      border-color: #00399c; }
    .btn--primary:focus {
      background-color: #19316b;
      color: #fff;
      border-color: #19316b; }
    .btn--primary.disabled {
      background-color: #aab7ce;
      color: #fff;
      border-color: #aab7ce;
      cursor: not-allowed;
      pointer-events: none; }
  .btn--secondary {
    background: #fff;
    color: #004dd2;
    border-color: #004dd2; }
    .btn--secondary:hover {
      background-color: #e7f0ff;
      color: #00399c;
      border-color: #00399c; }
    .btn--secondary:focus {
      background-color: #d9e8fe;
      color: #19316b;
      border-color: #19316b; }
    .btn--secondary.disabled {
      background-color: #fff;
      color: #8c9bb5;
      border-color: #8c9bb5;
      cursor: not-allowed;
      pointer-events: none; }
  .btn--negative {
    background: #fff;
    color: #19316b;
    border-color: #19316b; }
    .btn--negative:hover {
      background-color: #e8e8e8;
      color: #19316b;
      border-color: #19316b; }
    .btn--negative:focus {
      background-color: #dfdfdf;
      color: #0b1733;
      border-color: #0b1733; }
    .btn--negative.disabled {
      background-color: #b1bbcd;
      color: #8c9bb5;
      border-color: #8c9bb5;
      cursor: not-allowed;
      pointer-events: none; }
  .btn-applePay {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #000;
    border-color: #000; }
    .btn-applePay .svg-icon {
      width: 18px;
      height: 18px;
      margin-right: 3px;
      position: relative;
      top: -2px; }
    .btn-applePay span {
      color: #fff;
      font-size: 15px;
      letter-spacing: 0.5px; }
    .btn-applePay:hover {
      background-color: #000;
      color: #fff;
      border-color: #000; }
    .btn-applePay:focus {
      background-color: #000;
      color: #fff;
      border-color: #000; }
  .btn-carecredit {
    background: none;
    border: 0;
    line-height: 0; }

.btn-block-l2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0; }

.btn-l2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 28px;
  margin-left: 15px;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  border: 0;
  border-radius: 6px;
  color: #004dd2;
  background: #f9fcff;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  min-height: 40px;
  cursor: pointer; }
  .btn-l2:hover {
    background: #e7f0ff; }
  .btn-l2 span {
    color: #004dd2;
    font-size: 13px; }
  .btn-l2 svg {
    position: relative;
    left: -6px; }

.toggle-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .toggle-switch .data {
    margin: 0 0 0 10px; }
  .toggle-switch input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    width: 36px;
    height: 20px;
    background: #ccc;
    border-radius: 10.5px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .toggle-switch input:checked[type="checkbox"] {
    background: #004dd2; }
  .toggle-switch input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .toggle-switch input:checked[type="checkbox"]::after {
    left: 50%; }

.table-block {
  margin-top: 15px; }
  .table-block-accordion-wrapper {
    border: 1px solid #dadbe2;
    border-radius: 6px; }
    .table-block-accordion-wrapper .table {
      border-top: 1px solid #f1f1f1; }
    .table-block-accordion-wrapper tr {
      border-bottom: 1px solid #f1f1f1; }
    .table-block-accordion-wrapper tbody tr:last-child {
      border-bottom: 0; }
  .table-block .table-accordion-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 36px 18px;
    position: relative; }
    .table-block .table-accordion-head .c-name {
      font-size: 16px;
      font-weight: 600; }
    .table-block .table-accordion-head .arrow-icon {
      position: absolute;
      left: 14px; }
  .table-block.table-style-2 {
    background: #F0F5F9;
    border: 1px solid #C8D2D9;
    padding: 8px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px; }
    .table-block.table-style-2 tr {
      border-bottom: 0; }
      .table-block.table-style-2 tr th {
        padding: 6px 12px;
        font-weight: 600;
        background: transparent !important; }
      .table-block.table-style-2 tr td {
        padding: 6px 12px; }

.table {
  width: 100%;
  border: 0;
  table-layout: unset;
  border-collapse: collapse;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .table.border-radius-none th:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .table.border-radius-none th:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .table th {
    position: relative;
    padding: 14px 12px;
    font-size: 13px;
    font-weight: 500;
    word-break: break-word !important;
    border: 0;
    line-height: normal !important;
    vertical-align: baseline;
    background: #f9f9fb !important; }
    .table th:first-child {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      padding-left: 18px; }
    .table th:last-child {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
  .table td:first-child {
    padding-left: 18px; }
  .table tbody tr {
    border-bottom: 1px solid #f1f1f1; }
  .table tbody .f-total-amount {
    position: absolute;
    bottom: -42px;
    right: 12px;
    font-size: 16px;
    font-weight: 600;
    display: none; }
  .table tbody tr:last-child .f-total-amount {
    display: block; }
  .table td {
    position: relative;
    vertical-align: middle;
    padding: 13px 12px;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 0;
    border-top: 0; }
    .table td .icon-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .table td .icon-block li {
        cursor: pointer;
        padding: 2px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .table td .form-group {
      margin: 0; }
      .table td .form-group .form-control {
        width: 90%;
        float: right;
        text-align: right;
        height: 34px;
        font-size: 14px; }
  .table th, .table td {
    text-align: left;
    color: #000;
    letter-spacing: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    word-break: break-all; }

.radioBtn-block {
  position: relative;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  /* styled radio */
  /* checked */
  /* focused */ }

.radioBtn-block label {
  padding-left: 30px;
  line-height: 26px; }

.radioBtn-block input {
  height: 1.125rem;
  width: 1.5rem;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer; }

.radioBtn-block input + label::before {
  border: 1px solid #cfd0d7;
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 20px;
  width: 20px;
  top: 3px;
  left: 1px;
  position: absolute; }

.radioBtn-block input + label::after {
  cursor: pointer;
  content: '';
  opacity: 0;
  background-image: url("../../images/icons/radio-btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 3px;
  left: 1px;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.radioBtn-block-sm input + label::before {
  border: 1px solid #cfd0d7;
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 18px;
  width: 18px;
  top: 3px;
  left: 1px;
  position: absolute; }

.radioBtn-block-sm input + label::after {
  cursor: pointer;
  content: '';
  opacity: 0;
  background-image: url("../../images/icons/radio-btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 3px;
  left: 1px;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.radioBtn-block input:checked + label::before {
  border: 0; }

.radioBtn-block input:checked + label::after {
  opacity: 1; }

.radioBtn-block input:focus + label::before {
  outline: 2px solid #bfdeee; }

.checkbox-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin-bottom: 5px;
  /* styled checkbox */
  /* checked */
  /* focused */ }
  .checkbox-block.input-label-checkbox {
    margin-bottom: 8px; }

.checkbox-block label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 0;
  line-height: normal; }

.checkbox-block input {
  height: 1.125rem;
  width: 1.5rem;
  top: inherit;
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer; }

.checkbox-block input + label .check-icon::before {
  border: 1px solid #4F555D;
  background: #fff;
  border-radius: 3px;
  content: '';
  height: 20px;
  width: 20px;
  top: inherit;
  left: 0;
  margin-top: -1px;
  position: absolute;
  cursor: pointer; }

.checkbox-block input + label .check-icon::after {
  cursor: pointer;
  content: '';
  opacity: 0;
  background-image: url("../../images/icons/checkbox-checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  height: 22px;
  width: 22px;
  position: absolute;
  top: inherit;
  left: 0px;
  margin-top: -1px;
  border-radius: 3px; }

.checkbox-block input:checked + label .check-icon::after {
  opacity: 1; }

.checkbox-block input:checked + label .check-icon::before {
  opacity: 0; }

.checkbox-block input:focus + label .check-icon::before {
  outline: 2px solid #bfdeee; }

.check-icon {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  top: inherit;
  left: 0;
  z-index: 1;
  margin-top: 0px;
  margin-right: 10px; }

.svg-icon_pointer {
  cursor: pointer; }
  .svg-icon_pointer:hover .svg-stroke, .svg-icon_pointer:focus .svg-stroke {
    stroke: #004dd2; }
  .svg-icon_pointer:hover .svg-fill, .svg-icon_pointer:focus .svg-fill {
    fill: #004dd2; }

.svg-icon_arrow-sm-right {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.svg-icon.field-icon {
  position: absolute;
  right: 10px;
  bottom: 9px; }

.svg-icon.cursor {
  cursor: pointer; }

.ag-cell-value .icon-flex-wrap .icon {
  margin-right: 10px; }
  .ag-cell-value .icon-flex-wrap .icon:last-child {
    margin-right: 0; }

.icon-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .icon-flex-wrap .svg-icon {
    margin-right: 10px; }
    .icon-flex-wrap .svg-icon:last-child {
      margin-right: 0; }

.note-icon {
  position: relative; }
  .note-icon .note-notification {
    width: 7px;
    height: 7px;
    background: #004dd2;
    border-radius: 12px;
    position: absolute;
    border: 2px solid #fff;
    right: 5px;
    top: -4px; }

.close {
  font-family: "Inter", sans-serif;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  float: right;
  position: absolute;
  right: 14px;
  top: 21px;
  z-index: 9; }
  .close span {
    font-size: 32px;
    line-height: 26px; }

.modal-footer .btn-wrap-footer {
  padding: 0 0 45px;
  text-align: center;
  border: 0;
  margin: 0; }

.modal .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -webkit-transition: opacity .50s, -webkit-transform .25s;
  transition: opacity .50s, -webkit-transform .25s;
  -o-transition: transform .25s, opacity .50s;
  transition: transform .25s, opacity .50s;
  transition: transform .25s, opacity .50s, -webkit-transform .25s; }
  .modal .close:hover {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: 1; }

.svg-icon-close {
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 9;
  -webkit-transition: opacity .50s, -webkit-transform .25s;
  transition: opacity .50s, -webkit-transform .25s;
  -o-transition: transform .25s, opacity .50s;
  transition: transform .25s, opacity .50s;
  transition: transform .25s, opacity .50s, -webkit-transform .25s; }
  .svg-icon-close:hover {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: 1; }

.modal-open {
  overflow: hidden; }

.modal {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(253, 253, 253, 0.7); }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #cfd0d7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.09);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  font-size: 22px;
  font-weight: 600 !important;
  position: relative;
  color: #10192D;
  padding: 22px 50px 18px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  min-height: 16.42857143px; }
  .modal-header .line {
    width: 50px;
    height: 3px;
    background: #3153aa;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 44px 50px 32px; }

.TC-popup .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: baseline;
  margin-top: 40px;
  height: auto; }
  .TC-popup .modal-dialog p {
    line-height: 22px;
    margin-bottom: 20px; }

.TC-popup .modal-content {
  width: 80%; }

.TC-popup .scroll-block {
  max-height: 280px;
  overflow: auto; }

@media (max-width: 1400px) {
  .advance-search-popup .modal-dialog {
    width: 48%; }
  .advance-search-popup .accordion-block .form-group {
    width: 30%; } }

@media (max-width: 1330px) {
  .advance-search-popup .modal-dialog {
    width: 65%; } }

.edit-plan-popup .head {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #00399c; }

.edit-plan-popup .filter-block .form-group {
  width: 30%; }

.edit-plan-popup .filter-block .add-number span.min {
  background: #f9f9fb;
  width: 48px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: -1px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #00399c;
  border: 1px solid #cfd0d7;
  cursor: pointer; }

.edit-plan-popup .filter-block .add-number span.plus {
  background: #f9f9fb;
  width: 48px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 25px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #00399c;
  border: 1px solid #cfd0d7;
  cursor: pointer; }

.edit-plan-popup .filter-block .add-number .form-control {
  padding: 0 48px;
  text-align: center; }

.edit-plan-popup .table-block th {
  padding: 18px 18px; }

.edit-plan-popup .table-block td {
  padding: 14px 18px; }

.edit-plan-popup .table-block tfoot td {
  font-size: 20px;
  font-weight: 600; }

.rightSlide-test {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 999; }
  .rightSlide-test.in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .rightSlide-test.in .modal-background {
      background: rgba(0, 0, 0, 0);
      -webkit-animation: fadeIn .6s ease-in-out forwards;
      animation: fadeIn .6s ease-in-out forwards; }
      .rightSlide-test.in .modal-background .modal-dialog {
        -webkit-transform: translateX(1500px);
        -ms-transform: translateX(1500px);
        transform: translateX(1500px);
        -webkit-animation: roadRunnerIn .6s ease-in-out forwards;
        animation: roadRunnerIn .6s ease-in-out forwards; }
    .rightSlide-test.in.out {
      -webkit-animation: quickScaleDown 0s .4s linear forwards;
      animation: quickScaleDown 0s .4s linear forwards; }
      .rightSlide-test.in.out .modal-background {
        -webkit-animation: fadeOut 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: fadeOut 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        .rightSlide-test.in.out .modal-background .modal-dialog {
          -webkit-animation: roadRunnerOut 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: roadRunnerOut 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }

@-webkit-keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.7); } }

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.7); } }

@-webkit-keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7); }
  100% {
    background: rgba(0, 0, 0, 0); } }

@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7); }
  100% {
    background: rgba(0, 0, 0, 0); } }

@-webkit-keyframes roadRunnerIn {
  0% {
    -webkit-transform: translateX(1500px) scaleX(1.3);
    transform: translateX(1500px) scaleX(1.3); }
  100% {
    -webkit-transform: translateX(0px) scaleX(1);
    transform: translateX(0px) scaleX(1); } }

@keyframes roadRunnerIn {
  0% {
    -webkit-transform: translateX(1500px) scaleX(1.3);
    transform: translateX(1500px) scaleX(1.3); }
  100% {
    -webkit-transform: translateX(0px) scaleX(1);
    transform: translateX(0px) scaleX(1); } }

@-webkit-keyframes roadRunnerOut {
  0% {
    -webkit-transform: translateX(0px) scaleX(1);
    transform: translateX(0px) scaleX(1); }
  100% {
    -webkit-transform: translateX(1500px) scaleX(1.3);
    transform: translateX(1500px) scaleX(1.3); } }

@keyframes roadRunnerOut {
  0% {
    -webkit-transform: translateX(0px) scaleX(1);
    transform: translateX(0px) scaleX(1); }
  100% {
    -webkit-transform: translateX(1500px) scaleX(1.3);
    transform: translateX(1500px) scaleX(1.3); } }

@-webkit-keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  99.9% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  99.9% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

.nav-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CFD4DB;
  margin-bottom: 18px; }
  .nav-tab ul li {
    padding: 8px 21px;
    font-weight: 500;
    cursor: pointer; }
    .nav-tab ul li.active {
      border-bottom: 3px solid #004DD2;
      color: #004DD2; }

.app-container-main {
  width: 1080px;
  margin-top: 30px;
  margin-bottom: 60px; }

.app-body-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #4F555D;
  border-radius: 8px;
  background-color: #fff; }

.app-main-content {
  width: 100%;
  margin: 30px 50px;
  word-wrap: break-word; }
  .app-main-content.nodata {
    margin: 5px 15px; }

.card-accepted-infoMsg {
  text-align: right;
  margin: 0 0 20px; }
  .card-accepted-infoMsg p {
    padding: 8px 25px;
    border: 1px solid #ff2a2a;
    background: #fff6f6;
    border-radius: 4px;
    color: #ff2a2a;
    font-weight: 600;
    display: inline-block; }

.creditCard-wrapper p.note {
  margin: 22px 0 22px;
  line-height: 24px; }

.creditCard-wrapper .form-group .cardType {
  background: #ebebeb; }

.creditCard-wrapper .form-group.cardType {
  background: #ebebeb; }

.creditCard-wrapper .form-group-flex-field .col {
  width: 100%;
  margin: 0 10px; }
  .creditCard-wrapper .form-group-flex-field .col .select-field.flex-item {
    margin: 0 0px; }

.frequentlyUsed-wrapper .frequentlyUsed-cards {
  margin-bottom: 25px;
  border: 1px solid #4F555D;
  border-radius: 4px;
  background: #F0F5F9; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards-collaps {
    margin: 22px 16px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards-collaps .head {
      font-size: 15px;
      font-weight: 600;
      color: #042F57; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .card-list {
    margin: 20px 25px;
    padding: 0 8px;
    max-height: 300px;
    overflow: auto; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .col:first-child .radioBtn-block input:checked + label::after {
    top: -1px;
    height: 20px;
    width: 20px;
    background: url(../../images/icons/radiobtn-checked.svg); }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .col:first-child .radioBtn-block input:checked + label::before {
    top: -1px;
    height: 20px;
    width: 20px; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .col:first-child .radioBtn-block input + label::before, .frequentlyUsed-wrapper .frequentlyUsed-cards .col:first-child .radioBtn-block input + label::after {
    top: -1px;
    height: 20px;
    width: 20px; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .col:last-child .cardHolder-name {
    text-align: right; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 30px;
    height: 70px;
    margin-bottom: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards li:last-child {
      margin-bottom: 0; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards li.selected {
      border: solid 1px #3153aa;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .cardHolder-name {
    font-weight: 600; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .card-icon {
    width: 34px;
    height: 22px;
    margin: 0 20px; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards .card-icon-visa {
      background: url(../../images/icons/card-visa-sm.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards .card-icon-master {
      background: url(../../images/icons/card-master-sm.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards .card-icon-bank {
      background: url(../../images/icons/card-bank-sm.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards .card-icon-amex {
      background: url(../../images/icons/card-amex.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards .card-icon-disc {
      background: url(../../images/icons/card-discover.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards .card-icon-cup {
      background: url(../../images/icons/card-cup.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards .card-icon-up {
      background: url(../../images/icons/card-up.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards .card-icon-diners {
      background: url(../../images/icons/card-diners.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .frequentlyUsed-wrapper .frequentlyUsed-cards .card-icon-jcb {
      background: url(../../images/icons/card-jcb.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .card-type {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 400;
    text-align: right; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .card-no {
    font-weight: 500;
    text-align: right; }

.frequentlyUsed-wrapper .btn-wrap-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end; }

.frequentlyUsed-wrapper .note {
  margin-bottom: 38px;
  line-height: 24px; }

.frequentlyUsed-wrapper-paymentConfirm .infoMsg-top {
  font-size: 16px;
  text-align: center;
  margin: 20px 0 24px;
  margin-bottom: 28px;
  font-weight: 600;
  color: #2A4999; }

.frequentlyUsed-wrapper-paymentConfirm .table-style-2 {
  padding-bottom: 0;
  margin-bottom: 35px; }

.frequentlyUsed-wrapper-paymentConfirm .table-block {
  margin-bottom: 10px; }

.frequentlyUsed-wrapper-paymentConfirm .table th {
  padding: 20px 12px;
  background: #F9F9FB !important; }
  .frequentlyUsed-wrapper-paymentConfirm .table th.disc {
    width: 45%; }
  .frequentlyUsed-wrapper-paymentConfirm .table th.disc-ebrs {
    width: 30%; }

.frequentlyUsed-wrapper-paymentConfirm .table td {
  word-break: break-word; }

.frequentlyUsed-wrapper-paymentConfirm .total {
  padding: 12px 12px;
  margin-top: -1px;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1; }
  .frequentlyUsed-wrapper-paymentConfirm .total ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 12px; }
    .frequentlyUsed-wrapper-paymentConfirm .total ul li {
      font-size: 14px;
      font-weight: 500; }
      .frequentlyUsed-wrapper-paymentConfirm .total ul li:first-child {
        width: 150px;
        text-align: left; }
      .frequentlyUsed-wrapper-paymentConfirm .total ul li:last-child {
        width: 150px;
        text-align: right; }
    .frequentlyUsed-wrapper-paymentConfirm .total ul:last-child {
      margin-bottom: 0; }

.frequentlyUsed-wrapper-paymentConfirm .total-amt {
  padding: 12px 12px; }
  .frequentlyUsed-wrapper-paymentConfirm .total-amt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
    .frequentlyUsed-wrapper-paymentConfirm .total-amt ul li {
      font-size: 16px;
      font-weight: 700; }
      .frequentlyUsed-wrapper-paymentConfirm .total-amt ul li:first-child {
        width: 150px;
        text-align: left; }
      .frequentlyUsed-wrapper-paymentConfirm .total-amt ul li:last-child {
        width: 150px;
        text-align: right; }
  .frequentlyUsed-wrapper-paymentConfirm .total-amt span:first-child {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    left: -120px; }
  .frequentlyUsed-wrapper-paymentConfirm .total-amt span:last-child {
    font-size: 16px;
    font-weight: 600; }

.frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block ul li {
    margin-bottom: 8px; }
    .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block ul li:first-child {
      width: 180px; }
    .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block ul li:nth-child(2) {
      width: 15px; }

.frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 .flex-block {
  background: #F9F9FB;
  border-radius: 6px; }

.frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 15px; }
  .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 ul li {
    padding: 8px 10px 8px;
    width: 225px;
    word-break: break-word; }
    .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 ul li.email {
      width: 325px; }
    .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 ul li .label {
      font-size: 13px;
      font-weight: 400;
      margin-bottom: 5px; }
    .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 ul li .txt {
      font-size: 14px;
      font-weight: 600;
      min-width: 230px;
      word-break: break-word; }

.electronicCheck-wrapper .form-group-checkbox {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content {
  right: inherit;
  padding: 10px 12px !important;
  border-radius: 6px;
  bottom: inherit;
  top: -60px;
  left: 22px;
  width: 430px;
  z-index: 999;
  color: #000; }
  .electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content::before {
    bottom: inherit;
    top: 65px;
    right: auto;
    left: -4px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-left: 1px solid #dadbe2;
    border-bottom: 1px solid #dadbe2;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content .scroll-block {
    max-height: 340px;
    overflow: auto; }
  .electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content img {
    width: 100%; }
  .electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content .content {
    margin: 8px 0; }
    .electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content .content .head {
      font-weight: 600;
      margin: 4px 0; }
    .electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content .content p {
      font-size: 13px;
      line-height: 20px;
      margin: 0 0 6px; }

.other-wrapper .form-group-textarea {
  width: 100%; }
  .other-wrapper .form-group-textarea .form-control {
    height: 100px; }

app-summary {
  padding: 0 30px 30px; }

@media (max-width: 992px) {
  .app-container-main {
    width: 100%; } }

.retailScreens .btn-wrap-footer {
  margin-top: 6px;
  padding-top: 20px;
  border-top: 1px solid #4F555D; }

.retailScreens p.head {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px; }

.retailScreens p {
  font-size: 13px;
  line-height: 21px; }

.retailScreens .content-box-bdrNone {
  padding: 0px !important;
  margin-bottom: 26px;
  border: 0px !important; }

.retailScreens .content-box ul {
  margin: 18px 0 18px 25px; }
  .retailScreens .content-box ul li {
    position: relative;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .retailScreens .content-box ul li::before {
      content: '';
      width: 7px;
      height: 7px;
      background: #fff;
      border: 1px solid #4F555D;
      position: absolute;
      border-radius: 12px;
      left: -16px; }

.retailScreens .infoBox-block {
  padding: 28px 12px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F9FBFF;
  border: 1px solid #E4EDF8;
  border-radius: 8px;
  margin-top: 14px; }
  .retailScreens .infoBox-block p {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    color: #002668; }
    .retailScreens .infoBox-block p.head {
      margin-bottom: 13px;
      font-size: 16px !important;
      font-weight: 600 !important; }

.retailScreens-evm .form-group-flex-field {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 20px; }
  .retailScreens-evm .form-group-flex-field .form-group {
    margin-bottom: 0; }
    .retailScreens-evm .form-group-flex-field .form-group label {
      margin: 0; }
    .retailScreens-evm .form-group-flex-field .form-group .select-field {
      width: 52%;
      margin: 0 5px 0 12px; }
      .retailScreens-evm .form-group-flex-field .form-group .select-field .form-control {
        height: 36px; }

.retailScreens-evm .form-group-laneID {
  width: 283px; }

.retailScreens-evm .content-box {
  padding: 30px 28px 33px;
  margin-bottom: 26px;
  border: 1px solid #4F555D;
  border-radius: 8px; }
  .retailScreens-evm .content-box .radioBtn-block {
    margin: 0px 18px 0px 10px;
    min-width: 170px; }
  .retailScreens-evm .content-box .payAmt {
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #002664;
    background: #F9FBFF;
    border: 1px solid #E4EDF8;
    border-radius: 8px;
    margin-top: 14px; }
  .retailScreens-evm .content-box .info-msg {
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #002664;
    background: #F9FBFF;
    border: 1px solid #E4EDF8;
    border-radius: 8px;
    margin-top: 14px; }

.retailScreens-sred .form-group-single {
  width: 283px; }

.retailScreens-sred .content-box {
  padding: 30px 30px 33px;
  margin-bottom: 26px;
  border: 1px solid #4F555D;
  border-radius: 8px; }
  .retailScreens-sred .content-box .infoBox-block p {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #002664; }
    .retailScreens-sred .content-box .infoBox-block p.c1 {
      margin-bottom: 11px; }
    .retailScreens-sred .content-box .infoBox-block p.amt {
      width: 100%;
      font-size: 18px;
      font-weight: 600;
      color: #002664; }

@media (max-width: 992px) {
  .app-body-container {
    display: block;
    border: 0; }
  .formgroup-flexWrapper-2 .form-group {
    width: 45%; }
  .app-container-main {
    width: 100%;
    margin: 0;
    padding: 30px 15px;
    background: #fff; }
  .app-main-content {
    margin: 0px 0px; }
  .app-header .amtPay {
    height: 65px;
    font-size: 18px; }
  .app-header .info {
    background: #EDF6FF;
    border: 1px solid #DDE5F8;
    font-size: 16px;
    padding: 16px 0;
    position: relative;
    border-radius: 4px; }
    .app-header .info::before {
      content: '';
      width: 3px;
      height: 100%;
      position: absolute;
      background: #3153AA;
      left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
  .processing-popup-wrap {
    height: inherit; }
    .processing-popup-wrap .processing-popup {
      width: 80%;
      padding: 50px 90px;
      -webkit-box-shadow: 0px 0 9px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0 9px 0 rgba(0, 0, 0, 0.3); }
  .frequentlyUsed-wrapper .frequentlyUsed-cards.collapse .card-list {
    height: 75px; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards.collapse.show .card-list {
    height: inherit; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards.collapse.show .frequentlyUsed-cards-collaps .svg-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .card-list {
    margin: 12px 15px 20px; }
  .frequentlyUsed-wrapper .note {
    margin-bottom: 15px;
    line-height: 20px; }
  .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 .flex-block ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 .flex-block li {
    width: 50%;
    padding: 12px 10px; }
  .electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content {
    width: 330px; }
  .electronicCheck-wrapper .form-group-checkbox {
    min-height: 30px; }
  .TC-popup .modal-dialog {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    margin-top: 30px; }
  .TC-popup .scroll-block {
    max-height: 300px !important;
    overflow: auto; }
  .TC-popup .modal-content {
    width: 100%; }
  .TC-popup .heading1 {
    font-size: 22px; }
  .TC-popup .modal-body {
    padding: 15px 15px 15px; }
  .TC-popup .modal-footer {
    margin: 0 15px; }
  .retailScreens-evm .content-box {
    padding: 24px 24px 24px; }
  .retailScreens-evm .form-group-flex-field {
    display: block; }
    .retailScreens-evm .form-group-flex-field .radioBtn-block {
      margin: 0px 30px 11px 10px; }
    .retailScreens-evm .form-group-flex-field .form-group {
      margin-left: 11px; }
      .retailScreens-evm .form-group-flex-field .form-group .flex-block {
        display: block !important; }
      .retailScreens-evm .form-group-flex-field .form-group label {
        margin-bottom: 9px; }
      .retailScreens-evm .form-group-flex-field .form-group .select-field {
        width: 50%;
        margin: 0 5px 0 0px; }
  .retailScreens-evm .payAmt {
    font-size: 16px !important; }
  .retailScreens-evm .info-msg {
    padding: 0 15px;
    font-size: 14px !important;
    text-align: center; }
  .mob-view-block .accordion-block .component-block .nav-tab {
    margin-top: 15px; } }

@media (max-width: 768px) {
  .btn-wrap-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 0 0;
    padding: 0;
    border: 0; }
    .btn-wrap-footer .btn {
      width: 100%;
      margin: 10px 0; }
    .btn-wrap-footer .btn-carecredit {
      width: 100%;
      border: 1px solid #28796C;
      border-radius: 6px;
      line-height: 0;
      padding: 0px 0; }
      .btn-wrap-footer .btn-carecredit .svg-stroke {
        stroke: none; }
  .app-header .info {
    background: #EDF6FF;
    border: 1px solid #DDE5F8;
    font-size: 16px;
    padding: 16px 10px 16px 20px;
    position: relative;
    border-radius: 4px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .app-header .info .svg-icon {
      width: 40px;
      height: 40px; }
  .formgroup-flexWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .formgroup-flexWrapper .form-group {
      margin-left: 15px;
      margin-right: 15px;
      width: 100%; }
  .mobileMenu-block .accordion-block .page-wrapper {
    padding: 20px 0px; }
    .mobileMenu-block .accordion-block .page-wrapper .form-wrap .grid-block.grid-block-2 {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr); }
    .mobileMenu-block .accordion-block .page-wrapper .form-wrap .form-group {
      margin-bottom: 25px; }
      .mobileMenu-block .accordion-block .page-wrapper .form-wrap .form-group .fieldIcon-wrap .field-icon.svg-icon_block {
        right: 14px; }
  .paymentList-wrap section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .paymentList-wrap section .col {
      width: 50%; }
  .timeout-popup .modal-content {
    width: 90%;
    padding: 44px 50px 32px; }
  .creditCard-wrapper .form-group-flex-field .col {
    margin: 0 0px 25px; }
    .creditCard-wrapper .form-group-flex-field .col:last-child {
      margin-bottom: 0; }
  .frequentlyUsed-wrapper .form-group {
    width: 100% !important; }
  .frequentlyUsed-wrapper .paymentInfo-block ul {
    display: block;
    margin-bottom: 10px; }
    .frequentlyUsed-wrapper .paymentInfo-block ul li {
      width: 100% !important; }
      .frequentlyUsed-wrapper .paymentInfo-block ul li:first-child {
        font-weight: 600; }
      .frequentlyUsed-wrapper .paymentInfo-block ul li:nth-child(2) {
        display: none; }
  .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 .flex-block {
    background: transparent; }
    .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 .flex-block ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      padding: 12px 0; }
    .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 .flex-block li {
      width: 100%;
      padding: 12px 15px;
      border: 1px solid #DFE5EE;
      border-radius: 6px;
      margin-bottom: 10px; }
      .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 .flex-block li .label {
        font-size: 14px;
        font-weight: 600; }
      .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 .flex-block li .txt {
        font-size: 14px;
        font-weight: 400; }
  .electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content {
    width: 330px;
    top: -60px;
    right: 22px;
    left: inherit; }
    .electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content::before {
      right: -4px;
      left: inherit;
      -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
      transform: rotate(220deg); }
  .googlePay-button {
    width: 100%;
    margin: 0 !important;
    border-radius: 6px;
    text-align: center;
    background: #000; }
  .btn-applePay {
    margin: 0 !important; }
  .retailScreens-sred .content-box {
    padding: 10px 20px 20px;
    margin-bottom: 26px; }
  .retailScreens-sred .btn-wrap-footer {
    padding-top: 0px;
    border-top: 0px solid #4F555D;
    margin-bottom: 20px; } }

@media (max-width: 768px) {
  .app-header .info .svg-icon {
    width: 52px;
    height: 52px; }
  .timeout-popup .modal-content {
    width: 95%;
    padding: 44px 20px 32px; }
  .timeout-popup .modal-body {
    padding: 0; }
    .timeout-popup .modal-body h3 {
      font-size: 16px; }
    .timeout-popup .modal-body p {
      font-size: 13px;
      line-height: 20px; }
  .timeout-popup .btn-wrap-footer {
    padding: 10px 0 0; } }

@media (max-width: 600px) {
  .app-header .info {
    font-size: 14px; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .card-icon {
    margin: 0 10px 0 10px; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards li {
    padding: 12px 15px; }
  .retailScreens-evm .form-group-flex-field .form-group .select-field {
    width: 95%; }
  .accordion-block .page-wrapper .form-wrap .form-group .form-control.email-width {
    width: 100%; }
  .frequentlyUsed-wrapper .frequentlyUsed-cards .card-no {
    font-size: 11px; } }

@media (max-width: 500px) {
  .frequentlyUsed-wrapper-paymentConfirm .paymentInfo-block-2 .flex-block li {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #DFE5EE;
    border-radius: 6px;
    margin-bottom: 10px; } }

@media (max-width: 430px) {
  .electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content {
    width: 290px;
    top: -60px;
    left: auto;
    right: 22px; } }

@media (max-width: 430px) {
  .electronicCheck-wrapper .form-group-bank-acc-num .tooltip-content {
    width: 265px;
    top: -60px;
    left: auto;
    right: 22px; } }

.mobileMenu-block .form-group-flex-field {
  display: block !important; }
  .mobileMenu-block .form-group-flex-field .flex-item {
    margin: 0px 0px 25px; }
    .mobileMenu-block .form-group-flex-field .flex-item:last-child {
      margin-bottom: 0; }
  .mobileMenu-block .form-group-flex-field.row-10 {
    margin-left: 0;
    margin-right: 0; }

.mobileMenu-block label {
  font-weight: 600; }

.mobileMenu-block .head {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 12px 0; }

.mobileMenu-block .accordion-block {
  border-bottom: 1px solid #E4EAEF; }
  .mobileMenu-block .accordion-block:first-child .accordion-head {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .mobileMenu-block .accordion-block:last-child .accordion-head {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .mobileMenu-block .accordion-block.active {
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #CCD2D8; }
    .mobileMenu-block .accordion-block.active .accordion-head {
      position: relative;
      border-radius: 4px;
      border-bottom: 1px solid #E4EAEF;
      background: #fff; }
      .mobileMenu-block .accordion-block.active .accordion-head:before {
        content: '';
        position: absolute;
        width: 3px;
        left: 0;
        height: 77%;
        background: #3153AA; }
      .mobileMenu-block .accordion-block.active .accordion-head .col {
        color: #3153AA; }
    .mobileMenu-block .accordion-block.active .page-wrapper {
      padding: 20px 20px; }
      .mobileMenu-block .accordion-block.active .page-wrapper .grid-block.grid-block-2.row {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); }

.mobileMenu-block .accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F0F5F9;
  padding: 15px 20px; }
  .mobileMenu-block .accordion-head .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600; }
    .mobileMenu-block .accordion-head .col .svg-icon {
      margin-right: 20px; }
  .mobileMenu-block .accordion-head .accordion-icon {
    min-width: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.paymentList-wrap {
  margin-bottom: 20px;
  background: #fff; }
  .paymentList-wrap section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #DFE5EE;
    padding: 0px 15px;
    margin-bottom: 20px;
    border-radius: 5px; }
    .paymentList-wrap section .col {
      margin-bottom: 0;
      padding: 14px 0px; }
      .paymentList-wrap section .col:first-child {
        width: 100%;
        border-bottom: 1px solid #DFE5EE;
        margin-bottom: 0; }
      .paymentList-wrap section .col.amount {
        text-align: right; }
    .paymentList-wrap section .label {
      font-weight: 600;
      margin-bottom: 4px; }
  .paymentList-wrap .total-view {
    padding: 0 10px; }
    .paymentList-wrap .total-view ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 15px; }
    .paymentList-wrap .total-view li {
      font-size: 14px;
      font-weight: 600; }
  .paymentList-wrap .totalAmt {
    padding: 15px 10px;
    border-top: 1px solid #DFE5EE;
    border-bottom: 1px solid #DFE5EE; }
    .paymentList-wrap .totalAmt ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .paymentList-wrap .totalAmt li {
      font-size: 14px;
      font-weight: 600; }

.accordion-block {
  overflow: hidden; }
  .accordion-block .panel {
    overflow: hidden; }
  .accordion-block.panel-close .component-block {
    -webkit-animation: panel-close .6s ease-in-out forwards;
    animation: panel-close .6s ease-in-out forwards; }
  .accordion-block.panel-open .component-block {
    -webkit-animation: panel-open .6s ease-in-out forwards;
    animation: panel-open .6s ease-in-out forwards; }
  .accordion-block.panel-open .accordion-head .svg-icon-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

@-webkit-keyframes panel-close {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: -1600px; } }

@keyframes panel-close {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: -1600px; } }

@-webkit-keyframes panel-open {
  0% {
    margin-top: -1600px; }
  100% {
    margin-top: -0px; } }

@keyframes panel-open {
  0% {
    margin-top: -1600px; }
  100% {
    margin-top: -0px; } }
