th {
  font-size: 9pt;
  font-weight: 600;
  color: #031a33;
  text-align: center;
}

tr {
  text-align: center;
}

.dataTable tbody td {
  outline: none;
}

.dataTables_length {
  float: right;
}

.dataTables_wrapper div.dataTables_paginate {
  font-size: 8.5pt;
}

.dt-buttons {
  font-size: 9pt;
}

.dataTables_wrapper .dataTable thead th {
  vertical-align: middle;
  padding: 0px 0px;
  background-color: #1f295b;
  color: white;
  font-weight: 400;
  border-bottom: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px 0px;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dt-buttons {
  float: right;
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border-radius: 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #ea0f4e;
  border-color: #ea0f4e;
  background: #ea0f4e;
  color: white !important;
  border-radius: 6px;
}

.dataTables_wrapper .dataTable>tbody>tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 0px solid #111111;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 600;
  font-size: 9pt;
}

.table td,
.jsgrid .jsgrid-table td,
.table th,
.jsgrid .jsgrid-table th {
  font-size: 8.5pt;
}

ngb-typeahead-window {
  box-shadow: 1px 1px 9px 1px grey;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mydp .selectiondisabled {
  background-color: #bfc5c7;
  opacity: 1;
}

.swal-text {
  font-size: 10pt;
  text-align: center;
  font-weight: 600;
}

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  box-shadow: none;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #0081F7;
  border-right: 4px solid #0081F7;
  width: 33px;
  height: 33px;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
  margin-left: 44%;
  margin-top: 10%;
  position: relative;
  bottom: 30px;
  z-index:1;
}


/* common */
.ribbon {
  width: 79px;
  height: 79px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #136cb3;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 239px;
  padding: 9px 0;
  background-color: #136cb3;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}


/* top right*/
.ribbon-top-right {
  top: 0px;
  left: 56px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -60px;
  top: 6px;
  transform: rotate(45deg);
}


.cdk-overlay-container {
  z-index: 5000;
}

::-webkit-scrollbar {
  width: 8px;
  height: 7px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* blue */
.icheckbox_flat-blue,
.iradio_flat-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(assets/images/blue.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_flat-blue {
  background-position: 0 0;
}

.icheckbox_flat-blue.checked {
  background-position: -22px 0;
}

.icheckbox_flat-blue.disabled {
  background-position: -44px 0;
  cursor: default;
}

.icheckbox_flat-blue.checked.disabled {
  background-position: -66px 0;
}

.iradio_flat-blue {
  background-position: -88px 0;
}

.iradio_flat-blue.checked {
  background-position: -110px 0;
}

.iradio_flat-blue.disabled {
  background-position: -132px 0;
  cursor: default;
}

.iradio_flat-blue.checked.disabled {
  background-position: -154px 0;
}

.mydp .selection {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  color: black;
  font-weight: 500;
  height: 34px;
}

.swal-content {
  max-height: 25px;
}

.modal-open .dropdown-menu {
  z-index: 2050;
}

.swal-footer {
  margin-top: 10%;
}

.swal-content {
  height: 0;
}

.mydp .btnclear,
.mydp .btndecrease,
.mydp .btnincrease,
.mydp .btnpicker,
.mydp .headertodaybtn {
  background-color: transparent;
}

.btnpickerdisabled .mydpicon {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

#poPreviewModal .modal-content {
  width: 110%;
}


.bwizard-steps {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: #fff
}

.bwizard-steps .active {
  color: #fff;
  background: #4A5060
}

.bwizard-steps .active:after {
  border-left-color: #4A5060
}

.bwizard-steps .active a {
  color: #fff;
  cursor: default
}

.bwizard-steps .label {
  position: relative;
  top: -1px;
  margin: 0 5px 0 0;
  padding: 1px 5px 2px
}

.bwizard-steps .active .label {
  background-color: #333;
}

.bwizard-steps li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  padding: 12px 17px 10px 30px;
  *display: inline;
  *padding-left: 17px;
  background: #efefef;
  line-height: 27px;
  list-style: none;
  zoom: 1;
}

.bwizard-steps li:first-child {
  padding-left: 12px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.bwizard-steps li:first-child:before {
  border: none
}

.bwizard-steps li:last-child {
  margin-right: 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.bwizard-steps li:last-child:after {
  border: none
}

.bwizard-steps li:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 25px inset transparent;
  border-left: 20px solid #fff;
  border-top: 40px inset transparent;
  content: ""
}

.bwizard-steps li:after {
  position: absolute;
  right: -20px;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 25px inset transparent;
  border-left: 20px solid #efefef;
  border-top: 40px inset transparent;
  content: "";
  z-index: 2;
}


.bwizard-steps a:hover {
  text-decoration: none
}

.bwizard-steps.clickable li:not(.active) {
  cursor: pointer
}

.bwizard-steps.clickable li:hover:not(.active) {
  background: #ccc
}

.bwizard-steps.clickable li:hover:not(.active):after {
  border-left-color: #ccc
}

.bwizard-steps.clickable li:hover:not(.active) a {
  color: #08c
}

@media (max-width: 480px) {

  /* badges only on small screens */
  .bwizard-steps li:after,
  .bwizard-steps li:before {
    border: none
  }

  .bwizard-steps li,
  .bwizard-steps li.active,
  .bwizard-steps li:first-child,
  .bwizard-steps li:last-child {
    margin-right: 0;
    padding: 0;
    background-color: transparent
  }
}

.dataTables_empty {
  font-weight: 500;
}

.swal-button {
  font-size: 9.5pt;
}

.flag-icon-holder {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  overflow: hidden;
}

.dt-button-custom {
  background: whitesmoke;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

nav {
  display: block;
  text-align: center;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  background-color: #1f295b;
}

.nav li {
  position: relative;
}

.nav>li {
  float: left;
  margin-right: 1px;
}

.nav>li:hover,
.nav>li:hover>a {
  border-bottom-color: #ea0f4e;
}

.nav li:hover>a {
  color: #ea0f4e;
}

.nav ul li:hover>a {
  background-color: #ea4170;
}

.nav>li:last-child {
  border-radius: 0 0 4px 0;
  margin-right: 0;
}

.nav>li:last-child>a {
  border-radius: 0 4px 0 0;
}

.nav li li a {
  margin-top: 1px
}

.nav li a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  top: 50%;
  right: 5px;
}

/* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  left: -99999em;
}

.nav>li:hover>ul {
  left: auto;
  padding-top: 5px;
  min-width: 100%;
}

.nav>li li ul {
  border-left: 1px solid #fff;
}

.nav>li li:hover>ul {
  left: 100%;
  top: -1px;
}

.nav-active {
  border-bottom: 3px solid #ea0f4e;
  padding: 0px 0px 3px 0px;
  width: 100%;
}

.dataTables_wrapper .dataTables_processing {
  background: transparent;
}

.bwizard-steps a {
  color: #333
}

/*table th:first-child {
  border-radius: 5px 0 0 5px;
  border-bottom-style: hidden;
}

table th:last-child {
  border-radius: 0 5px 5px 0;
  border-bottom-style: hidden;
}*/

.modal-info {
  background-color: #fafafa;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  margin: 10px 0 0;
  padding: 0 15px;
}

/* blue */
.icheckbox_flat-blue,
.iradio_flat-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(assets/images/blue.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_flat-blue {
  background-position: 0 0;
}

.icheckbox_flat-blue.checked {
  background-position: -22px 0;
}

.icheckbox_flat-blue.disabled {
  background-position: -44px 0;
  cursor: default;
}

.icheckbox_flat-blue.checked.disabled {
  background-position: -66px 0;
}

.Dropzone {
  width: 100%;
  z-index: -1;
}

.Dropzone .Dropzone-cavity {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 2px;
  border: 1px dashed #528ff0;
  font-weight: unset;
  background: rgba(82, 143, 240, 0.02);
  cursor: pointer;
}

.Dropzone .Dropzone-content {
  vertical-align: middle;
  font-size: 16px;
  pointer-events: none;
}

.Dropzone .Dropzone-content.large {
  margin: 1%;
}

.Dropzone .Dropzone-content .Dropzone-file-icon {
  display: inline-block;
  width: 12%;
  max-width: 28px;
}

.Dropzone .Dropzone-content .Dropzone-file-icon+.Dropzone-content-desc {
  padding-left: 2%;
}

.Dropzone .Dropzone-content-desc {
  display: inline-block;
  width: 88%;
  vertical-align: middle;
}

.batch-upload-modal .Dropzone-content-desc--secondary {
  color: rgba(119, 119, 119, 0.7);
}

.Dropzone .Dropzone-content-desc--secondary {
  font-size: 12px;
  font-weight: 600;
}

.Dropzone p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 9pt;
}

.Dropzone .Dropzone-content input[type=file] {
  display: none;
}

.badge-secondary-custom {
  background-color: #EDF1F2;
  color: #383737;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-size: 8pt;
}

.mat-tab-label-active {
  opacity: 1;
}

.timeline {
  list-style-type: none;
  display: block;
  align-items: center;
  justify-content: center;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 30px;
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  font-size: 9pt;
  color: black;
}

.status {
  padding: 0px 0px;
  display: flex;
  justify-content: center;
  /* border-top: 2px solid #D6DCE0;*/
  position: relative;
  transition: all 200ms ease-in;
}

.statusProcessing {
  padding: 0px 0px;
  display: flex;
  justify-content: center;
  /* border-top: 2px solid #D6DCE0;*/
  position: relative;
  transition: all 200ms ease-in;
}

.status h4 {
  font-weight: 600;
}

.statusProcessing h4 {
  font-weight: 600;
}

.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
  z-index: 1;
}

.statusProcessing:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 2px solid #fff;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
  z-index: 1;
}

.li.complete .status {
  /* border-top: 2px solid #161716;*/
}

.li.reject .status {
  /* border-top: 2px solid #161716;*/
}

.li.process .status h4 {
  opacity: 0.5;
  font-size: 8.5pt;
  margin-top: 20%;
}

.li.process .statusProcessing h4 {
  opacity: 0.5;
  font-size: 8.5pt;
  margin-top: 20%;
}

.li.incomplete .status h4 {
  font-size: 8.5pt;
  margin-top: 20%;
}

.li.incomplete .status:before {
  background-color: #dedede;
  border: none;
  transition: all 200ms ease-in;
}

.incomplete {
  opacity: 0.5;
  font-size: 8.5pt;
}

.timestamp.process {
  color: gray;
}

.li.complete .status:before {
  background-color: #13c46c;
  border: none;
  transition: all 200ms ease-in;
}

.li.reject .status:before {
  background-color: tomato;
  border: none;
  transition: all 200ms ease-in;
}

.li.complete .statusProcessing:before {
  background-color: #ffbf00;
  box-shadow: 0px 0px 0px 2px #ffbf00;
  transition: all 200ms ease-in;
}

.li.complete .status h4 {
  color: #0a49a2;
  font-size: 8.5pt;
  margin-top: 20%;
}

.li.reject .status h4 {
  color: tomato;
  font-size: 8.5pt;
  margin-top: 20%;
}

.li.complete .statusProcessing h4 {
  color: #0a49a2;
  font-size: 8.5pt;
  margin-top: 20%;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

.statusNum {
  z-index: 1;
  position: absolute;
  top: -9pt;
  left: 48%;
  color: white;
  font-size: 9pt;
  font-weight: 600;
}

text {
  font-size: 8pt;
  font-weight: 700;
  fill: rgb(205, 46, 255);
}

li {
  /*display: inline-block;*/
}

.reverse {
  float: right;
  padding-right: 40px;
}

.wfDate {
  width: 100%;
  position: absolute;
  font-size: 7.5pt;
  font-weight: 600;
  left: 22%;
  color: navy;
  top: 100%;
}

span.parallelProcess {
  position: absolute;
  left: 70%;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background: orangered;
  color: #ffffff;
  font-size: 11px;
  top: -13px;
  font-weight: 500;
  line-height: 1.2rem;
  border: none;
  text-align: center;
}


.switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing: content-box;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked~.switch-label {
  background: #E1B42B;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
  opacity: 0;
}

.switch-input:checked~.switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}


.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.switch-flat {
  padding: 0;
  background: #FFF;
  background-image: none;
}

.switch-flat .switch-label {
  background: #FFF;
  border: solid 2px #eceeef;
  box-shadow: none;
}

.switch-flat .switch-label:after {
  color: #0088cc;
}

.switch-flat .switch-handle {
  top: 6px;
  left: 6px;
  background: #dadada;
  width: 22px;
  height: 22px;
  box-shadow: none;
}

.switch-flat .switch-handle:before {
  background: #eceeef;
}

.switch-flat .switch-input:checked~.switch-label {
  background: #FFF;
  border-color: #0088cc;
}

.switch-flat .switch-input:checked~.switch-handle {
  left: 72px;
  background: #0088cc;
  box-shadow: none;
}

.circle-ripple {
  background-color: #35ffc3;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-animation: ripple 0.7s linear infinite;
  -webkit-animation: ripple 0.7s linear infinite;
  -moz-animation: ripple 5s linear infinite;
  -ms-animation: ripple 5s linear infinite;
  -o-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}

@-moz-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(#65ff78, 0.3),
      0 0 0 1em rgba(#65ff78, 0.3),
      0 0 0 3em rgba(#65ff78, 0.3),
      0 0 0 5em rgba(#65ff78, 0.3);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(#65ff78, 0.3),
      0 0 0 3em rgba(#65ff78, 0.3),
      0 0 0 5em rgba(#65ff78, 0.3),
      0 0 0 8em rgba(#65ff78, 0);
  }
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(#65ff78, 0.3),
      0 0 0 1em rgba(#65ff78, 0.3),
      0 0 0 3em rgba(#65ff78, 0.3),
      0 0 0 5em rgba(#65ff78, 0.3);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(#65ff78, 0.3),
      0 0 0 3em rgba(#65ff78, 0.3),
      0 0 0 5em rgba(#65ff78, 0.3),
      0 0 0 8em rgba(#65ff78, 0);
  }
}

@-o-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(#65ff78, 0.3),
      0 0 0 1em rgba(#65ff78, 0.3),
      0 0 0 3em rgba(#65ff78, 0.3),
      0 0 0 5em rgba(#65ff78, 0.3);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(#65ff78, 0.3),
      0 0 0 3em rgba(#65ff78, 0.3),
      0 0 0 5em rgba(#65ff78, 0.3),
      0 0 0 8em rgba(#65ff78, 0);
  }
}

.login-logo,
.register-logo {
  float: left;
}

.login-page,
.register-page {
  background-image: url('../../assets/images/p2p/background.png') !important;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-box,
.register-box {
  width: 500px;
  margin: 0px;
  top: 10%;
  left: 4%;
  position: absolute;
  z-index: 20;
}

.login-box-body,
.register-box-body {
  margin-top: 27%;
}

.mainLogo {
  float: left;
}

.headingcls {
  font-size: 40px;
  color: #ea0f4e;
  font-weight: 600;
}

.sunHeading {
  font-size: 40px;
  color: #1f295c;
  margin-bottom: 45px;
}

.lineCls {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.paracls {
  font-size: 14px;
  color: #666666;
}

.proceedBtn {
  width: 160px;
  height: 48px;
  background-color: #1f295b;
  margin-top: 10%;
  display: inline-flex;
  cursor: pointer;
}

.btnArr {
  width: 48px;
  height: 48px;
  background-color: #e90f4d;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.btnTxt {
  font-size: 13px;
  line-height: 26px;
  color: #ffffff;
  font-family: "Segoe UI";
  font-weight: bold;
  width: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loginSec {
  display: none;
}

.input_container {
  margin: 0px 0px 25px 0px;
  position: relative;
}

.inputCls {
  height: 48px;
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  width: 100%;
  padding: 8px 15px;
}

.flatIcons {
  position: absolute;
  top: 12px;
  right: 17px;
}

.bg-white {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  margin: 13px 0px;
}

.service-cont {
  text-align: center;
  width: 14.666667%;
  background-color: #fff;
  margin: 15px 10px;
  min-height: 170px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
}

.title-unique {
  font-size: 14px;
}

div.dataTables_processing>div:last-child>div {
  background: #ea0f4e;
  width: 10px;
  height: 10px;
  margin-top: 100%
}