/* GRID & RESPONSIVE LAYOUT */
.panel_grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  row-gap: 15px;
}

.panel_grid-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-auto-rows: 65px;
  gap: 10px;

  @media only screen and (max-width: 1540px) {
    grid-template-columns: 1fr;
    grid-auto-rows: auto 65px;
  }
}

.panel_grid-heading {
  grid-column: 1 / 2;

  @media only screen and (max-width: 1540px) {
    grid-column: 1;
  }
}

.panel_grid-content {
  grid-column: 2 / 3;
  display: flex;
  flex-direction: column;

  @media only screen and (max-width: 1540px) {
    grid-column: 1;
  }
}

.panel_grid-content p {
  margin: 5px 0px;
}

[class*='column-'] {
  float: left;
  padding: 0;
  width: 100%;
  min-height: 1px;
}

@media only screen and (min-width: 30em) {
  [class*='column-'] {
    /* padding: 1em; */
  }

  .column-1 {
    width: 8.33333%;
  }

  .column-1-custom {
    width: 13.3333%;
  }

  .column-2 {
    width: 16.66667%;
  }

  .column-3 {
    width: 25%;
  }

  .column-4 {
    width: 33.33333%;
  }

  .column-5 {
    width: 41.66667%;
  }

  .column-6 {
    width: 50%;
  }

  .column-7 {
    width: 58.33333%;
  }

  .column-8 {
    width: 66.66667%;
  }

  .column-9 {
    width: 75%;
  }

  .column-10 {
    width: 83.33333%;
  }

  .column-11 {
    width: 91.66667%;
  }

  .column-12 {
    width: 100%;
  }
}

@media (max-width: 800px) {
  [class*='column-'] {
    float: left;
    padding: 0;
    width: 100%;
    min-height: 1px;
  }
}

@font-face {
  font-family: UniversForFiserv;
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/UniversForFiserv45-Lt.ttf');
}

@font-face {
  font-family: UniversForFiserv;
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/UniversForFiserv45-LtIt.ttf');
}

@font-face {
  font-family: UniversForFiserv;
  font-weight: normal;
  font-style: italic;
  src: url('../fonts/UniversForFiserv55-It.ttf');
}

@font-face {
  font-family: UniversForFiserv;
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/UniversForFiserv55.ttf');
}

@font-face {
  font-family: UniversForFiserv;
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/UniversForFiserv65-Bd.ttf');
}

@font-face {
  font-family: UniversForFiserv;
  font-weight: bold;
  font-style: italic;
  src: url('../fonts/UniversForFiserv65-BdIt.ttf');
}

body {
  accent-color: #ff6600;
}

.box {
  border: 2px solid #ccc;
  padding: 30px 20px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* ALIGNMENT AND SIZE OVERRIDES */
ul.list li {
  list-style-type: disc;
}

.small {
  font-size: 80% !important;
}

.super-small {
  font-size: 50% !important;
}

.block {
  display: block !important;
}

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

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-middle {
  margin: 0 auto;
}

.clearfix {
  clear: both;
}

.margin-top {
  margin-top: 40px;
}

.margin-top100 {
  margin-top: 100px;
}

.margin-bottom {
  margin-bottom: 40px;
}

.margin-bottom15 {
  margin-bottom: 15px;
}

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

.no-padding {
  padding: 0 !important;
}

.xsmall-margin-right {
  margin-right: 5px !important;
}

.small-margin-top {
  margin-top: 10px !important;
}

.small-margin-bottom {
  margin-bottom: 10px !important;
}

.small-margin-left {
  margin-left: 10px !important;
}

.small-margin-right {
  margin-right: 10px !important;
}

.small-padding-top {
  padding-top: 10px !important;
}

.small-padding-bottom {
  padding-bottom: 10px !important;
}

.small-padding-left {
  padding-left: 10px !important;
}

.small-padding-right {
  padding-right: 10px !important;
}

.medium-margin-top {
  margin-top: 20px !important;
}

.medium-margin-bottom {
  margin-bottom: 20px !important;
}

.medium-margin-left {
  margin-left: 20px !important;
}

.medium-margin-right {
  margin-right: 20px !important;
}

.medium-padding-top {
  padding-top: 20px !important;
}

.medium-padding-bottom {
  padding-bottom: 20px !important;
}

.medium-padding-left {
  padding-left: 20px !important;
}

.medium-padding-right {
  padding-right: 20px !important;
}

.large-margin-top {
  margin-top: 40px !important;
}

.large-margin-bottom {
  margin-bottom: 40px !important;
}

.large-margin-left {
  margin-left: 40px !important;
}

.large-margin-right {
  margin-right: 40px !important;
}

.large-padding-top {
  padding-top: 40px !important;
}

.large-padding-bottom {
  padding-bottom: 60px !important;
}

.large-padding-left {
  padding-left: 40px !important;
}

.large-padding-right {
  padding-right: 40px !important;
}

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

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

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-align-center-justify-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fw-400 {
  font-weight: 400 !important;
}

.card-panel-width {
  width: 95%;

  @media screen and (max-width: 2150px) {
    width: 94%;
  }

  @media screen and (max-width: 1670px) {
    width: 93%;
  }

  @media screen and (max-width: 1466px) {
    width: 92%;
  }
}

/* App css */

html {
  background: #fff;
}

body {
  margin: 0px;
  background-image: none !important;
  position: relative;
  left: 0px;
  width: 1370px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: UniversForFiserv;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  -webkit-font-smoothing: auto !important;
  font-smoothing: auto;
  padding: 0 !important;
  overflow: visible !important;
}

*,
*:after,
*:before {
  -webkit-font-smoothing: auto;
  -moz-font-smoothing: auto;
  font-smoothing: auto;
}

.container {
  width: 1400px;
  margin: 0 auto;
  float: left;
  padding: 15px;
  background: #f2f2f2;
}

.whiteBg {
  background: #fff !important;
  /*margin-top: 17px;*/
}

.branding {
  border: solid 1px #f2f2f2;
  border-bottom: none;
  height: 65px;
}

.header {
  border-width: 0px;
  left: 0px;
  top: 0px;
  width: 1370px;
  display: flex;
  background: #fff;
}

.header .title img {
  margin: 6px 5px 6px 9px;
  height: 31px;
  width: 61px;
}

.header .title span {
  color: #ff6600;
  text-rendering: optimizeLegibility;
  position: relative;
  top: 15px;
  left: -5px;
}

.userMenu {
  margin: 15px 15px 0 0;
  font-size: 14px;
}

.userIcon {
  border-right: solid 1px #cccccc;
  text-align: right;
  height: 30px;
}

.userIcon img {
  position: relative;
  bottom: 4px !important;
  height: 20px;
  width: 20px;
}

.userIcon i {
  position: relative;
  padding: 0px 20px 0px 15px;
  color: gray;
  font-size: 14px;
}

.userImage {
  font-size: 11px !important;
  font-weight: 300;
  width: 23px;
  height: 23px;
  background: rgba(255, 102, 0, 1);
  background-color: rgba(255, 102, 0, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 102, 0, 1);
  border-radius: 0px;
  font-size: 8px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  bottom: 5px;
}

.userImage span {
  position: relative;
  top: 4px;
  right: 3px;
}

.userSettings i {
  font-size: 18px;
  color: gray;
  padding: 0 10px;
  position: relative;
  top: 5px;
}

.logoutMenu {
  display: inline-block;
  alignitems: center;
  textalign: center;
}

.header .userDetails {
  font-size: 14px;
  color: #333333 !important;
  position: relative;
  left: 10px !important;
  right: 5px;
  margin-right: 5px;
}

.nav {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  padding: 0 1rem;
  font-size: 14px;
  color: #797979;
  border: solid 1px #f2f2f2;
  border-top: none;
}

.nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}

.nav a {
  color: inherit;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 5px;
}

.nav li.active {
  border-bottom: solid 2px #ff6600;
  color: #ff6600;
}

.nav li:hover {
  color: #333;
}

.homePageWidgets {
  padding: 10px 15px 10px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pageContent {
  padding: 7px 15px 20px 10px;
}

.heading {
  font-size: 16px;
  color: #0d0c0c;
  padding-left: 10px;
}

.headingIcon {
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  position: relative;
  top: 5px;
  color: #515151;
}

.dynamicWidth-table table {
  table-layout: auto !important;
}

.dynamicWidth-table th,
.dynamicWidth-table thead th,
.dynamicWidth-table tbody td {
  width: auto;
}

.dynamic-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recentTable {
  margin: 20px 0px 5px 7px;
  border: 0px !important;
  width: 99%;
  height: 100px;
}

.recentTableActualPalyoad {
  margin: 0px 0px 5px 7px;
  border: 0px !important;
  width: 99%;
  height: 100px;
}

.recentTableActualPalyoad tbody tr td,
.recentTable th {
  padding: 2px 2px 10px 2px;
}

.recentTableHomePageWidget {
  padding: 10px 15px 10px 10px;
  margin-bottom: 10px;
}

.recentTable td,
.recentTable th {
  padding: 10px 2px 10px 2px;
}

.recentTable th {
  background: none;
  border-bottom: solid 2px #cccccc;
  font-size: 13px;
  color: #666666bf;
}

.projectSettingTitle thead tr:nth-child(1) th:nth-child(1) {
  font-weight: bolder;
  font-size: 18px;
}

.projectSettingTitle thead tr:nth-child(2) td:nth-child(1) {
  border: none;
}

.sortedHeader {
  color: #666666bf !important;
}

.sortedColumn {
  color: #2e8bc9 !important;
}

.recentTable td {
  font-size: 13px !important;
  color: #000000bf;
  border-bottom: solid 1px #cccccc;
  word-break: normal;
  overflow-wrap: break-word;
}

.recentTable .name-extra-width {
  max-width: 240px;
  width: 240px;
}

.recentTable tbody {
  min-width: 0;
}

.recentTable .nameColumn {
  max-width: 140px;
}

.recentTable .personaColumn {
  max-width: 210px;
}

.recentTable .nameColumn .ellipsis {
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.recentTable img {
  -webkit-transform: rotate(270deg);
  position: relative;
  top: 10px;
}

.recentTable img.threeDots {
  -webkit-transform: rotate(180deg);
  position: relative;
  top: 1px;
  width: 16px;
}

.threeDot-container {
  display: block;
  width: 150px;
  background: #ebebeb;
  position: absolute;
  padding: 5px;
  z-index: 100;
  left: 1190px;
  border: 1px solid #e3e3e3;
}

.threeDot-containerchild {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 6px;
  text-align: left;
  padding: 5px;
}

.arrowFont {
  font-size: 15px;
  padding-left: 5px;
  cursor: pointer;
}

.reverseSortImg {
  -webkit-transform: rotate(180deg) !important;
  padding-right: 5px;
}

.recentTable .tdIcons {
  font-size: 18px;
  margin-right: 15px;
}

.tdIconLeft {
  padding-left: 10px;
}

.attributeMinimumWidth {
  max-width: 160px;
}

.tdFloat {
  display: flex;
  padding-right: 0px;
  gap: 8px;
}

.tdFloatActualPlayoad {
  display: flex;
  padding-right: 0px;
  gap: 8px;
}

/* ClientTable */
.clientProjectName {
  color: #3676d0 !important;
  font-weight: 650 !important;
}

.clientTableFontSpecifications {
  font-size: 13.5px;
  font-weight: 400;
}

.clientTableTitle {
  font-size: 13px;
  color: #999;
}

.flexItems {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexItemsProgress {
  display: flex;
  overflow: hidden;
  align-items: center;
}

.inputIcon {
  position: relative;
}

.inputIcon .searchInput {
  width: 334px;
  height: 34px;
}

.inputIconSearchIcon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.loadMoreButton {
  height: 42px;
  width: 274px;
}

.flex16 {
  display: flex;
  gap: 16px;
  align-items: center;
}

.flex24 {
  display: flex;
  gap: 24px;
  align-items: center;
}

.trHighlight,
.trHighlight:hover,
.trHighlight:focus {
  cursor: pointer;
  background-color: rgba(102, 153, 204, 0.11764705882352941);
}

.clickableRow {
  cursor: pointer;
}

.trProjectHighlight:hover {
  cursor: pointer;
  background-color: rgba(102, 153, 204, 0.11764705882352941);
}

.trProjectHighlightFocus {
  cursor: pointer;
  background-color: rgba(242, 242, 242, 1);
}

.verticalLine {
  border-left: 1.5px solid #c2c2c2;
  height: 32px !important;
}

.homeDepotText {
  font-size: 16px;
  color: #0d0c0c !important;
}

.homeDepotText1 {
  font-size: 16px;
  color: #0d0c0c !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homeDepotText1:focus,
.homeDepotText1:hover {
  color: transparent;
}

.homeDepotText1:focus:after,
.homeDepotText1:hover:after {
  content: attr(data-text);
  overflow: visible;
  text-overflow: inherit;
  background: #fff;
  left: auto;
  top: auto;
  width: auto;
  max-width: 20rem;
  border: 1px solid #eaebec;
  padding: 0 0.5rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
  white-space: normal;
  word-wrap: break-word;
  display: block;
  color: black;
  margin-top: -1.25rem;
}

.clientName {
  color: #3676d0 !important;
  font-weight: 650 !important;
  width: 40% !important;
}

.large-padding-client {
  padding: 80px 160px 120px 160px;
}

.middle-padding-client {
  padding: 60px 50px 120px 50px;
}

.dynamic-padding-client {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dynamic-padding-client .MuiTableHead-root {
  background: #f2f2f2 !important;
}

.testCaseDisplay {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
}

.projectFlexColumn {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.projectIcons {
  color: #ff6600;
  width: 26px;
  height: 30px;
}

.switchIcon {
  width: 24px;
  height: 18px;
}

/* ProgressBar */

.progressFlex {
  display: flex;
  justify-content: center;
}

.progressTotalcount {
  width: 120px;
  text-align: right;
  margin-right: 15px;
  white-space: nowrap;
}

.progressTotalcountText {
  font-size: 12px;
}

.progress {
  font-size: 12px;
  border-radius: 0px;
  text-align: center;
}

.newProjectPadding {
  padding: 24px 24px !important;
}

.newProjectTextDecoration {
  color: #0d0c0c;
  text-decoration: none;
}

.allProjectsLink {
  color: #0b78bf;
  font-size: 16px;
  text-decoration: none;
}

.newProjectBorder {
  border-top: 1.5px solid #e2e2e2;
}

.newProjectFlexGroup {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.newProjectFlexElement {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 300px;
}

.flex4 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.newProjectFlexElement .flex4 span:nth-child(1) {
  color: #666 !important;
}

.newProjectFlexElement .flex4 span:nth-child(2) {
  color: #ff0000;
}

.newProjectFlexElement input {
  height: 40px;
  width: 100%;
  font-size: 14px;
}

.newProjectFlexElement select {
  height: 40px;
  width: 100%;
  padding-left: 10px;
}

.newProjectFlexElement span:nth-child(1) {
  color: red;
}

.newProjectFlexElement span:nth-child(2) {
  color: #333;
}

.newProjectContinueButton {
  height: 48px;
  width: 150px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

/* Client Table */

/* New Project */

/* ErrorModal */

.errorModalContainer {
  height: 50vh;
  width: 50vw;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.errorModal {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 25%;
  left: 25%;
  min-height: 50vh;
  min-width: 50vw;
  border: 2px solid #e2e2e2;
  background-color: #fff;
  z-index: 1;
}

.errorModalHeader {
  height: 10%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #c2c2c2;
}

.errorModalHeader span:nth-child(2) {
  cursor: pointer;
}

.errorModalContent {
  height: 80%;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.errorModalFooter {
  max-height: 10%;
  width: 100%;
  text-align: right;
}

/* MID */

.midBox {
  border: 1px solid #333;
  border-radius: 2px;
  margin-bottom: 12px;
}

.midHeader {
  background-color: #f2f2f2;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 16px;
}

.groupMIDAPI {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.midFeatures {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #2e8bc9;
  padding: 16px 0 40px 8px;
}

.midFeatures span:nth-child(1) {
  font-family: UniversForFiserv !important;
  color: #333 !important;
  font-weight: bold !important;
}

.editMIDConfigurationLink {
  color: #2e8bc9;
  text-decoration: none;
}

.navigateButton {
  font-weight: 650 !important;
  padding: 0 30px !important;
}

.navigateButton:disabled {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 17%);
  background-color: #66bdf3;
}

/* MID */

.searchInput {
  width: 438px;
  height: 48px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px;
}

.searchButton {
  min-width: 128px;
  height: 48px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 11px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
}

.certificateLarger {
  cursor: pointer;
}

.addLinkedTestcaseButton {
  border-width: 0px;
  min-width: 128px;
  height: 48px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  margin-left: 11px;
  margin-top: 10px;
}

.fa-regular {
  cursor: pointer;
  color: #ff6600;
}

.fa-clock {
  font-size: 25px;
}

.fa-check {
  font-size: 20px;
  color: #00b840;
}

.fa-magnifying-glass:hover,
.fa-clock:hover {
  cursor: pointer;
  color: #515151;
}

.fa-eye {
  padding-right: 10px;
}

.fa-uncheck {
  color: #ff0000;
  font-size: 20px;
}

.fa-warning {
  color: #ffc900;
  font-size: 20px;
}

.fa-certificate {
  color: orange;
  font-size: 20px;
}

.advanceSearchLink {
  padding: 0;
  font-size: 13px;
  margin-right: 141px;
}

.advanceSearchLink a {
  color: #0b78bf;
  text-decoration: none;
}

.advanceSearchLink a:hover {
  color: #0b78bf;
  text-decoration: underline;
}

/*Widgets css*/

.homepage-widget {
  border: 1px none gray;
  background-color: #ffff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.widget-title {
  border-width: 0px;
  text-align: center;
}

.widget-title p {
  padding-bottom: 15px;
  color: #0d0c0c;
  font-size: 16px;
}

.widget-number {
  padding-top: 21px;
}

.widget-span-number {
  text-align: center;
  font-size: 50px;
  color: #ff6600;
  text-align: center;
  padding-bottom: 0px;
}

.widget-image {
  margin-top: 38px;
  height: 65px;
  width: 65px;
  text-align: center;
  font-size: 50px;
  color: #ff6600;
  text-align: center;
  padding-bottom: 0px;
}

.searchBox {
  height: 130px;
}

/*Advanced Search Bar */
.advancesearchdropdown {
  display: flex;
  gap: 8px;
  padding-top: 17px;
  justify-content: center;
}

.transactionDropdown {
  width: 165px;
}

.advanceHeader {
  display: flex;
}

/*Advanced Search Bar */
.advanceSearchContainer {
  display: flex;
  gap: 8px;
  padding-top: 7px;
  justify-content: center;
  align-items: center;
}

.advanceSearchdropdown {
  left: 0px;
  top: 0px;
  width: 115px;
  height: 25px;
  padding: 2px;
  font-size: 12px !important;
  letter-spacing: normal;
  vertical-align: none;
  text-align: left;
  text-transform: none;
  border-color: #cccccc;
  background-size: 12px !important;
  background-position: calc(100%) center !important;
}

.advanceHeader {
  display: flex;
}

.basicSearchLink {
  padding: 0;
  font-size: 13px;
  margin-left: 700px;
  color: #0b78bf;
  text-decoration: none;
}

.basicSearchLink:hover {
  color: #0b78bf;
  text-decoration: underline;
}

select:focus {
  outline: none;
}

/*Login page*/
.login {
  width: 400px;
  /* border: solid 2px #f2f2f2;
    border-radius: 5px; */
  background-color: #ffffff;
  padding: 10px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 10%;
}

.loginform {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: #0b78bf;
}

.loginHeader {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
  margin-left: 25px;
}

.headerLogo {
  height: 33px;
  width: 65px;
}

.headerText {
  margin-top: 24px;
  margin-bottom: 17px;
  font-size: 20px;
  font-family: UniversForFiserv;
  font-weight: bold;
  color: #ff6600;
}

.loginInput {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 25px;
}

.username {
  margin-bottom: 5px;
}

.usernameText,
.passwordText {
  font-size: 14px;
  color: #585858;
}

.usernameInput,
.passwordInput {
  width: 350px;
  height: 43px;
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(121, 121, 121, 1);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px;
}

.password {
  margin-top: 25px;
  margin-bottom: 5px;
}

.loginCheckbox {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}

.loginButton {
  width: 350px;
  height: 43px;
  margin-top: 30px;
  margin-bottom: 10px;
  background: inherit;
  background-color: #004165;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #004165;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loginButtonText {
  justify-content: center;
  margin-top: 9px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}

.loginSuccessText {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}

/*Create Test Cases*/

.createTestCaseContainer {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1333px;
  height: 1221px;
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 2px;
  box-shadow: none;
}

.path {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

.image-1 {
  margin-left: 15px;
  margin-right: 5px;
}

.radioButton {
  margin-top: 20px;
}

.radioText {
  font-size: 14px;
  padding-right: 30px;
}

.radioText-2 {
  font-size: 14px;
}

.account {
  margin-left: 60px;
}

.text-1 {
  font-size: 14px;
  color: #0b78bf;
  white-space: nowrap;
  text-transform: none;
}

.text-2 {
  font-size: 16px;
  color: #0d0c0c;
  white-space: nowrap;
  text-transform: none;
}

.text-3 {
  font-size: 14px;
  color: #0d0c0c;
  position: relative;
  bottom: 5px;
}

.text-3:hover {
  color: #0b78bf;
  cursor: pointer;
}

.text-4 {
  font-size: 14px;
  color: #0d0c0c;
  position: relative;
  bottom: -2px;
}

.heading-1 {
  margin-left: 18px;
  margin-right: 18px;
  margin-top: 28px;
}

.headingText-1 {
  font-family: UniversForFiserv;
  font-weight: 300;
  font-size: 18px;
  white-space: nowrap;
  text-transform: none;
}

.headingImage-1 {
  width: 25px;
  height: 20px;
  margin-right: 8px;
}

.headingText-2 {
  font-size: 14px;
  color: #0d0c0c;
  align-items: center;
  white-space: nowrap;
  text-transform: none;
  font-size: 16px;
}

.headingLine {
  margin-left: 0px;
  margin-top: 5px;
}

.flex-1 {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.flex-2 {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
  align-items: center;
}

.flex-3 {
  display: flex;
  gap: 10px;
}

.text {
  font-size: 13px;
  color: #797979;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-right: 5px;
}

.required {
  font-size: 13px;
  color: #ff0000;
}

.inputField,
.objectivefield {
  width: 300px;
  height: 40px;
  margin-top: 6px;
  background: inherit;
  box-sizing: border-box;
  border: solid 1px rgb(118, 118, 118);
  border-radius: 2px;
  box-shadow: none;
  padding: 5px !important;
}

.inputFieldSelect {
  width: 150px;
  height: 40px;
  margin-top: 6px;
  background: inherit;
  box-sizing: border-box;
  border: solid 1px rgb(118, 118, 118);
  border-radius: 2px;
  box-shadow: none;
  padding: 5px !important;
}

.inputField:focus {
  outline: none;
}

.objectivefield {
  width: 620px;
}

.searchable {
  padding-right: 180px;
}

.popUp {
  width: 290px;
  height: 240px;
  border-radius: 2px;
  border: 1px solid rgb(75, 75, 75);
  background-color: rgb(75, 75, 75);
  opacity: 0.8;
  padding: 15px;
}

.popUp-1 {
  width: 270px;
  height: auto;
  border-radius: 2px;
  border: 1px solid rgb(75, 75, 75);
  background-color: rgb(75, 75, 75);
  opacity: 0.8;
  padding: 15px;
}

.popUpHeading {
  padding-bottom: 30px;
}

.popup-no-padding {
  padding-bottom: 0px;
}

.popUpText {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 14px;
  color: #ffffff;
}

.searchablePopoverButton {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 5px;
  text-align: center;
}

.popUpHeading button.selected {
  background-color: #3e8e41;
}

.popUpHeading button:focus {
  background-color: #3e8e41;
}

.dropdown {
  width: 300px;
  height: 40px;
  margin-top: 6px;
  background: inherit;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(121, 121, 121, 1);
  border-radius: 2px;
  box-shadow: none;
  padding: 5px;
}

.line-2 {
  margin-top: 32px;
  color: #797979;
}

.addButton {
  height: 20px;
  width: 20px;
  margin-top: 5px;
  padding-right: 7px;
}

.addButton:hover {
  cursor: pointer;
}

.addIcons {
  font-size: 30px;
}

.testcase-addButton {
  font-size: 14px;
  display: flex;
  align-items: flex-end;
}

.testcase-addButton:hover {
  color: #ff6600;
}

.addText {
  padding-top: 1px;
  font-size: 14px;
  font-family: UniversForFiserv;
  font-weight: 300;
  white-space: nowrap;
  text-transform: none;
}

.div-flex {
  display: flex;
  flex-direction: column;
  float: left;
}

.specifyRange {
  margin-top: 32px;
  width: 100%;
  display: flex;
  gap: 10px;
  float: left;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #767676;
  border: solid 1px #bdbdbd;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.headingLine-2 {
  margin-top: 30px;
}

.identifier {
  margin-top: 30px;
  margin-bottom: 200px;
}

.responsecenter {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}

.hrefLink {
  color: rgba(11, 120, 191, 1);
}

.responsecenter img {
  width: 48px;
  height: 46px;
}

.responsecenter span {
  font-weight: 400;
  font-size: 14px;
  color: #797979;
}

.searchButton-1 {
  width: 128px;
  height: 48px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}

.previewButton {
  background-color: #ccc;
  color: #333;
}

.previewButton:hover {
  background-color: #2e8bc9;
  color: #fff;
}

.errmsg {
  margin: 5px 25px;
  font-size: 15px;
  color: red;
  border: solid 1px red;
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 7px;
  border-radius: 3px;
}

/* The container <div> - needed to position the dropdown content */
.dropdownMenu {
  position: relative;
  display: inline-block;
  bottom: 15px;
  left: 2px;
  text-align: left;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  position: absolute;
  display: none;
  background-color: #f5f5f5;
  min-width: 130px;
  padding: 10px;
  z-index: 1;
  right: 10px;
  top: 35px;
  border: solid 2px #e6e6e6;
  cursor: pointer;
}

.dropdown-content::before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  height: 8px;
  width: 15px;
  background-color: #f5f5f5;
  border-bottom: 0;
  right: 0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translate(-50%, -100%);
}

.dropdown-content::after {
  content: '';
  display: block;
  z-index: 0;
  position: absolute;
  height: 12px;
  width: 24px;
  background-color: #e6e6e6;
  border-bottom: 0;
  top: 0;
  right: 0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translate(-12%, -100%);
  display: flex;
  align-items: center;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-weight: 400;
  color: #757575;
  padding: 5px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

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

.content {
  padding: 10px;
}

.tableCheckBox input {
  position: relative;
  top: 5px;
}

.testCaseSearch {
  display: flex;
  gap: 15px;
  justify-content: left;
  margin-left: 10px;
}

.testCaseSearchLabel {
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  margin-bottom: 4px;
  display: inherit;
  color: #666666bf;
}

.testSearchButton {
  position: relative;
  top: 20px;
  width: 86px;
  height: 33px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}

.testCaseImages {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 22px;
  min-width: 94px;
}

.withoutBorderBottom {
  border-bottom: none !important;
}

.cd-panel {
  /*...*/
  visibility: hidden;
  transition: visibility 0s 0.6s;
}

.cd-panel .content-body {
  height: 300px;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  overflow-y: scroll;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  transition: visibility 0s 0.6s;
}

.cd-panel__header {
  position: fixed;
  top: 0;
  width: 90%;
  height: 50px;
}

.cd-panel--from-right .cd-panel__header {
  right: 0px;
}

.cd-panel--is-visible .cd-panel__header {
  transition: transform 0.5s 0.5s;
  transform: translateY(0px);
}

.cd-panel__container {
  /*...*/
  position: absolute;
  width: 29%;
  overflow: hidden;
  top: 110px;
  transition: transform 0.5s 0.5s;
  background: #fff;
  margin-right: 15px;
  display: block;
  opacity: 1;
  z-index: 99999;
  box-shadow: -7px -8px 20px 4px #9f9f9f;
}

.cd-panel--from-right .cd-panel__container {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cd-panel--from-left .cd-panel__container {
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}

.cd-panel--is-visible .cd-panel__container {
  transition-delay: 0.5s;
}

.cd-panel .sidePanelHeader {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.537254901960784);
  border-bottom: solid 1px #e1e1e1;
  padding: 15px;
}

.cd-panel .paraText {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8666666666666667);
  font-size: 14px;
  margin-left: 15px;
}

.cd-panel .sidePanelFooter {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.537254901960784);
  border-top: solid 1px #e1e1e1;
  padding: 15px;
}

.crossIcon {
  font-size: 18px;
}

.bitmapItems {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.cardDiv,
.bitmapDiv {
  width: 299px;
  height: 99px;
  float: left;
  margin-right: 20px;
}

.cancelBtn {
  width: 90px;
  height: 35px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}

.testCaseSearchBtnGroup {
  display: contents;
}

.resetBtn {
  width: 90px;
  height: 35px;
  margin-top: 18px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}

.saveBtn {
  width: 90px;
  height: 35px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}

.sidePanelContent span {
  font-size: 13px;
}

.sidePanelContent input {
  margin-right: 7px;
  position: relative;
  top: 2px;
}

.TransactionLogFilterResetBtn {
  width: 90px;
  height: 43px;
  margin-top: 18px;
  margin-left: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}

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

.modal-backdrop.in {
  visibility: visible;
  opacity: 0.35;
  filter: alpha(opacity=40);
}

.previewCode {
  width: 815px;
  height: 640px;
  padding: 2px 2px 2px 2px;
  font-family: UniversForFiserv;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: normal;
  color: #ffffff;
  vertical-align: none;
  text-align: left;
  text-transform: none;
  background-color: #333;
  border-color: transparent;
  resize: none;
}

.previewPanel {
  width: 825px;
}

.previewPanel .cd-panel__container {
  width: 50vw;
  height: auto;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.errorMessage {
  margin-top: 1px;
  font-size: 10px;
  margin-top: 1px;
  font-size: 10px;
  color: #ff0000;
  display: inherit !important;
  display: inherit !important;
}

#warningMessage {
  color: #333333;
  font-size: 15px;
}

.loginErrorMessage {
  margin: 0px;
  padding-top: 2px;
  font-size: 12px;
  color: #ff0000;
}

.popper .MuiAutocomplete-listbox {
  font-size: 14px !important;
}

.customMuiOutlinedInput icon {
  mr: 0.5;
  ml: -2px;
}

.customMuiOutlinedInput notchedOutline {
  border: solid 1px rgb(118, 118, 118);
}

.customMuiAutocomplete icon,
customMuiAutocompleteCard icon {
  mr: 0.5;
  ml: -2px;
}

.customMuiOutlinedInput .MuiOutlinedInput-root {
  min-width: 300px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  padding: 2px !important;
  margin-top: 6px;
  border-radius: 2px;
}

.customMuiOutlinedInput .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,
.MuiOutlinedInput-notchedOutline {
  border: solid 1px rgb(118, 118, 118) !important;
}

.customMuiOutlinedInputCard .MuiOutlinedInput-root {
  min-width: 300px;
  height: 40px;
  font-size: 13px;
  padding: 2px !important;
  margin-top: 6px;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px #e0e0e0 !important;
}

.customMuiOutlinedInputCard .MuiOutlinedInput-root:hover:not(.Mui-disabled) {
  border: solid 1px #666 !important;
}

.customMuiOutlinedInputCard:hover
  .MuiOutlinedInput-root:hover
  .Mui-disabled:hover {
  border: none;
  cursor: not-allowed;
}

.MuiAutocomplete-endAdornment .Mui-disabled:hover {
  border: none;
  cursor: not-allowed;
}

.customMuiOutlinedInputCard .MuiOutlinedInput-root.Mui-focused {
  border: 1px solid #2e8bc9 !important;
  box-shadow: 0px 0px 0px 2px rgba(46, 139, 201, 0.25) !important;
}

.customMuiOutlinedInputCard {
  max-width: 300px;
}

.customMuiOutlinedInputCard
  .MuiOutlinedInput-root
  .MuiOutlinedInput-notchedOutline,
.MuiOutlinedInput-notchedOutline {
  border: solid 0px rgb(118, 118, 118) !important;
}

.customMuiOutlinedInputCard .MuiOutlinedInput-root ::placeholder {
  font-size: 13px;
  opacity: 0.7;
}

.customMuiAutocompleteFilter input {
  max-width: 233px;
  height: 30px;
  font-size: 13px;
  padding: 2px 2px 2px 10px !important;
  margin: 0px;
  overflow: hidden;
}

.customMuiAutocompleteFilter
  .MuiOutlinedInput-root
  .MuiOutlinedInput-notchedOutline,
.MuiOutlinedInput-notchedOutline {
  border: solid 0px rgb(118, 118, 118) !important;
}

.customMuiAutocompleteFilter:hover .MuiOutlinedInput-root:hover {
  border: none !important;
}

.customMuiAutocompleteFilter .MuiOutlinedInput-root ::placeholder {
  font-size: 13px;
  opacity: 0.7;
  font-weight: 400;
  font-family: UniversForFiserv;
}

.customMuiAutocompleteFilter div {
  padding: 0px !important;
}

.customMuiOutlinedInputCardFilter .MuiOutlinedInput-root {
  max-width: 248px;
  height: 38px;
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px #e0e0e0 !important;
}

.customMuiOutlinedInputCardFilter
  .MuiOutlinedInput-root
  .MuiOutlinedInput-notchedOutline,
.MuiOutlinedInput-notchedOutline {
  border: solid 0px rgb(118, 118, 118) !important;
}

.customMuiOutlinedInputCardFilter:hover .MuiOutlinedInput-root:hover {
  border: solid 1px #666 !important;
}

.customMuiOutlinedInputCardFilter .MuiOutlinedInput-root.Mui-focused {
  border: 1px solid #2e8bc9 !important;
  box-shadow: 0px 0px 0px 2px rgba(46, 139, 201, 0.25) !important;
}

.MuiAutocomplete-popper {
  min-width: 300px;
}

.MuiAutocomplete-popper .MuiAutocomplete-listbox {
  font-size: 14px;
}

.autocomplete-label {
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  display: inherit;
  color: #666;
  font-family: UniversForFiserv;

  margin-top: 1px;
}

.MuiChip-root {
  height: 25px;
}

.cardImage {
  margin: 0 5px;
  flex-shrink: 0;
}

.successmsg {
  margin: 5px 5px;
  font-size: 14px;
  color: green;
  border: solid 1px green;
  color: #20845c;
  background-color: #d7f8d7;
  border-color: #c2f5ca;
  padding: 10px;
  border-radius: 3px;
}

.errormsg {
  margin: 5px 5px;
  font-size: 14px;
  color: red;
  border: solid 1px red;
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 10px;
  border-radius: 3px;
}

.msgPara {
  margin-bottom: 0px;
  margin-top: 1px;
}

.loadMore {
  position: absolute;
  left: 40%;
  text-align: center;
  padding: 7px 20px 7px 20px;
  outline: none;
  width: 276px;
  display: inline-block;
  margin: 40px 10px 10px 10px;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
}

.project-Testcase-loadMore {
  position: relative;
  left: 40%;
  text-align: center;
  padding: 7px 20px 7px 20px;
  outline: none;
  width: 276px;
  display: inline-block;
  margin: 40px 10px 10px 10px;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
}

.project-pagination {
  position: relative;
  text-align: center;
  outline: none;
  width: 100%;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  display: flex;
  align-items: center;
}

.project-pagination-simple-table {
  position: absolute !important;
  margin-top: 2rem;
}

.pagination {
  white-space: nowrap;
  position: absolute;
  left: 85%;
  font-weight: 400;
  color: rgba(102, 102, 102, 0.7490196078431373);
  font-size: 13px;
  text-align: left;
}

.project-Testcase-pagination {
  white-space: nowrap;
  font-weight: 400;
  color: rgba(102, 102, 102, 0.7490196078431373);
  font-size: 13px;
  text-align: right;
}

.projects-pagination {
  white-space: nowrap;
  position: absolute;
  left: 80%;
  font-weight: 400;
  color: rgba(102, 102, 102, 0.7490196078431373);
  font-size: 13px;
  text-align: left;
}

.draftColumn {
  border-width: 0px;
  left: 0px;
  top: 0px;
  width: 49px;
  height: 17px;
  background: inherit;
  opacity: 0.8;
  background-color: #ff6600;
  border: none;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 2px 2px 2px;
  text-align: center;
}

.checkIcon {
  font-size: 20px;
  color: #00b840;
  margin-left: 17px;
}

.publish_popup_panel {
  position: fixed;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -25%);
  overflow: hidden;
  transition: transform 0.5s 0.5s;
  background: #fff;
  display: block;
  opacity: 1;
  z-index: 99999;
  box-shadow: 10px 5px 5px #9f9f9f;
  width: 856px;
  height: 281px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 3px;
}

.publish_popup_panel_content {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.testCase_popup_panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  overflow-x: hidden;
  transition: transform 0.5s 0.5s;
  background: #fff;
  display: block;
  opacity: 1;
  z-index: 99999;
  box-shadow: 10px 5px 5px #9f9f9f;
  min-width: 1320px;
  height: 40vw;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 3px;
}

.testCase_popup_header {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}

.testCase_popup_panel_content {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 0;
  width: 100%;
  height: 1px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.publish_success_img {
  border-width: 0px;
  position: absolute;
  left: 386px;
  top: 38px;
  width: 69px;
  height: 63px;
  display: flex;
}

.publish_msgPara {
  border-width: 0px;
  position: absolute;
  left: 260px;
  top: 130px;
  width: 362px;
  height: 19px;
}

.confirmDelete_msgPara,
.confirmUpload_msgPara {
  position: absolute;
  left: 50%;
  right: 50%;
  width: 400px;
  transform: translateX(60%);
}

.confirmUpload_msgPara {
  top: 100px;
}

.confirmDelete_msgPara {
  top: 115px;
}

.cant_msgPara {
  border-width: 0px;
  position: absolute;
  left: 165px;
  top: 90px;
  width: 600px;
  height: 19px;
}

.cant_msgPara span {
  font-size: 20px;
  color: #ff6600;
}

/*TestScenarioModal*/

.testScenarioModalContainer {
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.testScenarioModal {
  position: absolute;
  bottom: 50%;
  left: 30%;
  min-height: 250px;
  min-width: 650px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 4px 4px 2px 0 rgba(10, 10, 10, 0.29);
  z-index: 1;
}

.testScenarioModalHeader {
  width: 100%;
  position: relative;
}

.testScenarioCloseIcon {
  cursor: pointer;
  color: #797979;
  position: absolute;
  right: 2%;
  font-size: 20px;
}

.testScenarioErrorText {
  position: absolute;
  left: 5%;
  margin-top: 130px;
}

.testScenarioModalContent {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 50px 0px 0px 35px;
}

.testScenarioModalContent input {
  width: 70%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.testScenarioModalFooter {
  max-height: 10%;
  width: 100%;
  margin: 50px 0 30px 0;
}

.CloseModalFooter {
  max-height: 10%;
  width: 100%;
  margin: 80px 0 0px 0;
}

/*TestScenarioModal*/

.testCaseBtn {
  position: absolute;
  left: 213px;
  top: 195px;
  width: 128px;
  height: 48px;
}

.align_newTestCaseBtn {
  left: 355px !important;
}

.align_downloadBtn {
  left: 497px !important;
  opacity: 1;
}

.align_modal_msg {
  top: 80px !important;
  font-size: 21px !important;
  width: 462px !important;
  left: 184px !important;
}

.delete_yes_Btn {
  left: 455px !important;
  opacity: 1;
}

.cant_delete_btn {
  left: 370px !important;
  opacity: 1;
}

.delete_no_Btn {
  left: 280px !important;
}

.delete_svg {
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(343deg)
    brightness(119%) contrast(119%);
}

/* Step Menu Starts*/

.step-flow {
  list-style: none;
  margin-bottom: 0;
  margin: 0 auto;
  display: table;
  padding: 30px 0px 20px 0;
}

ul.step-flow > li.step {
  display: table-cell;
  padding: 20px 9px 0;
  position: relative;
  text-align: center;
  width: 150px;
}

ul.step-flow > li.step:before {
  background: rgba(204, 204, 204, 1);
  content: '';
  display: table;
  height: 4px;
  position: absolute;
  right: 100%;
  left: -50%;
  top: 5px;
  width: 100%;
}

li.step a {
  text-decoration: none;
  cursor: pointer;
}

li.step .step-icon i {
  color: #787878;
  background-color: #fff;
  font-size: 28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 11px;
  position: absolute;
  text-align: center;
  top: -1.125rem;
  z-index: 2;
}

li.step .step-label {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  margin-top: 9px;
}

ul.step-flow > li:first-child:before {
  width: 0;
}

li.step.completed .step-icon i,
li.step.completed .step-label {
  color: #2e8bc9;
}

li.step.current .step-icon i,
li.step.current .step-label {
  color: #ff6600;
}

/* Step Menu Ends*/
.selectedProjectFlex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.selectedProjectButtons {
  height: 20%;
}

.clientDetailBox {
  margin: 30px;
  border: 2px solid #ccc;
  padding: 30px 20px;
  flex-grow: 1;
}

/* switcher css */
.switch-wrapper {
  position: relative;
}

.switch-checkbox {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switch-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 45px;
  height: 18px;
  background: grey;
  border-radius: 100px;
  position: relative;
  transition: background-color 0.2s;
}

.switch-label .switch-button {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 45px;
  transition: 0.2s;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
}

.switch-checkbox:checked + .switch-label {
  background-color: #73bc77;
  border: solid 1px #b9b9b9;
}

.switch-checkbox:checked + .switch-label .switch-button {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.switch-label:active .switch-button {
  width: 30px;
}

.switch-checkbox:disabled + .switch-label {
  opacity: 0.4;
}

.ideaImg {
  color: #ffd900;
}

.midSelection-row {
  vertical-align: middle;
}

/* Step Menu Starts*/

.step-flow {
  list-style: none;
  margin-bottom: 0;
  margin: 0 auto;
  display: table;
  padding: 30px 0px 20px 0;
}

ul.step-flow > li.step {
  display: table-cell;
  padding: 20px 9px 0;
  position: relative;
  text-align: center;
  width: 150px;
}

ul.step-flow > li.step:before {
  background: rgba(204, 204, 204, 1);
  content: '';
  display: table;
  height: 4px;
  position: absolute;
  right: 100%;
  left: -50%;
  top: 5px;
  width: 100%;
}

li.step a {
  text-decoration: none;
  cursor: pointer;
}

li.step .step-icon i {
  color: #787878;
  background-color: #fff;
  font-size: 28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 11px;
  position: absolute;
  text-align: center;
  top: -1.125rem;
  z-index: 2;
}

li.step .step-label {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  margin-top: 9px;
}

ul.step-flow > li:first-child:before {
  width: 0;
}

li.step.completed .step-icon i,
li.step.completed .step-label {
  color: #2e8bc9;
}

li.step.current .step-icon i,
li.step.current .step-label {
  color: #ff6600;
}

.tdRelativeToIcon {
  position: relative;
}

.tdCollapseExpandIcon {
  position: absolute;
  top: 18px;
  right: 32px;
}

/* Step Menu Ends*/
.clientDetailBox {
  margin: 30px;
  /*height: 825px;*/
  border: 2px solid #ccc;
  padding: 30px 20px;
}

/* switcher css */
.switch-wrapper {
  position: relative;
}

.switch-checkbox {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switch-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 45px;
  height: 18px;
  background: grey;
  border-radius: 100px;
  position: relative;
  transition: background-color 0.2s;
}

.switch-label .switch-button {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 45px;
  transition: 0.2s;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
}

.switch-checkbox:checked + .switch-label {
  background-color: #73bc77;
  border: solid 1px #b9b9b9;
}

.switch-checkbox:checked + .switch-label .switch-button {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.switch-label:active .switch-button {
  width: 30px;
}

.switch-checkbox:disabled + .switch-label {
  opacity: 0.4;
}

.path1 {
  margin-left: 15px;
}

.pathWidth {
  width: 71%;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

.text-1-font {
  font-size: 16px;
  text-decoration: none;
}

.progressBar {
  margin-left: 25px;
  background: inherit;
  width: 300px;
}

.overflow-text {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflow-text:focus,
.overflow-text:hover {
  color: transparent;
}

.overflow-text:focus:after,
.overflow-text:hover:after {
  content: attr(data-text);
  overflow: visible;
  text-overflow: inherit;
  background: #fff;
  position: absolute;
  left: auto;
  top: auto;
  width: auto;
  border: 1px solid #eaebec;
  padding: 0 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
  white-space: normal;
  word-wrap: break-word;
  display: block;
  color: black;
  margin-top: -1.25rem;
}

.Line-Margin {
  margin: 15px 10px 0px 10px;
}

.filterSearchBox {
  width: 100%;
  background: inherit;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
}

.LogSearchBox {
  width: 100%;
  background: inherit;
  box-sizing: border-box;
  /* border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 2px; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#filterTable {
  width: 100%;
}

.border-left {
  border-left: solid 2px #cccccc;
  display: inline-block;
  padding-left: 25px;
  width: 92%;
}

.midData {
  width: 98.5%;
  height: 85px;
  background: inherit;
  border-width: 1px;
  border-color: #cccccc;
  /*   border-bottom: solid 1px #CCCCCC ;*/
  margin-left: 10px;
  margin-right: auto;
  margin-bottom: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}

.midDataProjectStatus {
  width: 120%;
  height: 50px;
  /*  background: inherit; */
  border-width: 1px;
  border-color: #cccccc;
  /*  border-bottom: solid 1px #CCCCCC; */
  margin-left: 10px;
  margin-right: auto;
  margin-bottom: 12px;
  /* padding-top: 16px;*/
  padding-bottom: 16px;
  display: flex;
  gap: 55px;
  justify-content: flex-start;
  left: -177px;
  position: relative;
}

.mid {
  max-width: 500px;
}

.midData-data,
.midData-data1 {
  font-size: 16px;
  color: #585858;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spanPopover:hover {
  cursor: pointer;
  color: #2e8bc9;
}

.spanPopover {
  font-size: 14px;
}

.midData-heading {
  font-size: 14px;
  color: #666666bf;
}

.no-border {
  padding-right: 10px;
}

.filterHeader {
  display: flex;
  gap: 8px;
  margin-top: 5px;
}

.filterText {
  font-size: 13px;
  margin-top: 2px;
  color: #515151;
}

.filterSearch {
  margin-left: 60px;
  display: flex;
  gap: 60px;
}

.filterLabel {
  margin-top: 8px;
}

.filterDropdown {
  margin-top: 6px;
  padding-left: 10px;
  width: 100%;
  height: 40px;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  border-color: rgba(204, 204, 204, 1);
}
.filterDropdownCustomWidth {
  width: 280px !important;
}

.extra-width {
  width: 220px;
}

.filterBtn {
  margin-top: 33px;
  margin-left: 35px;
  width: 90px;
  height: 43px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}

.selectionDownloadBtn {
  margin-top: 10px;
  margin-right: 15px;
  border: none;
  display: inline-block;
}

.downloadText {
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  margin-left: 15px;
  float: left;
}

.bg-color {
  background-color: #333;
}

.gap {
  margin-bottom: 10px;
}

.sortedHeader {
  margin-left: 25px;
}

.payloadPreview {
  color: #2e8bc9;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 4px;
}

#arrow-down {
  -webkit-transform: rotate(180deg);
  top: 0px;
}

#arrow-right {
  -webkit-transform: rotate(90deg);
  top: 0px;
}

.boldText {
  font-family: UniversForFiserv;
  font-weight: bold;
}

.dropdownTableWhole {
  margin-left: 48px;
  width: 991px;
  background: inherit;
  background-color: rgba(242, 242, 242, 1);
  margin-bottom: 10px;
}

.dropdownHeader {
  font-weight: 400;
  color: #797979;
}

#caseName {
  width: 340px;
}

.Error {
  font-weight: 400;
  color: #cd0000;
}

.Approved {
  font-weight: 400;
  color: #00b840;
}

.NotStarted {
  font-weight: 400;
}

.pass {
  font-weight: 400;
  color: rgba(96, 155, 0, 0.9607843137254902);
}

.dropdownTable {
  width: 100%;
  height: 200px;
  padding: 10px 5px 10px 5px;
}

.dropdownTable tr,
.dropdownTable td {
  padding: 0px;
  border-bottom: none;
}

.dropdownTable th {
  padding-left: 0px;
  border-bottom: solid 2px #cccccc;
}

.log {
  margin-left: 25px;
}

#expandTd td {
  border-bottom: none;
}

#vertical-Line {
  margin-top: 0px;
  border-left: 1px solid #cccccc;
  height: 200px;
  margin-left: 90px;
  position: absolute;
  display: flex;
}

.projectWidget1 {
  width: 25px;
  height: 25px;
  clear: both;
  cursor: pointer;
}

.widget-Button {
  height: 60px;
  width: 60px;
  float: left;
  clear: both;
  padding: 10px;
  border: none;
  background-color: #ffffff;
  margin-right: 8px;
}

.widget-Button1 {
  border-left: solid 2px #ff6600;
  background-color: #e6e6e6;
}

.flex-Payload {
  display: flex;
  gap: 5px;
  float: left;
  clear: both;
}

.payload-1 {
  margin-left: 10px;
  width: 406px;
  height: 647px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(238, 238, 238, 1);
}

.splitText {
  display: flex;
  gap: 323px;
  margin-left: 10px;
  margin-top: 25px;
  float: left;
  clear: both;
}

#middle {
  padding-top: 30px;
}

#filterBody td {
  padding-top: 15px;
  padding-bottom: 15px;
}

#noCSS {
  padding: none;
}

.mutliSelectOutlined {
  width: 300px;
}

#mutliSelectDropdown {
  border: 1px solid #999;
  padding: 8px;
  border-radius: 2px;
  font-size: 14px;
}

.multipleDropdownText {
  font-size: 13px;
}

#no-color {
  background-color: #fff;
}

.space-between {
  margin-top: 25px;
}

#dev-client {
  width: 25% !important;
}

.midRadioWhole {
  margin-right: 10px;
}

.preview-img {
  width: 22px;
  height: 12px;
  padding-bottom: 4px;
}

.padding-right-preview {
  margin-right: 40px;
}

.popover-linked-box {
  left: 275px;
  top: 350px;
}

.popover-linked-center {
  margin-left: 50px;
  margin-top: 20px;
}

.popover-linked-text {
  left: 54px;
  top: 47px;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.popover-linked-input {
  width: 504px;
  height: 42px;
  padding: 2px 2px 2px 2px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: normal;
  color: #000000;
  vertical-align: none;
  text-align: left;
}

.align-linked-cancel {
  left: 200px;
  top: 160px;
}

.align-linked-submit {
  left: 50px;
  top: 160px;
  background-color: #0b78bf;
  opacity: 1;
}

.linked-popover-close {
  margin-top: 15px;
  margin-left: 820px;
}

.child-path {
  margin-top: 25px;
  margin-left: 16px;
}

.path-heading {
  font-size: 13px;
  font-weight: 400;
  color: #797979;
}

.child-link {
  font-weight: 400;
  font-size: 13px;
  color: #0b78bf;
  white-space: nowrap;
  text-transform: none;
}

/* .linked-popover{
    backdrop-filter: blur(8px);
} */
.mid-header {
  margin: 0px;
  text-align: left;
  font-size: 15px;
}

.mid-top {
  top: 10px;
}

.retrieveTablePagination {
  left: 80%;
}

.tableIconsSpace {
  width: 100px;
}

.max-overflow-width {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-icon {
  margin-left: 5px;
}

#comingSoon-Text {
  padding: 10px 0px 0px 0px;
  margin-top: 10px;
  font-weight: 400;
  color: #0d0c0c;
  font-size: 16px;
  margin-bottom: 8px;
}

#comingSoon-padding-top {
  margin-top: 10px;
}

.font-awesome-padding-top {
  margin-top: 25px;
  cursor: none;
  color: #bcccd5;
  font-size: 50px;
}

#small-size-text {
  margin-top: 1px;
  font-weight: 400;
  color: #0d0c0c;
  font-size: 14px;
  margin-bottom: 19px;
  padding-bottom: 0px;
}

.fa-refresh {
  cursor: pointer;
}

.MuiAutocomplete-inputRoot {
  overflow-y: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: thin;
}

.MuiAutocomplete-inputRoot::-webkit-scrollbar {
  width: 5px;
  height: auto;
}

.Developer_popup_panel {
  position: fixed;
  left: 28vw;
  top: 10vh;
  overflow: hidden;
  transition: transform 0.5s 0.5s;
  background: #fff;
  display: block;
  opacity: 1;
  z-index: 99999;
  box-shadow: none;
  width: 856px;
  height: 710px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 3px;
}

.assign_popup_panel_content {
  padding: 30px;
}

.assign_popup_panel_header {
  display: flex;
  padding-bottom: 20px;
  gap: 10px;
}

.assign_icon {
  width: 33px;
  height: 30px;
}

.assign_span_text {
  border-width: 0px;
  position: absolute;
  width: 280px;
  height: 19px;
}

.assign_search {
  display: flex;
  gap: 10px;
}

.assign_dropdown {
  width: 130px;
  height: 28px;
  padding: 2px 0px 2px 4px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: normal;
  color: #000000;
  background-position: calc(100%) center !important;
  background-size: 14px !important;
}

.assign_input {
  position: absolute;
  margin-left: 140px;
  height: 28px;
  padding: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: normal;
  color: #000000;
  width: 250px;
}

.assign_table {
  margin: 0px;
}

.div-assignTable {
  margin-top: 20px;
  width: 808px;
  display: block;
  height: 450px;
  overflow: auto;
}

.assignCancel {
  width: 125px;
  height: 47px;
  position: absolute;
  font-size: 14px;
  margin-top: 54px;
}

.assignOk {
  width: 125px;
  margin-top: 54px;
  height: 47px;
  margin-left: 666px;
  position: absolute;
  font-size: 14px;
}

.assign_search_button {
  position: absolute;
  margin-left: 400px;
  width: 100px;
  height: 28px;
  font-size: 14px;
}

.assign_loadMore {
  left: 269px;
  margin-top: 55px;
}

.assignPagination {
  left: 666px;
}

.closeIcon {
  margin-left: 745px;
  font-size: 30px;
  cursor: pointer;
}

.uploadHidden {
  display: none !important;
}

.btn-as-anchor {
  background-color: transparent;
  border: none;
}

.scenario-margin-left {
  margin-left: 30px;
}

.closeIconScenario {
  margin-top: 15px;
  margin-left: 765px;
}

.cursorPointer {
  cursor: pointer;
}

.underline:hover {
  text-decoration: underline;
}

.previewPanel-width {
  width: 150px;
}

#previewPanelBodyHeight {
  height: 45vh;
}

#payloadPanelBodyHeight {
  height: 46vh;
}

.column-custom {
  width: 96%;
}

.side-panel {
  position: fixed;
}

.assign_close {
  margin-left: 745px;
}

/* Transaction Log */

.transactionLogContainer {
  min-width: 70%;
  height: 70%;
  border: 1px solid #666;
  font-size: 13px;
  font-weight: 400;
  background-color: #fff;
  color: #333;
  overflow: scroll;
}

.noTransactionLogContainer {
  width: 70%;
  height: 300px;
  border: 1px solid #666;
  font-size: 13px;
  font-weight: 400;
  background-color: #fff;
  color: #333;
}

.transactionLogHeader {
  height: 50px;
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.537254901960784);
}

.transactionLogHeader i {
  cursor: pointer;
  font-size: 18px;
  color: #000000;
}

.transactionLogContent {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 12px 24px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-top-left-radius: 0px !important;
}

.transactionLogContentBackground {
  background-color: #f2f2f2;
}

.rowContent {
  display: flex;
  justify-content: space-between;
}

.logAttribute {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 15%;
}

.logAttribute span:nth-child(odd) {
  color: #666;
  font-weight: 520;
}

.transactionLogStatusPass {
  color: rgba(96, 155, 0, 0.9607843137254902) !important;
  font-weight: 600 !important;
}

.transactionLogStatusFail {
  color: #ff0000 !important;
  font-weight: 600 !important;
}

.logLink {
  color: #0b78bf;
  font-weight: 500;
  margin-bottom: 32px;
  text-decoration: none;
}

.certification:hover {
  text-decoration: underline;
}

.noTransactionLogs {
  height: 100px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  padding: 45px;
  text-align: center;
}

.transactionLogPanelButton {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  height: 36px;
  width: 88px;
  text-align: center;
  margin-left: 88%;
  margin-bottom: 2%;
}

.certifyImageTransform {
  transform: scaleX(-1) !important;
}

.certificateLarger {
  width: 35px;
  height: 32px;
}

/* Transactio log End */

.scenarioClose {
  padding: 10px;
}

.buttonNoCSS {
  background-color: #ffffff;
  border: none !important;
}

.buttonTestCaseSearch {
  margin: 0px;
  padding: 0px;
}

.uploadMessage {
  top: 115px;
}

.fa-user-management {
  cursor: pointer;
  color: #333333;
  font-size: 30px;
}

.fa-user-management:hover {
  color: #ff6600;
}

.fa-user-management:active {
  color: #ff6600;
}

.user-flex {
  display: flex;
  gap: 50px;
  padding: 30px 20px 15px 20px;
}

.userIcons {
  text-align: center;
}

.userIcons a {
  text-decoration: none;
}

.userIcons:hover .userText,
.userIcons:active .userText {
  color: #ff6600;
}

.userText {
  font-size: 14px;
  font-weight: 600;
  color: #515151;
  margin: 0px;
  cursor: pointer;
}

.configurationButtons {
  cursor: pointer;
}

.headingText {
  float: left;
}

.addIcon {
  float: right;
}

.addIcon span:hover,
.addIcon > i:hover {
  color: #ff6600 !important;
  opacity: 0.8;
  text-decoration: underline;
}

.newUserSidePanel {
  max-width: 448px;
  max-height: 734px;
}

.newUserInput {
  height: 35px;
  padding: 2px 2px 2px 2px;
  font-size: 13px;
  letter-spacing: normal;
  color: #000000;
  width: 300px;
}

.newUserSelect select {
  width: 300px;
  height: 35px;
  padding-left: 10px !important;
}

.addNewUserDropdown {
  width: 228px;
  height: 35px;
  padding: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: normal;
  color: #000000;
  margin-left: 40px;
}

.newUserPanelHeading {
  font-size: 20px;
  color: #515151;
  font-weight: bolder;
}

.transactionId {
  position: relative;
}

.hoverText {
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logsHover:hover {
  display: block;
}

.transactionLogsId {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.1s;
}

button > .transactionLogsId {
  word-break: break-all;
}

.hoverText:hover .transactionLogsId {
  background: yellow;
  z-index: 99;
}

.hoverText:hover {
  overflow: visible;
}

.greyBackground {
  background-color: rgba(242, 242, 242, 1);
}

.userErrorMessage {
  margin: 5px 120px;
}

#z-index-change-panel {
  z-index: 999;
}

.newUserPersona {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.disabledBtn {
  background-color: #e0e0e0;
}

.boldText {
  font-weight: 400;
  color: #0d0c0c;
  font-size: 14px;
}

.MIDType {
  width: 200px !important;
}

.Industry {
  width: 100px !important;
}

.cardType {
  width: 226px !important;
}

.margin-left-75 {
  margin-left: 75px;
}

.margin-left-30 {
  margin-left: 30px;
  width: 300px;
  height: 43px;
}

.margin-left-70 {
  margin-left: 70px;
}

.margin-left-27 {
  margin-left: 24px;
}

.margin-left-68 {
  margin-left: 68px;
}

.userActive .fa-user-management {
  color: #ff6600;
}

.userNotActive .fa-user-management {
  color: #797979;
}

.activatedClass .fa-user-management {
  color: #ff6600;
}

.activatedClass .userText {
  color: #ff6600;
}

.logSearch {
  margin-left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  position: relative;
  gap: 27px;
}

.gridDropdown {
  width: 220px;
}

.gridInput {
  margin-top: 6px;
  border: solid 1px rgb(118, 118, 118);
  color: #000000 !important;
  height: 36px;
  width: 91%;
  border-radius: 2px;
  padding-left: 8px;
  font-size: 13px;
}

.transactionIdColumn {
  max-width: 190px;
}

.transactionDateColumn {
  width: 176px;
}

.transactionNameColumn {
  width: 176px;
}

.cardNumberColumn {
  width: 130px;
}

.logId {
  margin: 0px;
}

.logHeading {
  padding-top: 20px;
}

.logData {
  padding: 0px;
}

.viewLogButton {
  margin-top: 30px;
  margin-left: 0px;
}

.transactionLogDetailsContent {
  width: 75%;
  height: 59%;
}

.small-flex {
  gap: 3px;
}

.redFont {
  color: #cd0000;
}

.darkRedFont {
  color: #842029;
}

.greenFont {
  color: #00b840;
}

.margin-left-75 {
  margin-left: 75px;
}

.margin-left-30 {
  margin-left: 30px;
  width: 300px;
  height: 43px;
}

.margin-left-70 {
  margin-left: 70px;
}

.margin-left-27 {
  margin-left: 24px;
}

.margin-left-68 {
  margin-left: 68px;
}

.userActive .fa-user-management {
  color: #ff6600;
}

.userNotActive .fa-user-management {
  color: #797979;
}

.activatedClass .fa-user-management {
  color: #ff6600;
}

.activatedClass .userText {
  color: #ff6600;
}

.viewLogsOption {
  padding: 10px;
}

.viewLogsOption:hover {
  cursor: pointer;
}

.viewLogsHeader {
  font-weight: 650;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5372549019607843);
  padding: 10px;
}

.navLogs {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  font-size: 14px;
  color: #797979;
  border: none;
  padding: 10px;
}

.navLogs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}

.navLogs a {
  color: inherit;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 5px;
}

.navLogs li.active {
  border-bottom: solid 2px #ff6600;
  color: #ff6600;
}

.navLogs li:hover {
  color: #333;
}

.xmlContent {
  width: 578px;
  height: 606px;
  font-weight: 400;
  font-size: 14px;
  overflow-y: scroll;
  background: inherit;
  background-color: rgba(224, 224, 224, 1);
  border: none;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rowLogs {
  display: flex;
  justify-content: space-between;
}

.requestFontStyle {
  font-family: UniversForFiserv;
  font-weight: bold;
  font-size: 14px;
  padding: 21px 25px 0px;
}

.logsBorder {
  border: 1px solid #e0e0e0;
}

.ruleEngineLabel {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  padding: 15px;
  display: inline-flex;
  width: 100%;
}

.ruleEngineLabelWidth {
  width: 15% !important;
}

.ruleEngineSelectBox {
  width: 155px;
  height: 25px;
  padding: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: normal;
  color: #000000;
  vertical-align: none;
  text-align: left;
  text-transform: none;
  background-color: transparent;
}

.ruleEngineContentWidth {
  width: 70% !important;
}

.ruleEngineBackground {
  background-color: #e0e0e0;
}

.validateContent {
  font-weight: bold;
}

.requestValidateBtn {
  padding-left: 65%;
}

.validateBtn {
  height: 35px !important;
  margin-left: 11px;
  margin-top: 0px !important;
}

.badge {
  background: #cd1717;
  color: white;
  border-radius: 50%;
}

.ruleEngineError {
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  top: 135px;
  color: #ff6600;
}

.ruleEngineSuccess {
  border-width: 0px;
  position: absolute;
  top: 252px;
  width: 50px;
  height: 49px;
  display: flex;
}

.ruleSuccessMessage {
  align-self: flex-start;
  top: 325px;
  left: 615px;
  border-width: 0px;
  font-size: 22px;
  font-weight: 400;
}

.noRuleEngineError {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.pdf {
  width: 40%;
  height: 40px;
  display: flex;
}

.pdfIcon {
  height: 15px;
  width: 15px;
  margin: 6px 0px 0px 15px;
}

.pdfText {
  color: #0b78bf;
  margin: 11px 0px 0px 20px;
  font-size: 13px;
  text-decoration: none;
}

.T3Text {
  font-family: UniversForFiserv;
  font-weight: normal;
  font-style: italic;
}

.flexT3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.projectSettingsBorder {
  border-bottom: 1px solid #00000078;
  width: 90%;
  text-align: center;
  margin-top: 20px;
}

.projectSettingsBorderBottom {
  border-bottom: 1px solid #33333340;
  border-bottom-width: thin;
  width: 90%;
  text-align: center;
  margin-top: 20px;
}

.projectDetails {
  display: flex;
  font-weight: 400;
  font-size: 14px;
}

.projectDetailsComponent {
  padding: 13px 47px 0px;
  font-weight: 400;
  font-style: normal;
}

.projectDetailsComponentTitle {
  color: #797979;
}

.projectDetailsComponentValue {
  color: #000000;
}

.MidWidthSettings {
  width: 1100px;
}

.chip-margin {
  margin: 1px;
}

.badgeNotification {
  border-radius: 50%;
  background: red;
  color: white;
  padding: 0px 5px 1px;
}

.react-datepicker__time-list {
  width: 125% !important;
}

.errorMessageLogs {
  font-size: 9px !important;
}

.redStar {
  color: #ff0000;
}

.aLine {
  text-decoration: none;
}

.padding-9 {
  padding-left: 9px;
}

.padding15 {
  padding: 15px;
}

.padding10 {
  padding: 10px;
}

.RuleEngineHeader {
  width: 100%;
  font-size: 15px;
  font-weight: bolder;
  display: flex;
}

.RuleEngineErrorCode {
  width: 20%;
}

.RuleEngineRecommandation {
  width: 40%;
}

.RuleEnginePseduoCode {
  width: 40%;
}

.RuleEngineErrorCodeOption {
  color: #ff0000;
}

.RuleEngineItem {
  width: 100%;
  font-size: 15px;
  display: flex;
  padding: 15px 0px 15px;
}

.borderRuleEngineOption {
  border-bottom: 1px solid;
  padding: 10px;
}

.codeSimulatorRuleEngine {
  height: 125px;
  background-color: rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}

.alignCenter {
  align-self: center;
  padding: auto;
  font-size: 17px;
  width: 200px;
  font-weight: 600;
}

.codeSimulatorTitle {
  text-align: center;
  font-size: 15px;
  padding: 25px 0px 0px;
}

.viewLogsRow {
  overflow-x: hidden;
}

.codeEditor {
  margin-top: 10px;
}

.SimulatorErrorTitle {
  font-size: 15px;
  padding: 10px;
  font-weight: bold;
}

.simulatorErrorDescriptionList {
  margin-left: 35px;
}

.validateCodeSimulator {
  margin-right: 100px;
  float: right;
  margin-bottom: 20px;
}

.logsLoading {
  width: 12px;
  height: 12px;
  top: 3px !important;
}

.greenFont {
  color: #00b840;
  font-style: italic !important;
}

.borderBottomForViewPayload {
  border-bottom: solid 1px !important;
}

#popUpSubmit {
  background-color: #000000;
  opacity: 1;
  width: 250px;
  height: 112px;
}

.certificationSubmitButton {
  width: 100px;
  height: 40px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-family: UniversForFiserv;
}

.popoverCongratulationsDiv {
  border-width: 0px;
  position: absolute;
  left: 70px;
  top: 40px;
  width: 307px;
  height: 49px;
  display: flex;
}

.submitMessageCongratulations {
  font-family: UniversForFiserv;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  color: #ff6600;
}

.popoverTextDiv {
  border-width: 0px;
  position: absolute;
  left: 70px;
  top: 115px;
  width: 448px;
  height: 66px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: UniversForFiserv;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: start;
}

.panelExtraHeight {
  height: 350px;
}

.documentDownloadBtn {
  margin-top: 35px;
  width: 327px;
  height: 48px;
  background: inherit;
  background-color: #2e8bc9;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: UniversForFiserv;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.documentDownloadBtn:hover {
  cursor: pointer;
}

.successCertificate {
  margin-top: 80px;
  margin-left: 600px;
  width: 138px;
  height: 131px;
}

.certificationClose {
  margin-top: 20px;
  margin-left: 830px;
}

.filterExtension {
  height: 35px;
  background-color: white;
  width: 50px;
  text-align: center;
  position: absolute;
  top: 570px;
  left: 690px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  border-top: none;
  transform: inherit;
}

.logsTab {
  width: 19px;
  height: 24px;
  clear: both;
  cursor: pointer;
}

.tabsBottom {
  width: 110px !important;
  border-bottom: transparent !important;
  text-transform: capitalize !important;
  padding: 7px !important;
  color: #000 !important;
  background-color: transparent !important;
  font-weight: bold !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.tabBottom {
  width: 100px !important;
  text-transform: capitalize !important;
  padding: 7px !important;
  color: #000 !important;
  background-color: transparent !important;
}

.relativeTab {
  position: relative !important;
  top: 13px !important;
  background: white !important;
  left: 24px !important;
  width: 16% !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.LogsContainer {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border: none !important;
}

.typographyFont {
  font-weight: bold !important;
}

.viewLogsWidth {
  width: 1190px !important;
}

.radioButtonInline {
  display: flex;
  gap: 16px;
}

.radioButtonInline :first-child {
  margin-right: 8px;
}

.logsDropdown {
  margin-top: 6px;
  padding-left: 10px;
  width: 91%;
  height: 36px;
}

.logDatePickerLabel {
  margin-top: 0px !important;
}

.customBoxForDatePicker {
  border: solid 1px rgb(224 224 224);
  color: #000000 !important;
  height: 36px;
  width: 91%;
  border-radius: 4px;
  padding-left: 8px;
  font-family: UniversForFiserv;
  font-size: 13px;
  transform: inherit;
}

.logsTable {
  display: inline-block;
  overflow-x: scroll;
  height: auto;
}

.css-1ex1afd-MuiTableCell-root {
  /* padding: 8px !important; */
  padding: 8px 0 !important;
}

.css-1ygcj2i-MuiTableCell-root {
  padding: 0px !important;
}

.transactionLogsColumn {
  width: 175px !important;
}

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

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
}

.fixed-col {
  position: -webkit-fixed;
  position: fixed;
  background-color: white;
}

.first-col {
  width: 175px;
  min-width: 175px;
  max-width: 400px;
  left: 0px;
}

.second-col {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  left: 100px;
}

.commercehubPayload {
  width: 100%;
}

.commercehubPayload-mr {
  margin-right: 15px;
}

.dateInput {
  width: 100%;
  padding: 0px 35px 0px 10px;
}

.special-spacing {
  letter-spacing: 0.05em;
}

.userCard-text {
  font-family: UniversForFiserv;
  font-size: 16px;
  font-style: normal;
}

.bulkButtonsContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

.bulkButtonsContainer button {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  font-family: UniversForFiserv;
  font-size: 14px;
  border: 1px solid #e0e0e0 !important;
}

.bulkButtonsContainer :first-child {
  border-right-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.bulkButtonsContainer :last-child {
  border-left-style: none !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.bulkButtonsContainer button div {
  display: flex;
  align-items: center;
  border: none;
}

.bulkButtonsContainer span {
  margin-right: 10px;
}

.uploadEntitlements {
  width: 300px;
  height: 40px;
  padding: 5px 14px 5px 14px;
  font-size: 13px;
}

.newProject-title {
  color: #333;
  font-family: UniversForFiserv;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.cardsStyle {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.primaryButton {
  border: none;
  background: #ff6600;
  color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
}

.link {
  color: #2e8bc9;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 4px;
}

.testCaseModalInputField {
  position: relative;
  left: -5px;
}

.testCaseModalInputField > .inputField {
  width: 300px;
  height: 40px;
  margin-top: 6px;
  background: inherit;
  box-sizing: border-box;
  border: solid 1px rgb(215, 214, 214);
  border-radius: 2px;
  box-shadow: none;
  padding: 5px !important;
  color: #cccaca !important;
}

.testCaseModalInputField > .inputField:focus {
  outline: none;
}

.newProjectstatus {
  margin-left: 200px;
}

.cardBrand {
  display: inline;
  width: 30px;
  padding-left: 25px;
}

.cardBrand img {
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  margin-right: 8px;
  top: 3px;
}

.Mui-active {
  font-weight: bold !important;
}

.MuiStepConnector-root {
  left: calc(-50% + 10px) !important;
  right: calc(50% + 10px) !important;
}

/* .css-1hv8oq8-MuiStepLabel-label.Mui-active {
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold !important;
}

.css-1vyamtt-MuiStepLabel-labelContainer.MuiStepLabel-alternativeLabel {
    text-align: left;
    position: relative;
    display: flex;
    left: 179px;
}

.css-aui75w-MuiStepConnector-root {
    left: calc(-50% + 10px) !important;
    right: calc(50% + 10px) !important;
} */

.reviewButton {
  position: relative;
  left: 805px;
  background: #ff6600;
  color: #fff;
  padding: 8px;
  border: none;
  border-radius: 4px;
}

html {
  overflow: scroll;
  overflow-x: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 85%;
  min-height: 500px;
  text-align: center;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.uuidBorder {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.bold-option {
  font-weight: bold;
}

.filterInputField {
  width: 100%;
  height: 40px;
  margin-top: 6px;
  background: inherit;
  box-sizing: border-box;
  border: solid 1px rgb(118, 118, 118);
  border-radius: 2px;
  box-shadow: none;
  padding: 5px !important;
}

.failedAssertion {
  color: red !important;
  font-weight: bolder;
  background-color: transparent !important;
  text-decoration: underline;
  cursor: pointer;
}
.successAssertion {
  color: green !important;
  font-weight: bolder;
  background-color: transparent !important;
  text-decoration: none;
}
.amberFont {
  color: #ff6600 !important;
}
.greenColorFont {
  color: #00b840;
}

.passedDetails {
  display: flex;
  font-size: 14px;
  padding: 8px;
}
.passedDot {
  border-radius: 10px;
  background-color: rgba(113, 182, 1, 0.698);
  width: 10px;
  height: 10px;
  margin-top: 2.5px;
  margin-right: 4px;
}

.failedDot {
  border-radius: 10px;
  background-color: rgba(205, 0, 0, 0.698);
  width: 10px;
  height: 10px;
  margin-top: 2.5px;
  margin-right: 4px;
}

.inProgress {
  border-radius: 10px;
  background-color: rgb(235, 173, 72, 1);
  width: 10px;
  height: 10px;
  margin-top: 2.5px;
  margin-right: 4px;
}

.notStarted {
  border-radius: 10px;
  background-color: rgb(226, 226, 226);
  width: 10px;
  height: 10px;
  margin-top: 2.5px;
  margin-right: 4px;
}

.clientNameFilter {
  font-size: medium;
  font-weight: 400;
  color: #000000bf;
  margin-left: 20px;
}

.multipleDropdownOptions {
  width: 350px;
  font-size: 10px !important;
}

.projectFilterSection {
  display: flex;
  width: 310px;
  background-color: white;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  margin-left: 3.75rem;
  gap: 4px;
  padding: 8px;
  z-index: 1;
}
.projectFilterSectionClose {
  display: flex;
  justify-content: flex-end;
  padding: 4px;
}

.projectFilterSectionInput {
  height: 24px;
  width: 90%;
  border-radius: 5px;
  padding-right: 24px;
  text-indent: 1.5rem;
}
.projectFilterSectionSearchIcon {
  height: 24px;
  width: 90%;
  border-radius: 5px;
  padding-right: 24px;
  text-indent: 1.5rem;
}
.noClientRecord {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.exportExcelBtn {
  width: 120px;
  height: 43px;
  margin-top: 18px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  margin-left: auto;
  margin-right: 15px;
}
.userFilterIcon {
  position: relative;
  top: 0.4rem;
}

.testcaseview-transactionType {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100px !important;
}

.testcaseview-testcaseName {
  width: '30%';
  line-height: '24px';
}

.ellipsis {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsisclientName {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testCaseNameEllipsis {
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testCaseName {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.apiKeyPopover {
  padding: 5px;
  width: 500px;
  height: 50px;
  display: flex;
  align-items: flex-start;
  white-space: normal;
  word-wrap: break-word;
}
.copyIcon {
  cursor: pointer;
  padding: 10px;
}
.popupCopyStyle {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  z-index: 10;
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.2),
    0 2px 10px rgba(0, 0, 0, 0.1);
  width: fit-content;
}
.popupCopyIconContainer {
  display: flex;
  justify-content: flex-end;
}
.popupCopyIconContainer {
  display: flex;
  justify-content: flex-end;
}
.w-50 {
  width: 50px;
}
.w-100 {
  width: 100px;
}
.w-120 {
  width: 120px;
}
.w-150 {
  width: 150px;
}
.w-350 {
  width: 350px;
}

.executeAllTestcaseBtn {
  width: 166px;
  height: 36px;
  margin-top: 8px;
  margin-left: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}
.loginButton {
  color: white;
  background-color: #ff6600;
  border: none;
  border-radius: 4px;
  margin-left: auto;
  padding: 10px;
  transition: background-color 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.rowPerPage {
  display: inline-flex;
  position: absolute;
  right: 0;
  gap: 8px;
}

.filterCardBrandDropdownCustomWidth {
  width: 295px;
}
