
.table-credit-content_copy table {
    border: 2px solid black;
    border-collapse: collapse;
    max-width: 100%
}   

.table-credit-content_copy table th {
background-color: rgba(0, 0, 0, 0.15);
color: #333;
font-weight: bold;
}

.table-credit-content_copy table th, .table-credit-content_copy table td {
padding: 5px;
border: 2px solid red;
font:black;
}







.floating-form .custom-select .select-items {
width:100%!important;
}
.credit-brief-wrapper .credit-brief-banner {
    background: #E1F2FF;
    padding: 80px 0 100px 0;
    min-height: 400px;
}
#ignoreLink {
    word-wrap:break-word;
}
.pagination_notiadd {
    float: none;
}
    .pagination_notiadd a.active {
        border: 1px solid#0081e4;
        background-color: #0081e4;
        color: #ffffff !important;
    }
    .pagination_notiadd a {f
        border: 1px solid#999999;
        border-radius: 6px;
        font-size: 14px;
        line-height: 15px;
        color: #b8b8b8 !important;
        padding: 5px 8px;
        display: inline-block;
        margin-left: 10px;
    }
.credit-brief-wrapper .credit-brief-banner img {
  margin-top: 15px;
}

.credit-brief-wrapper .credit-brief-banner h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.555556px;
  color: #0081E4;
  padding:40px;
}
.clickable td a [href=''] {
    display: none;
}
.credit-brief-wrapper .credit-brief-banner p {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 41px;
    letter-spacing: 0.222222px;
    color: #414141;
    margin-bottom: 35px;
}

.credit-brief-wrapper .credit-brief-banner .col-md-5 {
  background-image: url("../images/banner-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.credit-brief-wrapper .credit-brief-banner .btn-primary {
  background: #0081E4;
  border-radius: 4px;
  width: 213px;
  padding: 17px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.5625px;
  color: #FFFFFF;
}

.credit-brief-wrapper .credit-brief-banner .btn-primary:hover {
  color: #0081E4;
  background-color: transparent;
  border: 1px solid #0081E4;
}

.credit-details-wrapper .credit-details-content {
  margin-top: -100px;
  padding: 66px 0;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 11px 0px #e4e4e4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 100px;
}

.credit-details-wrapper h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.352941px;
  color: #666666;
  display: inline-flex;
}

.credit-details-wrapper .calander-content {
  background-color: #0095DA;
  border-radius: 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  position: relative;
  top: -5px;
  margin-left: 7px;
}

.credit-details-wrapper .calander-content input {
  /*width: 25px;
  border-radius: 100%;
  outline: 0;
  background: transparent;
  color: #fff;
  border: 0 none;
  opacity: 1;
  text-align: center;
  display: flex;
  box-sizing: border-box;
  opacity: 1;
  position: relative;
  left: 3px;
  top: 2px;
  text-indent: -103px;*/

  width: 25px;
    border-radius: 100%;
    outline: 0;
    background: transparent;
    color: #fff;
    border: 0 none;
    opacity: 1;
    text-align: center;
    display: flex;
    box-sizing: border-box;
    opacity: 1;
    position: relative;
    left: 4px;
    top: 0px;
    text-indent: -140px;


}

/*custom select starts*/
.transfer-amountfield {
  padding: 10px 0 5px;
  max-width: 200px;
  width: 100%;
  border-radius: 4px;
  height: 55px;
  max-width: 100%;
}

.secondaryBackgroundColor {
  background: #f1f2f6;
}

.floating-form {
  width: 100%;
  padding: 0 20px;
}

.custom-select {
  border: 0px !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 1.5rem;
  position: relative;
}

.custom-select select {
  display: none;
}

.custom-select .select-selected {
  background-color: transparent;
  cursor: pointer;
}

.custom-select .select-selected::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 33%;
  width: 6px;
  height: 6px;
  border: 1px solid #0081e4;
  border-left: 0 transparent;
  border-top: 0 transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-select .select-selected.select-arrow-active::after {
  top: 45%;
  -webkit-transform: rotate(222deg);
  transform: rotate(222deg);
}

.custom-select .select-items {
  position: absolute;
  background-color: #fff;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.92);
}

.custom-select .select-items div,
.custom-select .select-items .select-selected {
  word-break: break-word;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent transparent transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}

.custom-select .select-items div:hover,
.custom-select .select-items .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-select .select-hide {
  display: none;
}

.floating-form .empty-val-input .select-selected {
  padding-top: 17px;
  position: relative;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 0.47px;
  line-height: 0.88;
  cursor: pointer;
  height: 32px;
  z-index: 1;
}

.floating-form .empty-val-input>label {
  position: absolute;
  top: -26px;
  left: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  font-size: 12px !important;
  line-height: 0.83;
  letter-spacing: 0.38px;
  color: #666666;
}

.floating-form .empty-val-input>.placeholder {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.44px;
  color: #666666;
  position: absolute;
  top: 18px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}


/*custom select ends*/

.table {
  max-width: 95%;
  margin: 0 auto;
}


.table th {
  border-top: 0 none;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #666666;
  border: 0 none !important;
}

.table td {
  border: 0 none;
}

.collapse.show {
  background-color: #fafafa;
  padding: 17px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.credit-selector-content {
  padding: 0 55px 50px;
}

.credit-selector-content .btn-primary {
  background-color: #0081E4;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

/* .table-striped tbody tr:nth-child(1n){
  background-color: #fafafa;
}
 .table-striped tbody tr:nth-child(1n+2){
  background-color: #FFFFFF;
}
.table-striped tbody tr:nth-child(1n+3){
  background-color: #FFFFFF;
}

.table-striped tbody tr:nth-child(1n+4){
  background-color: #fafafa;
}
.table-striped tbody tr:nth-child(1n+5){
  background-color: #fafafa;
}

.table-striped tbody tr:nth-child(1n+6){
  background-color: #fafafa;
}
.table-striped tbody tr:nth-child(1n+7){
  background-color: #fafafa;
}

.table-striped tbody tr:nth-child(1n+8){
  background-color: #fafafa;
}
.table-striped tbody tr:nth-child(1n+9){
  background-color: #fafafa;
} */

.table-striped tbody tr:nth-child(1),
.table-striped tbody tr:nth-child(5),
.table-striped tbody tr:nth-child(9),
.table-striped tbody tr:nth-child(13),
.table-striped tbody tr:nth-child(17),
.table-striped tbody tr:nth-child(21),
.table-striped tbody tr:nth-child(25),
.table-striped tbody tr:nth-child(29),
.table-striped tbody tr:nth-child(33),
.table-striped tbody tr:nth-child(37),
.table-striped tbody tr:nth-child(41),
.table-striped tbody tr:nth-child(45),
.table-striped tbody tr:nth-child(49) {
  background-color: #fafafa !important;
}

.table-striped tbody tr {
  background-color: #FFFFFF !important;
}

.table-pagination {
  display: flex;
  justify-content: right;
  margin-top: 30px;
}

.page-link {
  border: 0 none;
}

.accordion-content {
  background-color: #fafafa !important;
  padding: 0 !important;
}

.accordion-details {
  padding: 18px 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  text-transform: capitalize;
  color: #222222;
}

.clickable {
  position: relative;
}

.clickable td:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #222222;
}

.clickable td:nth-child(2) {
  max-width: 215px;
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #222222
}

.clickable td a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1px;
  text-decoration-line: underline;
  max-width: 90px;
  color: #0081E4;
  display: inline-block;
}

.clickable::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 45%;
  width: 6px;
  height: 6px;
  border: 1px solid #0081e4;
  border-left: 0 transparent;
  border-top: 0 transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.scheme-name {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  text-transform: capitalize;
  color: #222222;
  padding-top: 10px;
  padding-left: 20px;
}

.scheme-name span {
  font-weight: 600;
}

.clickable.collapsed::after {
  top: 45%;
  right: 25px;
  transform: rotate(-48deg);
  -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  -o-transform: rotate(-48deg);
}


.credit-selector-content .col-md-12 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

input[type="month"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background-image: url("../../Images/Factsheets/calander.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.page-link.next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.page-link {
  color: #222;
  font-size: 12px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .credit-selector-content {
    padding: 0 20px 50px;
  }

  .clickable td:nth-child(2) {
    max-width: 130px;
  }
}

@media screen and (max-width:767px) {
  .credit-brief-wrapper .credit-brief-banner h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .credit-brief-wrapper .credit-brief-banner p {
    font-size: 20px;
    line-height: 34px;
  }

  .credit-selector-content {
    padding: 0px 20px 50px;
  }

  .credit-selector-content .transfer-amountfield {
    margin-bottom: 10px;
  }

  .credit-selector-content .col-md-12 {
    display: block;
  }

  .table-credit-content {
    overflow: auto;
    width: 100%;
  }

  .table-credit-content .table {
    max-width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }

  .clickable td a {
    font-size: 12px;
  }

  .credit-details-wrapper .container {
    max-width: 100%;
  }

  .clickable.collapsed::after {
    top: 50%;
    right: 10px;
  }

  .clickable td:nth-child(2) {
    max-width: 130px;
  }

  .credit-brief-wrapper .credit-brief-banner .btn-primary {
    width: 155px;
    padding: 10px 0;
  }

}