/* code for NEXT and PREV buttons in cust-registration form via website */

.tabs {
    width:100%;
    display:inline-block;
   }
  
   .tabs h4 {
    color: #00447c;
    margin: 5px 0 15px 0;
    display: inline-block;
   }
  
  .tab-links:after {
    display:block;
    clear:both;
    content:'';
  }
  
  .tab-links {
    padding: 0;
    margin: 10px 0 0 0;
    position: relative;
    top: 2px;
  }
  
  .tab-links li {
    margin:0px 5px 0 0;
    float:left;
    padding-top: 2px;
    list-style:none;
  }
  
  .tab-links a {
    /* padding: 9px 8px 6px;  */
    display: inline-block;
    /* background: #c7d8e8; */
    /* border: 2px solid #c7d8e8; */
    /* border-bottom: 3px solid #c7d8e8; */
    /* font-size: 10.5px; */
    /* font-weight: 600; */
    color: #566a7f;
    transition: all linear 0.15s;
  }
  
  /* .tab-links a:hover {
    background: #a7cce5;
    text-decoration:none;
    border: 2px solid #a7cce5;
    border-bottom: 3px solid #a7cce5;  
    color: #ee3124;
  } */
  
  li.active a, li.active a:hover {
    background:#696cff;
    /* height: 16px; */
    border-bottom: none;
    color: #fff;
    border-radius: 0.375rem;
  }
  
  .tab-content, .uploaded-documents-container {
    padding: 15px;
    /* border-radius: 3px; */
    /* border: 2px solid #c7d8e8; */
    background: #fff;
    /* font-size: .95em; */
}
  
  .tab-content-scroll {
    max-height: 375px;
    min-height: 375px;
    max-width: 1100px;
    min-width: 450px;
    overflow: auto;
    clear:both;
  }
  
  .tab-content-scroll-home {
    min-height: 135px;
  }
  
  .button-bar-scroll {
    min-height: 235px;
  }
  
  .tab-content-scroll>p {
    margin-top: 0;
    padding-right: 12px;
  }
  
  .tab-content a {
    margin-top: 10px;
    color: #fff;
  }
  
  .tab {
    display:none;
  }
  
  .tab.active {
    display:block;
  }
  
  .forScrollBar{
    overflow: hidden;
  }

  .forScrollBar:hover{
    overflow-x: scroll;
  }
  
  .form-card-input{
    text-align: right;
  }