/*
 * Dashforge Auth Pages (Signin, Signup, etc.)
 *
 * This style is use in auth pages.
 *
 */
.content-auth {
  min-height: calc(100dvh - 106px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-auth>.container {
  padding: 0;
}

@media (max-width: 1139px) {
  .content-auth>.container {
    max-width: none;
    padding: 0 20px;
  }
}

.content-auth>.container:first-child {
  flex: 1;
}

.content-auth-alt {
  min-height: calc(100dvh - 106px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-auth-alt .container {
  padding: 0;
}

@media (max-width: 1139px) {
  .content-auth-alt .container {
    max-width: none;
  }
}

.sign-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 340px;
}

@media (min-width: 1200px) {
  .sign-wrapper {
    width: 340px;
  }
}

.sign-wrapper .form-group label {
  display: block;
  margin-bottom: 5px;
}

.api_signup .items-left,
.api_signup .items-right {
  height: calc(100dvh - 86px);
}

.container-login100 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  background: linear-gradient(160deg, #0168fa, #0559d1, rgb(5, 55, 132));
}

.api_signup .df-lead {
  color: #fff;
  letter-spacing: normal;
}

.api_signup .df-title {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 20px;
  text-indent: -2px;
}

/* Error Table */
table.node-info {
  font-size: 11px;
  margin: 0 0 10px;
  width: 100%;
  word-wrap: break-word;
}

table.node-info tr:not(.blank) {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  word-wrap: break-word;
}

table.node-info tr:not(.blank) td:first-child {
  color: inherit;
  vertical-align: top;
  width: 90px;
  padding: 3px 3px 3px 6px;
  background: #f9f9f9;
  border-right: 1px solid #ddd;
}

.info-token {
  font-family: Courier, monospace;
  color: #596882;
  margin: 0 5px;
  font-style: italic;
}


.info-key {
  border: 1px solid #0168fa;
  padding: 1px 4px;
  border-radius: 3px;
  font-family: Courier, monospace;
  box-shadow: #0168fa 1px 1px 1px;
  color: #0168fa;
  margin: 0 10px;
}

.info-key-inner {
  border: 1px solid #7987a1;
  padding: 1px 4px;
  border-radius: 3px;
  font-family: Courier, monospace;
  box-shadow: #7987a1 1px 1px 1px;
  color: #596882;
  margin: 0 10px;
}

/* Client Profile */
.page-profile {
  color: #1b2e4b;
}

@media (min-width: 992px) {
  .content-profile {
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  .profile-sidebar {
    width: 260px;
  }
}

.profile-sidebar .media-list .media+.media {
  margin-top: 15px;
}

.dropdown-profile .dropdown-menu-right {
  margin-top: 12px !important;
}

.external-user-table-scroll {
  overflow: auto;
  width: 100%;
  max-height: calc(100dvh - 330px);
  min-height: 220px;
  position: relative;
}

.api-schema-test-editor {
  width: 100%;
}

.api-user-access-scroll {
  height: 375px;
  overflow: auto;
}

.api-attach-policy-panel {
  height: 432px;
}

.api-schema-validator-action-col {
  width: 20px;
}

@media (min-width: 992px) {
  .profile-sidebar-two {
    width: 230px;
  }
}

.profile-skillset h4 {
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 3px;
}

.profile-skillset label {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #8392a5;
  font-size: 10px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  letter-spacing: .5px;
}

.profile-info-list li {
  display: flex;
  align-items: center;
}

.profile-info-list li+li {
  margin-top: 10px;
}

.profile-info-list a {
  color: #1b2e4b;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .profile-info-list a {
    transition: none;
  }
}

.profile-info-list a:hover,
.profile-info-list a:focus {
  color: #0168fa;
}

.profile-info-list svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.3px;
  color: #566476;
  fill: rgba(27, 46, 75, 0.06);
  margin-right: 15px;
}

.profile-update-option svg {
  width: 18px;
  height: 18px;
}

.card-profile-interest .media+.media {
  margin-top: 25px;
}

.img-group-mutual .img {
  width: 40px;
  height: 40px;
}

.img-group-mutual .img+.img {
  margin-left: -16px;
}

.list-inline-skills {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}

.list-inline-skills .list-inline-item {
  margin-right: 5px;
  margin-bottom: 5px;
}

.list-inline-skills .list-inline-item a {
  display: block;
  background-color: #fff;
  border: 1px solid #c0ccda;
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: #1b2e4b;
  border-radius: 0.25rem;
}

.nav-line-profile .nav-link {
  display: flex;
  align-items: center;
}

.nav-line-profile .nav-link.active {
  font-weight: 500;
}

.nav-line-profile .nav-link.active .badge {
  background-color: #00cccc;
  color: #fff;
}

.nav-line-profile .badge {
  margin-left: 10px;
  background-color: #e5e9f2;
  color: #8392a5;
}

.timeline-label {
  margin-left: 10px;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-left: 1px solid rgba(72, 94, 144, 0.16);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  position: relative;
}

@media (min-width: 576px) {
  .timeline-label {
    margin-left: 120px;
  }
}

@media (min-width: 768px) {
  .timeline-label {
    margin-left: 150px;
  }
}

.timeline-label::before {
  content: '';
  position: absolute;
  top: 29px;
  left: -6px;
  background-color: #3b4863;
  width: 11px;
  height: 11px;
  border-radius: 100%;
}

.timeline-label:first-child {
  padding-top: 0;
}

.timeline-label:first-child::before {
  top: 4px;
}

@media (min-width: 576px) {
  .timeline-item {
    display: flex;
    align-items: flex-start;
  }
}

.timeline-item+.timeline-item {
  margin-top: 20px;
  position: relative;
}

.timeline-item+.timeline-item::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 10px;
  width: 1px;
  height: 20px;
  background-color: rgba(72, 94, 144, 0.16);
}

@media (min-width: 576px) {
  .timeline-item+.timeline-item::before {
    left: 120px;
  }
}

@media (min-width: 768px) {
  .timeline-item+.timeline-item::before {
    left: 150px;
  }
}

.timeline-time {
  flex-shrink: 0;
  padding-left: 25px;
  margin-left: 10px;
  border-left: 1px solid rgba(72, 94, 144, 0.16);
}

@media (min-width: 576px) {
  .timeline-time {
    width: 120px;
    text-align: right;
    padding-right: 25px;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

@media (min-width: 768px) {
  .timeline-time {
    width: 150px;
  }
}

.timeline-body {
  flex: 1;
  padding-left: 25px;
  border-left: 1px solid rgba(72, 94, 144, 0.16);
  position: relative;
  margin-left: 10px;
}

@media (min-width: 576px) {
  .timeline-body {
    margin-left: 0;
  }
}

.timeline-body::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -6px;
  background-color: #fff;
  width: 11px;
  height: 11px;
  border: 2px solid #0168fa;
  border-radius: 100%;
}

.timeline-body h6 {
  line-height: 1.5;
}


.prop-deatils {
  display: flex;
  flex-direction: column;
  color: #7987a1 !important;
  font-size: 11px;
}

.bold-txt {
  font-weight: bold
}

@media (min-width: 992px) {
  .prop-deatils {
    display: flex;
    flex-direction: column;
    /* flex-direction: column; */
    color: #7987a1 !important;
    font-size: 11px;
  }
}

@media (min-width: 576px) {
  .prop-deatils {
    display: flex;
    /* flex-direction: column; */
    color: #7987a1 !important;
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .prop-deatils {
    display: flex;
    /* flex-direction: column; */
    color: #7987a1 !important;
    font-size: 11px;
  }
}

/* @media (min-width: 992px) { ... } */

@media (min-width: 1200px) {
  .prop-deatils {
    display: flex;
    flex-direction: row;
    color: #7987a1 !important;
    font-size: 11px;
  }

}

#noReusult {
  height: calc(100dvh - 256px);
}

.copyTxt {
  display: none;
  border: 1px solid #7987a1;
  padding: 1px 4px;
  border-radius: 3px;
  font-family: Courier, monospace;
  box-shadow: #7987a1 1px 1px 1px;
  color: #596882;
  margin: 0 10px;
}

.in-left {
  display: block !important;
  animation: fadeInRight 1s ease-in-out;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
  }
}

    
.constant_div_ul {
  /* max-height: 265px; */
  /* overflow: auto; */
}

.constant_div_ul ul {
  padding: 0;
  margin: 0;
}

.constant_div_ul ul li {
  list-style: none;
  padding: 2px 6px;
  padding-right: 25px;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #e2e5ed;
  position: relative;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.constant_div_ul ul li:hover::before {
  font-family: 'Material Design Icons', sans-serif;
  content: "\f156";
  color: red;
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.constant_div_ul ul li:hover {
  /* font-weight: bold; */
  background-color: #f4f4f4;
}

.cols {
  display: table-cell;
  margin: 0px 10px 10px 0px;
  height: 250px;
  width: 250px;
}

.app-verified:before {
  display: inline-flex;
  content: ' ';
  background-image: url(/common/web/img/verified.svg);
  background-size: 13px 13px;
  height: 13px;
  width: 13px;
  position: relative;
  left: 0px;
  top: 5px;
}
