.active {
    fill: white;
}
/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.otp-input-fields{
  margin: auto;
  background-color: white;
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  input{
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #aaaeb3;
    text-align: center;
    outline: none;
    font-size: 16px;
    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Firefox */
    &[type=number] {
      -moz-appearance: textfield;
    }
    &:focus{
      border-width: 2px;
      border-color: darken(#2f8f1f, 5%);
      font-size: 20px;
    }
  }
}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}
.fiied-class {
  padding: 0px 0 0px 10px;
  border: 1px solid #29e706;
  border-radius: 6px;
  color: #06dd06;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  /* text-transform: lowercase; */
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.digit_num_box {
  width: 45px;
  height: 45px;
  margin: 10px 20px;
  font-weight: 600;
  text-align: center;
  padding: initial;
}

@media screen and (max-width: 527px) {

  .avatar.new-av {
    margin-top: -23px!important;
}

.set_one{
  width: 100%!important;
}

  .avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
    float: right;
/*    margin-top: -1pc!important;*/
}

 li.nav-item.dropdown-style-switcher.dropdown.me-1.me-xl-0 {
    display: none;
}

ul.navbar-nav.flex-row.align-items-center.ms-auto {
    margin-left: 0!important;
}

      nav#layout-navbar {
        height: 96px;
    }

    li.nav-item.navbar-dropdown.dropdown-user.dropdown {
    margin-right: 10px;
}

    /*div#navbar-collapse {
        flex-wrap: wrap;
        font-size: 14px;
    } */

    .layout-menu-toggle.navbar-nav.align-items-xl-center.me-3.me-xl-0.d-xl-none {
      margin-top: -7px!important;
    }

      .ms-auto {
        margin-left: 0px;
      }

}

@media screen and (max-width: 400px){

  /* div#navbar-collapse {
    flex-wrap: wrap;
    font-size: 14px;
  }*/

    li.nav-item.dropdown-style-switcher.dropdown.me-1.me-xl-0 {
        font-size: 11px;
    }

    .nav-item.navbar-search-wrapper.mb-0 {
        font-size: 12px;
}

}

@media screen and (max-width: 577px){

.input-group-prepend.d-flex.but {
    flex-wrap: wrap!important;
}

.new-but{
  margin-top: 8px;
}

.new-option{
    margin-right: 0px!important;
    margin-bottom: 10px;
}

}

.new-option{
    margin-right: 5px;
}

.flex-grow-1.chase {
    margin-right: 28px!important;
    margin-top: -10px!important;
}


@media screen and (max-width: 377px){
#signUpForm .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 52%;
    bottom: 95px!important;
    width: 97%;
    height: 3px;
    background-color: #f3f3f3;
}
#signUpForm .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 87px!important;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #d5efed70;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
}

.change_table_0{
      margin-left: -34px!important;
}

}