@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

body {
  font-family: 'DM Sans', sans-serif;
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 14px;
}

.list-group-item {
  position: relative;
  display: block;
  /* padding: 1.35rem 2.85rem; */
  font-size: 14px;
  padding: 1.05rem 1.55rem;
}

.header {
  z-index: 10;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #427EF6 0%, #6167F1 100%);

  width: 100%;
  height: 35px;
  line-height: 100px;
  color: #fff;

}

#greentick1 {
  color: #2F59E5;
  font-size: 17px;

}

.header1 {

  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  line-height: 50px;
  color: #fff;

}

.header .logo {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vl {
  border-left: 2px solid #2F59E5;
  height: 25px;
  position: absolute;
  left: 20vh;
  /* margin-left: -3px; */
  top: 14px;
}

a:hover {
  text-decoration: none;
}

.border-left {
  border-left: 2px solid var(--primary) !important;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(to right, #427EF6 0%, #6167F1 100%);

  border-color: #2F59E5;
}

.sidebar {

  left: 0;
  z-index: 100;
  overflow-y: auto;
}

.overlay {
  background-color: rgb(0 0 0 / 45%);
  z-index: 99;
}

/* sidebar for small screens */
@media screen and (max-width: 767px) {

  .sidebar {
    max-width: 18rem;
    transform: translateX(-100%);
    transition: transform 0.4s ease-out;
  }

  .sidebar.active {
    transform: translateX(0);
  }

}

.text-primary {
  color: #2F59E5 !important;
  background: #fff;

}

.h4,
h4 {
  font-size: 1.1rem;
}

nav {
  background: #ac2641;
}

.mt-4,
.my-4 {}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-group-item.active {
  z-index: 2;
  color: #2F59E5;
  background-color: #f5f5f5;
  border-color: #007bff;
  font-weight: 600;
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 800 !important;
}

.heading {
  font-weight: 700;
}

/* .container{
 
height:700px;
overflow:auto;
} */
.container-fluid {}

.btn-danger {
  color: #2F59E5;
  background-color: #ffffff;
  border-color: #2F59E5;
}

.btn-primary:hover {
  color: #fff;
  background: linear-gradient(to right, #427EF6 0%, #6167F1 100%);
  border-color: #2F59E5;
}

#nvbr {
  /* border-radius: 1vh !important; */
  width: 100%;
  padding: 15px;
  background: white;
  padding-top: 10px;
  padding-bottom: 0px;
}



@media (max-width: 350px) {}

@media (min-width: 576px) {
  .heading {
    font-weight: 700;
    font-size: 15px;
  }

  .list-group-item.active {

    font-size: 10px;
  }

  #logohead {
    font-size: 15px ! important;
  }

  #logohead1 {
    font-size: 15px ! important;
  }

  .list-group-item {

    font-size: 10px;
  }

  .btn {
    font-size: 10px;

  }

  /* .container{
    height:550px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 10px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 9px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 10px;
  }

}

@media (min-width: 768px) {
  .heading {
    font-weight: 700;
    font-size: 15px;
  }

  .list-group-item.active {

    font-size: 10px;
  }

  #logohead {
    font-size: 15px ! important;
  }

  #logohead1 {
    font-size: 15px ! important;
  }

  .list-group-item {

    font-size: 10px;
  }

  .btn {
    font-size: 10px;
  }

  /* .container{
    height:500px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 10px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 9px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 10px;
  }

}

@media (min-width: 992px) {
  .heading {
    font-weight: 700;
    font-size: 17px;
  }

  .list-group-item.active {

    font-size: 12px;
  }

  #logohead {
    font-size: 17px ! important;
  }

  #logohead1 {
    font-size: 17px ! important;
  }

  .list-group-item {

    font-size: 12px;
  }

  .btn {
    font-size: 12px;
  }

  /* .container{
  height:500px;
  overflow:auto;
  } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 12px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 25vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 11px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 767px) {
  .form-control-plaintext {
    font-size: 12px;
  }

  .heading {
    font-weight: 700;
    font-size: 18px;
  }

  .list-group-item.active {

    font-size: 13px;
  }

  #logohead {
    font-size: 18px ! important;
  }

  #logohead1 {
    font-size: 18px ! important;
  }

  .list-group-item {

    font-size: 13px;
  }

  .btn {
    font-size: 13px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 13px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .form-control {
    font-size: 13px;
  }
}

@media (min-width: 1500px) {
  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
    /* margin-left: -3px; */
    top: 14px;
  }

  body {

    overflow: hidden;
    font-size: 14px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    } */

  .heading {
    font-weight: 700;
    font-size: 20px;
  }

  .list-group-item.active {

    font-size: 14px;
  }

  #logohead {
    font-size: 20px ! important;
  }

  #logohead1 {
    font-size: 20px ! important;
  }

  .list-group-item {

    font-size: 14px;
  }

  .btn {
    font-size: 14px;
  }


  .form-group {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .form-control {
    font-size: 15px;
  }
}

@media (min-width: 1801px) {
  body {


    font-size: 14px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    } */
}

#logohead {
  color: #2F59E5;
  font-size: 20px;
}

#menuname {
  margin-left: -30%;
}

#menuname1 {
  margin-left: 10%;
}

.highlightBar {
  border-left-style: inset;
  border-left-color: #ff0034;
  border-left-width: 3px;
  height: 28px;
  margin-left: -20px;
}

#greentick {
  color: #2F59E5;
  font-size: 17px;
}

#labfile {
  display: inline-block;
  color: #ac2641;
  background-color: #ffffff;
  border-color: #ac2641;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
  border: 1px solid #ac2641;
}

.alert-info {
  color: #2F59E5;
  background-color: #EAEEFC;
  /* border-color: #ffffff; */
}

p {

  font-weight: 600;
}

.list-group-item-action {
  font-weight: 600;
}

.vl1 {
  border-left: 2px solid #ac2641;
  height: 25px;
  position: absolute;
  left: 20vh;
}

#uploadsucess {
  padding: 10px;
  display: none;
  background-color: #28a745;
  color: white;
}

#loginhide {
  padding: 10px;
  display: none;
  background-color: #28a745;
  color: white;
}

#modalbtn {
  width: 20%;
  margin-left: 40%;
}

#successtick {
  color: #28a745;
  font-size: 40px;
  margin-left: 47%;
}

#accorbtn {
  background: #f4dee2;
  padding: 10%;
}

#inputFileText {
  width: 100%;
}

.btn-white {
  color: #2F59E5;
  border: 1px solid #2F59E5 !important;
  background-color: #fff;

}

.mappingmodal {
  list-style-type: disclosure-closed;
  padding-inline-start: 5%;
  line-height: 1;
}

a {
  cursor: pointer;
}

a label {
  cursor: pointer;
}

#columnMappingFiles li {
  word-break: break-all;
}

#columnMappingFilesDiv {}

#dataMappingFilesDiv {}

#dataMappingFiles li {
  word-break: break-all;
}

#resetButton {}

#tranpara {
  font-weight: 400;
}

.listdwn {
  list-style-type: none ! important;
}

#uploadStatusDiv {
  display: none;
  padding: 2%;
  border: 1px solid rgb(19, 156, 19)
}

#uploadStatusLabel {
  color: #28a745;
}

.loader {
  --loader-height: calc(var(--loader-size) / 15);
  display: flex;

  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
}

.loader::before,
.loader>span {
  display: block;
  width: var(--loader-height);
  height: var(--loader-height);
  border-radius: 50%;
  background: var(--color-loader);

  animation-name: to-right;
  animation-duration: var(--loader-speed);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.loader>span:nth-child(even) {
  visibility: hidden;
}

.loader>span:first-child {
  animation-name: scale-up;
}

.loader>span:last-child {
  animation-name: scale-up;
  animation-direction: reverse;
}

@keyframes to-right {
  to {
    transform: translateX(200%);
  }
}

@keyframes scale-up {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

:root {
  --color-bg: #eaeaea;
  --color-loader: #222;
  --loader-size: 100px;
  --loader-speed: 500ms;
}

#processStatusLabel {
  color: #28a745;
}

#accorbtn label {
  font-size: 18px;
  font-weight: 500;
}

.footer {

  padding: 30px 2.45rem;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  font-size: calc(0.875rem - 0.05rem);
  font-family: Tahoma, sans-serif ! important;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

#simplify {
  color: #2F59E5 !important;
}

.top-0 {
  top: 0px;
}

.start-0 {
  left: 0px;
}

.end-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.back {
  margin-top: 35%;
}

#greentick1 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

#greentick2 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

#greentick3 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

#greentick5 {
  color: #ffffff;
  font-size: 17px;
  display: none;
}

#greentick6 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

.mapping-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;

}

.mapping-table th {
  border: 1px solid #ccc;
  /* Add border here */
  padding: 8px;
  text-align: left;
  color: #ac2641;
}

.mapping-table td {
  border: 1px solid #dcd7d7;
  padding: 8px;
  text-align: left;
  word-break: break-all;
}

.mapping-table th {
  background-color: #f4dee2;
}

.mapping-container {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

.mapping-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mapping-arrow {
  margin: 10px;
  font-size: 20px;
}

.draggable {
  cursor: pointer;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

.saveconfig {
  color: #fff;
  background-color: #ac2641;
}

.modalsave {
  top: 30vh;
}

.modalbodysave {
  padding: 2vh !important;
}

.textleft {
  text-align: left !important;
}

.iconbtn {
  font-size: 2.2vh;
}

/* .iconnext{
  margin-top: -45vh;
  margin-left: 130vh;
} */
.tabledata {
  width: 100%;
  overflow-x: scroll;
}

.tabcolor {
  background-color: #ac2641;

}

.nav-tabs li {
  padding: 2vh;
  background: whitesmoke;
}

.records {
  background: #f7f7f7;
  padding: 2vh;
}

.btn-secondary:active {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.maincnt {
  margin-left: 10vh;
}

#greentick4 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

#myModalProcess {
  width: 80vh;
  height: 20vh;
  top: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ac2641 !important;
  background: rgb(247, 247, 247);
  border-radius: 5px;
  color: #ac2641 !important;
  font-size: 20px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  bottom: 0;
  left: 0;
  align-items: center;
  cursor: pointer;
}

.modal-open .modal {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'DM Sans', sans-serif;

  overflow-x: hidden;
  font-size: 14px;
}

.list-group-item {
  position: relative;
  display: block;
  /* padding: 1.35rem 2.85rem; */
  font-size: 14px;
  padding: 1.05rem 1.55rem;
}

.header {
  z-index: 10;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #427EF6 0%, #6167F1 100%);

  width: 100%;
  height: 35px;
  line-height: 100px;
  color: #fff;

}

#greentick1 {
  color: #2F59E5;
  font-size: 17px;

}

.header1 {
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  line-height: 50px;
  color: #fff;

}

.header .logo {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vl {
  border-left: 2px solid #2F59E5;
  height: 25px;
  position: absolute;
  left: 20vh;
  /* margin-left: -3px; */
  top: 14px;
}

a:hover {
  text-decoration: none;
}

.border-left {
  border-left: 2px solid var(--primary) !important;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(to right, #427EF6 0%, #6167F1 100%);
  border-color: #2F59E5;
}

.sidebar {

  left: 0;
  z-index: 100;
  overflow-y: auto;
}

.overlay {
  background-color: rgb(0 0 0 / 45%);
  z-index: 99;
}

/* sidebar for small screens */
@media screen and (max-width: 767px) {

  .sidebar {
    max-width: 18rem;
    transform: translateX(-100%);
    transition: transform 0.4s ease-out;
  }

  .sidebar.active {
    transform: translateX(0);
  }

}

.text-primary {
  color: #2F59E5 !important;
  background: #fff;

}

.h4,
h4 {
  font-size: 1.1rem;
}

nav {
  background: #ac2641;
}

.mt-4,
.my-4 {}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-group-item.active {
  z-index: 2;
  color: #2F59E5;
  background-color: #f5f5f5;
  border-color: #007bff;
  font-weight: 600;
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 800 !important;
}

.heading {
  font-weight: 700;
}

/* .container{
 
height:700px;
overflow:auto;
} */
.container-fluid {}

.btn-danger {
  color: #2F59E5;
  background-color: #ffffff;
  border-color: #2F59E5;
}

.btn-primary:hover {
  color: #fff;
  background: linear-gradient(to right, #427EF6 0%, #6167F1 100%);
  border-color: #2F59E5;
}

#nvbr {
  /* border-radius: 1vh !important; */
  width: 100%;
  padding: 15px;
  background: white;
  padding-top: 10px;
  padding-bottom: 0px;
}



@media (max-width: 350px) {}

@media (min-width: 576px) {
  .heading {
    font-weight: 700;
    font-size: 15px;
  }

  .list-group-item.active {

    font-size: 10px;
  }

  #logohead {
    font-size: 15px ! important;
  }

  #logohead1 {
    font-size: 15px ! important;
  }

  .list-group-item {

    font-size: 10px;
  }

  .btn {
    font-size: 10px;

  }

  /* .container{
    height:550px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 10px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 9px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 10px;
  }

}

@media (min-width: 768px) {
  .heading {
    font-weight: 700;
    font-size: 15px;
  }

  .list-group-item.active {

    font-size: 10px;
  }

  #logohead {
    font-size: 15px ! important;
  }

  #logohead1 {
    font-size: 15px ! important;
  }

  .list-group-item {

    font-size: 10px;
  }

  .btn {
    font-size: 10px;
  }

  /* .container{
    height:500px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 10px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 9px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 10px;
  }

}

@media (min-width: 992px) {
  .heading {
    font-weight: 700;
    font-size: 17px;
  }

  .list-group-item.active {

    font-size: 12px;
  }

  #logohead {
    font-size: 17px ! important;
  }

  #logohead1 {
    font-size: 17px ! important;
  }

  .list-group-item {

    font-size: 12px;
  }

  .btn {
    font-size: 12px;
  }

  /* .container{
  height:500px;
  overflow:auto;
  } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 12px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 25vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 11px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 767px) {
  .form-control-plaintext {
    font-size: 12px;
  }

  .heading {
    font-weight: 700;
    font-size: 18px;
  }

  .list-group-item.active {

    font-size: 13px;
  }

  #logohead {
    font-size: 18px ! important;
  }

  #logohead1 {
    font-size: 18px ! important;
  }

  .list-group-item {

    font-size: 13px;
  }

  .btn {
    font-size: 13px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 13px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .form-control {
    font-size: 13px;
  }
}

@media (min-width: 1500px) {
  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
    /* margin-left: -3px; */
    top: 14px;
  }

  body {

    overflow: hidden;
    font-size: 14px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    } */

  .heading {
    font-weight: 700;
    font-size: 20px;
  }

  .list-group-item.active {

    font-size: 14px;
  }

  #logohead {
    font-size: 20px ! important;
  }

  #logohead1 {
    font-size: 20px ! important;
  }

  .list-group-item {

    font-size: 14px;
  }

  .btn {
    font-size: 14px;
  }


  .form-group {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .form-control {
    font-size: 15px;
  }
}

@media (min-width: 1801px) {
  body {


    font-size: 14px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    } */
}

#logohead {
  color: #2F59E5;
  font-size: 20px;
}

#menuname {
  margin-left: -30%;
}

#menuname1 {
  margin-left: 10%;
}

.highlightBar {
  border-left-style: inset;
  border-left-color: #ff0034;
  border-left-width: 3px;
  height: 28px;
  margin-left: -20px;
}

#greentick {
  color: #2F59E5;
  font-size: 17px;
}

#labfile {
  display: inline-block;
  color: #ac2641;
  background-color: #ffffff;
  border-color: #ac2641;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
  border: 1px solid #ac2641;
}

.alert-info {
  color: #2F59E5;
  background-color: #EAEEFC;
  /* border-color: #ffffff; */
}

p {

  font-weight: 600;
}

.list-group-item-action {
  font-weight: 600;
}

.vl1 {
  border-left: 2px solid #ac2641;
  height: 25px;
  position: absolute;
  left: 20vh;
}

#uploadsucess {
  padding: 10px;
  display: none;
  background-color: #28a745;
  color: white;
}

#loginhide {
  padding: 10px;
  display: none;
  background-color: #28a745;
  color: white;
}

#modalbtn {
  width: 20%;
  margin-left: 40%;
}

#successtick {
  color: #28a745;
  font-size: 40px;
  margin-left: 47%;
}

#accorbtn {
  background: #f4dee2;
  padding: 10%;
}

#inputFileText {
  width: 100%;
}

.btn-white {
  color: #2F59E5;
  border: 1px solid #2F59E5 !important;
  background-color: #fff;

}

.mappingmodal {
  list-style-type: disclosure-closed;
  padding-inline-start: 5%;
  line-height: 1;
}

a {
  cursor: pointer;
}

a label {
  cursor: pointer;
}

#columnMappingFiles li {
  word-break: break-all;
}

#columnMappingFilesDiv {}

#dataMappingFilesDiv {}

#dataMappingFiles li {
  word-break: break-all;
}

#resetButton {}

#tranpara {
  font-weight: 400;
}

.listdwn {
  list-style-type: none ! important;
}

#uploadStatusDiv {
  display: none;
  padding: 2%;
  border: 1px solid rgb(19, 156, 19)
}

#uploadStatusLabel {
  color: #28a745;
}

.loader {
  --loader-height: calc(var(--loader-size) / 15);
  display: flex;

  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
}

.loader::before,
.loader>span {
  display: block;
  width: var(--loader-height);
  height: var(--loader-height);
  border-radius: 50%;
  background: var(--color-loader);

  animation-name: to-right;
  animation-duration: var(--loader-speed);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.loader>span:nth-child(even) {
  visibility: hidden;
}

.loader>span:first-child {
  animation-name: scale-up;
}

.loader>span:last-child {
  animation-name: scale-up;
  animation-direction: reverse;
}

@keyframes to-right {
  to {
    transform: translateX(200%);
  }
}

@keyframes scale-up {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

:root {
  --color-bg: #eaeaea;
  --color-loader: #222;
  --loader-size: 100px;
  --loader-speed: 500ms;
}

#processStatusLabel {
  color: #28a745;
}

#accorbtn label {
  font-size: 18px;
  font-weight: 500;
}

.footer {

  padding: 30px 2.45rem;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  font-size: calc(0.875rem - 0.05rem);
  font-family: Tahoma, sans-serif ! important;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

#simplify {
  color: #2F59E5;
}

.top-0 {
  top: 0px;
}

.start-0 {
  left: 0px;
}

.end-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.back {
  margin-top: 35%;
}

#greentick1 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

#greentick2 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

#greentick3 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

.mapping-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;

}

.mapping-table th {
  border: 1px solid #ccc;
  /* Add border here */
  padding: 8px;
  text-align: left;
  color: #ac2641;
}

.mapping-table td {
  border: 1px solid #dcd7d7;
  padding: 8px;
  text-align: left;
  word-break: break-all;
}

.mapping-table th {
  background-color: #f4dee2;
}

.mapping-container {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

.mapping-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mapping-arrow {
  margin: 10px;
  font-size: 20px;
}

.draggable {
  cursor: pointer;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

.saveconfig {
  color: #fff;
  background-color: #ac2641;
}

.modalsave {
  top: 30vh;
}

.modalbodysave {
  padding: 2vh !important;
}

.textleft {
  text-align: left !important;
}

.iconbtn {
  font-size: 2.2vh;
}

/* .iconnext{
  margin-top: -45vh;
  margin-left: 130vh;
} */
.tabledata {
  width: 100%;
  overflow-x: scroll;
}

.tabcolor {
  background-color: #ac2641;

}

.nav-tabs li {
  padding: 2vh;
  background: whitesmoke;
}

.records {
  background: #f7f7f7;
  padding: 2vh;
}

.btn-secondary:active {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.maincnt {
  margin-left: 10vh;
}

#greentick4 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

#myModalProcess {
  width: 80vh;
  height: 20vh;
  top: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ac2641 !important;
  background: rgb(247, 247, 247);
  border-radius: 5px;
  color: #ac2641 !important;
  font-size: 20px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  bottom: 0;
  left: 0;
  align-items: center;
  cursor: pointer;
}

.modal-open .modal {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
  font-size: 14px;
}

.list-group-item {
  position: relative;
  display: block;
  /* padding: 1.35rem 2.85rem; */
  font-size: 14px;
  padding: 1.05rem 1.55rem;
}

.header {
  z-index: 10;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #427EF6 0%, #6167F1 100%);
  width: 100%;
  height: 35px;
  line-height: 100px;
  color: #fff;

}

#greentick1 {
  color: #2F59E5;
  font-size: 17px;

}

.header1 {
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  line-height: 50px;
  color: #fff;

}

.header .logo {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vl {
  border-left: 2px solid #2F59E5;
  height: 25px;
  position: absolute;
  left: 20vh;
  /* margin-left: -3px; */
  top: 14px;
}

a:hover {
  text-decoration: none;
}

.border-left {
  border-left: 2px solid var(--primary) !important;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(to right, #427EF6 0%, #6167F1 100%);

  border-color: #2F59E5;
}

.sidebar {

  left: 0;
  z-index: 100;
  overflow-y: auto;
}

.overlay {
  background-color: rgb(0 0 0 / 45%);
  z-index: 99;
}

/* sidebar for small screens */
@media screen and (max-width: 767px) {

  .sidebar {
    max-width: 18rem;
    transform: translateX(-100%);
    transition: transform 0.4s ease-out;
  }

  .sidebar.active {
    transform: translateX(0);
  }

}

.text-primary {
  color: #2F59E5 !important;
  background: #fff;

}

.h4,
h4 {
  font-size: 1.1rem;
}

nav {
  background: #ac2641;
}

.mt-4,
.my-4 {}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-group-item.active {
  z-index: 2;
  color: #2F59E5;
  background-color: #f5f5f5;
  border-color: #007bff;
  font-weight: 600;
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 800 !important;
}

.heading {
  font-weight: 700;
}

/* .container{
 
height:700px;
overflow:auto;
} */
.container-fluid {}

.btn-danger {
  color: #2F59E5;
  background-color: #ffffff;
  border-color: #2F59E5;
}

.btn-primary:hover {
  color: #fff;
  background: linear-gradient(to right, #427EF6 0%, #6167F1 100%);

  border-color: #2F59E5;
}

#nvbr {
  /* border-radius: 1vh !important; */
  width: 100%;
  padding: 15px;
  background: white;
  padding-top: 10px;
  padding-bottom: 0px;
}



@media (max-width: 350px) {}

@media (min-width: 576px) {
  .heading {
    font-weight: 700;
    font-size: 15px;
  }

  .list-group-item.active {

    font-size: 10px;
  }

  #logohead {
    font-size: 15px ! important;
  }

  #logohead1 {
    font-size: 15px ! important;
  }

  .list-group-item {

    font-size: 10px;
  }

  .btn {
    font-size: 10px;

  }

  /* .container{
    height:550px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 10px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 9px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 10px;
  }

}

@media (min-width: 768px) {
  .heading {
    font-weight: 700;
    font-size: 15px;
  }

  .list-group-item.active {

    font-size: 10px;
  }

  #logohead {
    font-size: 15px ! important;
  }

  #logohead1 {
    font-size: 15px ! important;
  }

  .list-group-item {

    font-size: 10px;
  }

  .btn {
    font-size: 10px;
  }

  /* .container{
    height:500px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 10px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 9px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 10px;
  }

}

@media (min-width: 992px) {
  .heading {
    font-weight: 700;
    font-size: 17px;
  }

  .list-group-item.active {

    font-size: 12px;
  }

  #logohead {
    font-size: 17px ! important;
  }

  #logohead1 {
    font-size: 17px ! important;
  }

  .list-group-item {

    font-size: 12px;
  }

  .btn {
    font-size: 12px;
  }

  /* .container{
  height:500px;
  overflow:auto;
  } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 12px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 25vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 11px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 767px) {
  .form-control-plaintext {
    font-size: 12px;
  }

  .heading {
    font-weight: 700;
    font-size: 18px;
  }

  .list-group-item.active {

    font-size: 13px;
  }

  #logohead {
    font-size: 18px ! important;
  }

  #logohead1 {
    font-size: 18px ! important;
  }

  .list-group-item {

    font-size: 13px;
  }

  .btn {
    font-size: 13px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 13px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .form-control {
    font-size: 13px;
  }
}

@media (min-width: 1500px) {
  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
    /* margin-left: -3px; */
    top: 14px;
  }

  body {

    overflow: hidden;
    font-size: 14px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    }
  */
  .heading {
    font-weight: 700;
    font-size: 20px;
  }

  .list-group-item.active {

    font-size: 14px;
  }

  #logohead {
    font-size: 20px ! important;
  }

  #logohead1 {
    font-size: 20px ! important;
  }

  .list-group-item {

    font-size: 14px;
  }

  .btn {
    font-size: 14px;
  }


  .form-group {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .form-control {
    font-size: 15px;
  }
}

@media (min-width: 1801px) {
  body {


    font-size: 14px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    } */
}

#logohead {
  color: #2F59E5;
  font-size: 20px;
}

#menuname {
  margin-left: -30%;
}

#menuname1 {
  margin-left: 10%;
}

.highlightBar {
  border-left-style: inset;
  border-left-color: #ff0034;
  border-left-width: 3px;
  height: 28px;
  margin-left: -20px;
}

#greentick {
  color: #2F59E5;
  font-size: 17px;
}

#labfile {
  display: inline-block;
  color: #ac2641;
  background-color: #ffffff;
  border-color: #ac2641;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
  border: 1px solid #ac2641;
}

.alert-info {
  color: #2F59E5;
  background-color: #EAEEFC;
  /* border-color: #ffffff; */
}

p {

  font-weight: 600;
}

.list-group-item-action {
  font-weight: 600;
}

.vl1 {
  border-left: 2px solid #ac2641;
  height: 25px;
  position: absolute;
  left: 20vh;
}

#uploadsucess {
  padding: 10px;
  display: none;
  background-color: #28a745;
  color: white;
}

#loginhide {
  padding: 10px;
  display: none;
  background-color: #28a745;
  color: white;
}

#modalbtn {
  width: 20%;
  margin-left: 40%;
}

#successtick {
  color: #28a745;
  font-size: 40px;
  margin-left: 47%;
}

#accorbtn {
  background: #f4dee2;
  padding: 10%;
}

#inputFileText {
  width: 100%;
}

.btn-white {
  color: #2F59E5;
  border: 1px solid #2F59E5 !important;
  background-color: #fff;

}

.mappingmodal {
  list-style-type: disclosure-closed;
  padding-inline-start: 5%;
  line-height: 1;
}

a {
  cursor: pointer;
}

a label {
  cursor: pointer;
}

#columnMappingFiles li {
  word-break: break-all;
}

#columnMappingFilesDiv {}

#dataMappingFilesDiv {}

#dataMappingFiles li {
  word-break: break-all;
}

#resetButton {}

#tranpara {
  font-weight: 400;
}

.listdwn {
  list-style-type: none ! important;
}

#uploadStatusDiv {
  display: none;
  padding: 2%;
  border: 1px solid rgb(19, 156, 19)
}

#uploadStatusLabel {
  color: #28a745;
}

.loader {
  --loader-height: calc(var(--loader-size) / 15);
  display: flex;

  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
}

.loader::before,
.loader>span {
  display: block;
  width: var(--loader-height);
  height: var(--loader-height);
  border-radius: 50%;
  background: var(--color-loader);

  animation-name: to-right;
  animation-duration: var(--loader-speed);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.loader>span:nth-child(even) {
  visibility: hidden;
}

.loader>span:first-child {
  animation-name: scale-up;
}

.loader>span:last-child {
  animation-name: scale-up;
  animation-direction: reverse;
}

@keyframes to-right {
  to {
    transform: translateX(200%);
  }
}

@keyframes scale-up {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

:root {
  --color-bg: #eaeaea;
  --color-loader: #222;
  --loader-size: 100px;
  --loader-speed: 500ms;
}

#processStatusLabel {
  color: #28a745;
}

#accorbtn label {
  font-size: 18px;
  font-weight: 500;
}

.footer {

  padding: 30px 2.45rem;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  font-size: calc(0.875rem - 0.05rem);
  font-family: Tahoma, sans-serif ! important;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

#simplify {
  color: #2F59E5;

}

.top-0 {
  top: 0px;
}

.start-0 {
  left: 0px;
}

.end-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.back {
  margin-top: 35%;
}

#greentick1 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

#greentick2 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

#greentick3 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

.mapping-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;

}

.mapping-table th {
  border: 1px solid #ccc;
  /* Add border here */
  padding: 8px;
  text-align: left;
  color: #ac2641;
}

.mapping-table td {
  border: 1px solid #dcd7d7;
  padding: 8px;
  text-align: left;
  word-break: break-all;
}

.mapping-table th {
  background-color: #f4dee2;
}

.mapping-container {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

.mapping-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mapping-arrow {
  margin: 10px;
  font-size: 20px;
}

.draggable {
  cursor: pointer;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

.saveconfig {
  color: #fff;
  background-color: #ac2641;
}

.modalsave {
  top: 30vh;
}

.modalbodysave {
  padding: 2vh !important;
}

.textleft {
  text-align: left !important;
}

.iconbtn {
  font-size: 2.2vh;
}

/* .iconnext{
  margin-top: -45vh;
  margin-left: 130vh;
} */
.tabledata {
  width: 100%;
  overflow-x: scroll;
}

.tabcolor {
  background-color: #ac2641;

}

.nav-tabs li {
  padding: 2vh;
  background: whitesmoke;
}

.records {
  background: #f7f7f7;
  padding: 2vh;
}

.btn-secondary:active {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.maincnt {
  margin-left: 10vh;
}

#greentick4 {
  color: #2F59E5;
  font-size: 17px;
  display: none;
}

#myModalProcess {
  width: 80vh;
  height: 20vh;
  top: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ac2641 !important;
  background: rgb(247, 247, 247);
  border-radius: 5px;
  color: #ac2641 !important;
  font-size: 20px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  bottom: 0;
  left: 0;
  align-items: center;
  cursor: pointer;
}

.modal-open .modal {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'DM Sans', sans-serif;

  overflow-x: hidden;
  font-size: 14px;
}

.list-group-item {
  position: relative;
  display: block;
  /* padding: 1.35rem 2.85rem; */
  font-size: 14px;
  padding: 1.05rem 1.55rem;
}

.header {
  z-index: 10;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #427EF6 0%, #6167F1 100%);

  width: 100%;
  height: 35px;
  line-height: 100px;
  color: #fff;

}

#greentick1 {
  color: #2F59E5;
  font-size: 17px;

}

.header1 {
  border-radius: 1vh !important;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  line-height: 50px;
  color: #fff;

}

.header .logo {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vl {
  border-left: 2px solid #2F59E5;
  height: 25px;
  position: absolute;
  left: 20vh;
  /* margin-left: -3px; */
  top: 14px;
}

a:hover {
  text-decoration: none;
}

.border-left {
  border-left: 2px solid var(--primary) !important;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(to right, #427EF6 0%, #6167F1 100%);

  border-color: #2F59E5;
}

.sidebar {

  left: 0;
  z-index: 100;
  overflow-y: auto;
  margin-left: 15px;
}

.overlay {
  background-color: rgb(0 0 0 / 45%);
  z-index: 99;
}

/* sidebar for small screens */
@media screen and (max-width: 767px) {

  .sidebar {
    max-width: 18rem;
    transform: translateX(-100%);
    transition: transform 0.4s ease-out;
  }

  .sidebar.active {
    transform: translateX(0);
  }

}

.text-primary {
  color: #2F59E5 !important;
  background: #fff;

}

.h4,
h4 {
  font-size: 1.1rem;
}

nav {
  background: #ac2641;
}

.mt-4,
.my-4 {}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #2F59E5;
  border-color: #007bff;
  font-weight: 400;
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 800 !important;
}

.heading {
  font-weight: 700;
}

/* .container{
 
height:700px;
overflow:auto;
} */
.container-fluid {}

.btn-danger {
  color: #2F59E5;
  background-color: #ffffff;
  border-color: #2F59E5;
}

.btn-primary:hover {
  color: #fff;
  background: linear-gradient(to right, #427EF6 0%, #6167F1 100%);

  border-color: #2F59E5;
}

#nvbr {
  border-radius: 1vh !important;
  width: 100%;
  padding: 15px;
  background: white;
  padding-top: 10px;
  padding-bottom: 0px;
}

#amnvbr {
  width: 100%;
  padding: 5px 16px;
  background: white;
  border-radius: 12px;
  /* padding-top: 10px; */
  /* padding-bottom: 0px; */
}



@media (max-width: 350px) {}

@media (min-width: 576px) {
  .heading {
    font-weight: 700;
    font-size: 15px;
  }

  .list-group-item.active {

    font-size: 10px;
  }

  #logohead {
    font-size: 15px ! important;
  }

  #logohead1 {
    font-size: 15px ! important;
  }

  .list-group-item {

    font-size: 10px;
  }

  .btn {
    font-size: 10px;

  }

  /* .container{
    height:550px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 10px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 9px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 10px;
  }

}

@media (min-width: 768px) {
  .heading {
    font-weight: 700;
    font-size: 15px;
  }

  .list-group-item.active {

    font-size: 10px;
  }

  #logohead {
    font-size: 15px ! important;
  }

  #logohead1 {
    font-size: 15px ! important;
  }

  .list-group-item {

    font-size: 10px;
  }

  .btn {
    font-size: 10px;
  }

  /* .container{
    height:500px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 10px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 9px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 10px;
  }

}

@media (min-width: 992px) {
  .heading {
    font-weight: 700;
    font-size: 17px;
  }

  .list-group-item.active {

    font-size: 12px;
  }

  #logohead {
    font-size: 17px ! important;
  }

  #logohead1 {
    font-size: 17px ! important;
  }

  .list-group-item {

    font-size: 12px;
  }

  .btn {
    font-size: 12px;
  }

  /* .container{
  height:500px;
  overflow:auto;
  } */
  body {
    line-height: 1;
    overflow: auto;
    font-size: 12px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 25vh;
  }

  .form-group {
    margin-bottom: 1rem;
    font-size: 11px;
  }

  .form-control {
    font-size: 12px;
    line-height: 1;
  }

  .form-control-plaintext {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 767px) {
  .form-control-plaintext {
    font-size: 12px;
  }

  .heading {
    font-weight: 700;
    font-size: 18px;
  }

  .list-group-item.active {

    font-size: 13px;
  }

  #logohead {
    font-size: 18px ! important;
  }

  #logohead1 {
    font-size: 18px ! important;
  }

  .list-group-item {

    font-size: 13px;
  }

  .btn {
    font-size: 13px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    } */
  body {
    line-height: 1;
    overflow: hidden;
    font-size: 13px;
  }

  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
  }

  .form-group {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .form-control {
    font-size: 13px;
  }
}

@media (min-width: 1500px) {
  .vl {
    border-left: 2px solid #ac2641;
    height: 25px;
    position: absolute;
    left: 20vh;
    /* margin-left: -3px; */
    top: 14px;
  }

  body {

    /* overflow: hidden; */
    overflow-y: auto;
    font-size: 14px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    } */

  .heading {
    font-weight: 700;
    font-size: 20px;
  }

  .list-group-item.active {

    font-size: 14px;
  }

  #logohead {
    font-size: 20px ! important;
  }

  #logohead1 {
    font-size: 20px ! important;
  }

  .list-group-item {

    font-size: 14px;
  }

  .btn {
    font-size: 14px;
  }


  .form-group {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .form-control {
    font-size: 15px;
  }
}

@media (min-width: 1801px) {
  body {


    font-size: 14px;
  }

  /* .container{
    height:700px;
    overflow:auto;
    } */
}

#logohead {
  color: #2F59E5;
  font-size: 20px;
}

#menuname {
  margin-left: -30%;
}

#menuname1 {
  margin-left: 10%;
}

.highlightBar {
  border-left-style: inset;
  border-left-color: #ff0034;
  border-left-width: 3px;
  height: 28px;
  margin-left: -20px;
}

#greentick {
  color: #ffffff;
  font-size: 17px;
}

#labfile {
  display: inline-block;
  color: #ac2641;
  background-color: #ffffff;
  border-color: #ac2641;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
  border: 1px solid #ac2641;
}

.alert-info {
  color: #2F59E5;
  background-color: #EAEEFC;
  /* border-color: #ffffff; */
}

p {

  font-weight: 600;
}

.list-group-item-action {
  font-weight: 600;
}

.vl1 {
  border-left: 2px solid #ac2641;
  height: 25px;
  position: absolute;
  left: 20vh;
}

#uploadsucess {
  padding: 10px;
  display: none;
  background-color: #28a745;
  color: white;
}

#loginhide {
  padding: 10px;
  display: none;
  background-color: #28a745;
  color: white;
}

#modalbtn {
  width: 20%;
  margin-left: 40%;
}

#successtick {
  color: #28a745;
  font-size: 40px;
  margin-left: 47%;
}

#accorbtn {
  background: #f4dee2;
  padding: 10%;
}

#inputFileText {
  width: 100%;
}

.btn-white {
  color: #2F59E5;
  border: 1px solid #2F59E5 !important;
  background-color: #fff;

}

.mappingmodal {
  list-style-type: disclosure-closed;
  padding-inline-start: 5%;
  line-height: 1;
}

a {
  cursor: pointer;
}

a label {
  cursor: pointer;
}

#columnMappingFiles li {
  word-break: break-all;
}

#columnMappingFilesDiv {}

#dataMappingFilesDiv {}

#dataMappingFiles li {
  word-break: break-all;
}

#resetButton {}

#tranpara {
  font-weight: 400;
}

.listdwn {
  list-style-type: none ! important;
}

#uploadStatusDiv {
  display: none;
  padding: 2%;
  border: 1px solid rgb(19, 156, 19)
}

#uploadStatusLabel {
  color: #28a745;
}

.loader {
  --loader-height: calc(var(--loader-size) / 15);
  display: flex;

  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
}

.loader::before,
.loader>span {
  display: block;
  width: var(--loader-height);
  height: var(--loader-height);
  border-radius: 50%;
  background: var(--color-loader);

  animation-name: to-right;
  animation-duration: var(--loader-speed);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.loader>span:nth-child(even) {
  visibility: hidden;
}

.loader>span:first-child {
  animation-name: scale-up;
}

.loader>span:last-child {
  animation-name: scale-up;
  animation-direction: reverse;
}

@keyframes to-right {
  to {
    transform: translateX(200%);
  }
}

@keyframes scale-up {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

:root {
  --color-bg: #eaeaea;
  --color-loader: #222;
  --loader-size: 100px;
  --loader-speed: 500ms;
}

#processStatusLabel {
  color: #28a745;
}

#accorbtn label {
  font-size: 18px;
  font-weight: 500;
}

.footer {

  padding: 30px 2.45rem;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  font-size: calc(0.875rem - 0.05rem);
  font-family: Tahoma, sans-serif ! important;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

#simplify {
  color: #2F59E5;

}

.top-0 {
  top: 0px;
}

.start-0 {
  left: 0px;
}

.end-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.back {
  margin-top: 35%;
}

#greentick1 {
  color: #ffffff;
  font-size: 17px;
  display: none;
}

#greentick2 {
  color: #ffffff;
  font-size: 17px;
  display: none;
}

#greentick3 {
  color: #ffffff;
  font-size: 17px;
  display: none;
}

.mapping-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;

}

.mapping-table th {
  border: 1px solid #ccc;
  /* Add border here */
  padding: 8px;
  text-align: left;
  color: #ac2641;
}

.mapping-table td {
  border: 1px solid #dcd7d7;
  padding: 8px;
  text-align: left;
  word-break: break-all;
}

.mapping-table th {
  background-color: #f4dee2;
}

.mapping-container {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

.mapping-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mapping-arrow {
  margin: 10px;
  font-size: 20px;
}

.draggable {
  cursor: pointer;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

.saveconfig {
  color: #fff;
  background-color: #ac2641;
}

.modalsave {
  top: 30vh;
}

.modalbodysave {
  padding: 2vh !important;
}

.textleft {
  text-align: left !important;
}

.iconbtn {
  font-size: 2.2vh;
}

/* .iconnext{
  margin-top: -45vh;
  margin-left: 130vh;
} */
.tabledata {
  width: 100%;
  overflow-x: scroll;
}

.tabcolor {
  background-color: #ac2641;

}

.nav-tabs li {
  padding: 2vh;
  background: whitesmoke;
}

.records {
  background: #f7f7f7;
  padding: 2vh;
}

.btn-secondary:active {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.maincnt {
  margin-left: 10vh;
}

#greentick4 {
  color: #ffffff;
  font-size: 17px;
  display: none;
}

#myModalProcess {
  width: 80vh;
  height: 20vh;
  top: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ac2641 !important;
  background: rgb(247, 247, 247);
  border-radius: 5px;
  color: #ac2641 !important;
  font-size: 20px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  bottom: 0;
  left: 0;
  align-items: center;
  cursor: pointer;
}

.modal-open .modal {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dfdcdc !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

#myModaldownload {
  width: 80vh;
  height: 20vh;
  top: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ac2641 !important;
  background: rgb(247, 247, 247);
  border-radius: 5px;
  color: #ac2641 !important;
  font-size: 20px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  bottom: 0;
  left: 0;
  align-items: center;
  cursor: pointer;
}

.btn-danger:hover {
  color: #fff !important;
  background-color: #2F59E5;
  border-color: #2F59E5;
}

/* changes mrj */

.ambutton {
  width: 45px;
  /* square size */
  height: 45px;
  padding: 0;
  /* remove Bootstrap padding */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  /* optional: rounded square */
}

.card-wrapper {
  gap: 1.5rem;
}

/* Card base */
.xylem-card {
  height: 100%;
  padding: 24px;
  border-radius: 16px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
  min-height: 300px;
}

.xylem-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Background variants */
.xylem-card.dark {
  background: #1A365D;
}

.xylem-card.primary {
  background: #2B6CEE;
}

.xylem-card.light {
  background: #6A99F5;
}

.xylem-card.blue1 {
  background: #2563EB;
}

.xylem-card.blue2 {
  background: #1E40AF;
}


/* Icon */
.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 18px;
}

/* Text */
.xylem-card h5 {
  font-weight: 500;
  margin-bottom: 10px;
}

.xylem-card p {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.5;
  font-weight: 500;

}

/* Button */
.card-btn {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  background: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;

}

.xylem-card.dark .card-btn {
  color: #1A365D;
}

.xylem-card.primary .card-btn {
  color: #2B6CEE;
}

.xylem-card.light .card-btn {
  color: #6A99F5;
}

.xylem-card.blue1 .card-btn {
  color: #2563EB;
}

.xylem-card.blue2 .card-btn {
  color: #1E40AF;
}

.card-btn:hover {
  background: #f1f4ff;
  text-decoration: none;
}

.xylem-title {
  font-weight: 600;
  font-size: 38px;
  color: #202020;
  margin-bottom: 8px;
}

.xylem-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  max-width: 740px;
  margin: 0 auto;
}

.card-bg-icon {
  position: absolute;
  right: -20px;
  bottom: 0px;
  opacity: 0.15;
  pointer-events: none;
  /* so it doesn't block clicks */
}

.card-bg-icon svg {
  width: 120px;
  height: 120px;
  color: #ffffff;
}

.sidebar .list-group .list-group-item {
  background-color: transparent;
  border-radius: 12px !important;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  border: none;
}

.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #2F59E5 !important;
  border-color: #007bff;
  font-weight: 400;
}

.menu-icon {
  font-size: 18px;
  /* set icon size */
}

.xylemlogo {
  font-size: 18px;
  font-weight: 700;
  color: #2F59E5;
  margin: 0;
  margin-left: 8px;
}

.profile-container {
  position: relative;
}

.profile-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.profile-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.profile-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

.profile-name {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.profile-email {
  font-size: 14px;
  color: #757575;
}

.menuContainer {
  display: none;
  position: absolute;
  right: -16px;
  top: 68px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  padding: 10px 14px;
  z-index: 1000;
}

.menuContainer.show {
  display: block;
}

.logout-item {
  all: unset;
  display: block;
  width: 100%;
  cursor: pointer;
}

/* Button look */
.icon-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f4f6fb;
  border-radius: 12px;
  padding: 10px 14px;
  height: 36px;
  box-sizing: border-box;
}

/* Text */
.logout-text {
  font-size: 14px;
  font-weight: 500;
  color: #202020;
  line-height: 1;
  white-space: nowrap;
}

/* Icon */
.icon-wrapper svg {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}


.body {
  overflow-y: auto !important;
}