html {
  font-size: 1rem;
}

body {
  margin: 0rem;
}

*,
::before,
:after {
}

:root {
  --header-color: #3f3f3f;
  --button: #0b72b2;
  --white: #fff;
  --otp-button: #31859b;
  --dark-color: #000;
  --orange-color: #f0965b;
  --gray-color: #f8f8f8;
  --hover-card: #fad2b1;
  --color-text-blue-light: #a9efff;
  --form-background: #f5f4f7;
  --border-light: #e8e8e8;
  --btn-color: #f0965b;
  --dark-color: #000;
  --dark-gray: #6c757d;
  --bg-light-theme: #eaf3f5;
  --footer-blue: #bfd9e0;
  --yello-color: #fff2cc;
  --orange-color: #f9c499;
  --table-row: #f2f2f2;
  --tabletext: #0070c0;
  --disable: #e5e5e5;
  --theme-noti: #f2f2f2;
  --dark-orange: #9c4a09;
  --color-orange-light: #fbd7bb;
  --color-pink-shad: #e5b9b5;
  --gray-light: #bfbfbf;
  --save-draft: #fff2ce;
  --red-color: #da9690;
  --sky-blue-color: #b6dde7;
}

.login-header {
  background-color: var(--header-color);
  padding-inline: 12px;
  padding-block: 0.5rem;
  position: relative;
  z-index: 1;

  span {
    font-size: clamp(1rem, 3.5vw, 1.5rem);
    color: var(--white);
    font-weight: 700;
    display: flex;
  }
}

.logo {
  .sidebar {
    a {
      width: 50px;
      display: inline-block;

      img {
        max-width: 30px;
      }
    }
  }
}

.form-login {
  max-width: 500px;
  margin: 0 auto;
  width: 90%;
  padding-block: 0px;

  input {
    height: 52px;
    font-size: 1rem;
  }

  button,
  button:hover {
    width: auto;
    height: auto;
    background-color: var(--orange-color) !important;
    border-color: none;
    border-radius: 15px;
    color: var(--dark-color) !important;
    border: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-left: auto;
    text-align: right;
    display: flex;
    align-items: center;
  }
}

/*.otp{
    button,button:active{
               background-color: var(--white) !important;

        color: var(--orange-color);

    }
}*/

@media (min-width: 991px) {
  .login {
    height: 100%;
  }
}

.form-login {
  max-width: 380px;
  margin: 0 auto;
  width: 90%;
  padding-block: 50px;

  input {
    height: 49px;
    font-size: 1rem;
    border-radius: 12px;
    border: 2px solid;
  }

  ::placeholder {
    color: red;
    font-weight: 600;
  }
}

.cardradius {
  border-radius: 0.8rem !important;
  box-shadow: -5px 3px 7px 0px #31859b7d;
  border: 1px solid #338dcd !important;
  min-height: 150px;

  &:hover {
    border-color: #f59d56 !important;
  }
}

.addundle2 span:nth-child(1) {
  font-weight: 600 !important;
}

.cardbody {
  p {
    margin-block-end: 1rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
  }

  span {
    font-size: 1rem !important;
    font-weight: normal !important;
  }
}

footer span {
  font-size: 10px;
}

.noti .card {
  border-color: #0070c0;
}

.noti .card .d-flex > span {
  font-size: 1.2rem;
  font-weight: 700;
}

.cardradius {
  border-bottom: 2px solid #338dcd !important;
}

.cardradius:hover {
  border-bottom: 2px solid #f59d56 !important;
}

.cardradius:hover .lineyellow {
  background-color: #f59d56;
}

.lineyellow {
  background: #338dcd;
  width: calc(100% - 20px);
  height: 4px;
  margin: 0 auto;
  margin-bottom: 6px;
}

.bgorange {
  background: var(--white-color) !important;
}

.row.align-items-stretch.h100 {
  height: calc(100vh - 90px);
}

.image-form {
  img {
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.login-con {
  span {
    font-size: 1rem;
    font-weight: 500;
  }

  p {
    color: var(--color-text-blue-light);
    font-size: 1rem;
    font-weight: 500;
  }
}

.bg-orange {
  background: #fff1dd;

  &:hover {
    background-color: var(--orange-color);
  }
}

.border-orange {
  border-color: var(--dark-color);
  overflow: hidden;
  border-radius: 0px;

  p {
    font-size: 1.2rem;
    font-weight: 500;
  }

  span {
    font-size: 1rem;
    font-weight: 500;
  }
}

.notification {
  padding: 0.5rem;
}

.roudpill {
  min-width: 20px;
  min-height: 20px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* right: 50px !important; */
  transform: translate(-11px, -2px) !important;
}

.pointer-none {
  pointer-events: none;
}

.msg {
  background: var(--white);
  padding: 1rem;
  border: 1px solid #0070c0;

  p {
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  span {
    font-weight: normal;
  }

  .float-end {
    font-weight: 700;
  }

  a {
    color: #0070c0;
    font-size: 1.2rem;
  }
}

.msg:hover {
  background: var(--form-background) !important;
}

.overflowauto {
  max-height: 650px;
  overflow: auto;
  min-height: 100px;
}

.cardbg {
  background-color: var(--header-color);

  span {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 500;
  }

  .roudpill {
    font-size: 0.6rem;
  }
}

footer {
  background: #fef5ee;

  p {
    margin: 0px;

    &:last-child {
      font-size: 0.75rem;
    }
  }
}

.menu-items {
  a {
    font-size: 1.2rem;
    margin-block-end: 0.8rem;
  }
}

/**manage-issuer*/

.mangeissuer {
  background-color: var(--form-background);
  border-bottom: 2px solid #e8e8e8;

  span {
  }
}

.formcard {
  input {
    width: 20px;
    height: 20px;
  }

  input:checked {
    background-color: var(--orange-color);
    border-color: var(--dark-color);
  }

  input:focus {
    box-shadow: 0 0 0 0.25rem #fce1cb;
  }

  label {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    white-space: nowrap;
  }
}

.font {
  font-size: 1rem;
  font-weight: 700;
}

.formcontrol,
.formcontrol:focus {
  border-radius: 12px;
  box-shadow: none;
  background: var(--white);
  outline: none;
  -webkit-appearance: auto;
}

img.img-fluid.loginslide {
  max-width: 180px;
  margin: 0 auto;
  display: block;
  margin-block-end: 3rem;
}

.form-control.formcontrol::placeholder {
  color: gray !important;
}

a.forgot-password {
  color: #03b0f1;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

.btn-add {
  background: var(--orange-color);
  border: 2px solid var(--dark-color);
  padding: 1rem 1rem;
  font-weight: 500;
  /* height: 2px; */
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  box-shadow: 2px 2px 2px 1px #00000033;
  display: flex;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  color: var(--dark-color);
}

.flexgrow {
  flex: 1 1 174px;
}

.header-color {
  background-color: var(--header-color);
}

.btnclose {
  filter: invert(1);
}

.btnclose,
.btnclose:focus {
  filter: invert(1);
  opacity: 1;
  outline: none;
  box-shadow: none;
}

.btncolor {
  border-radius: 0px;
}

.btnyellow,
.btnyellow:hover,
.btnyellow:focus,
.btnyellow:active {
  background-color: var(--btn-color) !important;
  color: var(--dark-color) !important;
  border-color: var(--btn-color) !important;
}

.shadow-xl {
  box-shadow: 1px 1px 16px 5px #00000040 !important;
}

.totavalue {
  border: 1px solid var(--orange-color);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 1.5rem;
  color: var(--orange-color);
}

.stepform {
  p {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

/*tr, td, th {
    border-width: 2px !important;
}*/
.table-theme th {
  background-color: var(--white-color) !important;
  color: var(--dark-color);
  position: relative;
}

.h300 {
  height: 200px;
}

.btn-gray {
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
  color: var(--white) !important;
}

.border-yellow {
  border: 1px solid red;
}

.border-yellow {
  background: #fff !important;
  border-radius: 50px;
  padding: 0.2rem 0.9rem;
}

.underline {
  font-size: 20px;
}

.font-fw {
  li {
    font-weight: 500;
    font-size: 1.2rem;
  }

  span {
    font-weight: normal;
  }
}

hr {
  margin-inline: -12px;
  overflow: hidden;
  border: 3px solid var(--dark-color);
  opacity: 1;
}

.accordin-stepform p {
  font-size: clamp(1rem, 3.5vw, 1.2rem);
  font-weight: 500;
}

.flexgrow4 {
}

.flex100 {
  flex: 0 0 100%;
}

/**manage-issuer*/

/***fulfliment-pod***/
.activebg {
  background: var(--btn-color) !important;
}

.activebgDone {
  background: var(--btn-color) !important;
}

.step-form ul li span {
  width: 30px;
  height: 30px;
  background: var(--white);
  display: block;
  border-radius: 60px;
  border: 1px solid;
  position: relative;
  z-index: 1;
}

.step-form > ul {
  position: relative;
}

.step-form > ul:before {
  content: "";
  background: var(--dark-color);
  width: calc(100% - 89px);
  position: absolute;
  top: 14px;
  height: 1px;
  left: 8px;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.fulfint span,
.stepform span {
  font-size: clamp(1rem, 3.5vw, 1.6rem);
  font-weight: 500;
}

.stepform span {
  font-size: clamp(1rem, 3.5vw, 1.3rem);
  font-weight: 600;
  color: var(--dark-color);
}

.pb-6 {
  padding-block-end: 4rem !important;
}

.fulfint span:last-child {
  color: var(--dark-color);
  font-weight: 400;
}

.flexgrowlimit {
  flex: 0 0 174px;
}

.hiddens {
  visibility: hidden;
}

.fixsize select {
  /* max-width: 220px !important; */
  width: 224px;
}

/**user-management*/

.postiop {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.search-title {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 500;
}

.gap4 {
  span,
  p {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white);
  }
}

.bgbutton {
  &:focus {
    box-shadow: none;
  }

  background-color: var(--color-orange-light) !important;
  color: var(--white);
  border-radius: 0px !important;
  border: 1px solid;
}

.btn-color,
.btn-color:hover {
  border-radius: 0px;
  background: var(--btn-color);
  color: var(--dark-color);
  font-weight: 500;
}

.btn-color1,
.btn-color1:hover {
  border-radius: 0px;
  background: var(--btn-color);
  color: var(--dark-color);
  font-weight: 500;
}

.bgbutton {
  &:after {
    filter: invert(1);
    display: none;
  }
}

.themac th {
  vertical-align: middle;
  /* display: flex
; */
  align-items: center;
}

.card-user {
  span {
    font-weight: 600;
  }
}

.bg-light-theme {
  background-color: var(--white);
  padding: 2rem;
}

.flexform {
  input {
    flex: 1 1 200px;
  }
}

.bg-light-theme-orange {
  background: var(--yello-color);
  padding: 0.5rem 1rem;
}

.fontuse {
  font-size: 1rem;
  font-weight: 700;
}

th.wmin {
  width: 43px;
  /* display: flex
; */
  align-items: center;
  justify-content: center;
}

#clikis {
  transition: 0.2s;
}

.bgbutton.collapsed #clikis {
  transform: rotate(180deg);
  transition: 0.2s;
}

.fontcolor {
  color: #ff0000;
}

.collapsed .btn-color {
  display: inline-block;
}

.bgbutton .formcard {
  display: flex !important;
}

.collapsed .formcard {
  display: none !important;
}

.themewidh th {
  width: 170px;
  max-width: 170px;
}

.themewidh th:last-child {
  width: 10px;
}

.wmain th {
  width: 340px;
}

.wmain td {
  font-weight: 500;
  vertical-align: middle;
}

.ws1100 {
  max-width: 100% !important;
}

.addbundle span:nth-child(1) {
  /* background: red; */
  font-weight: 500 !important;
}

.addbundle span:nth-child(2) {
  /* background: red; */
  font-weight: 400 !important;
}

.formcon {
  max-width: 160px;
  width: 100%;
}

.ws100 {
  max-width: 100%;
}

.flexgrow1 {
  flex: 1 1 91px;
}

.flexgrow2 {
  flex: 1 1 70px;
}

.card-none1 {
  display: none;
}

.collapsed .card-none1 {
  display: flex;
  border: 0px;
}

.step-form > ul:before {
  display: none;
}

.step-form > ul li {
  font-size: clamp(1rem, 3.5vw, 1.2rem);
  font-weight: 500;
  position: relative;
}

.bg-orange {
  background: var(--orange-color);
}

.min300 {
  min-height: 100px;
}

.bg-danger {
  background: var(--orange-color) !important;
}

.form-check-input {
  background: none;
}

.bg-gray {
  background: #f8f8f8;
  padding: 1rem;
}

.flexgrow3 {
  flex: 0 0 174px;
}

.inputwidth input {
  max-width: 191px;
  width: 100%;
}

.form-check .form-check-input {
  border-color: gray;
}

.addgreen {
  background: #d7e3bf;
  padding: 0.3rem 1rem;
}

.w500 {
  width: 630px !important;
}

.around a {
  color: #0070c0;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
}

th.bggray,
td.bggray {
  background: var(--table-row) !important;
  width: 200px;
}

.flexitem a {
  flex: 1;
  text-align: center;
  background: var(--table-row);
  margin-block-end: 0px !important;
}

.w10 {
  width: 40px !important;
}

.tabletext {
  color: var(--tabletext);
  font-size: 1.23rem;
}

.dasbale {
  background: var(--disable);
  border-color: var(--disable);
}

.ws3100 {
  max-width: 100%;
}

.bin {
  p {
    font-weight: noral;
    margin: 0rem;
  }

  span {
    font-weight: 500;
  }
}

.gap-10 {
  gap: 3rem;
}

.theme_noti {
  background: var(--theme-noti);
}

.roudpill {
  font-size: 0.8rem !important;
}

.pdfviewr {
  text-decoration: none;
  background: #97d3e3;
  display: inline-flex;
  max-width: 180px;
  text-align: center;
  justify-content: center;
  width: 100%;
  color: var(--dark-color);
  font-weight: 500;
  border-radius: 8px;
  box-shadow: -2px 1px 4px 1px #80808078;
}

.active-value {
  background: var(--orange-color);
  color: var(--white);
}

.pabsolute1 {
  position: absolute;
  left: 0;
  width: calc(100% - 0px);
  top: 42px;
  display: none !important;
}

.highlight path {
  stroke: var(--orange-color) !important;
}

a#searchopen svg path {
  stroke: var(--dark-color);
}

.colorchnage {
  display: block !important;
  border: 2px solid var(--orange-color);
}

.w230 {
  width: 230px;
}

.togglenone:after {
  display: none;
}

.flex100 div {
  max-width: 96px;
  width: 100%;
}

.flexgrow34 {
  flex: 0 0 250px;
}

.accordion-button.bgbutton.p-0.collapsed {
  background: var(--gray-color) !important;
  border: 1px solid #000;
  /* margin-block: 1rem; */
}

.accordian-flex .accordion-item {
  margin-block: 1rem;
}

.bgbutton .darkcolor {
  background: var(--color-pink-shad);
  color: var(--dark-color);
}

button.accordion-button.bgbutton.p-0.collapsed .darkcolor {
  background: var(--gray-light);
  color: var(--dark-color);
}

.yellowcolor {
  background: var(--yello-color);
  padding: 1rem;
}

.issuername {
  font-size: 1rem;
  font-weight: 600;
  margin-block-end: 1rem;
  display: block;
}

.hidden {
  visibility: hidden;
}

td,
th {
  vertical-align: middle;
}

.colorgreen {
  background: #ebf1df;
  color: var(--dark-color) !important;
}

.input-shadow-global {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

/**user-management*/

/**media-section*/
@media (min-width: 991px) {
  .modelxlleft {
    max-width: 940px;
    left: 2px;
    right: auto;
    margin-left: 60px;
  }

  .notification {
    padding: 2rem;
  }

  .gap-10 {
    gap: 10rem;
  }

  .ws3100 {
    max-width: 420px;
    width: 100%;
  }

  .logo {
    .sidebar {
      a {
        width: 90px;
        display: inline-block;

        img {
          max-width: 100%;
        }
      }
    }
  }

  .btn-add {
    /* height: 2px; */
    max-width: fit-content;
    width: 100%;
    text-decoration: none;
    color: var(--dark-color);
    display: flex;
    justify-content: center;
    max-width: 200px;
  }

  .ws100 {
    max-width: max-content;
  }

  .step-form > ul:before {
    display: block;
  }
}

.mxwidth {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.login-body {
  min-height: calc(100vh - 150px) !important;
  overflow: hidden;
  height: calc(100vh - 150px) !important;
}

.login-body-wrapper {
  height: calc(100vh - 130px);
  overflow: hidden;
}


.react-dropdown-select-item-selected {
  background: #ffffff !important;
  color :#000 !important
}


