@import "theme.css";

/* Text Styles */

p {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 15px;
  color: var(--text-color);
  transition: color 0.3s ease;
}

h1 { color: var(--heading1-color); }
h2 { font-size: 20px; font-weight: bold; margin-bottom: 5px;   margin-top: 12px; }
h3 { font-size: 18px; font-weight: 600; padding: 5px 0; margin-bottom: 5px;  margin-top: 12px; color: var(--headings-color);}
h4 { font-size: 16px; font-weight: 600; color: var(--headings-color);}
h5 { font-size: 16px; color: var(--headings-color);}
h6 { font-size: 15px; color: var(--headings-color);}

h2 {
  font-weight: bold;
  background: linear-gradient(90deg, rgba(35, 86, 167, 1) 0%, rgba(48, 190, 188, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="dark"] h2 ,
[data-theme="power-save"] h2 {
  color: #fff !important;
}


.financial-section h1,
.financial-section h3,
.financial-section h4,
.financial-section h5,
.financial-section h6 {
  color: #0098a9;
}

.financial-section h2{
  background: #0098a9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a {

  font-size: 14px;
  text-decoration: none !important;
  color: var(--heading1-color);
 

}

/* start last section styles*/
.cop-box-border {
  border: 1px solid black;
  padding: 10px;
}

.tal-bord-none{
	border: none;
}

.blackBorderBot {
  border-bottom: 1px solid #000;
}

.glos-letter {
  -webkit-border-radius: 50px 50px 5px 50px;
  -moz-border-radius: 50px 50px 5px 50px;
  border-radius: 50px 50px 50px 50px;
  display: inline-block;
  width: 50px !important;
  height: 50px !important;
  background-color: var(--headings-color);
  text-align: center;
  margin-right: 20px;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
	.blacktxt{
color: var(--blacktxt) !important;
font-weight: 500;
}

/*end last section styles */

/* Text Styles */

/* Table Styles */
table {
  width: 100%;
  border-spacing: 0;
  font-family: "MyriadPro", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 15px;
  border-collapse: collapse;
/*  margin-bottom: 10px;*/
  text-align: left;
}

.small90 {
  font-size: 90%;
}

tbody.small80 tr td {
  font-size: 80% !important;
}

tbody.small60 tr td {
  font-size: 60% !important;
}

tbody.small60 td {
  padding: 5px 5px 5px 5px;
  line-height: 12px;
}

thead td {
  padding: 5px 10px 5px 5px;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
}

tbody td {
  padding: 5px 10px 5px 5px;
  border-bottom: 1px #0098a9 solid;
  vertical-align: top;
  font-size: 14px;
}

tbody td strong {
  font-weight: 600;
}

table.hover-none > tbody > tr:hover {
  background-color: #fff;
}

tbody tr {
  border-bottom: 1px #0098a9 solid;
  vertical-align: top;
}

tbody.small {
  font-size: 11px;
  line-height: 120%;
}

table tbody tr td:first-child strong {
  color: #0099a8 !important;
}

table.suptabe tbody tr td:first-child strong {
  color: var(--box-border-clr) !important;
}

table.ft td + td {
  text-align: right;
}

table.ft thead tr:first-child {
  border-top: 1px #0098a9 solid;
  border-bottom: 1px #0098a9 solid;
   background-color: white; 
}

table.ft thead tr:first-child td + td {
  text-align: center;
}

table.ft thead tr + tr td + td {
  text-align: right;
}

table.ft thead tr:last-child {
  border-bottom: 2px #0098a9 solid;
}

table.ft tbody tr:last-child {
  border-bottom: 2px #0098a9 solid;
}

table.ft tbody {
   background: #ffffff; 
}

table.ft thead tr + tr {
   background: #ffffff; 
}

table.ft1 td + td {
  text-align: right;
}

table.ft1 thead tr td + td {
  text-align: right;
}

table.ft1 thead tr:last-child {
  border-bottom: 1px #0098a9 solid;
}

table.ft1 tbody tr:last-child {
  border-bottom: 2px #0098a9 solid;
}

table.ft1 tbody {
  background: #ffffff;
}

table.ft1 thead {
  background: #ffffff;
}

table.ft2 td + td + td {
  text-align: right;
}

table.ft2 thead tr:first-child td + td + td {
  text-align: center;
  border-bottom: 1px #0098a9 solid;
}

table.ft2 thead tr td + td + td {
  text-align: right;
}

table.ft2 thead tr:last-child {
  border-bottom: 1px #0098a9 solid;
}

table.ft2 tbody tr:last-child {
  border-bottom: 2px #0098a9 solid;
}

table.ft2 tbody {
  background: #ffffff;
}

table.ft2 thead {
  background: #ffffff;
}

table.ft3 td + td + td + td {
  text-align: right;
}

table.ft3 thead tr td + td + td + td {
  text-align: right;
}

table.ft3 thead tr:last-child {
  border-bottom: 1px #0098a9 solid;
}

table.ft3 tbody tr:last-child {
  border-bottom: 2px #0098a9 solid;
}

table.ft3 tbody {
  background: #ffffff;
}

table.ft3 thead {
  background: #ffffff;
}

table.gt td + td {
  text-align: left;
}

table.gt thead tr:first-child {
  border-top: 2px #0098a9 solid;
}

table.gt thead tr:last-child {
  border-bottom: 1px #0098a9 solid;
}

table.gt tbody tr:last-child {
  border-bottom: 2px #0098a9 solid;
}

table.gt tbody tr td {
  vertical-align: top !important;
}

table.gt tbody {
  background: white;
}

table.gt thead {
  background: white;
}

table.gt1 td + td {
  text-align: left;
}

table.gt1 thead tr:first-child {
  border-top: 2px #0098a9 solid;
}

table.gt1 thead tr:last-child {
  border-bottom: 1px #0098a9 solid;
}

table.gt1 tbody tr:last-child {
  border-bottom: 2px #0098a9 solid;
}

table.gt1 tbody tr td {
  vertical-align: top !important;
}

.gt.hover-none > tbody > tr:hover {
  background-color: inherit;
}

table.gt2 td + td + td {
  text-align: right;
}

table.gt2 thead tr:first-child {
  border-top: 2px #00aeef solid;
}

table.gt2 thead tr td + td + td {
  text-align: right;
}

table.gt2 thead tr:last-child {
  border-bottom: 1px #00aeef solid;
}

table.gt2 tbody tr:last-child {
  border-bottom: 2px #00aeef solid;
}

table.gt3 {
  border-right: 1px solid #0098a9;
  border-top: 1px solid #0098a9;
}

table.gt3 td + td {
  text-align: left;
}

table.gt3 thead tr:first-child {
  border-top: 2px #0098a9 solid;
}

table.gt3 thead tr:last-child {
  border-bottom: 1px #0098a9 solid;
}

table.gt3 tbody tr:last-child {
  border-bottom: 2px #0098a9 solid;
}

table.gt3 tbody tr td {
  border-left: 1px #0098a9 solid;
}

table.gt3 tbody tr td {
  vertical-align: top !important;
}

[data-theme="dark"] table thead,
[data-theme="power-save"] table thead,
[data-theme="dark"] table tbody ,
[data-theme="power-save"] table tbody,
[data-theme="dark"] table thead tr + tr ,
[data-theme="power-save"] table thead tr + tr,
[data-theme="dark"] table thead tr:first-child ,
[data-theme="power-save"] table thead tr:first-child {
   background: none !important; 
}

tr.line-none td,
td.line-none {
  border-bottom: hidden !important;
}

tr.line-thin td,
td.line-thin {
  border-bottom: 1px #0098a9 solid !important  ;
}

tr.line-thick td,
td.line-thick {
  border-bottom: 2px #0098a9 solid !important;
}

tr.sTotal-T {
  border-top: 2px #000 solid !important;
}

tr.sTotal-D {
  border-bottom: 2px #000 solid !important;
  border-top: 2px #000 solid !important;
}

tr.gTotal {
  border-bottom: 3px #000 solid !important;
  border-top: 2px #000 solid !important;
}

tr.total-d {
  border-bottom: 2px #0098a9 solid !important;
  border-top: 2px #0098a9 solid !important;
}

tr.total-g {
  border-bottom: 3px #0098a9 solid !important;
  border-top: 2px #0098a9 solid !important;
}

tr.total-b {
  border-top: 2px #0098a9 solid !important;
}

tr td.border-l {
  border-left: 1px #0098a9 solid !important;
}

tr td.border-r {
  border-right: 1px #0098a9 solid !important;
}

.cellCenter {
  text-align: center !important;
}

.cellLeft {
  text-align: left !important;
}

.cellRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMid {
  vertical-align: middle !important;
}

table tbody tr td.text-dark:first-child strong {
  color: #000000 !important;
}

.cy {
  background: #edf8f9;
  font-weight: 500;
  color: #000000;
}

table.ft thead tr td.cy,
table.ft1 thead tr td.cy,
table.ft2 thead tr td.cy {
  background: none;
  font-weight: 600;
  color: #0099a8 !important;
}


[data-theme="dark"] .cy ,
[data-theme="power-save"] .cy,
[data-theme="dark"] .cy-custom ,
[data-theme="power-save"] .cy-custom {
  background: transparent;
  color: #0099a8
}

.cap {
  font-size: 80%;
  margin-top: 5px;
}

.table-number {
  display: block;
  background-color: #62b645;
  color: white;
  width: max-content;
  margin-left: auto;
  font-size: 12px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 5px 15px;
}

.diagram-header {
  background-color: #62b645;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.diagram-header h2,
.diagram-header span {
  color: white;
  margin: 0;
}

.green-pill {
  background-color: #4cb748;
  color: white;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 25px;
  width: max-content;
}

.white-pill {
  background-color: white;
  color: #4cb748;
  border: 2px solid #4cb748;
  padding: 5px 10px;
  width: max-content;
  border-radius: 25px;
}

.top-right-img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.d-green-bg {
  background-color: #4cb748;
  padding: 30px 25px;
  border-radius: 10px;
}

.d-green-bg * {
  color: white;
}

.d-green-bg p {
  font-size: 20px;
  font-weight: 500;
}

.lg-green-text {
  font-size: 26px;
  font-weight: 600;
  color: #61ad3e;
}

.row-fluid {
  display: flex;
  align-items: flex-end;
}
/* Table Styles End */

/* List Styles */
.list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: var(--list-black);
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
}

td > .list {
  font-size: 14px;
}

.list-dash > li:before {
  content: "-";
  position: relative;
  left: -5px;
}

.list-dash > li {
  text-indent: -5px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.list-circle > li {
  list-style-type: circle;
  text-indent: 0;
  margin-bottom: 5px;
  font-size: inherit;
}

.list-disc > li:before {
  font-family: Arial, Helvetica;
  font-size: 25px;
  position: relative;
  top: 4px;
  content: "\2022";
  padding-right: 10px;
  margin-left: -20px;
  background: linear-gradient(90deg, #27aae1 0%, #58b947 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list-disc > li {
  list-style: outside none none;
  margin: 0px 0px 4px 0px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.list-disc-white > li:before {
  font-family: Arial, Helvetica;
  font-size: 25px;
  position: relative;
  top: 4px;
  content: "\2022";
  padding-right: 10px;
  margin-left: -20px;
  color: #fff;
}

.list-disc,
.list-disc-white > li {
  list-style: outside none none;
  margin: 0px 0px 4px 0px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-left: 0;
}

ul.list-disc {
  margin-bottom: 25px;
}

td ul.list-disc {
  margin-bottom: 0px;
}

.list-abc > li {
  list-style-type: lower-alpha;
  text-indent: 0;
  margin-bottom: 5px;
  margin-left: 20px;
}

.list-ABC > li {
  list-style-type: upper-alpha;
  text-indent: 0;
  margin-bottom: 5px;
  margin-left: 20px;
}

.list-iii > li {
  list-style-type: lower-roman;
  text-indent: 0;
  margin-bottom: 5px;
  margin-left: 20px;
}

.list-123 > li {
  list-style-type: decimal;
  text-indent: 0;
  margin-bottom: 8px;
  margin-left: 20px;
}
/* List Styles End */
