tr {
  border-bottom: 1px solid #dee2e6;
}

table {
  border: 1px solid #dee2e6;
}

table td {
  border: 1px solid #dee2e6;
}

span {
  margin-left: 5px;
  font-weight: bold;
  text-align: right;
  /* color: blue; */
}

td {
  font-size: 13px;
}
p {
  font-size: 13px;
  margin-bottom: 5px;
}

.verticle-middle {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle !important;
  width: 50px;
}
.rotate90 {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
         margin-left: -10em;
         margin-right: -10em;
         font-size: 16px;
}


/* Input Section */
.inputDiv {
  background: #f5f5f5;
  box-shadow: 5px 5px 10px #999;
  padding: 2em 4em;
  margin: 2px;
}
.chartDiv {
  background: #f5f5f5;
  box-shadow: 5px 5px 10px #999;
  padding: 1em 1em;
  margin: 20px 5px;
}

.inputChild .form-group {
  border-radius: 5px !important;
  padding: 20px;
  margin: 0.5em;
  color: white;
}
.inputChild label {
  line-height: 30px;
  font-size: 18px;
  font-family: Rajdhani, sans-serif;
  font-weight: 500;
  margin-top: 5px;
  padding-left: 10px;
  font-style: normal;
}
.inputChild .svg-icon {
  width: 30px;
  fill: white;
}
.inputChild input {
  text-align: center;
}
.inputChild select {
  text-align-last: center;
}
.inputChild .form-control {
  background: transparent;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  line-height: 30px;
  font-size: 18px;
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
}

.inputChild:nth-child(1) .form-group {
  background: #fd0203;
}
.inputChild:nth-child(4) .form-group {
  background: #fd0203;
}
.inputChild:nth-child(5) .form-group {
  background: #fd0203;
}
.inputChild:nth-child(2) .form-group {
  background: #1f1f1f;
}
.inputChild:nth-child(3) .form-group {
  background: #1f1f1f;
}
.inputChild:nth-child(6) .form-group {
  background: #1f1f1f;
}
.inputChild:nth-child(7) .form-group {
  background: #1f1f1f;
}

.flex-fill {
  width: 50%;
}

@media (max-width: 767px) {
  .flex-fill {
    width: 100%;
  }
}

.downloadPdf {
  background: #fd0203;
  color: white;
  border-radius: 5px;
}

/* Hight Chart Styling ---------------*/
.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
/* Hight Chart Styling ---------------*/

/* table */

table {
  /* width: 800px; */
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

th,
td {
  /* padding: 15px; */
  background-color: rgba(255, 255, 255, 0.2);
  color: grey;
}

th {
  text-align: left;
}

thead th {
  background-color: #1f1f1f;
  color: white;
}

tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
tbody td {
  position: relative;
}
tbody th {
  background-color: #fd0203;
  color: #1f1f1f;
}

.verticle-middle {
  font-size: 100px;
  padding: 0px;
}

tbody td:hover::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}

tbody thead th {
  background-color: #fd0203;
  color: white;
}
tbody table {
  width: 100%;
  margin: 15px 0px;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

.table-wrapper {
  /* margin: 10px 70px 70px; */
  margin-top: 50px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 15px #999;
}

.title-table {
  font-size: 20px;
}

.fl-table {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  background-color: white;
  white-space: normal;
}

.fl-table td,
.fl-table th {
  vertical-align: top;
  padding: 8px;
}

.fl-table td {
  border-right: 1px solid #f8f8f8;
  font-size: 12px;
}

.fl-table thead th {
  font-size: 20px;
  color: #ffffff;
  background: #fd0203;
}
.fl-table tbody th {
  color: #1f1f1f;
  border: 2px solid #fd0203;
  background: #f5f5f5;
}

.bg-black {
  /* background: #1f1f1f !important; */
  color: #1f1f1f;
  border: 2px solid #1f1f1f !important;
}

.fl-table thead th:nth-child(odd) {
  color: #ffffff;
  /* background: #324960; */
  background: #1f1f1f;
}

.fl-table tr:nth-child(even) {
  background: #f5f5f5;
}

ul {
  padding: 0px !important;
  text-align: center;
}
.responsive-table li {
  border-radius: 5px;
  padding: 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.responsive-table .table-header {
  background-color: #1f1f1f;
  font-size: 14px;
  /* color: #fd0203; */
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.responsive-table .table-row {
  background-color: #f5f5f5;
  /* box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1); */
}
.responsive-table .table-row div:nth-child(1) {
  color: #1f1f1f;
}
.responsive-table .table-row div:nth-child(2) {
  color: #fd0203;
}
.responsive-table .table-row div:nth-child(3) {
  color: #fd0203;
}

.responsive-table .col-1 {
  flex-basis: 10%;
}
.responsive-table .col-2 {
  flex-basis: 40%;
}
.responsive-table .col-3 {
  flex-basis: 25%;
}
.responsive-table .col-4 {
  flex-basis: 25%;
}

@media all and (max-width: 767px) {
  .responsive-table .table-header {
    display: none;
  }
  .responsive-table .table-row {
  }
  .responsive-table li {
    display: block;
  }
  .responsive-table .col {
    flex-basis: 100%;
  }
  .responsive-table .col {
    display: flex;
    padding: 10px 0;
  }
  .responsive-table .col::before {
    color: #6c7a89;
    padding-right: 10px;
    content: attr(data-label);
    flex-basis: 50%;
    text-align: right;
  }
}

.btn-submit {
  background-color: red;
  color: white;
  font-weight: bold;
  width: 150px;
}

.modal-bg {
  background-image: url('https://svafinancial.sg/wp-content/uploads/2020/10/logo3_89fda1d8e9b9376d863185d4062e1735.png');
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.modal-bg input {
  font-weight: bold;
  text-align: center;
}
.modal-bg label {
  color: white;
  text-align: center;
}

select option {
  color: #495057 !important;
}
