123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773 |
- .ct-label {
- fill: rgba(0, 0, 0, 0.4);
- color: rgba(0, 0, 0, 0.4);
- font-size: 1rem;
- line-height: 1;
- }
-
- .ct-chart-line .ct-label,
- .ct-chart-bar .ct-label {
- display: block;
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- }
-
- .ct-label.ct-horizontal.ct-start {
- -webkit-box-align: flex-end;
- -webkit-align-items: flex-end;
- -ms-flex-align: flex-end;
- align-items: flex-end;
- -webkit-box-pack: flex-start;
- -webkit-justify-content: flex-start;
- -ms-flex-pack: flex-start;
- justify-content: flex-start;
- text-align: left;
- text-anchor: start;
- }
-
- .ct-label.ct-horizontal.ct-end {
- -webkit-box-align: flex-start;
- -webkit-align-items: flex-start;
- -ms-flex-align: flex-start;
- align-items: flex-start;
- -webkit-box-pack: flex-start;
- -webkit-justify-content: flex-start;
- -ms-flex-pack: flex-start;
- justify-content: flex-start;
- text-align: left;
- text-anchor: start;
- }
-
- .ct-label.ct-vertical.ct-start {
- -webkit-box-align: flex-end;
- -webkit-align-items: flex-end;
- -ms-flex-align: flex-end;
- align-items: flex-end;
- -webkit-box-pack: flex-end;
- -webkit-justify-content: flex-end;
- -ms-flex-pack: flex-end;
- justify-content: flex-end;
- text-align: right;
- text-anchor: end;
- }
-
- .ct-label.ct-vertical.ct-end {
- -webkit-box-align: flex-end;
- -webkit-align-items: flex-end;
- -ms-flex-align: flex-end;
- align-items: flex-end;
- -webkit-box-pack: flex-start;
- -webkit-justify-content: flex-start;
- -ms-flex-pack: flex-start;
- justify-content: flex-start;
- text-align: left;
- text-anchor: start;
- }
-
- .ct-chart-bar .ct-label.ct-horizontal.ct-start {
- -webkit-box-align: flex-end;
- -webkit-align-items: flex-end;
- -ms-flex-align: flex-end;
- align-items: flex-end;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- text-align: center;
- text-anchor: start;
- }
-
- .ct-chart-bar .ct-label.ct-horizontal.ct-end {
- -webkit-box-align: flex-start;
- -webkit-align-items: flex-start;
- -ms-flex-align: flex-start;
- align-items: flex-start;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- text-align: center;
- text-anchor: start;
- }
-
- .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
- -webkit-box-align: flex-end;
- -webkit-align-items: flex-end;
- -ms-flex-align: flex-end;
- align-items: flex-end;
- -webkit-box-pack: flex-start;
- -webkit-justify-content: flex-start;
- -ms-flex-pack: flex-start;
- justify-content: flex-start;
- text-align: left;
- text-anchor: start;
- }
-
- .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
- -webkit-box-align: flex-start;
- -webkit-align-items: flex-start;
- -ms-flex-align: flex-start;
- align-items: flex-start;
- -webkit-box-pack: flex-start;
- -webkit-justify-content: flex-start;
- -ms-flex-pack: flex-start;
- justify-content: flex-start;
- text-align: left;
- text-anchor: start;
- }
-
- .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: flex-end;
- -webkit-justify-content: flex-end;
- -ms-flex-pack: flex-end;
- justify-content: flex-end;
- text-align: right;
- text-anchor: end;
- }
-
- .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: flex-start;
- -webkit-justify-content: flex-start;
- -ms-flex-pack: flex-start;
- justify-content: flex-start;
- text-align: left;
- text-anchor: end;
- }
-
- .ct-grid {
- stroke: rgba(0, 0, 0, 0.2);
- stroke-width: 1px;
- stroke-dasharray: 2px;
- }
-
- .ct-point {
- stroke-width: 10px;
- stroke-linecap: round;
- }
-
- .ct-line {
- fill: none;
- stroke-width: 4px;
- }
-
- .ct-area {
- stroke: none;
- fill-opacity: 0.1;
- }
-
- .ct-bar {
- fill: none;
- stroke-width: 10px;
- }
-
- .ct-slice-donut {
- fill: none;
- stroke-width: 60px;
- }
-
- .ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
- stroke: #1AB394;
- }
-
- .ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
- fill: #1AB394;
- }
-
- .ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
- stroke: #79D2C0;
- }
-
- .ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
- fill: #79D2C0;
- }
-
- .ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
- stroke: #D3D3D3;
- }
-
- .ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
- fill: #D3D3D3;
- }
-
- .ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
- stroke: #BABABA;
- }
-
- .ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
- fill: #BABABA;
- }
-
- .ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
- stroke: #453d3f;
- }
-
- .ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
- fill: #453d3f;
- }
-
- .ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
- stroke: #59922b;
- }
-
- .ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
- fill: #59922b;
- }
-
- .ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
- stroke: #0544d3;
- }
-
- .ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
- fill: #0544d3;
- }
-
- .ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
- stroke: #6b0392;
- }
-
- .ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
- fill: #6b0392;
- }
-
- .ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
- stroke: #f05b4f;
- }
-
- .ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
- fill: #f05b4f;
- }
-
- .ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
- stroke: #dda458;
- }
-
- .ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
- fill: #dda458;
- }
-
- .ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
- stroke: #eacf7d;
- }
-
- .ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
- fill: #eacf7d;
- }
-
- .ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
- stroke: #86797d;
- }
-
- .ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
- fill: #86797d;
- }
-
- .ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
- stroke: #b2c326;
- }
-
- .ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
- fill: #b2c326;
- }
-
- .ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
- stroke: #6188e2;
- }
-
- .ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
- fill: #6188e2;
- }
-
- .ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
- stroke: #a748ca;
- }
-
- .ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
- fill: #a748ca;
- }
-
- .ct-square {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-square:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 100%;
- }
-
- .ct-square:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-square > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-minor-second {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-minor-second:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 93.75%;
- }
-
- .ct-minor-second:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-minor-second > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-major-second {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-major-second:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 88.88889%;
- }
-
- .ct-major-second:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-major-second > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-minor-third {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-minor-third:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 83.33333%;
- }
-
- .ct-minor-third:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-minor-third > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-major-third {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-major-third:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 80%;
- }
-
- .ct-major-third:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-major-third > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-perfect-fourth {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-perfect-fourth:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 75%;
- }
-
- .ct-perfect-fourth:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-perfect-fourth > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-perfect-fifth {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-perfect-fifth:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 66.66667%;
- }
-
- .ct-perfect-fifth:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-perfect-fifth > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-minor-sixth {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-minor-sixth:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 62.5%;
- }
-
- .ct-minor-sixth:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-minor-sixth > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-golden-section {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-golden-section:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 61.8047%;
- }
-
- .ct-golden-section:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-golden-section > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-major-sixth {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-major-sixth:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 60%;
- }
-
- .ct-major-sixth:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-major-sixth > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-minor-seventh {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-minor-seventh:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 56.25%;
- }
-
- .ct-minor-seventh:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-minor-seventh > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-major-seventh {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-major-seventh:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 53.33333%;
- }
-
- .ct-major-seventh:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-major-seventh > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-octave {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-octave:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 50%;
- }
-
- .ct-octave:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-octave > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-major-tenth {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-major-tenth:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 40%;
- }
-
- .ct-major-tenth:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-major-tenth > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-major-eleventh {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-major-eleventh:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 37.5%;
- }
-
- .ct-major-eleventh:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-major-eleventh > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-major-twelfth {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-major-twelfth:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 33.33333%;
- }
-
- .ct-major-twelfth:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-major-twelfth > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .ct-double-octave {
- display: block;
- position: relative;
- width: 100%;
- }
-
- .ct-double-octave:before {
- display: block;
- float: left;
- content: "";
- width: 0;
- height: 0;
- padding-bottom: 25%;
- }
-
- .ct-double-octave:after {
- content: "";
- display: table;
- clear: both;
- }
-
- .ct-double-octave > svg {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- }
|