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;
}

.auth-container {
  height: 100vh !important;
}

.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: #121418;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

#content {
  min-height: 100vh;

}

.App-link {
  color: #000000;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid rgb(177, 172, 172);
  background-color: #ffffff;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgb(209, 202, 202);
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: rgb(192, 183, 183);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid rgb(182, 174, 174);
  border-top: none;
}

/* CARD STYLE AND NEW UI STYLES
 * Tharindu Lakshan
 */
.card {
  border: none !important;
  border-radius: 0.25rem;
}

.card-header {
  background-color: #fff;
}

.service-item {
  padding: 10px;
  flex: 0 1 calc(20% - 8px);
}

.form-control {
  padding: 0.6rem 0.6rem !important;
}

.form-custom {
  padding: 0.4rem 0.4rem !important;
}

.custom-select {
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
  height: calc(2.8rem + 5px) !important;
}

#footer .footer-copyright {
  border-top: none !important;
}

#footer {
  padding: 1.125rem 0;
  border-top: none !important;
}

.alert-shown {
  display: block;
  animation: fade_in_show 1s;
}

.alert-hidden {
  display: none;
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.btn-outline-new {
  color: #bdbdbd;
  border-color: #bdbdbd;
}

input[type="radio"]:checked+label {
  border-color: #fcc609 !important;
  color: #000;
  font-weight: 500;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
  display: flex;
  background-color: #f7f7f7;
  padding: 10px 20px;
  color: #a6a6a6;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 2px solid #d5d5d5;
  border-radius: 4px;
  justify-content: center;
}

.text-black {
  color: #000;
}

.widget-steps>.step .step-name {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .widget-steps>.step .step-name {
    font-size: 10px;
  }
}

.widget-steps>.step:first-child.active>.progress>.progress-bar {
  width: 100%;
}

.widget-steps>.step.active>.progress>.progress-bar {
  width: 100%;
}

.widget-steps>.step.active>.step-name {
  color: #000;
}

.widget-steps>.step.inactive>.step-name {
  color: #a8a8a8;
}

.widget-steps>.step>.progress {
  position: relative;
  background: #bbb;
  border-radius: 0px;
  height: 2px;
  box-shadow: none;
  margin: 22px 0;
}

.widget-steps>.step.inactive>.progress>.progress-bar {
  width: 100%;
  box-shadow: none;
  background: #bbb;
}

.step-dot {
  cursor: pointer;
}

.loader {
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #fff;
  opacity: 0.95;
  z-index: 9999999 !important;
}

.item-label {
  font-weight: 600;
}

.item-label:after {
  display: inline;
  content: " : ";
}

.item-desc {
  color: #656464;
}

.item-heading {
  color: #000;
}

.profile-completenesss .border {
  border: 2px dashed rgb(232 232 232) !important;
}

.text-link {
  color: #0c0c0c;
}

.text-link:hover {
  color: #fcc609;
}

.acc_balance_loading {
  position: absolute;
  right: 10px;
  top: 10px;
}

.loading-row {
  position: absolute;
  text-align: center;
  width: 96.5%;
  height: 70px;
  background: #fff !important;
  align-items: center;
  z-index: 9;
  opacity: 0.9;
}

.step-col {
  width: 10%;
}

.loading {
  position: absolute;
  top: 40px;
  right: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .new-test {
    width: 1000px;
  }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  .new-test {
    width: 1000px;
  }
}

@media only screen and (max-width: 574px) {
  .new-test {
    width: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .accout-title {
    width: 1500px;
  }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  .accout-title {
    width: 1500px;
  }
}

@media only screen and (max-width: 574px) {
  .accout-title {
    width: 1000px;
  }
}

@media only screen and (max-width: 400px) {
  .export-button {
    position: absolute;
    margin-top: -2%;
    margin-left: 58%;
  }

  .status-lable {
    position: absolute;
    margin-top: 14%;
    margin-left: 65%;
  }
}

.otpContainer {
  display: flex;
  justify-content: space-between;
  margin: 3% auto;
}

.otpInput {
  width: 3rem !important;
  height: 3rem;
  margin: 5px;
  font-size: 2rem;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #f1f5f7;
}

.otp-container {
  padding-left: 60px !important;
  padding-right: 60px !important;

  .sec-text {
    color: #fcc609;
  }
}

.active-link {
  cursor: pointer;
}

.disabled-link {
  pointer-events: none;
  /* Disable the link */
  color: gray !important;
  /* Change the color to indicate it's disabled */
  text-decoration: none;
  /* Remove underline */
  cursor: not-allowed;
  /* Change cursor to indicate it's not clickable */
}

.tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.tooltip-inner {
  max-width: 100%;
  /* Adjust the width as needed */
  /* You can also use width property instead of max-width */
}

/* Style for the disabled button */
.btn-outline-dark[disabled] {
  cursor: not-allowed !important;
  opacity: 0.7;
  /* Adjust the opacity as needed */
}

/* Style for the icon when the button is disabled */
.btn-outline-dark[disabled] .fa-minus-circle {
  color: grey;
}

/* AccountNumberModal.css */
.modal-header {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 10px 10px;
  border-bottom: none;
  /* background-color: #f0f0f0; */
  /* border-bottom: 1px solid #ccc; */
}

.modal-close {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.modal-body {
  padding: 5px;
}

.modal-button {
  display: flex;
  justify-content: flex-end;
}

.image-container {
  max-width: 100%;
  /* Ensures the image doesn't exceed its parent's width */
  height: auto;
  /* Allows the image height to adjust proportionally */
}

@media (max-width: 768px) {
  .image-container {
    max-width: 100%;
    /* Adjust as needed for smaller screens */
  }
}

.toast-custom-success {
  background-color: #d4edda !important;
  color: #155724 !important;
  /* border-color:#c3e6cb !important; */
}


.toast-custom-success {
  color: black !important;
  background-color: #FFD642 !important;

}

.toast-custom-error {
  background-color: #dc3545 !important;
  color: black !important;
}

#upload-modal .modal-header {
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
}

#upload-modal .modal-body {
  padding: 0 20px 10px 20px;
}


@media (max-width: 435px) {
  .go-back-login-web {
    display: none;
  }

}

@media (min-width: 435px) {
  .go-back-login-mob {
    display: none;
  }
}

.icon-only:hover {
  color: #FFD642;
}

@media (max-width: 991px) {
  .need-help {
    display: none;
  }
}

