@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400&display=swap');

body {
  color: #000;
  font-family: 'Cairo', sans-serif;
}

@font-face {
  font-family: captchaai;
  src: url(../fonts/conthrax-sb.ttf);
}

.ai-font {
  font-family: captchaai;
}

.img-box-6 {
  width: 6rem;
  height: 6rem;
  padding: 1.2rem;
  line-height: 3.6rem !important;
}

.icon-box,
.img-box {
  text-align: center;
  display: inline-block;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.breadcrumb-item.active {
  color: #000 !important;
}

.border-dashed {
  border: 2px dashed #ff001e !important;
}

/***************************** btn-red *****************************/
.btn-red {
  color: #ffffff;
  background-color: #ff001e;
  border-color: #ff001e;
}

.btn-red:active {
  color: #ffffff;
  background-color: #c70017;
  border-color: #c70017;
}

.btn-red:focus {
  color: #ffffff;
  background-color: #c70017;
  border-color: #c70017;
  box-shadow: 0 0 0 0.2rem rgb(222 170 12 / 50%);
}

.btn-red:hover {
  color: #ffffff;
  background-color: #c70017;
  border-color: #c70017;
}

/***************************** btn-red *****************************/

/***************************** FAQ *****************************/
.faq .card-header {
  background: none;
  border: none;
  position: relative;
  padding: 0;
}

.faq .card {
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  overflow: inherit;
}

.faq .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
}

.faq .card.active a,
.faq .card a:hover {
  background: #23272b;
  color: #ffffff;
}

.faq .card-header a {
  padding: 20px 30px 20px 20px;
  border-radius: 7px;
  background: #ffffff;
  font-weight: 600;
  font-size: 15px;
  color: #1c1d3e;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
}

/***************************** FAQ *****************************/

.icon-center-div {
  vertical-align: bottom !important;
}


@media (max-width:767px) {
  .border-payment {
    border: 0px solid !important
  }
}

.border-payment-lg {
  border: 0px solid !important
}

.custom-nav-tabs .nav-item.show .nav-link,
.custom-nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #111 !important;
}

/*-------------------------------------------------------------------------*/
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: red;
  border-color: red;
}

.page-link {
  color: black;
}

.custom-card {
  border: 2px solid #e5e7eb;
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

pre {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
}