.mainRectangle {
    width: 100vw;
    height: 100%;
    min-height: calc(100vh - 100px);
    margin-top: 93px;
    margin-left: 0;
    padding-bottom: 100px;
    background-color: #ededed;
    position: relative;
  }
  .mainRectangle > div {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .back-button {
    position: absolute;
    left: 5%;
    top: 45px;
  }
  .bearer-div {
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 15px;
  }
  .contentHead {
    padding-top: 40px;
  }
  .contentHeadText {
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Montserrat', sans-serif !important;
    color: #0d253c;
  }
  .contentDetailsText {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    color: #0d253c;
    padding-top: 15px;
  }
  .subContentHead {
    padding-top: 30px;
  }
  .subContentHeadText {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: #0d253c;
  }
  .back-button i {
    font-size: 30px;
  }
  .subContentDetails p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    color: #0d253c;
    padding-top: 15px;
  }
  .subContentHeadSub {
    padding-top: 15px;
  }
  .subContentSubHeadText {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
    color: #0d253c;
  }
  .subContentTable {
    background-color: #fff;
    width: 100%;
    height: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .subContentTable2 {
    background-color: #fff;
    width: 100%;
    height: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tableHead {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
    color: #0d253c;
    background: none;
    border-bottom: 1px !important;;
  }
  .tableHead div {
    background: #ededed;
    padding: 5px 15px;
    border-radius: 8px;
  }
  .table tbody td {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    color: #0d253c;
  }
  .table tbody td:first-child {
    font-weight: 500;
  }
  .table tbody td:nth-child(2) {
    width: auto;
    text-align: left;
  }
  .makeApi {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: #0d253c;
    padding-bottom: 15px;
  }
  .makeApiUrl {
    text-decoration: none;
    color: #0d99ff;
    font-size: 17px;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif !important;
  }
  .makeApiUrlSmall {
    text-decoration: none;
    color: #0d99ff;
    font-size: 12px;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif !important;
  }
  .makeApiUrlContent {
    padding-top: 15px;
    font-size: 17px;
    /* font-weight: bold; */
    font-family: 'Montserrat', sans-serif !important;
    color: #0d253c;
    padding-bottom: 15px;
  }
  .jsonResponse {
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 15px;
    font-family: 'Montserrat', sans-serif !important;
  }
  .jsonData {
    padding-left: 35px;
    font-family: 'Montserrat', sans-serif !important;
  }