/* Style for page content */
.text-muted {
    color: #1e1e1e !important;
}
.timeline > div > .timeline-item {
    color: #070707;
  }
  
.pay_content {
    max-height: 0;
    overflow: hidden;
    display: none;
    transition: max-height 0.5s ease-in-out;
}
.pay_content.show {
    max-height: 800px; /* Adjust this value as needed */
    display: block !important;
}
.pay_content.hidden  {
  display: none;
}
/* end page content */
/* style for file upload */
.file-upload-indicator, .file-actions{
    display: none;
}
/* end file upload */
/* Style for Story line */
.timeline > div > .bi, .timeline > div > .svg-inline--fa {
    background-color: #adb5bd;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
  }
  .timeline > div > .bi::before, .timeline > div > .svg-inline--fa {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  
  }
/* style for activity list */
.timeline-body .btn-app {
  color: #1c1c1c;
  height: auto;
  margin: 0 10px 10px 10px;
  padding: 6px 6px;
}
.timeline-body .btn-app > .fa,.timeline-body .btn-app > .fab, .timeline-body .btn-app > .fad, .timeline-body .btn-app > .fal, .timeline-body .btn-app > .far, .timeline-body .btn-app > .fas,.timeline-body  .btn-app > .ion, .timeline-body .btn-app > .svg-inline--fa{
  font-size: 14px;
  padding-bottom: 6px;
}


.timeline-body .btn-app i.icon_next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  font-size: 22px !important;
  color: #1c1c1c;
}

img.img-circle.img-fluid.img_profile {
  max-width: 118px;
}

.gallery-item {
  margin-bottom: 38px;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.more_info_icon{
  color: #2663d9;
  cursor: pointer;
}
.popover-body ul{
  padding-left: 14px;
}
.popover-header #close{
  cursor: pointer;
}

/* Triangle boxes */
.triangleBox {
  display: block;
  position: relative;
  background: #FFFFFF;
  padding: 15px;
  border: 1px solid #DDDDDD;
  margin-top: 20px;
  border-radius: 10px;
}
.triangleBox:before, .triangleBox:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
}
.triangleBox:before {
  left: 19px;
  border: 11px solid transparent;
  border-bottom-color: #ddd;
}
.triangleBox:after {
  left: 20px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
body , .btn, .form-control, .custom-select{
  font-size: 1.2rem;
}
.btnSteps{
  font-size: 1rem !important;
}
a.btn{
  text-decoration: none !important;
}
.card-title {
  font-size: 1.25rem;
}
.toggle-vis{
  cursor: pointer;
}
/* style for upload */
.krajee-default.file-preview-frame .kv-file-content{
  width: 150px;
  height: 140px;
}