.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.page-heading {
  color: #055FA8;
  font-size: 18px;
  font-weight: 500;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.icon-bg {
  background-color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.icon-bg>img {
  width: 23px;
  height: 23px;
}

.logo-float{
  position: absolute;
  z-index: 100;
  bottom: 100px;
  right: 50px;
  opacity: 0.5;
  pointer-events: none;
}

.lpl-logo2 {
  height: 65px;
  /* margin-left: -25px; */
}

.ant-drawer-header-title {
  flex-direction: row-reverse;
}.wrapper{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgb(8 80 158);
  }
  
  .loader{
    display: flex;
    position: relative;
    width: 250px;
    height: 88px;
  }
  
  .wave{
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    perspective: 100px;
  }
  
  .wave > div{
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 100%;
  }
  
  .wave > div::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 50%;
  }
  
  .top-wave > div::before {
    background-color: rgb(8 80 158);
  }
  
  .top-wave > div{
    animation: move 3s ease-in-out infinite reverse;
    
   }
   
  .top-wave > div::before{
    animation: grow 3s linear infinite reverse; 
  }
  
  .bottom-wave > div{
    animation: move 3s ease-in-out infinite;
   }
   
  .bottom-wave > div::before{
    animation: grow 3s linear infinite;
  }
  
  .wave > div:nth-child(10){
    animation-delay: 0s;
  }
  .wave > div:nth-child(9){
    animation-delay: -0.1s;
  }
  .wave > div:nth-child(8){
    animation-delay: -0.2s;
  }
  .wave > div:nth-child(7){
    animation-delay: -0.3s;
  }
  .wave > div:nth-child(6){
    animation-delay: -0.4s;
  }
  .wave > div:nth-child(5){
    animation-delay: -0.5s;
  }
  .wave > div:nth-child(4){
    animation-delay: -0.6s;
  }
  .wave > div:nth-child(3){
    animation-delay: -0.7s;
  }
  .wave > div:nth-child(2){
    animation-delay: -0.8s;
  }
  .wave > div:nth-child(1){
    animation-delay: -0.9s;
  }
  
  
  .bottom-wave > div:nth-child(10){
    animation-delay: 0.75s;
  }
  .bottom-wave > div:nth-child(9){
    animation-delay: 0.65s;
  }
  .bottom-wave > div:nth-child(8){
    animation-delay: 0.55s;
  }
  .bottom-wave > div:nth-child(7){
    animation-delay: 0.45s;
  }
  .bottom-wave > div:nth-child(6){
    animation-delay: 0.35s;
  }
  .bottom-wave > div:nth-child(5){
    animation-delay: 0.25s;
  }
  .bottom-wave > div:nth-child(4){
    animation-delay: 0.15s;
  }
  .bottom-wave > div:nth-child(3){
    animation-delay: 0.05s;
  }
  .bottom-wave > div:nth-child(2){
    animation-delay: -0.05s;
  }
  .bottom-wave > div:nth-child(1){
    animation-delay: -0.15s;
  }
  
  
  @keyframes move{
    0%{
      transform: translateY(0px);
    }
    25%{
      transform: translateY(88px);
    }
    50%{
      transform: translateY(0px);
    }
    75%{
      transform: translateY(88px);
    }
    100%{
      transform: translateY(0px);
    }
  
  }
  
  @keyframes grow{
    0%, 50%, 75%, 100% {
      transform: scaleX(0.7) scaleY(0.7);
    }
    10%, 60% {
      transform: scaleX(1) scaleY(1);
    }
    35%, 85% {
      transform: scaleX(0.4) scaleY(0.4);
    }
  }/* 
.ant-card-body {
    padding: 0 !important;
} */

.ant-card-body:nth-child(1),
.ant-card-body:nth-child(2),
.ant-card-body:nth-child(3) {
  padding: 0 !important;
}


.card-footer-link {
    text-align: center;
}

.imageContainer {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color:white ;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 20px;
}

.smallimageContainer {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color:white ;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:2px
    
}

.subcontainer {
    margin-left: 75px;
    margin-top: -19px;
}
.subdiv {
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.smallestImage {
    width: 22px;
}

.total-temp-no {
    font-weight: 600;
    color: #236abb;
    margin-left: 82px;
    font-size: larger;
}

.view-all {
    font-weight: 600;
    color:#867d6b
}

.card-title {
    color: #3f474f;
    font-weight: 600;
}  .status-modal .ant-modal-content {
      border-radius: 0 !important;
      padding: 0 0 24px 0 !important;
  }

  .modal-header {
      float: right;
      margin-right: -17px;
      margin-top: -17px;
  }.ant-menu {
  background: #FFFFFF;
  /* padding: 0px 10px; */

  /* gap: 20px; */
}

.ant-menu-item svg {
  width: 25px;
}

.ant-menu-item-selected svg,
.ant-menu-item-selected svg g {
  fill: #fff;
}

.ant-menu-light .ant-menu-item-selected {
  background: #084aa6;
  color: #fff;
  /* padding: 25px; */
  font-size: 17px;
  border-radius: 20px 0px 0px 20px;
}

.ant-menu-item {
  color: #737791 !important;
  font-size: 14px;
}

.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):hover {
  fill: #fff;
  font-size: 17px;
  background: #084aa6;
  color: #fff !important;
}

.ant-menu .ant-menu-item,
.ant-menu .ant-menu-submenu,
.ant-menu .ant-menu-submenu-title {
  border-radius: 21px 0px 0px 21px;
}

.ant-layout-sider-children {
  background: #FFFFFF;
}

.ant-btn-primary {
  background-color: #084aa6;
}

.ant-menu-item-selected {
  color: #fff !important;
}

.logo {
  background: #fff;
}

.edit svg {
  fill: #084aa6;
  font-size: 20px;
  cursor: pointer;
}

.add-btn {
  text-align: right;
  margin-bottom: 0px;
  position: relative;
}

.addFilled {
  width: 20% !important;
  margin-top: 20px;
  background: #1677ff;
  color: #fff;

}

/* .ant-layout-sider-children {
  background: blue;
} */

.tok-msg h1 {
  color: #000;
}

.addAcess {
  width: 100%;
  margin-top: 20px;
  display: block !important;
}

.FilledR {
  float: right;
  margin-top: -10px;
}

.r-Lable {
  display: block;
  padding-bottom: 10px;
}

.pub-f .ant-form-item {
  margin-bottom: 20px;
}

.pub-f .ant-row {
  display: block;
}

.gen-tab h1 {
  margin: 0px;
}

.login-main {
  height: 100vh;
  overflow: hidden;

}

.login-box {
  margin: 3% auto;
  box-shadow: 1px 1px 20px 2px #fecc4e;
  max-width: 500px;
  padding: 10px;
  width: 100%;
}

.login-box .ant-form-item {
  margin-bottom: 10px;
}

.login-btn {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}

.login-btn button {
  width: 170px;
  height: 50px;
  border-radius: 10px;
  margin-top: 10px;
}

.login-f .ant-row {
  display: block;
  text-align: left;
}

.login-f .ant-form-item-label {
  text-align: start;
}

.add-loc {
  text-align: right;
  margin: 20px 10px 10px 10px;
}

.logout-btn {
  background-color: #1559a2;
  padding: 8px 10px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  right: 20px;
  border: unset;
}

.layoutSider {
  color: rgba(0, 0, 0, 0.88);
  background: #ffffff !important;
  width: 255px !important;
  max-width: 255px !important;
  min-width: 255px !important;
}

.logout-btn svg {
  vertical-align: initial;
  padding-left: 5px;
  width: 20px;
}

.logout {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: right;
  height: 10px;
}

.logo img {
  width: 100%;
}

.logo.shortlogo {
  width: 80px;
}

.mt20 {
  margin-top: 70px;
}

.edit-delte svg {
  fill: #1677ff;
  font-size: 20px;
  cursor: pointer;
}

.edit-delte {
  text-align: right;
  margin-right: 10px;
}

.edit-delte span {
  padding: 0px 15px;
}

.m-0 {
  margin: 0px;
}

.addNum {
  width: 140px !important;
  background-color: #4096ff;
  color: #fff;
  float: right;
  margin-top: 10px;
}

.addNum:hover {
  color: #fff !important;
}

.logout-btn2 {
  cursor: pointer;
}

.logout-btn2 svg {
  vertical-align: middle;
  padding-left: 10px;
  font-size: 20px;
}

.kioskHeader {
  height: unset;
  background: rgb(255, 255, 255);
  padding: 0px;
  box-shadow: -12px -20px 17px 12px #e6e6e6;
  border-bottom: 1px dotted #ddd;
}

.tvLogo {
  max-width: 200px;
  padding-top: 0px;
  padding-left: 1px;
  padding-right: 1px;

}

.tvLogo img {
  width: 100%;
  height: 50px !important;
}

.tvHeader {
  background: rgb(255, 255, 255);
  padding: 0px;
  box-shadow: -12px -20px 17px 12px #e6e6e6;
  border-bottom: 1px dotted #ddd;
  display: flex;
  height: 32px;
}

.count-bg {
  margin: 5px 20px;
  padding: 0px !important;
}

.tv-counter h1 {
  background: #fdc453;
  padding: 2px 0px;
  text-align: center;
  font-size: 20px;
  margin-top: 0px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.tv-counter-now h1 {
  background: #3f738a;
  padding: 2px 0px;
  text-align: center;
  font-size: 20px;
  margin-top: 0px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

.tv-counter-re {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: 97%;
  margin: auto;
  /* border-radius: 10px; */
  background: #f2eba9;
  margin-left: 0px;
  padding: 0px;
  margin-top: 5px !important;
}

.tv-counter-re p {
  margin: 0px;
  justify-content: center;
  padding-bottom: 0px;
  /* font-size: 30px; */
  font-size: 25px;
  display: flex;
  text-align: center;
  line-height: 32px;
  text-transform: uppercase;
}

.total-queu {
  width: 100%;
}

.count-n {
  width: 97%;
  margin-left: 0px;
}

.tv-counter {
  margin-right: 10px;
  margin-bottom: 5px;

}

.ml-5 {
  margin-left: 5px;
}

.w-100 {
  width: 100%;
}

.tv-counter-re1 {
  background: #347a34;
  color: #fff;
  width: 100%;
  margin-left: 0px;
}

.w-94 {
  width: 97%;
}

.kiosk-login {
  display: flex;
  height: 100vh;
  width: 100%;
  position: fixed;
}

.tv-head {
  padding-bottom: 10px;
  margin-top: 25px;

}

.kiosk-login-main {
  /* height: 90vh; */
  display: flex;
}

.mr-10 {
  padding-right: 10px;
}

.kiosk-l {
  background-color: #1559a2;
  width: 50%;
  align-items: center;
  text-align: center;
  padding: 20px 5px;
  border-radius: 10px;
  margin: 25px 0px 0px;
  padding-top: 100px;

}

.kiosk-l h2,
.kiosk-l h4 {
  color: #fff;
  width: 100%;
  font-size: 22px;
  margin-bottom: 25px;

}

.kiosk-l h1 {
  color: #fff;
  width: 100%;
  font-size: 20px;
}

.kiosk-l h5 {
  margin: 0px;
  color: #fff;
  font-size: 15px;
}

.kiosk-l form {
  color: #fff;
  text-align: center;
  margin: 10px auto;
}

.kio-log label {
  color: #fff !important;
}

.success-checkmark {
  width: 80px;
  height: 80px;
  margin: 0 auto;

  .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;

    &::before {
      top: 3px;
      left: -2px;
      width: 30px;
      transform-origin: 100% 50%;
      border-radius: 100px 0 0 100px;
    }

    &::after {
      top: 0;
      left: 30px;
      width: 60px;
      transform-origin: 0 50%;
      border-radius: 0 100px 100px 0;
      animation: rotate-circle 4.25s ease-in;
    }

    &::before,
    &::after {
      content: "";
      height: 100px;
      position: absolute;
      background: #ffffff;
      transform: rotate(-45deg);
    }

    .icon-line {
      height: 5px;
      background-color: #0c3159;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 10;

      &.line-tip {
        top: 46px;
        left: 14px;
        width: 25px;
        transform: rotate(45deg);
        animation: icon-line-tip 0.75s;
      }

      &.line-long {
        top: 38px;
        right: 8px;
        width: 47px;
        transform: rotate(-45deg);
        animation: icon-line-long 0.75s;
      }
    }

    .icon-circle {
      top: -4px;
      left: -4px;
      z-index: 10;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      position: absolute;
      box-sizing: content-box;
      border: 4px solid rgb(12 49 89 / 59%);
    }

    .icon-fix {
      top: 8px;
      width: 5px;
      left: 26px;
      z-index: 1;
      height: 85px;
      position: absolute;
      transform: rotate(-45deg);
      background-color: #ffffff;
    }
  }
}

.t-box h2 {
  font-weight: 400;
  text-align: center;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.box-canvas {
  position: relative;
  margin: auto;
  display: block;
  margin-bottom: 8%;
  width: 230px;
  animation: floatUp 5s infinite linear;
}

@keyframes floatUp {
  0% {
    transform: translateY(50vh);
  }

  100% {
    transform: translateY(-480px);
  }
}

.red {
  --balloon-color: var(--red);
  --highlight-color: #FC9999;
  --top-initial: 40px;
  --string-angle: -20deg;
}

.yellow {
  --balloon-color: #F2F24B;
  --highlight-color: #E5E570;
  --top-initial: 80px;
  --left-initial: 50px;
  --string-angle: -8deg;
}

.green {
  --balloon-color: var(--green);
  --highlight-color: #BAD6D3;
  --top-initial: 0;
  --left-initial: 80px;
  --string-angle: 1deg;
}

.blue {
  --balloon-color: dodgerblue;
  --highlight-color: #6AB5FC;
  --left-initial: 100px;
  --top-initial: 110px;
  --string-angle: 10deg;
}

.orange {
  --balloon-color: orange;
  --highlight-color: #F9B94A;
  --left-initial: 140px;
  --top-initial: 50px;
  --string-angle: 18deg;
}

.balloon-wrapper {
  position: absolute;
  left: var(--left-initial);
  top: var(--top-initial);
  width: 85px;
}

.string {
  position: absolute;
  top: 110px;
  left: 42px;
  transform: rotate(var(--string-angle));
  transform-origin: top left;
  width: 2px;
  height: 250px;
  background: #50535E;
}

.balloon {
  position: absolute;
  width: 85px;
  height: 100px;
  background: var(--balloon-color);
  border-radius: 50%;
}

.balloon::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 15px;
  width: 15px;
  height: 35px;
  box-shadow: 5px 0 0 var(--highlight-color);
  border-radius: 50%;
  transform: rotate(-30deg);
}

/* css */

.balloon::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 25px;
  height: 20px;
  background: var(--balloon-color);
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.cust-card {
  background: #ffff;
  box-shadow: 0px 3.88px 19.38px 0px #EEEEEE80 !important;
  border: 0.97px solid #F8F9FA;
}

.inner-card {
  box-shadow: 1px 1px 10px -1px #ddd !important;
}

.cust-card .ant-card-body {
  padding: 0px 10px;
}

.kiosk-l .ant-input-number {
  width: 100%;
  -webkit-appearance: none;
}

.cust-card h5 {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  padding-bottom: 10px;
}

.copy-f {
  position: fixed;
  bottom: 0;
  width: 50%;
}

.copy-f h1 {
  font-size: 15px;
  font-weight: 400;

}

.queu {
  display: flex;
  width: 100%;
  justify-content: center;
}

.q-btn {
  background: transparent;
  border: 1px solid #979393;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  height: auto;
  margin: 0 5px;
  padding: 0px 30px;
}

.card-label {
  font-size: 15px !important;
  font-weight: 400;
}

.q-bt-active {
  background-color: #fdc453;
  border: initial;
  color: #000;
  height: 50px;
  width: 190px;
  padding-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
}

.close-token svg {
  fill: #fd5353;
  margin-left: 10px;

}

.card-value {
  margin: 0px;
  font-size: 25px;
}

.dash-head h2 {
  font-size: 17px;
  margin-top: 0px;
  color: #003F7C;
  width: 80%;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.dash-head {
  display: flex;
  margin-bottom: 20px;
}

.dash-head button {
  background-color: #0054A5;
  color: #fff;
  border: unset;
  border-radius: 5px;
  width: 20%;
  padding: 10px;
  cursor: pointer;
}

.cust-action span {
  margin: 0px 5px;
}

.posi {
  font-weight: 600;
  color: #34CAA5;
}

.negi {
  font-weight: 600;
  color: #F64E60;
}

.mb-10 {
  margin-bottom: 10px;
}

.add-form .ant-form-item-row {
  display: block !important;
}

.tv-slider .slick-list {
  height: 300px;
}

.footer {
  text-align: center;
  padding-bottom: 16px;
}

.mt-30 {
  margin-top: 30px
}

.hold-icon {
  width: 25px;
  cursor: pointer;
}

.role {
  width: 100%;
}

.add-row-f {
  margin-bottom: 20px;
}

.chcekList {
  display: block;
}

.logout-btn-ph {
  top: -95px;
}

.logout-btn-logo img {
  width: 12%;
  margin: 2px 10px;
  padding-top: 5px;
}

.ph-tab {
  margin: 20px;
  border: 1px solid #ddd;
  border-radius: 1px;
}

.kiosk-logout-btn {
  top: 0px;
}

.kiosk-logo {
  width: 150px;
  padding-top: 4px;
  padding-left: 10px;
}

.kiosk-logo img {
  width: 100%;
}

.kiosk-logout {
  position: absolute;
  top: 0;
}

/* .tv-img img{
  height: 45px !important;
} */

.crousel img {
  width: 100%;
}

.ul.slick-dots.slick-dots-bottom {
  position: absolute;
  bottom: 90px;
  left: 10%;
}

.crousel,
.video-sec {
  padding: 20px;
  margin: 0px;
  height: 210px;
  padding-bottom: 0px;
  padding-left: 20px;

}

.crousel img {
  max-height: 210px;
  min-height: 210px;
}

.video-sec video {
  height: 210px;
  object-fit: fill;
}

.ph-header {
  background: rgb(255, 255, 255);
  padding: 0px;
  box-shadow: -12px -20px 17px 12px #e6e6e6;
  border-bottom: 1px dotted #ddd;
}

.rel {
  width: 75%;
  text-align: right;
  font-size: 20px;
  cursor: pointer;
}

.rel svg {
  fill: #1559a2;
}

.marq {
  background: #05569d;
  width: 100%;
  height: 50px !important;
  /* height: 32px !important; */
  /* align-items: end; */
  margin-top: 0px;
  overflow: hidden;
}

.marq .rfm-marquee {
  /* background: #05569d; */
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 2px;
}

.marq h3 {
  margin: 0px 210px;
  font-size: 19px;

}

.slick-data {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.slick-data button {
  display: none;
}

.logout-btn-logo {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.loader-div {
  margin: 20px 0;
  margin-bottom: 20px;
  padding: 30px 50px;
  text-align: center;
  /* background: rgba(0, 0, 0, 0.05); */
  border-radius: 4px;
}

.loader-div .ant-spin .ant-spin-dot-item {
  background-color: #fff;
  box-shadow: unset;
}

.loader .ant-modal-content {
  background: none;
  box-shadow: unset;
}

.token-l {
  background-color: #fff;
  border-radius: 20px;
}

.t-list {
  width: 50%;
  margin: 25px 10px;
  overflow-y: auto;
  border: 1px solid #1559a2;
  border-radius: 10px;
  padding: 0px 10px;
  height: 88vh;
  padding-bottom: 40px;
}

/* width */

.kiosk-login ::-webkit-scrollbar {
  width: 10px;
}

.tv-btn {
  background: transparent;
  border: transparent;
}

/* Track */

.kiosk-login ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

.kiosk-login ::-webkit-scrollbar-thumb {
  background: #1559a2;
  border-radius: 10px;
}

/* Handle on hover */

.kiosk-login ::-webkit-scrollbar-thumb:hover {
  background: #1559a2;
}

.custmodal.ant-modal-root .ant-modal-wrap {
  height: 88vh;
}

.custPop .ant-modal-content {
  background-color: transparent !important;
}

.custPop {
  background-image: url(/assets/tok-bg-DWAD3fFV.png);
  background-size: cover;
  border-radius: 10px;
  /* background-repeat: no-repeat; */
}

/* .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #1677ff;
  ;
} */

.tok-bx {
  display: flex;
}

.close-token1::before {
  content: '';
  height: 10px;
  left: -15px;
  width: 10px;
  background-color: #f10606;
  position: absolute;
  top: 5px;
  border-radius: 50%;
}

.count-bt {
  background-color: #fff;
  color: #000;
  padding: 5px 20px;
  border-radius: 5px;
  border: unset;
  outline: unset;
  cursor: pointer;
  font-weight: 600;
}

.close-token1 {
  margin-left: 50px !important;
  position: relative;
  color: red;
}

.disabled-row {
  background-color: #dcdcdc;
  pointer-events: none;
}

.tok {
  height: 150px;
  width: 150px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: 1px dotted #000;
}

.tok-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  color: #fff;
}

.tokenStatus ul {
  padding-left: 0px;
}

.tokenStatus ul li {
  list-style-type: none;
}

#tree {
  display: inline-block;
  padding: 10px;
}

#tree * {
  box-sizing: border-box;
}

#tree .branch {
  padding: 5px 0 5px 20px;
}

#tree .branch:not(:first-child) {
  margin-left: 170px;
}

#tree .branch:not(:first-child):after {
  content: "";
  width: 20px;
  border-top: 1px solid #ccc;
  position: absolute;
  left: 150px;
  top: 50%;
  margin-top: 1px;
}

.entry {
  position: relative;
  min-height: 42px;
  display: block;
}

.entry:before {
  content: "";
  height: 100%;
  border-left: 1px solid #ccc;
  position: absolute;
  left: -20px;
}

.entry:first-child:after {
  height: 10px;
  border-radius: 10px 0 0 0;
}

.entry:first-child:before {
  width: 10px;
  height: 50%;
  top: 50%;
  margin-top: 1px;
  border-radius: 10px 0 0 0;
}

.entry:after {
  content: "";
  width: 20px;
  transition: border 0.5s;
  border-top: 1px solid #ccc;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: 1px;
}

.entry:last-child:before {
  width: 10px;
  height: 50%;
  border-radius: 0 0 0 10px;
}

.entry:last-child:after {
  height: 10px;
  border-top: none;
  transition: border 0.5s;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 0 10px;
  margin-top: -9px;
}

.entry:only-child:after {
  width: 10px;
  height: 0px;
  margin-top: 1px;
  border-radius: 0px;
}

.entry:only-child:before {
  display: none;
}

.entry span {
  border: 1px solid #ccc;
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.5s;
}

#tree .entry span:hover,
#tree .entry span:hover+.branch .entry span {
  background: #e6e6e6;
  color: #000;
  border-color: #a6a6a6;
}

#tree .entry span:hover+.branch .entry::after,
#tree .entry span:hover+.branch .entry::before,
#tree .entry span:hover+.branch::before,
#tree .entry span:hover+.branch .branch::before {
  border-color: #a6a6a6;
}

/* tablet, landscape iPad, lo-res laptops ands desktops */

.filt-btn {
  margin-top: 32px;
  padding: 0px 50px;
}

.r-btn {
  background: unset;
  border: unset;
  box-shadow: none;
  padding: 0px 15px;
  margin-top: 24px;
  font-size: 25px;
  color: #1677ff;
  padding-right: 0px;

}

.dashboard-bx-main {
  margin-bottom: 15px;
}

.dash-bx {
  height: auto;
  margin-bottom: 10px;
  background: #fff8e1;
  border: unset;
  padding: 15px 50px;
  margin-right: 10px;

}

.token-qr {
  margin: 25px auto;
}

.token-d h3 {
  color: #0047ae;
  margin: 0px;
  padding: 0px;
}

.dash-bx:hover {
  background: #fff8e1;
  /* border: unset; */
  color: #000 !important;
  border-bottom: 2px solid #fdc453 !important;
}

.dash-bx h1,
.dash-bx h2 {
  margin: 0px;
  /* line-height: 0px; */
}

.dash-bx h1 {
  font-size: 25px;
  line-height: 30px;

}

.dash-bx h2 {
  font-size: 16px;
  font-weight: 100;
}

.search-wait {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}

.search-wait input {
  padding: 10px;
}

.search-wait button {
  margin: 0px;
  vertical-align: middle;
  align-items: center;
  display: inline-flex;
  background: #fdc453;
  border: unset;
  font-size: 16px;
  cursor: pointer;
  height: 33px;

}

.search-wait input {
  padding: 15px 10px;
  height: 20px;
  /* margin-right: 2px; */
}

.resetBtn {
  background-color: #fff !important;
  color: #000;
  border: 1px solid #fdc453 !important;
  margin-left: 5px !important;
}

.pdbl {
  margin: 5px;
  font-size: 12px;
  color: #0047ae;
  font-weight: 500;
}

.cif-form {
  width: 85%;
  margin: auto;
  padding: 15px;
  border-radius: 12px;
  border: 0.969px solid #F8F9FA;
  background: #FFF;
  box-shadow: 0px 3.876px 19.38px 0px rgba(238, 238, 238, 0.50);
}

.client-d {
  text-align: right;
  width: 90%;
  margin: auto;
}

.client-d h1 {
  color: #0047ae;
  font-size: 18px;
}

.add-form h2 {
  color: #0047ae;
  font-size: 18px;
  margin: 10px 0px;
  text-align: left;
}

.cif-form .ant-steps .ant-steps-item-process .ant-steps-item-icon {
  background-color: #0047ae;
  border-color: #0047ae;
  margin-right: 0px;
  padding-right: 0px;
  margin-inline-end: 0px;
}

.add-form {
  text-align: left;
}

/* .add-form input,
.add-form .ant-select-single .ant-select-selector {
  color: #0047ae !important;
} */

.c-steps .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon {
  color: rgb(0 71 174);
  font-weight: 600;
}

.c-steps .ant-steps-item-title::after {
  height: 4px;
  ;
}

.c-steps .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after,
.c-steps .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after {
  background-color: rgb(0 71 174 / 19%);
}

.c-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after {
  background-color: #0047ae
}

.c-steps .ant-steps-item-finish .ant-steps-item-icon {
  background-color: #0047ae;
  border-color: #0047ae;
}

.c-steps .ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-inline-end: 0px;
}

.c-steps.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-inline-start: 0px;
  white-space: nowrap;
}

.c-steps .ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  margin-inline-start: 0;
  margin-inline-end: 0px;
}

.add-form label.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item.ant-checkbox-group-item {
  margin-bottom: 10px;
  color: #0047ae;
}

.add-form .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner {
  background-color: #0047ae;
  border-color: transparent;
}

.add-form .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0047ae;
  border-color: #0047ae;
}

.add-form .ant-radio-wrapper .ant-radio-checked::after {
  border: 1px solid #0047ae;
}

.add-form .ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  border-color: #0047ae;
  background-color: #0047ae;
}

.add-form .ant-picker {
  width: 100%;
}

.board-sub-btn {
  background-color: #003f7c;
  color: #fff;
  width: 50%;
  margin: 0px 5px;
}

.board-save-btn {
  border: 1px solid #003f7c;
  background-color: #fff;
  color: #000;
  width: 50%;
  margin: 0px 5px;
}

.proceed-btn {
  background: #0047ae;
  width: 15%;
  text-align: center;
  margin: auto;
  justify-content: center;
  display: flex;
}

.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):active {
  color: #fff;
  background: #003f7c !important;
}

.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {
  color: #fff;
  /* background: #003f7c !important; */
}

.ant-steps-item-wait {
  pointer-events: none;
}

.ant-steps-item-active {
  pointer-events: none;
}

.login-box img {
  width: 350px;
}

.thankyou {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  vertical-align: sub;
  align-items: center;
  height: 100vh;
  position: relative;
}

.thankyou img {
  width: 100%;
}

.thankyou h1 {
  position: absolute;
  left: 150px;
}

.dashItemName {
  display: flex;
  line-height: 0px;
}

.desk-dash {
  display: block;
}

.mob-dash {
  display: none;
}

.acc {
  width: 150px;
}

.per-update {
  text-align: center;
  margin: auto;
  justify-content: center;
  margin-top: 40px;
}

input.largeCheckbox {
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.m-portal {
  width: 100%;
}

.asign-bt {
  float: right;
  margin-bottom: 10px;
}

.copy-right-footer {
  position: absolute;
  bottom: 0px;
  padding: 7px;
}

/* manaktrastart */

.welcome-one {
  background-color: #084b93;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

.login-one {
  display: flex;
  height: 100vh;
  color: #fff;
}

.container {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  /* max-height: 520px; */
  max-width: 990px;
  background-image: url("https://media.manaktraai.com/manaktra/clientEng/assets/icons/manaktra-login-right-img.png");
  background-size: cover;
  background-position: right;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 10;
  overflow-y: auto;
}

.login-box-one {
  width: 50%;
}

.login-box-one-form {
  width: 85%;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  position: relative;
  margin: auto;
  margin-top: -10px;
}

.login-box-one-form label {
  font-size: 18px !important;
}

.login-box-one-form input {
  padding: 10px !important;
}

.login-box-one-form .ant-input-affix-wrapper {
  padding: 0px !important;
  padding-right: 10px !important;
}

.login-corner-top {
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
}

.login-corner {
  position: absolute;
  width: 150px;
  right: 0;
  bottom: 0;
}

.login-logo-one {
  width: 50%;
  justify-content: center;
  text-align: center;
  margin-top: 20px;

}

/* .first-login-img{
  width: 75%;
} */

.first-login-img img {
  width: 50%;
  background-color: white;
}

.oneLogin-btn {
  margin-top: 50px;
  text-align: center;
}

.oneLogin-btn button {
  width: 180px;
  font-size: 17px;
  padding: 20px;
  background-color: #0854a0;
}

.lpl-one .ant-menu {
  gap: 0px 20px;
}

.lpl-one .ant-menu .ant-menu-title-content {
  font-size: 15px;
}

.longlogo {
  text-align: center;
  margin: 10px auto;
}

.shortlogo {
  padding: 10px;
  text-align: center;
}

.shortlogo img {
  width: 50px;
}

@media (max-width:600px) {
  .desk-dash {
    display: none;
  }

  .mob-dash {
    display: block;
  }

  .cust-card .ant-card-body {
    padding: 10px 10px;
    line-height: 30px;

  }

  .dashItemName img {
    width: 30px;
  }

  .dashItemName h3 {
    font-size: 20px;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin: 0px;
    margin-left: 8px;
  }


  .dashItemName h4 {
    color: #747681;
    font-weight: 500;
  }

  .dashItemNameValue {
    margin: 5px 0px;
  }

  .kiosk-l {
    width: auto;
  }

  .dashItemData p {
    color: #425166;
    margin: 5px;
  }

  .proceed-btn {
    width: 100%;
  }

  .cust-card {
    margin-bottom: 0px
  }

  .board-save-btn {
    border: 1px solid #003f7c;
    background-color: #fff;
    color: #000;
    width: 100%;
  }

  .board-sub-btn {
    width: 100%;
  }

  .t-list {
    width: 100%;
  }

  .add-form .ant-form-item-label {
    padding-bottom: 2px;
  }

  .login-box {
    margin: 50% auto;
    box-shadow: 1px 1px 20px 2px #fecc4e;
    max-width: 500px;
    padding: 1.75rem;
    width: 75%;
  }

  .add-form label.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item.ant-checkbox-group-item {
    width: 48%;
    margin-bottom: 10px;
    color: #0047ae;
  }

  .add-form .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner {
    background-color: #0047ae;
    border-color: transparent;
  }

  .add-form .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #0047ae;
    border-color: #0047ae;
  }

  .add-form .ant-radio-wrapper .ant-radio-checked::after {
    border: 1px solid #0047ae;
  }

  .add-form .ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
    border-color: #0047ae;
    background-color: #0047ae;
  }

  .dash-head button {
    padding: 10px;
    width: 50%;
  }

  .cust .card-body {
    padding: 0px;
  }

  .dash-card .ant-col {
    margin-bottom: 10px;
  }

  .ruppee-ico {
    margin: 0px;
    width: 20px !important;
    margin-top: 2px;
  }

  .left-card {
    padding-right: 5px !important;
  }

  .right-card {
    padding-left: 5px !important;
  }

  .poten-bx {
    box-shadow: 0px 3.88px 19.38px 0px #EEEEEE80;
    padding: 12px, 0px, 4px, 0px;
  }
}

.bg-header {
  background-image: url(data:image/webp;base64,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);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.head-l-logo {
  display: flex;
}

.head-r-logo {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-right: 30px;
}

.lpl-logo {
  height: 40px;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

.head-bg-icons {
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}

.head-icons {
  width: 25px;
  height: 25px;
}

.side-icons {
  width: 28px;
}

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

.footer-rights {
  font-weight: 500;
}

.footer-reports {
  margin: 0px;
}

.header-admin {
  position: sticky;
  top: 0px;
  z-index: 1000;
}

.dashboard-container {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.layoutSider {
  background: #fff;
  border-right: 1px solid #f0f0f0;
  transition: width 0.3s ease;
  width: 300px !important;
  min-width: 300px !important;
}

.adding-btn {
  width: 32px;
  font-size: 14px;
  border-radius: 50%;
  height: 32px !important;
}

.filter_section .ant-select-single:not(.ant-select-customize-input),
.filter_section .ant-select-selector,
.filter_section .ant-input,
.filter_section .ant-picker {
  border-radius: 16px;
  min-width: 150px;
}

:where(.css-1t333fr).ant-btn-primary.ant-btn-solid {
  background-color: #084aa6
}

:where(.css-1t333fr).ant-btn-default.ant-btn-text {
  color: #867d6b;
}

.ant-drawer-body {
  padding: 0 !important;
}

@media (min-width:992px) {
  .desktop-view {
    display: block;
  }

  .desktop-view-sider {
    min-height: 100vh;
  }

  .mobile-view {
    display: none;
  }


  .login-box-one {
    width: 50%;
  }

}

@media (max-width:992px) {
  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .welcome-one {
    background-image: none;
  }

  .container {
    position: absolute;
    width: 97%;
    height: 100%;
    max-height: 520px;
    background-image: unset;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 10;
    overflow-y: auto;
    background-color: white;
  }

  /* .rest-pass {
    color: #084aa6 !important;
    font-size: 18px !important;
  } */

  .login-logo-one {
    width: 100% !important;
  }

  .login-box-one {
    width: 100%;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   MODERN LOGIN  (lm-*)
   Palette: brand #0B4ED4 · deep #071D5B · mid #0A38A8 · accent #38BDF8
   Type:    Plus Jakarta Sans (display) · Inter (UI)
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Design tokens ─────────────────────────────────────────────────── */

:root {
  --lm-brand:        #0B4ED4;
  --lm-brand-deep:   #071D5B;
  --lm-brand-mid:    #0A38A8;
  --lm-accent:       #38BDF8;

  --lm-surface:      #FFFFFF;
  --lm-surface-2:    #F3F6FC;
  --lm-border:       #D8E1F2;
  --lm-text:         #0D1B3E;
  --lm-muted:        #5E6E92;
  --lm-label:        #3E4F72;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --lm-surface:    #08111F;
    --lm-surface-2:  #0C1B31;
    --lm-border:     #1A2E52;
    --lm-text:       #E0EBFF;
    --lm-muted:      #7890BE;
    --lm-label:      #8AA0CC;
  }
}

:root[data-theme="dark"] {
  --lm-surface:    #08111F;
  --lm-surface-2:  #0C1B31;
  --lm-border:     #1A2E52;
  --lm-text:       #E0EBFF;
  --lm-muted:      #7890BE;
  --lm-label:      #8AA0CC;
}

/* ── Root ──────────────────────────────────────────────────────────── */

.lm-root {
  display: flex;
  height: 100vh;
  overflow: hidden;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* ── Left: brand panel ─────────────────────────────────────────────── */

.lm-brand {
  flex: 1;
  position: relative;
  background: linear-gradient(145deg, var(--lm-brand-deep) 0%, var(--lm-brand-mid) 55%, var(--lm-brand) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 0;
}

.lm-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.lm-brand-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 48px 56px;
  pointer-events: none;
  user-select: none;
}

.lm-logo-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-bottom: 24px;
}

.lm-brand-icon {
  width: 44px;
  height: 44px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.lm-brand-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 10px;
  color: #fff;
  text-wrap: balance;
}

.lm-brand-tagline {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 36px;
  letter-spacing: 0.015em;
}

.lm-brand-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
  text-align: left;
  max-width: 240px;
  margin-inline: auto;
}

.lm-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 0.865rem;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.01em;
}

.lm-feature-dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lm-accent);
  box-shadow: 0 0 7px var(--lm-accent);
}

/* ── Right: form panel ─────────────────────────────────────────────── */

.lm-form-side {
  width: 460px;
  min-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 36px;
  background: var(--lm-surface);
  box-shadow: -24px 0 80px rgba(7, 29, 91, 0.16);
  position: relative;
  z-index: 10;
  overflow-y: auto;
}

.lm-form-card {
  width: 100%;
  max-width: 340px;
}

/* Eyebrow */

.lm-form-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--lm-brand);
  margin-bottom: 10px;
}

/* Heading */

.lm-form-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--lm-text);
  margin: 0 0 6px;
  text-wrap: balance;
}

/* Sub-heading */

.lm-form-sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--lm-muted);
  margin: 0 0 28px;
}

/* ── Form overrides ─────────────────────────────────────────────────── */

.lm-form .ant-form-item {
  margin-bottom: 18px;
}

.lm-form .ant-row {
  display: block !important;
}

/* Labels */

.lm-form .ant-form-item-label {
  padding-bottom: 5px !important;
}

.lm-form .ant-form-item-label > label {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--lm-label) !important;
  height: auto !important;
}

/* Text inputs */

.lm-form .ant-input {
  border-radius: 10px !important;
  border: 1.5px solid var(--lm-border) !important;
  background: var(--lm-surface-2) !important;
  padding: 10px 14px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important;
  color: var(--lm-text) !important;
  box-shadow: none !important;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease !important;
}

.lm-form .ant-input:focus,
.lm-form .ant-input:hover {
  border-color: var(--lm-brand) !important;
  background: var(--lm-surface) !important;
}

.lm-form .ant-input:focus {
  box-shadow: 0 0 0 3px rgba(11, 78, 212, 0.12) !important;
}

/* Password wrapper */

.lm-form .ant-input-affix-wrapper {
  border-radius: 10px !important;
  border: 1.5px solid var(--lm-border) !important;
  background: var(--lm-surface-2) !important;
  padding: 0 12px 0 0 !important;
  box-shadow: none !important;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease !important;
}

.lm-form .ant-input-affix-wrapper .ant-input {
  border: none !important;
  background: transparent !important;
  padding: 10px 14px !important;
}

.lm-form .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,
.lm-form .ant-input-affix-wrapper-focused {
  border-color: var(--lm-brand) !important;
  background: var(--lm-surface) !important;
}

.lm-form .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 3px rgba(11, 78, 212, 0.12) !important;
}

/* OTP input */

.lm-form .ant-otp {
  gap: 8px !important;
}

.lm-form .ant-otp-input {
  border-radius: 8px !important;
  border: 1.5px solid var(--lm-border) !important;
  background: var(--lm-surface-2) !important;
  color: var(--lm-text) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  width: 44px !important;
  height: 48px !important;
}

.lm-form .ant-otp-input:focus {
  border-color: var(--lm-brand) !important;
  box-shadow: 0 0 0 3px rgba(11, 78, 212, 0.12) !important;
}

/* ── Submit button ─────────────────────────────────────────────────── */

.lm-submit-btn.ant-btn {
  width: 100% !important;
  height: 48px !important;
  border-radius: 10px !important;
  background: var(--lm-brand) !important;
  border: none !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.025em !important;
  color: #fff !important;
  box-shadow: 0 2px 12px rgba(11, 78, 212, 0.28) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
}

.lm-submit-btn.ant-btn:not(.ant-btn-loading):not(:disabled):hover {
  background: #1559e0 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(11, 78, 212, 0.38) !important;
}

.lm-submit-btn.ant-btn:not(.ant-btn-loading):not(:disabled):active {
  transform: translateY(0) !important;
  background: #0940b8 !important;
}

@media (prefers-reduced-motion: reduce) {
  .lm-submit-btn.ant-btn {
    transition: none !important;
  }
}

/* ── OTP notice ────────────────────────────────────────────────────── */

.lm-otp-notice {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--lm-brand);
  background: rgba(11, 78, 212, 0.07);
  border-left: 3px solid var(--lm-brand);
  border-radius: 0 6px 6px 0;
  padding: 8px 12px;
}

.lm-otp-notice.lm-otp-warn {
  color: #b45309;
  background: rgba(217, 119, 6, 0.08);
  border-left-color: #d97706;
}

/* ── Forgot password ───────────────────────────────────────────────── */

.lm-forgot {
  margin-top: 10px;
  text-align: center;
}

.lm-forgot .ant-btn-link,
.lm-forgot .rest-pass {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.84rem !important;
  color: var(--lm-muted) !important;
  background: transparent !important;
  padding: 0 !important;
  height: auto !important;
  line-height: 1.5 !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  transition: color 0.15s ease !important;
}

.lm-forgot .ant-btn-link:hover,
.lm-forgot .rest-pass:hover {
  color: var(--lm-brand) !important;
}

/* ── Footer ────────────────────────────────────────────────────────── */

.lm-footer {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--lm-border);
  text-align: center;
}

.lm-footer span {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  color: var(--lm-muted);
  letter-spacing: 0.01em;
}

/* ── Responsive ────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .lm-root {
    flex-direction: column;
  }

  .lm-brand {
    flex: none;
    height: 200px;
    align-items: center;
    justify-content: center;
  }

  .lm-brand-content {
    padding: 20px 24px 16px;
  }

  .lm-logo-ring {
    display: none;
  }

  .lm-brand-title {
    font-size: 1.75rem;
    margin-bottom: 4px;
  }

  .lm-brand-tagline {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .lm-brand-features {
    display: none;
  }

  .lm-form-side {
    width: 100%;
    min-width: unset;
    padding: 28px 24px 32px;
    box-shadow: none;
    flex: 1;
    justify-content: flex-start;
  }
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.layout_css {
  min-height: 100vh;
  overflow: hidden;
}

.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
  display: none !important;
}

.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):after {
  display: inline-block;
  margin-left: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}

.gen-f .ant-row {
  display: block;
}

.gen-form {
  box-shadow: 0px 9px 26px 0px #e9e4e4;
  border-radius: 20px;
  padding: 20px 25px;
  max-height: 50vh;

}

.f-sub-btn {
  /* width: 200px; */
  min-width: 120px;
  /* max-width: 120px; */
  font-size: 20px;
  padding: 20px;
}

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

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

.status_inactive {
  background-color: red;
}

.status_active {
  background-color: #c9f7f5;
  border-color: #c9f7f5;
  border-radius: 8px;
  color: #0e6f6b;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 10px;
}

.status_inactive,
.status_inactive:hover {
  background-color: #ffe2e5;
  border-color: #ffe2e5;
  border-radius: 8px;
  color: #aa1c2b;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 10px;
}

.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):after {
  display: inline-block;
  margin-left: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
  visibility: visible;
}

.table-head .ant-table-thead>tr>th {
  background-color: #FBC453;
  border-start-start-radius: 0px;

}

.header-admin .ant-menu-submenu-title {
  padding-left: 10px !important;
}

/* .ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu-title {
  display: flex !important;
  align-items: center !important;
  padding-top: 0px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding-inline: 20px !important;
  overflow: hidden !important;
  text-overflow: none !important;
  margin-inline: 0px !important;
  margin-block: 8px !important;
  width: calc(100% - 0px);
} */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #084aa6; 
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #084aa6; 
}

.ant-table-tbody > tr:nth-child(odd) {
  background-color: #e7f0fe; 
}

.ant-table-tbody > tr:nth-child(even) {
  background-color: #ffffff; 
}

.ant-switch-checked{
  background-color:#5cb85c !important;
}

.ant-switch[aria-checked="false"]{
  background-color:#ff4d4f !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   TMS Modern UI overrides — 2026
   Appended after style.css imports to fix legacy styles.
══════════════════════════════════════════════════════════════════════════════ */

/* ── Typography / base ────────────────────────────────────────────────────── */

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }

/* ── Header ───────────────────────────────────────────────────────────────── */

.header-admin {
  height: 64px !important;
  line-height: 64px !important;
  padding: 0 !important;
}

/* Replace bg-image with gradient */

.bg-header {
  background: linear-gradient(135deg, #0d1b3e 0%, #084aa6 100%) !important;
  background-image: none !important;
  box-shadow: 0 2px 16px rgba(8,74,166,0.28);
  padding: 0 24px !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mk-user-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 5px 12px 5px 5px;
  border-radius: 28px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  transition: background 0.18s;
}

.mk-user-pill:hover { background: rgba(255,255,255,0.18) !important; }

/* ── Sidebar layout ───────────────────────────────────────────────────────── */

.layoutSider, .layoutSiderHovered {
  background: #fff !important;
  border-right: 1px solid #edf2f7 !important;
  box-shadow: 2px 0 12px rgba(0,0,0,0.04) !important;
  transition: width 0.22s cubic-bezier(0.4,0,0.2,1) !important;
}

.manaktra-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ── Sidebar menu items ────────────────────────────────────────────────────── */

/* Fix the old half-pill (border-radius: 21px 0 0 21px) → full rounded */

.ant-layout-sider .ant-menu-item,
.ant-layout-sider .ant-menu-submenu-title {
  border-radius: 10px !important;
  margin: 2px 8px !important;
  width: calc(100% - 16px) !important;
  font-size: 14px !important;
}

/* Submenu child items — slightly indented */

.ant-layout-sider .ant-menu-sub.ant-menu-inline .ant-menu-item {
  margin: 2px 8px 2px 14px !important;
  width: calc(100% - 22px) !important;
  border-radius: 8px !important;
}

/* Override old solid blue selected with light blue */

.ant-layout-sider .ant-menu-light .ant-menu-item-selected,
.ant-layout-sider .ant-menu-item-selected {
  background: #e7f0fe !important;
  color: #084aa6 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: 10px !important;
}

/* Fix svg fill reset for selected items (old CSS forced fill:#fff) */

.ant-layout-sider .ant-menu-item-selected svg,
.ant-layout-sider .ant-menu-item-selected svg g {
  fill: currentColor !important;
}

/* Hover: override old solid hover blue */

.ant-layout-sider .ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):hover,
.ant-layout-sider .ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:hover {
  background: #f0f5ff !important;
  color: #084aa6 !important;
  font-size: 14px !important;
  border-radius: 10px !important;
}

/* Normal item text */

.ant-layout-sider .ant-menu-item,
.ant-layout-sider .ant-menu-submenu-title {
  color: #475569 !important;
}

/* ── icon-bg — updated from old square/circle to modern pill ─────────────── */

.icon-bg {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #f1f5f9;
  transition: background 0.15s;
  flex-shrink: 0;
}

.ant-layout-sider .ant-menu-item-selected .icon-bg {
  background: #c3d9ff;
}

.icon-bg img {
  width: 14px !important;
  height: 14px !important;
  object-fit: contain;
}

/* Blue-tint selected icon — applies CSS filter to convert to brand blue */

.ant-layout-sider .ant-menu-item-selected .icon-bg img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(86%) saturate(900%) hue-rotate(197deg) brightness(92%) contrast(95%);
}

/* Sidebar section label */

.mk-sidebar-section {
  padding: 14px 18px 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #94a3b8;
  user-select: none;
}

/* Sidebar user card */

.mk-sidebar-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-top: 1px solid #edf2f7;
  background: #fafcff;
}

/* ── Dashboard stat cards ──────────────────────────────────────────────────── */

.mk-stat-card {
  border-radius: 16px !important;
  overflow: hidden;
  border: none !important;
  box-shadow: 0 1px 12px rgba(0,0,0,0.07) !important;
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s !important;
  cursor: pointer;
}

.mk-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.13) !important;
}

/* ── Page heading ─────────────────────────────────────────────────────────── */

.mk-page-heading {
  font-size: 20px;
  font-weight: 700;
  color: #055FA8;
  margin: 0 0 4px;
  line-height: 1.3;
}

.mk-page-sub {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

/* ── Welcome banner on dashboard ─────────────────────────────────────────── */

.mk-welcome-banner {
  background: linear-gradient(135deg, #084aa6 0%, #1d6dd4 60%, #2563eb 100%);
  border-radius: 18px;
  padding: 24px 28px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.mk-welcome-banner::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 200px; height: 200px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}

.mk-welcome-banner::after {
  content: '';
  position: absolute;
  bottom: -60px; right: 60px;
  width: 160px; height: 160px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}
