/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");

body {
  font-family: system-ui !important;
  color: #121212 !important;
}

button {
  box-shadow: none;
  text-shadow: none !important;
}

button:hover,
button:focus {
  box-shadow: none;
  outline: none;
}

.text-black {
  color: #000 !important;
}

.text-green {
  color: #00cd52;
}

.text-red {
  color: #e75151;
}

.text-white {
  color: #fff;
}

button.btn-for-mobile {
  width: 95%;
  position: fixed;
  left: 0;
  margin: 9px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: system-ui;
}

/*-----------agree screenshot page starts here----------*/
/*org logo at top*/
.org-logo-top {
  /* height: 80px;
     max-width: 300px; */
  height: 80px;
  max-width: 100%;
}

/*icon size in agreeshot*/
img.padlock-icon,
img.shield-icon {
  width: 25px;
}

/*diro logo*/
img.diro-logo {
  width: 7%;
}

/*complete screen*/
.complete-screen {
  height: 100vh;
  background-color: #e5e5e5;
}

/*complete screen*/
.agree_page {
  position: absolute;
  z-index: 11;
}

/*sub title*/
h5.card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24.94px;
}

/*paragraph card*/
p.card-text {
  font-size: 14px;
  font-weight: 400;
  /* color: rgba(0, 0, 0, 0.65); */
  /* opacity: 65% !important; */
  line-height: 22px;
}

/*powered by */
p.powered-by-center {
  font-size: 13px;
  font-weight: 500;
}

/*-close button-*/
button.btn-close {
  box-shadow: none;
  box-sizing: border-box;
  right: -3%;
  top: 4%;
  position: absolute;
  width: 10px;
  height: 10px;
}

button.btn-close:focus,
button.btn-close:hover {
  outline: none;
  border: none;
  box-shadow: none;
}

.btn.btn-lg-modify {
  line-height: 22px;
  font-size: 17px;
  font-weight: 600;
  /* padding: 0px 40px; */
  padding: 0px 0px;
  height: 40px;
  border-color: #000;
  cursor: pointer;
}

.btn-lg {
  padding: 0.1rem 1rem;
}

.btn.btn-lg-modify:hover,
.btn.btn-lg-modify:focus {
  outline: none;
  box-shadow: none;
}

/*stop close button default hover*/
.btn-close:hover {
  background-color: transparent !important;
}

.pl-40 {
  padding-left: 36px;
}

.card-responsive {
  width: 74%;
  margin: auto;
}

.card-black-border {
  border: 3px solid rgb(3 3 3 / 50%) !important;
}

/*-----------agree screenshot page ends here----------*/
/*-----------done screen starts------------------------*/
.verify-text {
  font-family: system-ui;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
}

.sorry-text {
  font-family: system-ui;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
}

.screen-at-top {
  position: absolute !important;
  z-index: 99;
}

.done-screen-at-top {
  position: absolute !important;
  z-index: 2006;
}

.req-info-screen {
  z-index: 202;
}

.screen-loader {
  z-index: 203;
  position: absolute !important;
}

.maintanace-screen {
  z-index: 205;
  position: absolute !important;
}

.thanku-screen-loader {
  z-index: 4;
  position: absolute !important;
}

.pt-60-per {
  padding-top: 60%;
}

.cancel-page {
  z-index: 2005;
  backdrop-filter: none !important;
}

.header-dropdown {
  display: inline-block;
}

.selectdemoSelectHeader {
  font-family: system-ui;
}

.selectdemoSelectHeader .demo-header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}

.selectdemoSelectHeader .demo-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 16px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  width: auto;
}

.selectdemoSelectHeader md-content._md {
  max-height: 240px;
}

.selectdemoSelectHeader md-input-container {
  min-width: 112px;
}

/*-----------done screen ends------------------------*/
/**----------iframe starts here----------------------*/

h5.select-header {
  width: 65%;
  font-size: 20px;
  font-weight: 700;
  float: left;
}

.select-country {
  width: 25%;
  float: right;
}

md-select-value .md-text span.country-name {
  display: none;
}

md-select-value .md-text img.link-logo.ng-scope {
  width: 50%;
}

md-option img.link-logo.ng-scope {
  width: 5%;
}

md-option .md-text span.country-name.ng-binding {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

md-option .md-text {
  display: inline-flex;
}

.select-search {
  width: 100%;
  height: auto;
  position: fixed;
  top: -20px;
  left: 0px;
  z-index: 999;
  background-color: #ffffff;
  padding: 20px 20px 10px 28px;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 24%);
}

input#input_1 {
  border: none;
  width: 22rem;
}

md-input-container .md-input {
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 0 0 1px;
}

input#input_4 {
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.12);
  padding: 2px 2px 1px;
  border-width: 0 0 1px;
  border-radius: 0;
  border-style: solid;
  max-width: 22rem;
}

md-input-container#searchAdd {
  width: 100%;
  margin-top: -5px;
}

md-select-menu._md.md-overflow {
  width: 22rem;
  margin-left: -65%;
}

.orglinks {
  height: 415px;
  overflow: auto;
}

.link-row img.link-logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0px 8px 0px 8px;
}

.infolinks-board {
  margin-bottom: 20px;
  height: auto;
}

.short-url-org {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.card .link-row .link-row-text {
  line-height: 1.3;
  font-size: 14px;
  font-weight: 600;
}

/*------------iframe ends here------------------------*/

/* .text-black {
     color: #000 !important;
 } */
.text-green {
  color: #00cd52;
}

.without-background-button {
  font-size: 12px;
  font-weight: 500;
}

.cancel-text {
  color: rgba(0, 0, 0, 0.6);
}

/* starting-info-modal-showing css 
 =========FOR DESKTOP============ */
.starting-info-model-bg {
  /* background: rgb(188 188 188 / 0.95);*/
  background: rgb(0 0 0 / 0.6);
  padding: 8% 10%;
  height: 100vh;
  /* height: auto; */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  backdrop-filter: saturate(80%) blur(10px);
  -webkit-backdrop-filter: blur(10px) contrast(180%);
}

.starting-info-model-bg-dark {
  background: rgb(188 188 188 / 0.95);
  /* background: rgb(188 188 188 / 50%); */
  padding: 8% 10%;
  height: 100vh;
  /* height: auto; */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: blur(10px) contrast(180%);
}

.starting-info-model-bg-dark-without-opacity {
  background: rgb(188, 188, 188);
  padding: 8% 10%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: blur(10px) contrast(180%);
}

.starting-info-model-bg-screenshot {
  /* background: rgba(188, 188, 188, 0.95);*/
  background: rgb(188 188 188 / 50%);
  /* padding: 8% 10%; */
  height: auto;
  /* position: absolute;
     top: 0;
     right: 0;
     left:0;*/
}

.starting-info-showing-card {
  padding-top: 40px;
}

.starting-info-showing-card .card {
  border-radius: 8px;
}

.badge.custome-badge {
  height: 45px;
  width: 45px;
  border: 1px solid #626262;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
}

.starting-info-showing-card .card-title {
  font-size: 20px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}

.info-list {
  list-style: none;
  padding-left: 45px;
}

.info-list li i {
  padding-right: 10px;
  line-height: 28px;
  vertical-align: middle;
}

.btn-lg-modify {
  line-height: 22px;
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  border-color: #000;
}

.btn.btn-lg-modify:hover,
.btn.btn-lg-modify:focus {
  outline: none;
  box-shadow: none;
}

/* camera icon */
.tacke-screen-wrap {
  position: absolute;
  top: -85px;
  right: -13%;
}

.tacke-screen-wrap-main {
  position: absolute;
  top: -95px;
  right: -28px;
}

.take-screen-camera-icon i {
  height: 50px;
  width: 50px;
  background: #fff;
  font-size: 24px;
  border-radius: 45px;
  text-align: center;
  vertical-align: middle;
  padding: 11px;
  color: #000;
}

.take-screen {
  /* background: #544D4D; */
  background: #000000;
  border-radius: 4px;
  height: 65px;
  z-index: 3;
  padding: 0;
}

.button-white-border {
  border: 3px solid rgb(255 255 255 / 100%);
}

.take-screen h5.card-title {
  margin-bottom: 0;
}

.take-screen .custome-badge {
  border-color: #fff;
  color: #fff;
  vertical-align: middle;
  margin-top: 2px;
}

.take-screen .text-wrap {
  color: #fff;
}

.desktop_sign-line svg {
  position: absolute;
  left: 206px;
  width: 73%;
  /* top: -45px; */
}

.starting-info-modal-showing {
  position: relative;
  padding-bottom: 10px;
}

.svg-container {
  width: 10em;
}

/* Mobile view
   ============  take photo============
 */
.verification-for-logo-wrap {
  display: none;
  box-shadow: 0px -2px 5px -2px #ddd;
  position: absolute;
  top: -1px;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 12px 15px;
  line-height: 20px;
  /* border-top-left-radius: 20px;
     border-top-right-radius: 20px; */
  text-align: center;
}

.verification-for-logo-wrap p {
  /* margin-bottom: 0;
     font-weight: 600; */
  color: #000;
  /* margin-right: 20px; */
  line-height: 28px;
}

.icon-wrap-border.border {
  border: 3px solid rgb(255 255 255 / 100%) !important;
}

.border {
  border: 1px solid #9d9d9d !important;
}

button.take-screen1 {
  background: transparent;
  box-shadow: none;
}

.arrow-mobile {
  display: none;
}

.without-background-button {
  font-size: 16px;
  font-weight: 700;
  /* color: #000; */
  /* letter-spacing: 1px; */
  /* text-indent: unset !important; */
  text-shadow: 0 0 black;
}

/*====== Info guide page css ======*/
/* ------- mobile view -------- */
.desktop_info-guide-sign-line svg {
  position: absolute;
  right: 48px;
  width: 35%;
  /* right: 106px;
     width: 30%; */
  /* top: -45px; */
}

.card.card-mobile-view .btn-lg-modify {
  width: 48%;
}

.card.card-mobile-view .info-list li i {
  padding-right: 10px;
  line-height: 28px;
  vertical-align: middle;
  color: #00cd52;
  font-size: 34px;
}

/* close button in mobile*/
.close-screen-wrap {
  position: fixed;
  /* top: 12px; */
  top: 6px;
  right: 4px;
  /* padding: 10px; */
}

button.close-info-screen-desktop,
button.close-info-screen-desktop-new {
  width: 65px;
  /* height: 65px; */
  line-height: 0;
  background: #000000;
  padding: 0;
  z-index: 3;
  transition: width 0.3s ease, height 0.3s ease, font-size 0.3s ease;
  min-width: 40px;
  min-height: 40px;
  max-width: 100px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

button.close-info-screen-desktop svg,
button.close-info-screen-desktop-new svg {
  transition: width 0.3s ease, height 0.3s ease;
  flex-shrink: 0;
}

button.close-info-screen-desktop img,
button.close-info-screen-desktop-new img {
  transition: width 0.3s ease, padding 0.3s ease;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

/* Ensure buttons maintain aspect ratio */
button.close-info-screen-desktop,
button.close-info-screen-desktop-new {
  aspect-ratio: 1 / 1;
}

/* Enhanced hover states for better UX */
button.close-info-screen-desktop:hover,
button.close-info-screen-desktop-new:hover {
  /* transform: scale(1.05); */
  transition: transform 0.2s ease, width 0.3s ease, height 0.3s ease;
}

/* Focus states for accessibility */
button.close-info-screen-desktop:focus,
button.close-info-screen-desktop-new:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

/* Ensure proper spacing in flex containers */
.d-flex .close-info-screen-desktop,
.d-flex .close-info-screen-desktop-new {
  margin-left: auto;
}

/* High contrast mode support */
@media (prefers-contrast: high) {

  button.close-info-screen-desktop,
  button.close-info-screen-desktop-new {
    border: 2px solid;
    font-weight: 600;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

  button.close-info-screen-desktop,
  button.close-info-screen-desktop-new,
  button.close-info-screen-desktop svg,
  button.close-info-screen-desktop-new svg,
  button.close-info-screen-desktop img,
  button.close-info-screen-desktop-new img {
    transition: none;
  }

  button.close-info-screen-desktop:hover,
  button.close-info-screen-desktop-new:hover {
    transform: none;
  }
}

/* Ensure buttons work well in different container contexts */
@media (max-width: 767px) {

  button.close-info-screen-desktop,
  button.close-info-screen-desktop-new {
    margin: 0.125rem;
  }
}

/* Touch-friendly sizing for mobile devices */
@media (max-width: 480px) {

  button.close-info-screen-desktop,
  button.close-info-screen-desktop-new {
    min-width: 44px;
    min-height: 44px;
    touch-action: manipulation;
  }
}

input[type="submit"]:active,
button.close-info-screen-desktop:active,
a.button:active {
  /* background-color: #2c2c2c; */
  background-color: unset;
  box-shadow: inset 1px 1px 0.25em rgb(0 0 0 / 25%),
    -1px -1px 0.25em rgb(0 0 0 / 25%), 1px 1px 0.25em rgb(255 255 255 / 25%);
}

button.close-info-screen-mob {
  width: 50px;
  height: 50px;
  /* width: 65px;
     height: 65px;  */
  line-height: 0;
  background: #544d4d;
  border-radius: 100px;
  /* border: 5px solid rgb(255 255 255 / 100%); */
  min-width: 30px;
  z-index: 3;
}

button.close-info-screen-mob-keyboard {
  width: 50px;
  height: 50px;
  line-height: 0;
  background: #544d4d;
  border-radius: 100px;
  border: 5px solid rgb(255 255 255 / 100%);
  min-width: 30px;
  z-index: 3;
}

button.close-info-screen-mob svg {
  width: 100%;
}

/* guide-info after take photo */
.card.info-guide-after-take-photo-ds .btn-lg-modify {
  width: 47%;
}

.refresh-button {
  width: 62% !important;
}

/* info  guide capture-2*/

.show_ins_zindex {
  z-index: 4;
  overflow-y: visible;
}

.take_ins_zindex {
  z-index: 3;
}

.verification-screen-zindex {
  z-index: 4;
}

.discover-zindex {
  z-index: 205;
}

.sessionid-modal-zindex {
  z-index: 202;
}

.warning-mobile-icon-view {
  position: fixed;
  left: 0;
  bottom: 16px;
}

.desktop_info-guide-sign-line.info-right-line svg {
  position: absolute;
  right: 48px;
  width: 38%;
  /* width: 53%;*/
  top: 100px;
  /* height: 400px; */
}

.result-found svg {
  position: absolute;
  right: 48px;
  width: 60% !important;
  /* width: 53%;*/
  top: 100px;
  /* height: 400px; */
}

.card.card-mobile-view .btn-lg-modify {
  width: 48%;
}

.card.card-mobile-view .info-list li i {
  padding-right: 10px;
  line-height: 28px;
  vertical-align: middle;
  color: #00cd52;
  font-size: 34px;
}

/* close button in mobile*/
.close-screen-wrap {
  position: fixed;
  top: 4px;
  right: 4px;
  /* padding: 10px; */
}

/* guide-info after take photo */
/* .card.info-guide-after-take-photo-ds .btn-lg-modify {
     width: 48%;
 } */

/* info  guide capture-2*/

.arrow-down-doc {
  position: fixed;
  left: 0;
  bottom: 16px;
}

/* modify */
button.btn-for-mobile {
  position: fixed;
  bottom: 15px;
  left: 23px;
  width: 85% !important;
}

.animation-icon {
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  position: relative;
  animation: animate 3s linear infinite;
  margin: auto;
}

.animation-icon .ianimated-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  height: 100%;
  cursor: pointer;
}

/*
 @keyframes animate {
     0%{
         opacity:1;
         -webkit-transform:scale(0);
         transform:scale(0)
     }
     100%{
         opacity:.6;
         -webkit-transform:scale(1);
         transform:scale(1)
     }
 }*/

@keyframes animate {
  0% {
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-opacity: 6;
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-opacity: 6;
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes animate {
  0% {
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-opacity: 6;
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*corner logo css starts here*/
/*corner logo css starts here*/
.verification-corner-logo-wrap1 {
  position: fixed;
  right: 0;
  bottom: 0;
  /* height: 201px;
     width: 201px; */
  height: 205px;
  width: 205px;
  background: transparent;
  border-top-left-radius: 100%;
  /* vertical-align: middle; */
  padding-top: 90px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  z-index: 4;
}

.verification-corner-logo-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 200px;
  width: 200px;
  /* background: rgba(188, 188, 188, 0.95); */
  background-color: rgb(255 255 255 / 10%);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: blur(10px) contrast(180%);
  /* backdrop-filter: blur(6px); */
  border-top-left-radius: 100%;
  /* vertical-align: middle; */
  padding-top: 90px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  z-index: 5;
}

.verification-corner-logo-wrap1:hover .verification-corner-logo-wrap {
  width: 0px;
  height: 0px;
  padding-top: 0px;
  display: none;
}

.verification-corner-logo-wrap.card-black-border.align-items-center.d-none.d-lg-block.d-md-block:hover {
  display: none !important;
  width: 0px;
  height: 0px;
  padding-top: 0px;
}

.verification-corner-logo-wrap1:hover {
  display: none !important;
}

.verification-text-logo p {
  font-size: 12px;
}

.verification-text-logo img,
.verification-text-logo svg {
  padding: 5px 0px;
  width: 90px;
  /* width:125px; */

  height: auto;
}

/*corner logo css ends here*/

/* iframe */
.iframe-link-call {
  height: 100%;
  width: 100vw;
  position: absolute;
  background-color: #373737;
}

.thanku-clap {
  height: 50px;
  width: 50px;
}

span.ok-text {
  text-decoration: underline;
  opacity: 60%;
  font-weight: 600;
  font-size: 16px;
}

md-icon.exclamation-img {
  margin-right: 12px;
  margin-left: 8px;
}

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

.verification-text-logo img.shi-org-logo-top {
  width: 85px;
  height: auto;
}

.verification-text-logo img.mobile-org-logo-top {
  width: auto;
  height: 30px;
}

.transparent-none {
  background: #373737 !important;
}

/* =============================== */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 78px;
  height: 50px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.7s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.7s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.7s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.7s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.loader-spin {
  border: 5px solid #000;
  border-radius: 50%;
  border-top: 5px solid #f7f7f7;
  width: 35px;
  height: 35px;
  margin: 10px auto;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.starting-info-model-bg-new {
  /* background: rgb(188 188 188 / .45) !important;
     backdrop-filter: saturate(180%) blur(10px);
     -webkit-backdrop-filter: blur(10px) contrast(180%); */

  backdrop-filter: saturate(170%) blur(6px);
  -webkit-backdrop-filter: blur(6px) contrast(170%);
  height: 100vh;
  background: rgba(78, 78, 78, 0.5) !important;
  position: fixed;
}

img.cross-icon-button {
  width: 40%;
}

img.cross-icon {
  width: 15px;
}

.mobile_screen_maintanace.ng-scope {
  z-index: 500;
  position: absolute;
  text-align: center;
  bottom: 0;
  font-size: 18px;
  font-weight: 500;
  /* color: red; */
}

.text-bold {
  font-size: 26px !important;
  font-weight: 700;
}

.text-capital {
  text-transform: capitalize;
}

.navbar {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  width: auto !important;
  margin-left: auto !important;
}

/* changed by tarun */
.fixed-top {
  left: unset !important;
  /* z-index: 4 !important; */
  z-index: 3 !important;
  right: 1px !important;
}

.transparent-block-onext-pop {
  /* display: block; */
  height: 9%;
  width: 20%;
  /* code changed */
  /* z-index: 4; */
  z-index: 3;
  right: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  /* pointer-events: none; */
}

/*mobile view starts*/

.icon-wrap-border.border {
  background-color: #544d4d;
}

/*mobile view ends*/

/* .text-input-buttons {
     display: none !important;
 }    */

/* div.displayMiddle { 
     display: block !important;
 }  */

/* .text-input {
     background: transparent !important;
     color: transparent !important;
 }
 
 .text-input-container {
     height: 0px !important; 
 } */

span.click-hide {
  text-align: center;
  position: absolute;
  margin-top: -30px;
  width: 100%;
  font-size: 20px;
}

.border-3 {
  border: 3px solid #fff !important;
  border-radius: 8px;
}

.transparent-block-full-screen {
  /* display: block; */
  height: 75px;
  width: 95%;
  z-index: 3;
  right: 0;
  top: 0%;
  position: absolute;
  background-color: transparent;
  /* pointer-events: none; */
}

.transparent-block-black-full-screen {
  /* display: block; */
  height: 22px;
  width: 100%;
  z-index: 10;
  right: 0;
  top: 0%;
  position: absolute;
  background-color: #000;
}

span.ok_link {
  text-decoration: underline;
  margin-top: 25px;
  color: rgb(255 255 255 / 50%);
}

span.m_ok_link {
  text-decoration: underline;
  margin-top: 25px;
  color: rgb(0 0 0 / 50%);
}

.mb-d-4 {
  margin-bottom: 1.5rem;
}

.btn:active {
  transform: translateY(3px);
}

span.show-session-id.ng-binding {
  position: absolute;
  font-size: 10px;
  bottom: 10px;
  right: 2%;
  /* right: 15px; */
  color: #848383;
  /* code added */
  /* display: none !important; */
}

.showSession_id_dialog {
  position: absolute;
  font-size: 10px;
  bottom: 73px;
  right: 2%;
  color: #e0e0e0;
}

.showSession_id_privacy {
  position: absolute;
  font-size: 10px;
  bottom: 18px;
  right: 1.5%;
  color: #e0e0e0;
}

.showSession_id_Instructions {
  position: fixed;
  font-size: 10px;
  bottom: 18px;
  right: 1.5%;
  color: #e0e0e0;
  z-index: 6;
}

.showSession_id_confirmation {
  position: absolute;
  font-size: 10px;
  bottom: 10px;
  right: 2%;
  color: black;
  z-index: 4;
}

/* codechanged */

/* .card_info_scr{
 
   overflow: scroll;
   max-height: 7rem;
 } */

p.show-session-id {
  font-size: 10px;
  font-weight: 500;
  right: 10%;
  /* color: #848383;     */
  margin-bottom: 5px;
}

.showSession_id_confirmation {
  position: fixed;
  font-size: 10px;
  bottom: 10px;
  right: 4%;
  color: black;
}

/* .verification-text-logo img, .verification-text-logo svg {
     max-width: 100px;
     height: auto;
     position: absolute;
     z-index: 2;
     /* text-align: center; */
/* left: 65px; */
/*} */

.verification-corner-logo-wrap1-help {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 85px;
  width: 85px;
  background: transparent;
  border-top-left-radius: 100%;
  padding-top: 90px;
  text-align: center;
  z-index: 3;
}

.verification-corner-logo-wrap-help {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 85px;
  width: 85px;
  background-color: rgb(255 255 255 / 10%);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: blur(10px) contrast(180%);
  border-top-left-radius: 100%;
  padding-top: 90px;
  text-align: center;
}

.text-center-help {
  position: absolute;
  font-size: 12px;
  bottom: 30px;
  right: 2px;
  color: #544d4d;
  text-align: center;
  z-index: 5;
}

.margin-decrease-25 {
  margin-top: -25px;
}

input#exampleInputPassword1 {
  max-width: 32em;
}

.invalid-feedback {
  display: block !important;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

form.feedback-form {
  width: 105%;
}

.card-body.feedback-from-card {
  width: 609px;
  /* height: 415px; */
  /* code changed */
  height: 380px;
}

.card.info-guide-after-take-photo-ds .btn-lg-modify-feedback {
  width: 10% !important;
}

.margin-top-con-img {
  margin-top: -15px;
}

.confirmation-screen {
  position: absolute;
  height: auto;
  z-index: 11;
  /* background: #f7f7f7; */
  background: #f7fbf7;
  /* box-shadow: 0 8px 8px 0 rgb(0 0 0 / 15%), 0 0 8px 0 rgb(0 0 0 / 9%); */
}

.right-arrow {
  width: 10%;
  padding: 10px;
}

.show_downloadins_zindex {
  margin-top: 3rem;
  z-index: 4;
  overflow-y: hidden;
}

.download-count-line {
  content: "";
  position: absolute;
  margin-left: -102px;
  width: 268px;
  top: 80px;
  left: 264px;
}

.download-count-line-2 {
  content: "";
  position: absolute;
  margin-left: -55px;
  width: 268px;
  top: 80px;
  left: 506px;
}

.w-20 {
  width: 35% !important;
}

.powered-by-white {
  color: #fff;
  right: -60px;
  position: absolute;
  width: 27%;
  margin-top: 15px;
  font-size: 14px;
}

.diro-image-white {
  width: 12%;
  margin-top: -5px;
}

.diro-image-white-mobile {
  width: 27%;
  margin-top: -2px;
}

.download-screen-height {
  top: 65px;
}

.org-logo-top-nav {
  height: 65px;
  max-width: 100%;
  top: 0;
  position: absolute;
}

.org-logo-top-nav-desktop {
  height: 57px;
  padding: 2px;
  max-width: 100%;
}

/* .grey-scale {
     -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
 } */

.have-trouble-container {
  background: #f7f7f7;
  height: 100vh;
}

.privacy-container {
  background: #000000;
}

.row.privacy-full-page.w-100.top-0.position-absolute {
  left: 0;
  margin: 0;
}

.privacy-container {
  color: #fff;
  padding: 25px;
  height: 100vh;
}

.have-trouble-container {
  padding: 25px;
}

img.left-icon-button {
  padding: 15px;
  margin-left: 0px;
  margin-top: -25px;
}

.privacy-para-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

span.ps-2.privacy-sub-head {
  font-size: 16px;
}

img.cross-eye-white {
  margin-left: -7px;
}

.plm-12 {
  padding-left: 12px !important;
}

.fw-200 {
  font-weight: 200;
}

.block-method {
  display: grid;
}

.accordion-button:not(.collapsed) {
  color: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
}

button.accordion-button.collapsed:active,
button.accordion-button.collapsed:hover {
  background: unset !important;
  box-shadow: unset !important;
}

.accordion-item {
  margin-top: 10px;
}

.accItem {
  /* border: none !important; */
  /* border: 1px solid #0000 !important; */
  box-shadow: none !important;
}

.accItem2 {
  font-size: 14px !important;
  box-shadow: none !important;
  border-radius: 5px !important;
}

.accItem:hover {
  border: 1px solid rgb(171, 171, 171) !important;
}

.accordion-body {
  margin: -20px 0 0 -20px;
  line-height: 2;
}

h2#headingTwo,
h2#headingOne,
h2#headingThree,
h2#headingFour {
  padding: unset !important;
}

div#accordionExample {
  padding: 15px;
}

.privacy-logo-position {
  bottom: 0;
  position: absolute;
  width: 66.66%;
}

.privacy-how-it-work {
  padding: 17px;
}

.powered-by-left {
  font-size: 13px;
  font-weight: 500;
  bottom: 15px;
  right: 35px;
  position: absolute;
}

.privacy-how-it-work {
  cursor: pointer;
}

.how-it-works-card,
.feedback-form-card {
  /* width: 125%; */
  background-color: #f7f7f7;
}

span.how-it-work-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  margin-left: 5px;
}

.list-group-numbered>li {
  font-size: 16px;
  font-weight: 300;
  display: flex;
  padding: 8px;
}

.how-it-work-close {
  position: absolute;
  right: 20px;
  cursor: pointer;
}

span.feedback-session {
  font-size: 22px;
  font-weight: 300;
  right: 24px;
  position: absolute;
}

input#exampleInputEmail1 {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0;
  max-width: 100%;
}

.form-control {
  border: 1px solid #000 !important;
}

.list-group-numbered>li::before {
  padding-right: 10px !important;
}

.privacy-goback,
.feedback-session,
.methods,
.curser-pointer {
  cursor: pointer;
}

.methods {
  text-decoration: 2px underline;
  -webkit-text-decoration-line: underline !important;
  text-underline-offset: 2px;
  color: blue;
}

.form-control:focus {
  box-shadow: unset !important;
}

.copy-text-field-reporting {
  margin-top: 20px;
  color: #00cd52;
  cursor: copy;
}

img.download-icon {
  margin: 25px 0px;
}

.mobile-view {
  display: none !important;
}

.desktop-view {
  display: block !important;
}

.showinstruction-download-card {
  width: 67%;
  margin: auto;
}

.get-help-button {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.show-mobile-2,
.show-mobile-3 {
  margin-top: 55px;
}

ul.nav.nav-pills {
  border-bottom: 1px solid;
}

.privacy-tab-active,
.privacy-trouble-tab-active {
  position: absolute;
  color: white;
  width: 205px;
  padding: 13px 0px 22px 40px;
  font-size: 18px;
  height: 48px;
  left: -2px;
  top: 68px;
  background: #000000;
  border-radius: 0px 20px 0px 0px;
}

.privacy-tab-active1 {
  position: absolute;
  color: white;
  width: 183px;
  padding: 13px 0 22px 65px;
  font-size: 18px;
  height: 48px;
  right: 0px;
  top: 68px;
  background: #000;
  border-radius: 20px 0px 0px 0px;
}

ul.mobile-nav-tab {
  display: flex;
  /* margin: 0 0 0 0; */
  padding-left: 0px;
}

li.mobile-nav {
  color: white;
  display: flex;
  margin: 0px auto;
  padding-top: 10px;
  font-size: 16px;
}

li.mobile-nav.text-black.inactive-privacy {
  /* margin-left: -11px; */
  right: 11px;
  font-size: 16px;
  padding: 0px 8px 10px 210px;
  margin-top: -30px;
}

li.mobile-nav.privacy-tab-active {
  margin-left: 50%;
}

li.mobile-nav.text-black.inactive-privacy-tab {
  font-size: 16px;
  padding: 0px;
}

.shield-privcy-tab {
  width: 6%;
}

li.mobile-nav.text-black.inactive-privacy-tab {
  /* margin-left: 35px; */
  /* padding: 0px 50% 0px 0px; */
  padding: 0 200px 11px 0;
  margin-top: -35px;
}

div#menu1 {
  padding-top: 0px;
  overflow: auto;
  height: 100vh;
}

span.square-button-question {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 90px;
  top: 5px;
  background: #403e3e;
  border-radius: 4px;
}

span.square-button-refresh {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 45px;
  top: 5px;
  background: #403e3e;
  border-radius: 4px;
}

span.square-button-cross {
  position: absolute;
  width: 33px;
  height: 33px;
  right: 1px;
  top: 5px;
  background: #403e3e;
  border-radius: 4px;
}

img.cross-icon-button-mobile {
  padding: 9px 7px 7px 9px;
  width: 90%;
}

img.cross-icon-button-mobile-ques {
  padding: 7px 3px 6px 10px;
  width: 75%;
}

img.cross-icon-button-refresh {
  padding: 6px 8px;
  width: 100%;
}

span.up-icon-download.text-white {
  margin-top: 10px;
  margin-right: 5px;
}

.btn-white {
  color: #212529;
  background-color: #ffff !important;
  border-color: #ffff !important;
}

.accordion-button:focus {
  background: none !important;
  box-shadow: none !important;
}

.keyboard-right {
  right: 61px;
  position: absolute;
  margin-top: 150px;
}

input#exampleInputEmail1 {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0;
  max-width: 100%;
}

input#exampleInputEmail1 {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0;
  max-width: 100%;
}

div.location,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
  font-weight: 400;
  font-size: 16px !important;
}

.navbar-nav {
  background: white !important;
}

.show-ins-font-size {
  font-size: 16px;
  font-weight: 600;
}

.card {
  background-color: rgb(255 255 255 / 1) !important;
}

span.image-background {
  background-color: white;
  height: 57px;
  margin: 3px;
  min-width: auto;
}

button:hover,
a.button:hover {
  /* background-color: #000; */
  box-shadow: 2px 2px #000;
}

p.para.ng-binding {
  /* margin-bottom: 40px; */
  /* code changed */
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

span.number {
  padding-right: 15px;
  font-weight: 700;
}

span.works-line {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  /* code changed */
  /* height: 40px; */
  /* margin: -40px 0 0 12px; */
  height: 25px;
  margin: -24px 0 0 12px;
}

span.works-line2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  /* code changed */
  /* height: 40px; */
  /* margin: -40px 0 0 12px; */
  height: 25px;
  margin: -24px 0 0 12px;
}

span.works-line3 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  /* code changed */
  /* height: 40px; */
  /* margin: -40px 0 0 12px; */
  height: 25px;
  margin: -24px 0 0 12px;
}

span.works-line4 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  /* code changed */
  /* height: 63px; */
  /* margin: -63px 0 0 12px;*/
  height: 47px;
  margin: -47px 0 0 12px;
}

button.take-screen.d-flex.ng-scope {
  box-shadow: 0 8px 8px 0 rgb(0 0 0 / 15%), 0 0 8px 0 rgb(0 0 0 / 9%);
}

button.close-info-screen-desktop.p-2.ms-1.mt-0 {
  box-shadow: 0 8px 8px 0 rgb(0 0 0 / 15%), 0 0 8px 0 rgb(0 0 0 / 9%);
}

button.close-info-screen-desktop.ms-1.mt-0 {
  box-shadow: 0 8px 8px 0 rgb(0 0 0 / 15%), 0 0 8px 0 rgb(0 0 0 / 9%);
}

span.diro-underline.ng-binding,
.diro-underline {
  text-decoration: 2px underline;
  -webkit-text-decoration-line: underline !important;
  text-underline-offset: 2px;
}

.starting-info-model-bg-newest {
  backdrop-filter: saturate(176%) blur(8px);
  -webkit-backdrop-filter: blur(6px) contrast(170%);
  height: 100vh;
  background: rgb(78 78 78 / 50%) !important;
  position: fixed;
}

.starting-info-model-bg-widget {
  backdrop-filter: saturate(176%) blur(8px);
  -webkit-backdrop-filter: blur(6px) contrast(170%);
  height: 100vh;

  background-color: rgb(249 250 251 / 1) !important;
  position: fixed;
}

.new-card-dimension {
  width: 90% !important;
  margin-left: -17px !important;
}

.new-card-dimension2 {
  width: 400px !important;
  margin-left: 0px !important;
}

.new-card-dimension3 {
  width: 100% !important;
  margin-left: 0px !important;
}

.box-shadow {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.privacy-policy-link.fw-200 {
  font-size: 14px;
}

::marker {
  color: #888888;
  font-size: 18px;
}

button.btn.btn-dark.btn-lg.btn-lg-modify.btn-lg-modify-feedback.border-1.p-2 {
  background: #000 !important;
}

img.icon-cross-hit {
  margin-top: -15px;
  cursor: pointer;
  margin-right: -20px;
}

.how-it-works-para {
  margin-left: 10px;
}

span.showins-line-mob {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 57px;
  position: absolute;
  margin: 140px 0 0 12px;
}

span.showins-line-mob-2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 70px;
  position: absolute;
  margin: 230px 0 0 12px;
}

.org-logo-top-nav-mobile {
  height: 30px;
  max-width: 100%;
  top: 0;
  position: absolute;
}

.org-logo-top-mobile {
  height: 50px;
  max-width: 65%;
  top: 5px;
  position: absolute;
  right: 15px;
}

.mobile-font-para-privacy {
  font-size: 15px;
  font-weight: 400;
}

.card-with-diro-width {
  height: 150px !important;
  width: 375px !important;
}

.trouble-line {
  border-bottom: 2px solid;
}

.trouble-line {
  border-bottom: 2px solid;
  padding-top: 7px;
}

.privacy-line {
  border-bottom: 2px solid;
  padding-top: 11px;
}

.confirmation-page-logo {
  max-width: 100%;
  height: 45px;
  /* code changed */
  /* margin-top: -10px; */
  object-fit: contain;
}

i.fa.fa-times.privacy-page-times.privacy-goback {
  top: 25px;
  right: 24px;
  font-size: 32px;
  position: absolute;
}

p.powered-by-left-mobile {
  bottom: 0;
  margin-bottom: -60px;
  right: 15px;
  position: absolute;
}

/* .confirmation-button-div {
     right: 150px;
     position: absolute;
 } */

.para {
  width: 40% !important;
}

.row.pdf-screen-container {
  width: 100%;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-right: 18% !important; */
  display: flex;
  justify-content: center;
}

.button-image.text-left.d-flex {
  width: 55% !important;
  flex-basis: 32%;
}

.confirmation-button-div {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.confirmation-button-div-multidownload {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Desktop overrides for header alignment (scoped to confirmation-screen): keep one line and push controls right */
.confirmation-screen.desktop-view.conf-landscape-desktop .row.pdf-screen-container {
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
}

.confirmation-screen.desktop-view.conf-landscape-desktop .row.pdf-screen-container .para {
  width: auto !important;
}

.confirmation-screen.desktop-view.conf-landscape-desktop .row.pdf-screen-container .button-image.text-left.d-flex {
  width: auto !important;
  flex-basis: auto !important;
}

.confirmation-screen.desktop-view.conf-landscape-desktop .row.pdf-screen-container .confirmation-button-div {
  width: auto !important;
  justify-content: flex-end !important;
}

p.powered-by-confirmation {
  z-index: 4;
  position: absolute;
  right: 80px;
  bottom: 15px;
  font-size: 1vw;
}

i.fa.fa-times.hiw-cross.icon-cross-hit {
  font-size: 32px;
  right: 5% !important;
  position: absolute;
}

.htwm-para {
  font-size: 15px;
  width: 90%;
  margin-bottom: 30px;
  /* line-height: 1.9; */
}

.go-back-mobile {
  margin-left: 15px;
}

/* .left-icon-button-mobile {
     margin-left: 2px;
 } */

.margin-top-mobile-arrow-img {
  margin-top: 5px !important;
  margin-left: 0px;
  position: absolute;
}

.keyboard-unified-cross {
  position: fixed;
  /* width: 100%; */
  top: 4px;
  right: 8px;
}

.keyboard-unified-cross-screenshotFooter {
  position: fixed;
  top: 7px;
  right: -9px;
}

i.fas.fa-keyboard.unified-cross {
  position: absolute;
  text-align: center;
  padding: 15px;
  background: #544d4d;
  color: #fff;
  border-radius: 50%;
  bottom: unset;
  top: 2px;
  z-index: 3;
  left: -104px;
  font-size: 18px;
}

.show-ins-card-width {
  width: 893px;
  /* height: 363px; */
  /* changed code */
  /* height: 372px; */
  height: 380px;
  margin: auto;
}

.get-help-button {
  color: #626262;
  border-color: #626262;
  font-size: 16px;
  /* width: 122px !important;
   right: 275px; */

  width: 220px !important;
  right: 24px;
  position: absolute;
  margin-top: -30px;
}

.continue_showinstruction {
  width: 220px !important;
  right: 42px;
  position: absolute;
  margin-top: -25px;
}

.show-btn-group {
  margin-top: 43px !important;
}

.show-mt-4 {
  margin-top: 1.5rem !important;
  display: flex;
  justify-content: center;
}

.show-mt-5 {
  margin-top: 3rem !important;
}

p.text-center.show-preview-button.ng-binding {
  margin-top: -20px;
  color: #0dcaf0;
  cursor: pointer;
  text-decoration: underline;
}

.button-image-dc.text-left.d-flex {
  width: 50%;
  margin-left: -10px;
}

.download-conf-reqdield {
  /* width: 33% !important; */
  /* code changed */
  width: 43% !important;
}

.withoutsharereq {
  width: 175%;
  margin-left: -20%;
}

.withsharereq {
  width: 175%;
  margin-left: 0%;
}

.row.download-conf-container {
  width: 100%;
  margin-bottom: 20px;
  margin-top: -15px;
}

p.req-para-submitonly.ng-binding {
  font-weight: 700;
}

p.req-para-to {
  font-weight: 700;
  margin-left: 70px;
}

button.btn.btn-lg.btn-lg-modify.border-1.text-black:hover {
  background: #f7f7f7;
}

span.feedback-session-1.ng-binding {
  font-size: 12px;
}

iframe#iframefeedLinks {
  margin-top: -18%;
}

.exit-survey {
  height: auto !important;
  overflow: auto !important;
}

.shadow-box {
  padding: 2px 0px !important;
  border-radius: 5px;
  /* box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px rgba(0, 0, 0, 0.12) !important; */
  /* border-radius: 5px !important; */
  transition: all 0.3s ease 0s !important;
  margin-bottom: 2px !important;
  cursor: pointer;
  font-size: 14px;
}

.shadow-box:hover {
  box-shadow: 0px 3px 8px rgba(43, 43, 43, 0.153) !important;
}

.exit-screen-input {
  margin-left: 20px !important;
  margin-right: 12px !important;
}

.try-later {
  background: #fff;
  padding: 12px 0 !important;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.try-later:hover {
  border: 1px solid rgb(171, 171, 171) !important;
}

span.curtain-sharereq.ng-binding {
  /* font-size: 12px; */
  text-align: center;
  /* margin-top: 10px; */
  /* code changed */
  /* margin-top: 30px; */
  /* margin-bottom: -55px; */
  /* margin-left: 19px; */
  /* width: 90%; */
  /* code changed */
  /* margin: 30px auto -55px; */
  /* code changed */
  padding: 0.7rem;
  width: 87%;
  margin-top: 15px;
  /* margin-left: 2.5rem; */
  margin-left: -2rem;
  border-radius: 5px;
}

.starting-info-showing-card.pb-200.d-block.d-md-block.d-lg-block.withsharereq {
  width: 33rem;
}

ul.mt-2.fw-200.no-list {
  list-style-type: none;
}

.tag-field-list {
  margin-left: -13px;
  /* text-transform: capitalize; */
}

.tag-field-element {
  display: list-item;
}

.tag-field-element:first-letter {
  text-transform: uppercase;
}

span.conf-img {
  margin: 10%;
}

.without-share-only-fields {
  margin-top: 8% !important;
}

.donot-show-ins-card {
  height: 330px !important;
}

i.fa.fa-times.showinst-page-times.showinst-goback {
  top: 10px;
  right: 10px;
  font-size: 22px;
  position: absolute;
}

.manual-exit-screen {
  width: 400px;
}

.exclamation.safari-popup {
  width: 8%;
}

.ok-button {
  width: 15% !important;
}

.exclamation.oops-popup {
  width: 13%;
}

.mobile-alert-mobile {
  display: none;
}

.fas.fa-keyboard.color-black {
  /* position: absolute; */
  margin-top: 25%;
  text-align: center;
  padding: 10px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  bottom: 93px;
  z-index: 3;
  left: 25px;
  font-size: 18px;
}

img.link-logo.ng-scope {
  max-width: 36px;
  max-height: 36px;
  width: 100%;
  height: 100%;
}

.tooltip {
  opacity: 1 !important;
}

span#select2-countrySelect-9x-container {
  width: 44px;
}

.main-card-submitkyc {
  width: 100%;
  padding: 22px 0px;
  height: auto;
}

.address-card {
  width: 520px;
  min-height: 358px;
  border-radius: 2px;
  margin-top: 2% !important;
  /* background-color: #F7F7F7; */
  background-color: rgb(254 253 253 / 90%);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
  font-family: system-ui;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.93;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  /* border: 3px solid rgb(3 3 3 / 50%); */
  position: relative;
  z-index: 1;
  margin: auto;
}

.link-scroll {
  /* height: 70vh; */
  height: calc(70vh - 70px);
}

img.right-angle {
  float: right;
  /* padding: 9px;
   margin-top: -40%; */
}

input#floatingInput {
  /* margin-left: 5px; */
  padding-left: 35px;
  max-width: 120% !important;
  /* margin-top: 10px; */
  /* position: absolute; */
  border: none !important;
  outline: none !important;
  /* border-bottom: 2px solid #000000 !important; */
  /* border-bottom: 2px solid !important; */
  background: transparent;
  border-radius: unset;
}

img.img-flag {
  /* float: right; */
  position: absolute;
  /* right: 29px; */
  width: 50%;
  margin-left: -17px;
  margin-top: 50px;
}

img.link-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-right: 12px;
  margin-left: -4px;
}

btn-group.bootstrap-select.form-control {
  float: right;
}

.search-icon-input {
  position: absolute;
  z-index: 10;
  top: 24px;
}

.country-dropdown {
  float: right;
  position: absolute;
  margin-top: 21px;
}

.select2-container--bootstrap-5 .select2-selection {
  width: 5% !important;
  float: right !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: none !important;
}

.selected-cat.ng-binding {
  font-size: 18px;
  font-weight: 600;
  margin: 3% 0 2%;
}

.select2-container--bootstrap-5 .select2-dropdown {
  z-index: 1056;
  overflow: auto;
  color: #212529;
  min-width: 100% !important;
  padding: none !important;
  background-color: #fff;
  border-color: #86b7fe;
  border-radius: 0.25rem;
}

.link-row-text.ng-binding {
  line-height: 1.2;
}

.link-row:hover {
  cursor: pointer;
  background-color: #fefefe !important;
  border: solid 2px rgba(0, 0, 0, 0.12);
}

span.select2-dropdown.select2-dropdown--below {
  min-width: 282px !important;

  /* margin: 0px 0px 0px 150px !important; */
}

.select2-dropdown {
  border: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  display: block;
  width: 110%;
  margin-left: -13px;
  border: unset !important;
  border-bottom: 2px solid black !important;
  border-radius: unset !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: unset !important;
}

.input-group-text {
  background-color: transparent;
  border: unset !important;
  border-radius: unset !important;
}

.form-floating>label {
  margin-left: 5%;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 0.65;
  transform: scale(1) translateY(-1.2rem) translateX(0.15rem) !important;
  max-width: calc(100% - 8px);
  font-size: 12px;
}

.select2-container--default .select2-selection--single {
  background-color: unset !important;
  border: unset !important;
  border-radius: 4px;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  margin-top: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
}

span.cant-find-para {
  font-size: 16px;
  font-weight: 600;
}

p.please-para-for-provider {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

label.ng-binding {
  color: rgba(0, 0, 0, 0.54);
  margin-top: -5px;
}

img.google-logo {
  padding: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 3px !important;
  /* right: -45px !important; */
  left: 50px;
  width: 20px;
}

span.select2.select2-container.select2-container--default {
  margin-top: 24px;
}

.link-square-select {
  cursor: pointer;
}

.link-square-select:hover {
  cursor: pointer;
  background-color: #fefefe !important;
  border: solid 2px rgba(0, 0, 0, 0.12);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #aaa !important;
  color: black !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: unset !important;
  border-bottom: 1px solid #aaa !important;

  width: 104% !important;
  margin-left: -5px;
  font-size: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:active {
  outline: 0;
}

.select2-search--dropdown .select2-search__field {
  padding: 10px !important;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 355px !important;
}

.form-floating>label {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  width: 100%;
  -webkit-box-ordinal-group: 2 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 43px !important;
}

.bg-ifrBox {
  background-color: #fafafa;
  margin-bottom: 12px;
}

.bg-ifrBox:hover {
  background-color: #fff;
}

.select2-results span img {
  margin-right: 8px;
  width: 28px;
}

li.select2-results__option {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 6px 6px 16px;
}

body>div.tooltip {
  left: 22px !important;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  overflow: inherit !important;
}

li.tag-field-element.ng-scope {
  list-style-type: none;
}

.starting-info-showing-card.pb-200.d-block.d-md-block.d-lg-block.withoutsharereq {
  width: 33rem;
  margin-left: 0;
}

span.some_field_bold {
  font-weight: 600;
  text-decoration: underline;
  color: #ff2014;
}

span.show-preview-button {
  color: #0dcaf0;
  cursor: pointer;
  text-decoration: underline;
}

.progress {
  margin-top: 20px;
}

.progress-bar {
  width: 0%;
  /* background-color: #00cd52 !important; */
}

.progress-loader-container {
  display: flex !important;
  align-items: center;
}

.chatbot-image {
  cursor: pointer;
  width: 80px;
  /* height: 50px; */
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 999;
}

.chatbot-button {
  cursor: pointer;
  width: 70px;
  /* height: 50px; */
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 999;

  /* background: transparent;
   color: black; */
  border-radius: 10px;
  background-color: rgba(0, 188, 212, 1);
  border: none;
  font-weight: 500;
}

.chatbot-container {
  width: 500px;
  height: 580px;
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 999;
}

.with-padding {
  padding: 20px;
}

/* this handle the scrollbar in multidownload */

.custom-scrollbar ::-webkit-scrollbar {
  width: 10px !important;
  /* Width of the scrollbar */
}

.custom-scrollbar ::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  /* Track color */
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
  background: #888 !important;
  /* Thumb color */
}

.custom-scrollbar ::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
  /* Hover state color */
}

.hideSessioniD {
  display: none !important;
}

/* report issue */

.report-issue-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  padding-left: 15px;
}

.report-issue-fixed-icon {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 2147483646;
  cursor: pointer;
}

/* @media screen and (max-width: 768px) {
  .report-issue-fixed-icon img {
    filter: invert(92%) sepia(7%) saturate(175%) hue-rotate(169deg) brightness(88%) contrast(84%);
  }
} */

.report-issue-iframe {
  width: 350px;
  height: 275px;
  margin-top: 0% !important;
}

.report-issue-container {
  position: fixed;
  bottom: 85px;
  /* Adjust to be above the icon */
  right: 10px;
  width: auto;
  /* Adjust width as needed */
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  padding-top: 10px;
  z-index: 2147483646;
  /* Lower than the icon, but still on top of other content */
  display: block;
}

.report-issue-hidden {
  display: none;
}

/*transparent block for disable screen on takescreenshot & afterscreenshot*/
.transparent-block-full-screen-capture {
  height: 100vh;
  width: 100%;
  z-index: 3;
  right: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  font-family: system-ui !important;

}

/* Base responsive styles for download button */
.take-screen.d-flex.align-items-center {
  transition: all 0.3s ease;
  min-height: 50px;
  max-width: 100%;
  overflow: hidden;
}

.take-screen.d-flex.align-items-center .text-white {
  transition: font-size 0.3s ease, line-height 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.take-screen.d-flex.align-items-center .org-logo-top-nav-desktop {
  transition: height 0.3s ease;
  object-fit: contain;
  max-width: 100%;
}

.take-screen.d-flex.align-items-center .close-info-screen-desktop-new {
  transition: width 0.3s ease, height 0.3s ease;
  flex-shrink: 0;
}

.take-screen.d-flex.align-items-center .close-info-screen-desktop-new svg {
  transition: width 0.3s ease, height 0.3s ease;
}

.take-screen.d-flex.align-items-center .vr {
  transition: height 0.3s ease;
  flex-shrink: 0;
}

.take-screen.d-flex.align-items-center .position-relative {
  transition: width 0.3s ease, height 0.3s ease;
  flex-shrink: 0;
}

/* Ensure text doesn't overflow on smaller screens */
.take-screen.d-flex.align-items-center .d-flex.align-items-center {
  transition: max-width 0.3s ease;
  overflow: hidden;
}

/* Responsive flex behavior */
@media (max-width: 767px) {
  .take-screen.d-flex.align-items-center {
    flex-wrap: wrap;
    justify-content: center;
  }

  .take-screen.d-flex.align-items-center .d-flex.align-items-center {
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* Ensure proper spacing on very small screens */
@media (max-width: 480px) {
  .take-screen.d-flex.align-items-center {
    padding: 0.25rem;
    gap: 0.25rem;
  }

  .take-screen.d-flex.align-items-center>* {
    flex-shrink: 1;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .take-screen.d-flex.align-items-center {
    border: 2px solid;
  }

  .take-screen.d-flex.align-items-center .text-white {
    font-weight: 600;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

  .take-screen.d-flex.align-items-center,
  .take-screen.d-flex.align-items-center .text-white,
  .take-screen.d-flex.align-items-center .org-logo-top-nav-desktop,
  .take-screen.d-flex.align-items-center .close-info-screen-desktop-new,
  .take-screen.d-flex.align-items-center .close-info-screen-desktop-new svg,
  .take-screen.d-flex.align-items-center .vr,
  .take-screen.d-flex.align-items-center .position-relative,
  .take-screen.d-flex.align-items-center .d-flex.align-items-center {
    transition: none;
  }
}

/* ==================== AUTOLOGIN COMPONENT STYLES ==================== */
/* AutoLogin component - namespaced to avoid conflicts with other styles */

.autologin-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10000 !important;
  background: #373737;
  backdrop-filter: blur(4px);
}

.autologin-container {
  min-height: 100vh;
  background: radial-gradient(circle at top, #eef2ff 0%, #d9e3ff 25%, #f5f7ff 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  font-family: system-ui !important;
}

.autologin-card {
  width: min(480px, 100%);
  min-height: 450px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.autologin-header {
  text-align: center;
  margin-bottom: 0.5rem;
}

.autologin-title {
  margin: 0 0 0.25rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  color: #111827;
  font-family: system-ui;
}

.autologin-description {
  margin-top: -10px;
  margin-left: 11px;
  font-size: 1.2rem;
  color: #6b7280;
  text-align: left;
  font-family: system-ui;
}

.autologin-connection-status {
  font-size: 0.8rem;
  color: #059669;
  text-align: center;
  font-weight: 500;
  background: #ecfdf5;
  padding: 0.5rem;
  border-radius: 6px;
  border: 1px solid #a7f3d0;
  margin-top: 0.5rem;
  display: none;
  font-family: system-ui;
}

.autologin-step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin: 0.5rem 0;
}

.autologin-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #9ca3af;
  font-weight: 500;
  font-family: system-ui;
}

.autologin-step-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8rem;
  color: #9ca3af;
  transition: all 0.3s ease;
}

.autologin-step.active .autologin-step-dot {
  background: linear-gradient(135deg, #6366f1, #4338ca);
  color: white;
  transform: scale(1.1);
}

.autologin-step.complete .autologin-step-dot {
  background: #10b981;
  color: white;
}

.autologin-step.complete .autologin-step-dot::before {
  content: '✓';
}

.autologin-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: -25px;
}

.autologin-form-step {
  display: none;
  flex-direction: column;
  gap: 1rem;
  animation: autologin-fadeIn 0.3s ease;
}

.autologin-form-step.active {
  display: flex;
}

@keyframes autologin-fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.autologin-label {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  gap: 0.5rem;
  font-family: system-ui;
}

.autologin-input {
  appearance: none;
  border-radius: 10px;
  border: 2px solid #e5e7eb;
  padding: 0.85rem 1rem;
  height: 48px;
  font-size: 1rem;
  color: #111827;
  background: white;
  transition: all 0.2s ease;
  font-family: system-ui;
  width: 100%;
  max-width: 20em;
  box-sizing: border-box;
}

.autologin-input:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.autologin-input::placeholder {
  color: #9ca3af;
}

.autologin-field-hint {
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 400;
  margin-top: -0.25rem;
  font-family: system-ui;
}

.autologin-button {
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #6366f1, #4338ca);
  color: white;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
  font-family: system-ui;
}

.autologin-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}

.autologin-button:active:not(:disabled) {
  transform: translateY(0);
}

.autologin-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.autologin-button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.autologin-loading-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: autologin-spin 0.6s linear infinite;
}

@keyframes autologin-spin {
  to {
    transform: rotate(360deg);
  }
}

.autologin-status {
  min-height: 1.5rem;
  font-size: 0.95rem;
  text-align: center;
  /* padding: 0.75rem; */
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: system-ui;
}

.autologin-status:empty {
  padding: 0;
  min-height: 0;
}

.autologin-status[data-state="loading"] {
  background: #dbeafe;
  color: #1e40af;
}

.autologin-status[data-state="success"],
.autologin-status.autologin-status-success {
  background: #d1fae5;
  color: #065f46;
}

.autologin-status[data-state="error"],
.autologin-status.autologin-status-error {
  background: #fee2e2;
  color: #991b1b;
}

.autologin-required-marker {
  color: #ef4444;
  margin-left: 0.25rem;
}

.autologin-session-info {
  font-size: 0.7rem;
  color: #d1d5db;
  text-align: center;
  font-family: monospace;
  opacity: 0.6;
}

/* Responsive Design for AutoLogin */
@media (max-width: 768px) {
  .autologin-container {
    padding: 1rem;
  }

  .autologin-card {
    padding: 1.5rem 1.25rem;
    gap: 1.25rem;
  }

  .autologin-title {
    font-size: 1.25rem;
  }

  .autologin-description {
    font-size: 1.2rem;
  }

  .autologin-step-indicator {
    gap: 0.5rem;
  }

  .autologin-step {
    font-size: 0.8rem;
  }

  .autologin-step-dot {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
  }

  .autologin-form {
    gap: 1rem;
  }

  .autologin-label {
    font-size: 0.85rem;
  }

  .autologin-input {
    padding: 0.75rem 0.875rem;
    font-size: 0.95rem;
  }

  .autologin-button {
    padding: 0.875rem;
    font-size: 0.95rem;
  }

  .autologin-status {
    font-size: 0.9rem;
    padding: 0.625rem;
  }
}

@media (max-width: 480px) {
  .autologin-card {
    padding: 1.25rem 1rem;
    border-radius: 12px;
  }

  .autologin-title {
    font-size: 1.375rem;
  }

  .autologin-description {
    font-size: 0.85rem;
  }

  .autologin-step-indicator {
    gap: 0.375rem;
  }

  .autologin-step-dot {
    width: 20px;
    height: 20px;
    font-size: 0.6rem;
  }

  .autologin-input {
    padding: 0.7rem 0.75rem;
    font-size: 0.9rem;
  }

  .autologin-button {
    padding: 0.8rem;
    font-size: 0.9rem;
  }

  .autologin-field-hint {
    font-size: 0.75rem;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .autologin-card {
    border: 2px solid;
  }

  .autologin-input {
    border-width: 3px;
  }

  .autologin-button {
    border: 2px solid white;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

  .autologin-form-step,
  .autologin-input,
  .autologin-button,
  .autologin-status,
  .autologin-step-dot {
    animation: none;
    transition: none;
  }

  .autologin-step.active .autologin-step-dot {
    transform: none;
  }

  .autologin-button:hover:not(:disabled) {
    transform: none;
  }
}

/* Focus management for accessibility */
.autologin-input:focus,
.autologin-button:focus {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
}

/* Ensure proper text rendering */
.autologin-container,
.autologin-card,
.autologin-title,
.autologin-description,
.autologin-label,
.autologin-input,
.autologin-button,
.autologin-status {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Progress Message Styles */
.autologin-progress-message {
  margin: 1rem 0;
  text-align: center;
}

.autologin-progress-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  border: 1px solid rgba(0, 123, 255, 0.2);
  color: #0056b3;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: system-ui;
}

.autologin-progress-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 123, 255, 0.3);
  border-top: 2px solid #007bff;
  border-radius: 50%;
  animation: autologin-spin 1s linear infinite;
}

@keyframes autologin-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ==================== CREDENTIAL REQUEST CUSTOM STYLES ==================== */
/* Custom styles for credential request form - overrides for cleaner UI */

.credential-request-input {
  appearance: none;
  border-radius: 8px;
  border: 1.5px solid #d1d5db;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  color: #111827;
  background: white;
  transition: all 0.2s ease;
  font-family: system-ui;
  width: 100%;
  box-sizing: border-box;
}

.credential-request-input:focus {
  outline: none;
  border-color: #9ca3af;
  box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.1);
}

.credential-request-input::placeholder {
  color: #9ca3af;
  font-weight: 400;
}

.credential-request-button {
  border: none;
  border-radius: 8px;
  background: #6b7280;
  color: white;
  font-weight: 600;
  font-size: .75rem;
  padding: 0.875rem .75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none;
  font-family: system-ui;
  width: 100%;
  box-sizing: border-box;
}

.credential-request-button:hover:not(:disabled) {
  background: #4b5563;
}

.credential-request-button:active:not(:disabled) {
  background: #374151;
}

.credential-request-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Button state when fields are filled */
.autologin-button-filled {
  background: #111827 !important;
}

.autologin-button-filled:hover:not(:disabled) {
  background: #000000 !important;
}

.autologin-button-filled:active:not(:disabled) {
  background: #1f2937 !important;
}

/* Manual Process Fixed Button (Bottom Right) */
.manual-process-fixed-button {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #6b7280;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.manual-process-fixed-button:hover {
  background: #4b5563;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.manual-process-fixed-button:active {
  background: #374151;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* AutoLogin Loading State */
.autologin-loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  gap: 1rem;
}

.autologin-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e5e7eb;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* ==================== END AUTOLOGIN COMPONENT STYLES ==================== */