@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
/* common svg start */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.SvgChart {
  padding-left: 2px;
  padding-right: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  font-size: 12px;
  /* padding-top: 10px; */
  z-index: 2;
}
.SvgChartBrowserNotSupport {
  height: 50px;
  width: 100%;
  background-color: #ff0000;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
}
.SvgChartViewPanel {
  position: relative;
}
.SvgChartViewLabelDiv {
  padding-bottom: 3px;
}
.SvgChartViewLabel {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
  padding-top: 3px;
}
.SvgChartRange,
.SvgChartRange_ie8 {
  display: inline;
  float: right;
  /* margin-top: 4px; */
  color: #5e5e5e;
  font-size: 12px;
}
.SvgChartRange .list {
  border: 1px solid #b2c4d2;
  border-radius: 3px;
  padding: 0;
}
.SvgChartRange .list button.SvgChartRangeLink {
  padding: 1em 0.5em;
  text-align: center;
  border-right: 1px solid #b2c4d2;
}
.SvgChartRange .list button.SvgChartRangeLinkSelect {
  padding: 1em 0.5em;
  text-align: center;
  background: #3480ce;
}
.SvgChartRange .list button.SvgChartRangeLinkSelect:before {
  content: "";
  position: absolute;
  left: 3px;
  top: -2px;
  border-radius: 2px;
  width: 0;
  height: 0;
  background-color: transparent;
  z-index: -1;
}
.SvgChartRange .list,
.SvgChartRange_ie8 .list{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(178 196 210 / var(--tw-border-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
}
.SvgChartRange .list button.disabled,
.SvgChartRange_ie8 .list button.disabled {
  cursor: not-allowed;
  color: #dddddd;
  padding: 1em 0.5em;
  text-align: center;
}
.SvgChartRange .list button.disabled:hover,
.SvgChartRange_ie8 .list button.disabled:hover {
  color: #dddddd;
}
.SvgChartRange .list button,
.SvgChartRange_ie8 .list button {
  display: block;
  margin: 0;
  padding: 3px 5px;
  color: #333;
  text-decoration: none;
  line-height: 8px;
}
/* .SvgChartRange .list a:first-child,
.SvgChartRange_ie8 .list a:first-child {
  border-left: 1px #d8d8d8 solid;
} */
.SvgChartRange .list button:hover {
  color: #0070bf;
}
.SvgChartRange_ie8 .list button:hover {
  color: #0070bf;
  line-height: 8px;
}
.SvgChartRange .list button.SvgChartRangeLink,
.SvgChartRange_ie8 .list button.SvgChartRangeLink {
  position: relative;
}
.SvgChartRange .list button.SvgChartRangeLinkSelect,
.SvgChartRange_ie8 .list button.SvgChartRangeLinkSelect {
  color: #fff;
  position: relative;
}
.SvgChartRange .list button.SvgChartRangeLink:first-child {
  border-left: none;
}
.SvgChartRange .list button.SvgChartRangeLink:last-child {
  border-right: none;
}
.SvgChartRange_ie8 .list button.SvgChartRangeLinkSelect,
.SvgChartRange_ie8 .list button.SvgChartRangeLinkSelect {
  color: #fff;
  background-color: #545991;
}
.SvgChartRange input,
.SvgChartRange_ie8 input {
  width: 80px;
  height: 18px;
  margin-left: 4px;
}
.SvgChartRangeButton {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 2px;
}
.SvgChartRangeText {
  float: left;
  padding: 4px 0px 2px;
  margin-right: 10px;
  font-size: 12px;
}
.SvgChartRangeSelect {
  padding-top: 2px;
  padding-bottom: 2px;
}
.SvgChartActionView {
  background-color: #ffffff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.SvgChartViewData {
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: #666;
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 6px;
  font-size: 12px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.SvgChartViewDot {
  color: #ffffff;
  padding: 3px;
  text-align: center;

  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.SvgChartViewTooltip {
  font-size: 12px;
}
.SvgChartViewTooltipBold {
  font-size: 24px;
}
.svgChartLoading {
  opacity: 0.6;
  background: url("/assets/icons/gif/loading-96db559c.gif") no-repeat center;
}
.svgChartGlobalLoading {
  background: #ffffff url("/assets/icons/gif/loading-96db559c.gif") no-repeat center;
}
.svgChartError {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #ffffff;
}
.svgChartError div {
  position: relative;
  height: 100%;
  top: 50%;
  font-size: 13px;
  line-height: 14px;
  color: #ff0000;
  text-align: center;
}
.SvgChartStatus {
  background-color: #f7f7f7;
}
.SvgChartStatus div {
  height: 100%;
  font-size: 13px;
  line-height: 14px;
  color: #a0a0a0;
  text-align: center;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SvgChartStatus div a {
  color: #666;
}
.SvgChartViewScroll {
  margin-top: 2px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.SvgChartViewLabelColor {
  position: relative;
  float: left;
  /* display: inline; */
  zoom: 1;
  line-height: 12px;
  margin-left: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  font-size: 12px;
  background-color: transparent;
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  max-width: 120px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.SvgChartViewColorPoint {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  width: 12px;
  height: 2px;
  font-size: 0;
  margin-right: 3px;
}
.SvgChartTechnicalSetting {
  width: 160px;
  padding: 10px;
  background-color: #ffffff;
  border-color: #979ba2;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
}
.SvgChartTechnicalSetting input {
  margin-top: -3px;
}
.SvgChartColorSelect {
  width: 170px;
  padding: 5px 0px 5px 5px;
  background-color: #ffffff;
  border-color: #ddd;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
}
.SvgChartColorRect {
  float: left;
  width: 20px;
  height: 20px;
  margin: 4px 4px 0 0;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.SvgChartColorRect i {
  width: 5px;
  height: 0;
  line-height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #fff transparent transparent;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
}
.SvgChartBorder {
  display: inline-block;
  border-color: #a9a9a9 !important;
  border-radius: 2px;
  border-width: 1px;
  padding: 6px 0;
  border-style: solid !important;
  text-align: center;
}
.SvgChartLine {
  float: left;
  border-top-style: solid;
  font-size: 12px;
  text-align: center;
  width: 20px;
  height: 10px;
  margin: -7px 4px;
  cursor: pointer;
}
.SvgChartLineS {
  border-top-width: 1px;
  margin-top: 6px;
}
.SvgChartLineM {
  border-top-width: 4px;
  margin-top: 3px;
}
.SvgChartLineL {
  border-top-width: 6px;
  margin-top: 1px;
}
.SvgChartLabelRemove {
  display: block;
  width: 17px;
  height: 17px;
  background: url("/assets/charts/btn_delete-28fef1a9.png") no-repeat;
  background-size: contain;
}
.SvgChartViewLabelRemove {
  text-decoration: none;
  width: 10px;
  height: 10px;
  display: inline-block;
  /* display: inline; */
  zoom: 1;
  vertical-align: top;
  margin-left: 2px;
  margin-right: 10px;
  margin-top: 1px;
  background: url("/assets/charts/icon_remove-59759985.png") no-repeat;
}
.SvgChartIndicatorMenu {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 2px;
  font-size: 12px;
  text-align: right;
}
.SvgChartIndicatorLabel {
  font-size: 18px;
}
a.SvgChartIndicator {
  height: 18.5px;
  display: inline-block;
  padding: 5px 10px 1px 44px;
  background: url("/assets/charts/icon_zk-dac9c460.png") no-repeat 8px 6px;
  color: #1f74b7;
  font-size: 12px;
  text-decoration: none;
}
a.SvgChartIndicator:hover {
  color: #1f74b7;
  text-decoration: underline;
}
a.SvgChartIndicator_active {
  height: 18.5px;
  display: inline-block;
  padding: 5px 10px 1px 44px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.SvgChartIndicatorView {
  border: 1px solid #ccc;
  border-top: 3px solid #40b336;
  box-shadow: 0px 1px 3px #ccc;
  background-color: #ffffff;
  font-size: 12px;
  top: 29px;

  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.SvgChartControllerIndicator {
  display: block;
  float: left;
  position: relative;
  margin-right: 10px;
  padding: 2px 5px;
  background: #f3f3f3;
  border: 1px solid #c9c7c8;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  padding-top: 4px;
  height: 32px;
  padding: 1em 0.5em;
  background-color: #fafafa;
  border: 1px solid #95a5b1;
  margin-right: 0.5em;
  line-height: 8px;
}
.SvgChartIndicatorControllerView {
  list-style: none;
  border: 1px #ddd solid;
  border-radius: 3px;
  visibility: hidden;
  background: #ffffff;
  opacity: 1;
  overflow-x: hidden;
  position: absolute;
  top: 35px;
  padding: 10px;
  padding-top: 3px;
  width: auto !important;
  max-width: 700px;
  max-height: 500px;
  overflow: visible;
}
.SvgChartIndicatorControllerView ul {
  border: none;
  box-shadow: none;
  font-size: 12px;
  width: 100%;
}
.SvgChartIndicatorControllerView .mb10 {
  margin-bottom: 0;
}
.SvgChartIndicatorControllerView ul li {
  display: block;
  line-height: 18px;
}
.SvgChartIndicatorControllerView ul.fl li {
  float: left;
}
.SvgChartIndicatorControllerView ul .select {
  background: #2886c9;
  color: #fff;
}
.SvgChartIndicatorControllerView input {
  position: relative;
  margin-top: 4px;
  margin-right: 2px;
}
.SvgChartIndicatorControllerView .ckbox {
  float: left;
  margin-right: 4px;
}
.SvgChartIndicatorControllerView > ul > li {
  overflow: hidden;
}
.SvgChartIndicatorControllerView .SvgChartColorRect {
  float: left;
}
.SvgChartIndicatorControllerView li .SvgChartColorRect {
  top: 1px !important;
}
.cklabel-before {
  float: left;
  margin-top: 5px;
  padding-top: 0px;
  padding-left: 50px;
  background: url("/assets/charts/btn_plus_disable-07073a54.png") #fff no-repeat;
  background-position: left top;
  cursor: pointer;
  display: block;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.cklabel-after {
  float: left;
  margin-top: 5px;
  padding-top: 0px;
  padding-left: 50px;
  background: url("/assets/charts/btn_plus-3d2f5e34.png") #fff no-repeat left 2px;
  cursor: pointer;
}
.SvgChartIndicatorControllerView .lbbox {
  float: left;
}
.SvgChartIndicatorBenchmarkError {
  position: absolute;
  z-index: 9;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 3px #ccc;
  background-color: #ffffff;
  font-size: 12px;
  color: #ff0000;
  padding: 3px 5px 3px 5px;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.SvgChartIndicatorBenchmarkSelect {
  position: absolute;
  z-index: 9;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 3px #ccc;
  font-size: 12px;
  color: #ff0000;
  padding: 3px 5px 3px 5px;
  left: 3px;
  top: 69px;
  background: #fff;
}
.SvgChartIndicatorButtonPlus {
  margin-right: 10px;
  width: auto;
  height: 17px;
  line-height: 18px;
  cursor: pointer;
  background: url("/assets/charts/btn_plus_disable-07073a54.png") no-repeat;
  background-size: contain;
}
.SvgChartIndicatorButtonPlus > span {
  padding-left: 25px;
}
.SvgChartIndicatorButtonPlusDisable {
  margin-right: 10px;
  width: auto;
  height: 17px;
  line-height: 18px;
  cursor: pointer;
  background: url("/assets/charts/btn_plus-3d2f5e34.png") no-repeat;
  background-size: contain;
}
.SvgChartIndicatorButtonPlusDisable > span {
  padding-left: 25px;
}
.SvgChartIndicatorCategory {
  padding-left: 10px;
  padding-right: 20px;
}
.SvgChartIndicatorCategory .label {
  display: inline-block;
  font-size: 12px;
}
.SvgChartIndicatorCategory .detail div {
  padding-left: 34px;
}
.SvgChartIndicatorCategory .detail div div {
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.SvgChartTechnicalSetting ul {
  margin: 2px 0;
  font-size: 12px;
  float: left;
}
.SvgChartTechnicalSetting .SvgChartColorDiv > div > span.SvgChartColorRect {
  top: 4px;
}
.SvgChartTechnicalSetting ul li {
  position: relative;
  display: block;
  line-height: 24px;
  padding-top: 3px;
}
.SvgChartTechnicalSetting ul li span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.SvgChartTechnicalSetting ul li input {
  margin-left: 30px !important;
}
.SvgChartTechnicalSetting .label {
  display: inline-block;
  width: 90px;
}
.chart_line {
  float: right;
  width: 1px;
  height: 30px;
  background: #ccc;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.charts_type {
  float: right;
  width: 34px;
  height: 26px;
  display: inline;
  text-align: center;
}
.icon_line,
.icon_mountain,
.icon_candle {
  width: 25px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon_line {
  background-image: url("/assets/charts/charts_line-2a0e0f80.png");
}
.icon_mountain {
  background-image: url("/assets/charts/charts_area-65288414.png");
}
.icon_candle {
  background-image: url("/assets/charts/charts_candle-40583d38.png");
}
.icon_line_selected,
.icon_mountain_selected,
.icon_candle_selected {
  width: 25px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-color: #545991;
  margin-top: 1px;
  border-radius: 2px;
}
.icon_line_selected {
  background-image: url("/assets/charts/charts_line_blue-e2c93b0f.png");
}
.icon_mountain_selected {
  background-image: url("/assets/charts/charts_area_blue-50196a7c.png");
}
.icon_candle_selected {
  background-image: url("charts/charts_candle_blue.png");
}
.icon-calendar {
  width: 23px;
  height: 25px;
  margin-left: 10px;
  background-size: contain;
  background-image: url("/assets/charts/charts_calendar-940ac2da.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.icon-del {
  text-decoration: none;
  width: 10px;
  height: 10px;
  display: inline-block;
  /* display: inline; */
  zoom: 1;
  vertical-align: top;
  margin-left: 8px;
  margin-top: 6px;
  background: url("/assets/charts/icon_remove-59759985.png") no-repeat;
  cursor: pointer;
}
.xAxis {
  font-size: 12px;
}
.yAxis {
  font-size: 12px;
  fill: #aaaaaa;
}
.xAxisDiv {
  background-color: #333;
  color: #ffffff;
  padding: 2px;
  font-size: 12px;
  text-align: right;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding-top: 3px;
  white-space: nowrap;
}
.yAxisDiv {
  display: inline-block;
  color: #ffffff;
  background-color: #333;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding-top: 3px;
  white-space: nowrap;
}
.icon_zk {
  position: relative;
  left: 5px;
  top: 5px;
  margin: 0 4px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-style: solid dashed dashed dashed;
  border-color: #000 transparent transparent transparent;
}
.icon_zk:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -14px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #000 transparent;
}
.icon_sl {
  position: relative;
  left: 5px;
  top: 5px;
  margin: 0 4px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-style: solid dashed dashed dashed;
  border-color: #000 transparent transparent transparent;
}
.icon_sl:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -14px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #000 transparent;
}
.SvgChartIndicatorControllerView .icon_sl,
.SvgChartIndicatorControllerView .icon_zk {
  float: right;
  margin-top: 4px;
  margin-right: 45px;
  cursor: pointer;
  border: 0 none;
}
.SvgChartIndicatorControllerView .icon_sl {
  display: inline-block;
  position: relative;
  left: 4px;
  top: 0;
  width: 12px;
  height: 7px;
  padding-right: 5px;
  border: 0 none;
  background: url("/assets/charts/icon_zk-dac9c460.png") no-repeat;
  cursor: pointer;
}
.SvgChartIndicatorControllerView .icon_zk {
  display: inline-block;
  position: relative;
  left: 4px;
  top: 0;
  width: 12px;
  height: 7px;
  padding-right: 5px;
  border: 0 none;
  background: url("/assets/charts/icon_sl-d42c55d0.png") no-repeat;
  cursor: pointer;
}
.SvgChartIndicatorControllerView .icon_sl:after,
.SvgChartIndicatorControllerView .icon_zk:after {
  content: "";
  width: 0;
  height: 0;
  border: 0 none;
}
.SvgChartIndicatorControllerView .icon_sl:before {
  content: "閉じる";
  position: absolute;
  width: 50px;
  text-align: right;
  right: -40px;
  top: -4px;
  color: #999;
}
.SvgChartIndicatorControllerView .icon_zk:before {
  content: "開く";
  position: absolute;
  width: 50px;
  text-align: right;
  right: -40px;
  top: -4px;
  color: #999;
}
.SvgChartScrollMask {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.SvgChart .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.arrow_color {
  left: 33px;
  top: 12px;
}
.benchmark-help {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("/assets/charts/benchmark_help-1f760b8e.png") no-repeat;
  cursor: help;
}
.button_disable {
  cursor: not-allowed;
  opacity: 0.3;
}
.fs14 {
  font-size: 14px;
}
.fl {
  float: left;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.SvgChartIndicatorControllerView .detail ul:before,
.SvgChartIndicatorControllerView .detail ul:after {
  content: "";
  display: block;
}
.SvgChartIndicatorControllerView .detail ul:after {
  clear: both;
}
.SvgChartIndicatorControllerView .detail ul {
  zoom: 1;
}
.ofh:before,
.ofh:after {
  content: "";
  display: block;
}
.ofh:after {
  clear: both;
}
.ofh {
  zoom: 1;
}
.SvgChartIndicatorCategory .detail:before,
.SvgChartIndicatorCategory .detail:after {
  content: "";
  display: block;
}
.SvgChartIndicatorCategory .detail:after {
  clear: both;
}
.SvgChartIndicatorCategory .detail {
  zoom: 1;
}
.SvgChartIndicatorControllerView > .ofh > span:first-of-type {
  font-weight: bold;
}
.SvgChartIndicatorCategory .detail > span.SvgChartColorRect {
  float: right !important;
  margin-right: -20px;
  padding-top: 5px;
}
.SvgChartIndicatorCategory .detail div div {
  float: left;
  width: 100%;
}
.SvgChartIndicatorCategory .detail div div .SvgChartColorRect {
  margin-top: 10px;
}
.SvgChartIndicatorCategory:nth-child(2) .detail div div .SvgChartColorRect {
  margin-top: 6px;
}
.SvgChartIndicatorCategory .detail ul {
  float: left;
  margin-top: 5px;
}
.SvgChartIndicatorCategory .SvgChartColorDiv .label {
  width: 125px;
  margin-right: 5px;
  position: relative;
}
.SvgChartIndicatorCategory:nth-child(3) .label:before {
  content: "日";
  position: absolute;
  right: -50px;
}
.SvgChartIndicatorControllerView input {
  width: 30px !important;
  text-align: center;
}
.SvgChartIndicatorCategory .detail:first-child {
  margin-top: 5px;
}
.SvgChartIndicatorCategory:nth-child(3) .detail:first-child:before {
  content: "";
  position: absolute;
  width: 88%;
  height: 1px;
  background: #ccc;
  right: 10px;
  top: 31px;
}
.SvgChartIndicatorControllerView
  .SvgChartIndicatorCategory.multiParams
  .detail
  > ul {
  padding-left: 0;
  position: relative;
  width: 100%;
  margin-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #d0d0d0;
}
.SvgChartIndicatorControllerView
  .SvgChartIndicatorCategory.multiParams
  .detail
  > ul:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  width: 103%;
  height: 1px;
  background: #ccc;
}
.SvgChartIndicatorControllerView .SvgChartIndicatorCategory:nth-child(2) {
  margin-bottom: 5px;
}
.SvgChartIndicatorControllerView
  .SvgChartIndicatorCategory.multiParams
  .detail
  > div {
  width: 100%;
}
.SvgChartIndicatorControllerView
  .SvgChartIndicatorCategory.multiParams
  .detail
  > ul
  > li {
  float: left;
}
.SvgChartIndicatorControllerView
  .SvgChartIndicatorCategory.multiParams
  .detail
  > ul
  > li:nth-child(2) {
  margin-left: 50px;
}
.SvgChartIndicatorControllerView
  .SvgChartIndicatorCategory.multiParams
  .detail
  > ul
  > li:last-child {
  float: right;
}
.SvgChartIndicatorControllerView
  .SvgChartIndicatorCategory.multiParams
  .detail
  > div {
  float: left;
}
.SvgChartIndicatorControllerView > .mb10 > input {
  width: 100%;
  min-width: 170px;
  height: 24px !important;
  line-height: 25px;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  text-align: left;
  margin-right: 5px;
  text-indent: 5px;
  vertical-align: middle;
  border: 1px solid #999;
}
.SvgChartIndicatorControllerView > .mb10 > span:first-of-type {
  display: inline-block;
  position: relative;
  transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  -moz-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  padding: 0;
  width: 58px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  border: 1px solid #b5b5b5;
  text-align: center;
  text-indent: 20px;
  color: #999;
  background: #f2f2f2;
  cursor: pointer;
}
.SvgChartIndicatorControllerView > .mb10 > span:first-of-type:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  background: #999;
  left: 12px;
  top: 11px;
}
.SvgChartIndicatorControllerView > .mb10 > span:first-of-type:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  background: #999;
  left: 16px;
  top: 7px;
}
.SvgChartIndicatorControllerView > .mb10 > span.benchmark-help {
  display: none;
}
.SvgChartViewFrame .SvgChartTechnicalSetting {
  height: 32px;
  position: relative;
  width: 230px !important;
  padding-bottom: 15px;
  box-sizing: content-box !important;
}
.SvgChartViewFrame .SvgChartTechnicalSetting.compare {
  width: 150px !important;
}
.SvgChartViewFrame .SvgChartTechnicalSetting > div {
  position: absolute;
  top: 10px;
  left: 10px;
  padding-left: 0 !important;
  z-index: -1;
}
.SvgChartViewFrame .SvgChartTechnicalSetting > div.NoParamsColorDiv {
  top: 12px;
}
.SvgChartViewFrame
  .SvgChartTechnicalSetting
  > div.NoParamsColorDiv
  .SvgChartColorRect {
  top: 6px;
}
.SvgChartViewFrame .SvgChartTechnicalSetting > div .SvgChartColorRect {
  margin-right: 5px;
  top: 6px;
}
.SvgChartViewFrame .SvgChartTechnicalSetting > div > div > ul {
  padding-left: 0;
}
.SvgChartViewFrame .SvgChartTechnicalSetting > div > div > ul input {
  width: 30px !important;
  margin-left: 5px;
  margin-right: 30px;
  text-align: center;
  outline: none;
  line-height: 21px !important;
  height: 20px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #999;
}
.SvgChartViewFrame .SvgChartTechnicalSetting > .SvgChartColorRect {
  float: right !important;
  margin-right: -5px;
  padding-top: 3px;
}
.SvgChartViewFrame .SvgChartTechnicalSetting.compare > .SvgChartColorRect {
  padding-top: 5px;
}
.SvgChartViewFrame .SvgChartTechnicalSetting > ul > li > .label {
  position: relative;
  width: 30px;
}
.SvgChartViewFrame .SvgChartTechnicalSetting > ul {
  width: 30%;
}
.SvgChartViewFrame .SvgChartTechnicalSetting > ul > li > .label:after {
  content: "日";
  position: absolute;
  right: -50px;
}
.SvgChartViewFrame .SvgChartTechnicalSetting > ul > li > input {
  width: 30px !important;
  text-align: center;
}
.SvgChartViewFrame:nth-of-type(4)
  .SvgChartViewLabelDiv:nth-of-type(2)
  > .SvgChartTechnicalSetting:first-child {
  height: 32px;
  width: 125px !important;
}
.SvgChartViewFrame:nth-of-type(4)
  .SvgChartViewLabelDiv:nth-of-type(2)
  > .SvgChartTechnicalSetting:nth-child(2) {
  height: 32px;
  width: 125px !important;
}
.SvgChartViewFrame .SvgChartTechnicalSettingMultiParams > ul:before,
.SvgChartViewFrame .SvgChartTechnicalSettingMultiParams > ul:after {
  content: "";
  display: block;
}
.SvgChartViewFrame .SvgChartTechnicalSettingMultiParams > ul:after {
  clear: both;
}
.SvgChartViewFrame .SvgChartTechnicalSettingMultiParams > ul {
  zoom: 1;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  padding-left: 0;
  border-bottom: 1px dashed #d0d0d0;
  margin-top: 6px;
  padding-bottom: 3px;
}
.SvgChartViewFrame .SvgChartTechnicalSettingMultiParams > ul > li {
  float: left;
  position: relative;
  line-height: 24px;
}
.SvgChartViewFrame .SvgChartTechnicalSettingMultiParams > ul > li:nth-child(2) {
  margin-left: 12px;
}
.SvgChartViewFrame .SvgChartTechnicalSettingMultiParams > ul > li:last-child {
  float: right;
}
.SvgChartViewFrame .SvgChartTechnicalSettingMultiParams > ul > li > .label {
  float: left;
  width: auto;
  margin-right: 3px;
}
.SvgChartViewFrame .SvgChartTechnicalSettingMultiParams > ul > li > input {
  width: 30px !important;
  text-align: center;
  margin-left: 5px;
  margin-top: -1px;
  height: 20px;
  line-height: 21px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  font-size: 10px;
  border: 1px solid #999;
}
.SvgChartViewFrame
  .SvgChartTechnicalSettingMultiParams
  > ul
  > li
  > .label:after {
  content: "";
}
.SvgChartViewFrame .SvgChartTechnicalSettingMultiParams > .SvgChartColorRect {
  position: absolute;
  bottom: 12px;
  right: 3px;
}
.SvgChartViewFrame .SvgChartTechnicalSettingMultiParams > div {
  padding-top: 7px;
  position: static;
  padding-left: 0 !important;
}
.SvgChartViewFrame
  .SvgChartTechnicalSettingMultiParams
  > div
  > div
  > .SvgChartColorRect {
  margin-top: 0;
  margin-right: 100px !important;
}
.SvgChartViewFrame
  .SvgChartTechnicalSettingMultiParams.Ichimoku
  > div
  > div
  > .SvgChartColorRect,
.SvgChartViewFrame
  .SvgChartTechnicalSettingMultiParams.MACD
  > div
  > div
  > .SvgChartColorRect,
.SvgChartViewFrame
  .SvgChartTechnicalSettingMultiParams.SRV
  > div
  > div
  > .SvgChartColorRect {
  margin-top: 8px;
}
.SvgChartViewFrame
  .SvgChartViewLabelDiv:nth-of-type(2)
  > .SvgChartTechnicalSettingMultiParams {
  padding: 10px;
  background-color: #ffffff;
  border-color: #979ba2;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  width: 250px !important;
}
.SvgChartIndicatorControllerView ul li > input {
  margin-left: 5px;
  margin-top: -2px;
  height: 20px !important;
  line-height: 21px;
  outline: none;
  box-sizing: border-box;
  background: #fff !important;
  text-align: center !important;
  padding: 0 !important;
  border: 1px solid #999;
}
.SvgChartIndicatorControllerView
  .SvgChartIndicatorCategory:nth-child(2)
  .SvgChartLabelRemove {
  display: block;
}
.SvgChartIndicatorControllerView
  .SvgChartIndicatorCategory:nth-child(2)
  > span {
  position: relative;
  left: 25px;
  display: block;
  padding: 4px 0 5px !important;
  padding: 5px 0 4px \0 !important;
  width: 95px;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid #ccc;
  text-align: center;
  text-indent: 20px;
  color: #999;
  background: #f2f2f2;
}
.SvgChartIndicatorControllerView
  .SvgChartIndicatorCategory:nth-child(2)
  > span:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  background: #999;
  left: 26px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.SvgChartIndicatorControllerView
  .SvgChartIndicatorCategory:nth-child(2)
  > span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  background: #999;
  left: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.SvgChartRange,
.SvgChartRange_ie8 {
  position: relative;
}
.SvgChartRange:before {
  content: "";
  display: block;
  line-height: 0;
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.SvgChartRange_ie8:before {
  content: "期間";
  position: absolute;
  left: -30px;
  top: 2px;
}
.mb10 {
  position: relative;
}
.SvgChartIndicatorBenchmarkSelect div {
  cursor: pointer;
  margin-bottom: 10px;
  color: #4c70b1;
  white-space: nowrap;
  line-height: 18px;
}
.SvgChartIndicatorBenchmarkSelect div span {
  float: left;
  box-sizing: border-box;
}
.SvgChartIndicatorBenchmarkSelect div span:first-child {
  padding-right: 20px;
}
.SvgChartIndicatorBenchmarkSelect div span:last-child {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.SvgChartIndicatorControllerView .SvgChartColorDiv > div > ul {
  width: 110px;
  margin-top: 6px;
}
.SvgChartColorDiv > div > span {
  float: left;
  margin-top: 2px;
  border-color: transparent;
  border-radius: 2px;
  border-width: 1px;
  padding: 8px 0;
  border-style: dashed;
  text-align: center;
}
.SvgChartColorDiv > div > .SvgChartColorRect {
  border: 0 none;
  border-radius: 0;
  padding: 0;
  text-align: auto;
}
.SvgChartColorDiv > div > span > .SvgChartLineM {
  margin-top: 4px;
}
.SvgChartColorDiv > div > span > .SvgChartLineL {
  margin-top: 3px;
}
.SvgChartViewFrame
  .SvgChartViewLabelDiv:nth-of-type(2)
  > .SvgChartTechnicalSettingMultiParams.BollingerBand
  > ul {
  position: absolute;
  border: 0 none !important;
  width: 35%;
  left: 35px;
  top: 12px;
}
.SvgChartViewFrame
  .SvgChartViewLabelDiv:nth-of-type(2)
  > .SvgChartTechnicalSettingMultiParams.BollingerBand
  > .SvgChartColorDiv {
  padding-top: 3px !important;
}
.SvgChartViewFrame
  .SvgChartViewLabelDiv:nth-of-type(2)
  > .SvgChartTechnicalSettingMultiParams.BollingerBand
  > ul
  > li {
  float: left !important;
}
.SvgChartViewFrame
  .SvgChartViewLabelDiv:nth-of-type(2)
  > .SvgChartTechnicalSettingMultiParams.BollingerBand
  > .SvgChartColorRect {
  bottom: 22px;
}
.SvgChartViewFrame
  .SvgChartViewLabelDiv:nth-of-type(2)
  > .SvgChartTechnicalSettingMultiParams.BollingerBand
  .SvgChartColorRect
  .SvgChartColorRect {
  margin-right: 95px !important;
}
.SvgChartViewFrame
  .SvgChartViewLabelDiv:nth-of-type(2)
  > .SvgChartTechnicalSettingMultiParams.BollingerBand
  .SvgChartColorRect
  .SvgChartLabelRemove {
  margin-top: 10px;
}
.SvgChartViewFrame
  .SvgChartViewLabelDiv:nth-of-type(2)
  > .SvgChartTechnicalSettingMultiParams.BollingerBand
  .SvgChartColorRect {
  top: 6px !important;
}
.SvgChartViewFrame
  .SvgChartTechnicalSetting
  .NoParamsColorDiv
  .SvgChartColorRect {
  margin-right: 15px;
  margin-top: 0;
}
.SvgChartIndicatorCategory.multiParams > .detail > .SvgChartColorRect {
  display: none;
}
.chart * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.chart a:focus {
  outline: none;
}
.div_reset {
  position: absolute;
  right: 5px;
  top: 40px;
  /* delete reset */
  display: none !important;
}
.div_reset a {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: #fbfbfb;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  color: #545991;
  text-decoration: none;
  background: url("/assets/charts/reset-4d0359d5.png") no-repeat center;
}
.div_reset a:hover {
  opacity: 0.8;
}
.div_reset_ie8 {
  position: absolute;
  right: 5px;
  top: 40px;
}
.div_reset_ie8 a {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  background: url("/assets/charts/reset-4d0359d5.png") no-repeat center;
}
.div_reset_ie8 a:hover {
  opacity: 0.8;
}
.mst_tooltip {
  position: relative;
  padding-left: 10px;
  padding-bottom: 3px;
  min-height: 16px;
  line-height: 16px;
}
.mst_tooltip span:first-child {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  line-height: 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (-moz-min-device-pixel-ratio: 1.25),
  only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (min-device-pixel-ratio: 1.25) {
  .benchmark-help {
    background: url("/assets/charts/benchmark_help.@1.5x-52af66a0.png") no-repeat;
    background-size: 15px 15px;
  }

  .SvgChartIndicatorControllerView .icon_sl {
    background: url("/assets/charts/icon_sl.@1.5x-3b853b98.png") no-repeat;
    background-size: 12px 7px;
  }

  .SvgChartIndicatorControllerView .icon_zk {
    background: url("/assets/charts/icon_zk.@1.5x-7e2d3873.png") no-repeat;
    background-size: 12px 7px;
  }

  .div_reset a {
    background-image: url("/assets/charts/reset.@1.5x-b8ebdc94.png");
    background-size: 28px 28px;
  }

  .div_reset_ie8 a {
    background-image: url("/assets/charts/reset.@1.5x-b8ebdc94.png");
    background-size: 28px 28px;
  }

  .svgChartLoading {
    background-image: url("/assets/icons/gif/loading.@1.5x-3f183782.gif");
    background-size: 32px 32px;
  }

  .SvgChartLabelRemove {
    background-image: url("/assets/charts/btn_delete.@1.5x-c9a66094.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }

  .SvgChartIndicatorButtonPlus {
    background-image: url("/assets/charts/btn_plus_disable.@1.5x-6e4498c4.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }

  .cklabel-before {
    background-image: url("/assets/charts/btn_plus_disable.@1.5x-6e4498c4.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }

  .cklabel-after {
    background-image: url("/assets/charts/btn_plus.@1.5x-0c32512f.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }

  .SvgChartIndicatorButtonPlusDisable {
    background-image: url("/assets/charts/btn_plus.@1.5x-0c32512f.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }

  .icon_candle {
    background-image: url("/assets/charts/charts_candle.@1.5x-aeb64cbb.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .icon_candle_selected {
    background-image: url("charts/charts_candle_blue.@1.5x.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .icon_mountain {
    background-image: url("/assets/charts/charts_area.@1.5x-10c3f6df.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .icon_mountain_selected {
    background-image: url("charts/charts_area_blue.@1.5x.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .icon_line {
    background-image: url("/assets/charts/charts_line.@1.5x-6b18acec.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .icon_line_selected {
    background-image: url("/assets/charts/charts_line_blue.@1.5x-ec0e12d5.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2) {
  .benchmark-help {
    background: url("/assets/charts/benchmark_help.@2x-44c79468.png") no-repeat;
    background-size: 15px 15px;
  }

  .SvgChartIndicatorControllerView .icon_sl {
    background: url("/assets/charts/icon_sl.@2x-b630991e.png") no-repeat;
    background-size: 12px 7px;
  }

  .SvgChartIndicatorControllerView .icon_zk {
    background: url("/assets/charts/icon_zk.@2x-626c0185.png") no-repeat;
    background-size: 12px 7px;
  }

  .svgChartLoading {
    background-image: url("/assets/icons/gif/loading.@2x-b8c100f3.gif");
    background-size: 32px 32px;
  }

  .div_reset a {
    background-image: url("/assets/charts/reset.@2x-6c669e2f.png");
    background-size: 28px 28px;
  }

  .div_reset_ie8 a {
    background-image: url("/assets/charts/reset.@2x-6c669e2f.png");
    background-size: 28px 28px;
  }

  .SvgChartLabelRemove {
    background-image: url("/assets/charts/btn_delete.@2x-28fef1a9.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }

  .SvgChartIndicatorButtonPlus {
    background-image: url("/assets/charts/btn_plus_disable.@2x-9d8807f8.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }

  .cklabel-before {
    background-image: url("/assets/charts/btn_plus_disable.@2x-9d8807f8.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }

  .cklabel-after {
    background-image: url("/assets/charts/btn_plus.@2x-ec1c855a.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }

  .SvgChartIndicatorButtonPlusDisable {
    background-image: url("/assets/charts/btn_plus.@2x-ec1c855a.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }

  .icon_candle {
    background-image: url("/assets/charts/charts_candle.@2x-d1242e6f.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .icon_candle_selected {
    background-image: url("/assets/charts/charts_candle_blue.@2x-cbc006b9.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .icon_mountain {
    background-image: url("/assets/charts/charts_area.@2x-9de1fc0a.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .icon_mountain_selected {
    background-image: url("/assets/charts/charts_area_blue.@2x-0f187448.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .icon_line {
    background-image: url("/assets/charts/charts_line.@2x-39e49f16.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .icon_line_selected {
    background-image: url("/assets/charts/charts_line_blue.@2x-a57baeb9.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }
}
.SvgChart
  .SvgChartIndicatorControllerView
  ul.SvgChartSelectNewDiv
  li.SvgChartSelectNewTitle {
  line-height: 28px;
}
.SvgChart .SvgChartIndicatorControllerView ul.SvgChartAddItem {
  overflow: hidden;
}
.SvgChart
  .SvgChartIndicatorControllerView
  ul.SvgChartAddItem
  li
  label.cklabel-after {
  max-width: 580px;
}
.SvgChart
  .SvgChartIndicatorControllerView
  ul.SvgChartAddItem
  li
  span.SvgChartColorRect {
  float: left !important;
}
.SvgChart
  .SvgChartIndicatorControllerView
  ul.SvgChartAddItem
  li
  span.SvgChartColorRect
  span {
  margin-left: 10px;
}
.SvgChart .SvgChartViewFrame {
  margin-top: 1em;
}
.SvgChartViewLabelDiv {
  padding-bottom: 3px;
}
/* common svg end */
.sp .SvgChart {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.sp .SvgChartRange {
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: 0;
  right: 0;
}
.sp .SvgChartRange .list {
  width: 100%;
  border: 1px solid #b2c4d2;
  border-radius: 3px;
  padding: 0;
}
.sp .SvgChartRange .list button {
  width: auto;
  white-space: nowrap;
  text-align: center;
}
.sp .SvgChartRange .list button.SvgChartRangeLink:last-child {
  border-right: none;
}
.sp .SvgChartRange .list button.SvgChartRangeLink {
  padding: 10px 0;
  border-right: 1px solid #b2c4d2;
}
.sp .SvgChartRange .list button.SvgChartRangeLinkSelect {
  padding: 10px 0;
  background: #3480ce;
}
.sp .SvgChart .SvgChartViewFrame {
  margin-top: 0.5em;
}
.sp .SvgChartRange .list button.disabled {
  padding: 10px 0;
}
.sp .chart_compare3 .delete_btn {
  flex-shrink: 0;
  float: right;
  width: 20px;
  height: 20px;
  background-image: url("/assets/charts/btn_delete-28fef1a9.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.sp .SvgChartIndicatorBenchmarkSelect div span:last-child {
  max-width: 100%;
}
.sp .SvgChartIndicatorBenchmarkSelect {
  top: 60px;
  left: 0;
  max-height: 140px;
  overflow-x: hidden;
  overflow-y: scroll;
  right: 0;
}
.sp_compare .SvgChartRange {
  position: absolute;
  width: 100%;
  top: 2.625rem;
  margin-top: 0;
  right: 0;
}
.sp_compare .SvgChartRange .list {
  width: 100%;
  border: 1px solid #b2c4d2;
  border-radius: 3px;
  padding: 0;
}
.sp_compare .SvgChartRange .list button {
  width: 14.28%;
  white-space: nowrap;
  text-align: center;
}
.sp_compare .SvgChartRange .list button.SvgChartRangeLink:last-child {
  border-right: none;
}
.sp_compare .SvgChartRange .list button.SvgChartRangeLink {
  padding: 10px 0;
  border-right: 1px solid #b2c4d2;
}
.sp_compare .SvgChartRange .list button.SvgChartRangeLinkSelect {
  padding: 10px 0;
  background: #3480ce;
}
.sp_compare .SvgChart .SvgChartViewFrame {
  margin-top: 0.5em;
}
.sp_compare .SvgChartRange .list button.disabled {
  padding: 10px 0;
}
/**
 * Swiper 11.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 13, 2024
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-horizontal{touch-action:pan-y}
.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}
.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-lock{display:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move;touch-action:none}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active{pointer-events:auto}
.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube{overflow:visible}
.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}
.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}
.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}
.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}
.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
/**
 * tom-select.css (v2.4.3)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 1px) 8px calc(8px - 2px - 3px - 1px);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: white;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}
.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}
.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}
.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}
/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}
.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #0073bb;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #00578d;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: #aaaaaa;
}
.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #0073bb;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #00578d;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #aaaaaa;
}
:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}
.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}
.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}
.ts-wrapper {
  position: relative;
}
.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}
.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}
.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.ts-wrapper.single .ts-control {
  --ts-pr-caret: 2rem;
}
.ts-wrapper.single .ts-control::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.ts-wrapper.single .ts-control:not(.rtl)::after {
  right: 15px;
}
.ts-wrapper.single .ts-control.rtl::after {
  left: 15px;
}
.ts-wrapper.single.dropdown-active .ts-control::after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.ts-wrapper.single.input-active .ts-control, .ts-wrapper.single.input-active .ts-control input {
  cursor: text;
}
.ts-wrapper {
  display: flex;
  min-height: 36px;
}
.ts-wrapper.multi.has-items .ts-control {
  padding-left: 5px;
  --ts-pr-min: $padding-x;
}
.ts-wrapper.multi .ts-control [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: color-mix(#1da7ee, #178ee9, 60%);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.ts-wrapper.multi .ts-control [data-value].active {
  background-color: color-mix(#008fd8, #0075cf, 60%);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}
.ts-wrapper.multi.disabled .ts-control [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}
.ts-wrapper.multi.disabled .ts-control [data-value], .ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  border-color: #e6e6e6;
}
.ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  background: none;
}
.ts-wrapper.single .ts-control {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: color-mix(#fefefe, #f2f2f2, 60%);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}
.ts-wrapper.single .ts-control, .ts-dropdown.single {
  border-color: #b8b8b8;
}
.dropdown-active .ts-control {
  border-radius: 3px 3px 0 0;
}
.ts-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.ts-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.ts-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.ts-control{
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dropdown-active .ts-control{
  border-radius: 0.5rem;
}
.ts-wrapper .ts-control{
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.ts-wrapper .ts-control:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.ts-wrapper .ts-control:focus{
  outline-color: #1ab394;
}
.ts-dropdown.single,.ts-wrapper.single .ts-control{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.ts-wrapper.single .ts-control {
  box-shadow: none;
  background-image: none;
}
.ts-wrapper.single .ts-control:after{
  position: absolute;
  top: 50%;
  height: 0.4375rem;
  width: 0.75rem;
  border-style: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/assets/icons/shared/angle_up-536303c3.svg");
}
.ts-wrapper.single.dropdown-active .ts-control:after{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ts-control,.ts-control input,.ts-dropdown{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
  font-family: inherit;
}
.ts-dropdown .create,.ts-dropdown .no-results,.ts-dropdown .optgroup-header,.ts-dropdown .option{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/* Multiple select item styles */
.ts-wrapper.multi .ts-control > div{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.ts-wrapper.multi .ts-control > div .remove{
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.ts-wrapper.multi .ts-control > div .remove:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.ts-wrapper.multi .ts-control > div .remove {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1;
}
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
:root {
    --swiper-pagination-color: #d6a936;
    --swiper-pagination-bottom: -0.125rem;
    --swiper-pagination-bullet-size: 0.3125rem;
    --swiper-pagination-bullet-width: 0.3125rem;
    --swiper-pagination-bullet-height: 0.3125rem;
    --swiper-pagination-bullet-inactive-color: #b6c0ca;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-size: 1.25rem;
    --swiper-navigation-color: #9ca3af;
    --swiper-navigation-top-offset: 37%;
  }
[x-cloak],
  [ng-cloak] {
    display: none !important;
  }
body {
    font-family: -apple-system, "BlinkMacSystemFont",
      "Hiragino Kaku Gothic ProN", "Noto Sans CJK JP", "Noto Sans JP",
      "Noto Sans", sans-serif;
  }
select {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1460px){
  .\!container{
    max-width: 1460px !important;
  }
  .container{
    max-width: 1460px;
  }
}
/* Header */
.new_tag{
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.9375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0.15625rem;
  padding-bottom: 0.15625rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-content: 'NEW';
  content: var(--tw-content);
}
.table_rounded{
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  border-radius: 0.4375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(77 88 106 / var(--tw-border-opacity));
}
.table_rounded td{
  border-top-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(77 88 106 / var(--tw-border-opacity));
}
.table_rounded tr:first-child td{
  border-top-width: 0px;
}
.table_rounded tr td:first-child{
  border-left-width: 0px;
}
.table_sticky_first{
  width: 100%;
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  font-size: 0.75rem;
  line-height: 1.5;
}
.table_sticky_first td:first-child{
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.table_sticky_first td:last-child{
  border-right-width: 0px;
}
.table_sticky_first td{
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  padding: 0.4375rem;
}
.table_sticky_first th:first-child{
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity));
}
.table_sticky_first th:last-child{
  border-right-width: 0px;
}
.table_sticky_first th{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.4375rem;
}
.table_sticky_first tr:first-child{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
/* Content */
.modal_bg_drop{
  position: fixed;
  inset: 0px;
  z-index: 110;
  height: 100vh;
  width: 100vw;
  background-color: rgb(0 0 0 / 0.3);
  text-align: center;
}
.modal_bg_drop::before{
  display: inline-block;
  height: 100%;
  width: 0px;
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
}
.checkbox_style{
  height: 1.125rem;
  width: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.checkbox_style:checked{
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
  background-image: url("/assets/icons/shared/checked_white-d86a51bd.svg");
  background-position: center;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 0.0625rem #333333,0 0 0.125rem #333333;
  --tw-shadow-colored: 0 0 0.0625rem var(--tw-shadow-color), 0 0 0.125rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.new_checkbox_style{
  height: 0.75rem;
  width: 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  background-image: url("/assets/icons/shared/checked_white-d86a51bd.svg");
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.new_checkbox_style:checked{
  --tw-border-opacity: 1;
  border-color: rgb(1 65 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 65 153 / var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumbs{
  margin-left: 0px;
  margin-right: auto;
  display: flex;
  max-width: 750px;
  align-items: center;
  gap: 0.25rem;
  overflow: hidden;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.breadcrumbs a,
    .breadcrumbs span{
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumbs a:hover{
  --tw-text-opacity: 1;
  color: rgb(238 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.breadcrumbs .separator{
  flex-shrink: 0;
}
.breadcrumbs .separator svg{
  height: 0.75rem;
  width: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.breadcrumbs .last{
  min-width: 0px;
  flex: 1 1 0%;
  text-overflow: ellipsis;
}
.footer_breadcrumbs{
  margin-left: 0.25rem;
  margin-right: auto;
  display: flex;
  max-width: 750px;
  align-items: center;
  gap: 0.25rem;
  overflow: hidden;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.footer_breadcrumbs a,
    .footer_breadcrumbs span{
  overflow: hidden;
  white-space: nowrap;
}
.footer_breadcrumbs a:hover{
  text-decoration-line: underline;
}
.footer_breadcrumbs .separator{
  flex-shrink: 0;
}
.footer_breadcrumbs .separator svg{
  height: 0.75rem;
  width: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_breadcrumbs .last{
  min-width: 0px;
  flex: 1 1 0%;
  text-overflow: ellipsis;
}
.breadcrumbs_sp{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  overflow-x: scroll;
  white-space: nowrap;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5625rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.breadcrumbs_sp a:hover{
  --tw-text-opacity: 1;
  color: rgb(238 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.dialog a:hover{
  --tw-text-opacity: 1;
  color: rgb(52 128 206 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.dialog a{
  --tw-text-opacity: 1;
  color: rgb(1 64 153 / var(--tw-text-opacity));
}
.ranking_containter>div:nth-child(1)>p{
  --tw-text-opacity: 1;
  color: rgb(215 205 154 / var(--tw-text-opacity));
}
.ranking_containter>div:nth-child(2)>p{
  --tw-text-opacity: 1;
  color: rgb(108 122 132 / var(--tw-text-opacity));
}
.ranking_containter>div:nth-child(3)>p{
  --tw-text-opacity: 1;
  color: rgb(151 105 84 / var(--tw-text-opacity));
}
/* ! fund tags - do not purge */
.fund_dividend_tag{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(161 98 8 / var(--tw-text-opacity));
}
.fund_reit_tag{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.fund_bond_tag{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.ranking-filter-btn{
  min-width: 4.375rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(178 196 210 / var(--tw-border-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.375rem;
  padding-right: 1.125rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-bottom-2\.5{
  bottom: -0.625rem;
}
.-bottom-4{
  bottom: -1rem;
}
.-bottom-5{
  bottom: -1.25rem;
}
.-bottom-6{
  bottom: -1.5rem;
}
.-bottom-6\.25{
  bottom: -1.5625rem;
}
.-bottom-80{
  bottom: -20rem;
}
.-left-0{
  left: -0px;
}
.-left-0\.75{
  left: -0.1875rem;
}
.-left-1{
  left: -0.25rem;
}
.-left-20{
  left: -5rem;
}
.-left-44{
  left: -11rem;
}
.-left-5{
  left: -1.25rem;
}
.-left-8{
  left: -2rem;
}
.-right-1{
  right: -0.25rem;
}
.-right-1\.75{
  right: -0.4375rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-44{
  right: -11rem;
}
.-right-6{
  right: -1.5rem;
}
.-right-6\.25{
  right: -1.5625rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-1\.25{
  top: -0.3125rem;
}
.-top-1\.5{
  top: -0.375rem;
}
.-top-14{
  top: -3.5rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-28{
  top: -7rem;
}
.-top-30{
  top: -7.5rem;
}
.-top-30\.5{
  top: -7.625rem;
}
.-top-37\.5{
  top: -9.375rem;
}
.-top-4{
  top: -1rem;
}
.-top-40{
  top: -10rem;
}
.-top-5{
  top: -1.25rem;
}
.-top-6{
  top: -1.5rem;
}
.-top-8{
  top: -2rem;
}
.-top-8\.75{
  top: -2.1875rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-1\.25{
  bottom: 0.3125rem;
}
.bottom-1\.5{
  bottom: 0.375rem;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-4{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.left-15{
  left: 3.75rem;
}
.left-20{
  left: 5rem;
}
.left-5{
  left: 1.25rem;
}
.left-\[28\%\]{
  left: 28%;
}
.left-\[50\%\]{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-1\.25{
  right: 0.3125rem;
}
.right-1\.5{
  right: 0.375rem;
}
.right-2{
  right: 0.5rem;
}
.right-2\.5{
  right: 0.625rem;
}
.right-3{
  right: 0.75rem;
}
.right-3\.5{
  right: 0.875rem;
}
.right-3\.75{
  right: 0.9375rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1\/2{
  top: 50%;
}
.top-1\/3{
  top: 33.333333%;
}
.top-13{
  top: 3.25rem;
}
.top-13\.5{
  top: 3.375rem;
}
.top-14{
  top: 3.5rem;
}
.top-15{
  top: 3.75rem;
}
.top-18{
  top: 4.5rem;
}
.top-2{
  top: 0.5rem;
}
.top-2\.5{
  top: 0.625rem;
}
.top-3{
  top: 0.75rem;
}
.top-3\.5{
  top: 0.875rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-6{
  top: 1.5rem;
}
.top-6\.5{
  top: 1.625rem;
}
.top-9{
  top: 2.25rem;
}
.top-\[15\%\]{
  top: 15%;
}
.top-\[50\%\]{
  top: 50%;
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-70{
  z-index: 70;
}
.z-\[1\]{
  z-index: 1;
}
.z-header{
  z-index: 100;
}
.z-modal{
  z-index: 120;
}
.z-modal_bg_drop{
  z-index: 110;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.float-end{
  float: inline-end;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.\!m-auto{
  margin: auto !important;
}
.-m-4{
  margin: -1rem;
}
.m-0{
  margin: 0px;
}
.m-2{
  margin: 0.5rem;
}
.m-2\.25{
  margin: 0.5625rem;
}
.m-3{
  margin: 0.75rem;
}
.m-4{
  margin: 1rem;
}
.m-auto{
  margin: auto;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.75{
  margin-top: 0.4375rem;
  margin-bottom: 0.4375rem;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-3\.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mr-0{
  margin-right: 0px !important;
}
.-mb-0{
  margin-bottom: -0px;
}
.-mb-0\.25{
  margin-bottom: -0.0625rem;
}
.-mb-4{
  margin-bottom: -1rem;
}
.-ml-px{
  margin-left: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.25{
  margin-bottom: 0.3125rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-1\.75{
  margin-bottom: 0.4375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-13{
  margin-bottom: 3.25rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-3\.5{
  margin-bottom: 0.875rem;
}
.mb-3\.75{
  margin-bottom: 0.9375rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-4\.5{
  margin-bottom: 1.125rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-5\.5{
  margin-bottom: 1.375rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-7\.5{
  margin-bottom: 1.875rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-9{
  margin-left: 2.25rem;
}
.ml-\[13\%\]{
  margin-left: 13%;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-1\.75{
  margin-right: 0.4375rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-15{
  margin-right: 3.75rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-3\.5{
  margin-right: 0.875rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.mr-7\.5{
  margin-right: 1.875rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.25{
  margin-top: 0.3125rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-1\.75{
  margin-top: 0.4375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-17\.5{
  margin-top: 4.375rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[5\.5rem\]{
  margin-top: 5.5rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-cell{
  display: table-cell;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[13\/3\]{
  aspect-ratio: 13/3;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[5\/1\]{
  aspect-ratio: 5/1;
}
.size-2{
  width: 0.5rem;
  height: 0.5rem;
}
.size-2\.5{
  width: 0.625rem;
  height: 0.625rem;
}
.size-3{
  width: 0.75rem;
  height: 0.75rem;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-10\.5{
  height: 2.625rem;
}
.h-101\.25{
  height: 25.3125rem;
}
.h-107{
  height: 26.75rem;
}
.h-11{
  height: 2.75rem;
}
.h-11\.25{
  height: 2.8125rem;
}
.h-112{
  height: 28rem;
}
.h-12{
  height: 3rem;
}
.h-12\.5{
  height: 3.125rem;
}
.h-13{
  height: 3.25rem;
}
.h-13\.5{
  height: 3.375rem;
}
.h-14{
  height: 3.5rem;
}
.h-14\.5{
  height: 3.625rem;
}
.h-15{
  height: 3.75rem;
}
.h-15\.75{
  height: 3.9375rem;
}
.h-16{
  height: 4rem;
}
.h-17\.5{
  height: 4.375rem;
}
.h-18{
  height: 4.5rem;
}
.h-180{
  height: 45rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-208{
  height: 52rem;
}
.h-21{
  height: 5.25rem;
}
.h-21\.25{
  height: 5.3125rem;
}
.h-21\.5{
  height: 5.375rem;
}
.h-22{
  height: 5.5rem;
}
.h-22\.5{
  height: 5.625rem;
}
.h-24{
  height: 6rem;
}
.h-24\.5{
  height: 6.125rem;
}
.h-25{
  height: 6.25rem;
}
.h-26{
  height: 6.5rem;
}
.h-270{
  height: 67.5rem;
}
.h-28{
  height: 7rem;
}
.h-28\.75{
  height: 7.1875rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-30{
  height: 7.5rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-4\.5{
  height: 1.125rem;
}
.h-40{
  height: 10rem;
}
.h-41{
  height: 10.25rem;
}
.h-47\.5{
  height: 11.875rem;
}
.h-5{
  height: 1.25rem;
}
.h-5\.25{
  height: 1.3125rem;
}
.h-5\.5{
  height: 1.375rem;
}
.h-50{
  height: 12.5rem;
}
.h-52{
  height: 13rem;
}
.h-52\.5{
  height: 13.125rem;
}
.h-53{
  height: 13.25rem;
}
.h-55{
  height: 13.75rem;
}
.h-56{
  height: 14rem;
}
.h-59\.5{
  height: 14.875rem;
}
.h-6{
  height: 1.5rem;
}
.h-62\.5{
  height: 15.625rem;
}
.h-64{
  height: 16rem;
}
.h-64\.5{
  height: 16.125rem;
}
.h-7{
  height: 1.75rem;
}
.h-7\.5{
  height: 1.875rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-9\.5{
  height: 2.375rem;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[3rem\]{
  height: 3rem;
}
.h-\[75vh\]{
  height: 75vh;
}
.h-\[80vh\]{
  height: 80vh;
}
.h-\[calc\(100\%\+1rem\)\]{
  height: calc(100% + 1rem);
}
.h-auto{
  height: auto;
}
.h-dvh{
  height: 100dvh;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.h-svh{
  height: 100svh;
}
.max-h-32{
  max-height: 8rem;
}
.max-h-32\.5{
  max-height: 8.125rem;
}
.max-h-50{
  max-height: 12.5rem;
}
.max-h-62\.5{
  max-height: 15.625rem;
}
.max-h-88{
  max-height: 22rem;
}
.max-h-\[\'calc\(100vh_-_70px\)\'\]{
  max-height: 'calc(100vh - 70px)';
}
.max-h-\[-webkit-fill-available\]{
  max-height: -webkit-fill-available;
}
.max-h-\[46\.2rem\]{
  max-height: 46.2rem;
}
.max-h-\[calc\(100\%-0\.953125rem\)\]{
  max-height: calc(100% - 0.953125rem);
}
.max-h-full{
  max-height: 100%;
}
.min-h-10{
  min-height: 2.5rem;
}
.min-h-100{
  min-height: 25rem;
}
.min-h-11{
  min-height: 2.75rem;
}
.min-h-12{
  min-height: 3rem;
}
.min-h-12\.5{
  min-height: 3.125rem;
}
.min-h-13{
  min-height: 3.25rem;
}
.min-h-13\.5{
  min-height: 3.375rem;
}
.min-h-150{
  min-height: 37.5rem;
}
.min-h-155{
  min-height: 38.75rem;
}
.min-h-18{
  min-height: 4.5rem;
}
.min-h-18\.5{
  min-height: 4.625rem;
}
.min-h-180{
  min-height: 45rem;
}
.min-h-24{
  min-height: 6rem;
}
.min-h-25{
  min-height: 6.25rem;
}
.min-h-3{
  min-height: 0.75rem;
}
.min-h-35{
  min-height: 8.75rem;
}
.min-h-40{
  min-height: 10rem;
}
.min-h-47\.5{
  min-height: 11.875rem;
}
.min-h-5{
  min-height: 1.25rem;
}
.min-h-50{
  min-height: 12.5rem;
}
.min-h-52{
  min-height: 13rem;
}
.min-h-52\.5{
  min-height: 13.125rem;
}
.min-h-55{
  min-height: 13.75rem;
}
.min-h-58\.5{
  min-height: 14.625rem;
}
.min-h-60{
  min-height: 15rem;
}
.min-h-62\.5{
  min-height: 15.625rem;
}
.min-h-71{
  min-height: 17.75rem;
}
.min-h-82\.5{
  min-height: 20.625rem;
}
.min-h-90{
  min-height: 22.5rem;
}
.min-h-95{
  min-height: 23.75rem;
}
.min-h-96{
  min-height: 24rem;
}
.min-h-\[22\.5625rem\]{
  min-height: 22.5625rem;
}
.min-h-\[40px\]{
  min-height: 40px;
}
.min-h-\[5\.625rem\]{
  min-height: 5.625rem;
}
.min-h-\[90px\]{
  min-height: 90px;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-100{
  width: 25rem !important;
}
.\!w-fit{
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-0{
  width: 0px;
}
.w-0\.25{
  width: 0.0625rem;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1{
  width: 0.25rem;
}
.w-1\/100{
  width: 1%;
}
.w-1\/12{
  width: 8.333333%;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-10{
  width: 2.5rem;
}
.w-10\.5{
  width: 2.625rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-100{
  width: 25rem;
}
.w-107{
  width: 26.75rem;
}
.w-11{
  width: 2.75rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-112{
  width: 28rem;
}
.w-115\.5{
  width: 28.875rem;
}
.w-12{
  width: 3rem;
}
.w-12\.5{
  width: 3.125rem;
}
.w-13{
  width: 3.25rem;
}
.w-13\.5{
  width: 3.375rem;
}
.w-14{
  width: 3.5rem;
}
.w-14\.5{
  width: 3.625rem;
}
.w-15{
  width: 3.75rem;
}
.w-150{
  width: 37.5rem;
}
.w-16{
  width: 4rem;
}
.w-16\.25{
  width: 4.0625rem;
}
.w-16\.5{
  width: 4.125rem;
}
.w-168{
  width: 41.75rem;
}
.w-17\.5{
  width: 4.375rem;
}
.w-179{
  width: 44.75rem;
}
.w-179\.5{
  width: 44.875rem;
}
.w-18{
  width: 4.5rem;
}
.w-18\.5{
  width: 4.625rem;
}
.w-187\.5{
  width: 46.875rem;
}
.w-19{
  width: 4.75rem;
}
.w-19\.5{
  width: 4.875rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-2\/5{
  width: 40%;
}
.w-20{
  width: 5rem;
}
.w-21{
  width: 5.25rem;
}
.w-22{
  width: 5.5rem;
}
.w-24{
  width: 6rem;
}
.w-24\.5{
  width: 6.125rem;
}
.w-25{
  width: 6.25rem;
}
.w-27{
  width: 6.75rem;
}
.w-27\.5{
  width: 6.875rem;
}
.w-28{
  width: 7rem;
}
.w-29{
  width: 7.25rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-30{
  width: 7.5rem;
}
.w-32{
  width: 8rem;
}
.w-33{
  width: 8.25rem;
}
.w-35{
  width: 8.75rem;
}
.w-36{
  width: 9rem;
}
.w-36\.5{
  width: 9.125rem;
}
.w-37\.5{
  width: 9.375rem;
}
.w-38\.5{
  width: 9.625rem;
}
.w-4{
  width: 1rem;
}
.w-4\.5{
  width: 1.125rem;
}
.w-4\/5{
  width: 80%;
}
.w-40{
  width: 10rem;
}
.w-44{
  width: 11rem;
}
.w-44\.5{
  width: 11.125rem;
}
.w-45{
  width: 11.25rem;
}
.w-45\.5{
  width: 11.375rem;
}
.w-47\.5{
  width: 11.875rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\.25{
  width: 1.3125rem;
}
.w-5\.5{
  width: 1.375rem;
}
.w-5\/6{
  width: 83.333333%;
}
.w-50{
  width: 12.5rem;
}
.w-52{
  width: 13rem;
}
.w-52\.5{
  width: 13.125rem;
}
.w-55{
  width: 13.75rem;
}
.w-57\.5{
  width: 14.375rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-72\.5{
  width: 18.125rem;
}
.w-74\.5{
  width: 18.625rem;
}
.w-75{
  width: 18.75rem;
}
.w-77{
  width: 19.25rem;
}
.w-8{
  width: 2rem;
}
.w-8\.75{
  width: 2.1875rem;
}
.w-80{
  width: 20rem;
}
.w-86{
  width: 21.5rem;
}
.w-9{
  width: 2.25rem;
}
.w-9\.5{
  width: 2.375rem;
}
.w-9\/12{
  width: 75%;
}
.w-93\.75{
  width: 23.4375rem;
}
.w-\[0\.725rem\]{
  width: 0.725rem;
}
.w-\[10\%\]{
  width: 10%;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[12\%\]{
  width: 12%;
}
.w-\[12\.5rem\]{
  width: 12.5rem;
}
.w-\[13\%\]{
  width: 13%;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[18\%\]{
  width: 18%;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[35\%\]{
  width: 35%;
}
.w-\[3rem\]{
  width: 3rem;
}
.w-\[40\.5\%\]{
  width: 40.5%;
}
.w-\[46\%\]{
  width: 46%;
}
.w-\[5\%\]{
  width: 5%;
}
.w-\[57\.5\%\]{
  width: 57.5%;
}
.w-\[6\.5rem\]{
  width: 6.5rem;
}
.w-\[64\%\]{
  width: 64%;
}
.w-\[78\%\]{
  width: 78%;
}
.w-\[8\%\]{
  width: 8%;
}
.w-\[8\.3125rem\]{
  width: 8.3125rem;
}
.w-\[82\%\]{
  width: 82%;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[91\%\]{
  width: 91%;
}
.w-\[92\%\]{
  width: 92%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-screen{
  width: 100vw;
}
.min-w-120{
  min-width: 30rem;
}
.min-w-18{
  min-width: 4.5rem;
}
.min-w-18\.75{
  min-width: 4.6875rem;
}
.min-w-182{
  min-width: 45.5rem;
}
.min-w-20{
  min-width: 5rem;
}
.min-w-25{
  min-width: 6.25rem;
}
.min-w-270{
  min-width: 67.5rem;
}
.min-w-3{
  min-width: 0.75rem;
}
.min-w-30{
  min-width: 7.5rem;
}
.min-w-30\.5{
  min-width: 7.625rem;
}
.min-w-31\.5{
  min-width: 7.875rem;
}
.min-w-32{
  min-width: 8rem;
}
.min-w-32\.5{
  min-width: 8.125rem;
}
.min-w-36{
  min-width: 9rem;
}
.min-w-40{
  min-width: 10rem;
}
.min-w-41{
  min-width: 10.25rem;
}
.min-w-41\.25{
  min-width: 10.3125rem;
}
.min-w-5{
  min-width: 1.25rem;
}
.min-w-5\.5{
  min-width: 1.375rem;
}
.min-w-50{
  min-width: 12.5rem;
}
.min-w-52{
  min-width: 13rem;
}
.min-w-55{
  min-width: 13.75rem;
}
.min-w-56{
  min-width: 14rem;
}
.min-w-58\.5{
  min-width: 14.625rem;
}
.min-w-6{
  min-width: 1.5rem;
}
.min-w-60{
  min-width: 15rem;
}
.min-w-62\.5{
  min-width: 15.625rem;
}
.min-w-75{
  min-width: 18.75rem;
}
.min-w-90{
  min-width: 22.5rem;
}
.min-w-\[22\.3125rem\]{
  min-width: 22.3125rem;
}
.min-w-\[45\.5rem\]{
  min-width: 45.5rem;
}
.min-w-full{
  min-width: 100%;
}
.min-w-itf-pc-404{
  min-width: 48rem;
}
.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-107{
  max-width: 26.75rem;
}
.max-w-112{
  max-width: 28rem;
}
.max-w-128{
  max-width: 32rem;
}
.max-w-14{
  max-width: 3.5rem;
}
.max-w-16{
  max-width: 4rem;
}
.max-w-16\.25{
  max-width: 4.0625rem;
}
.max-w-162\.5{
  max-width: 40.625rem;
}
.max-w-175{
  max-width: 43.75rem;
}
.max-w-24{
  max-width: 6rem;
}
.max-w-248{
  max-width: 62rem;
}
.max-w-25{
  max-width: 6.25rem;
}
.max-w-28{
  max-width: 7rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-30{
  max-width: 7.5rem;
}
.max-w-30\.5{
  max-width: 7.625rem;
}
.max-w-32{
  max-width: 8rem;
}
.max-w-40{
  max-width: 10rem;
}
.max-w-47\.5{
  max-width: 11.875rem;
}
.max-w-48{
  max-width: 12rem;
}
.max-w-50{
  max-width: 12.5rem;
}
.max-w-55{
  max-width: 13.75rem;
}
.max-w-56{
  max-width: 14rem;
}
.max-w-60{
  max-width: 15rem;
}
.max-w-72{
  max-width: 18rem;
}
.max-w-77{
  max-width: 19.25rem;
}
.max-w-80{
  max-width: 20rem;
}
.max-w-86{
  max-width: 21.5rem;
}
.max-w-90{
  max-width: 22.5rem;
}
.max-w-93\.75{
  max-width: 23.4375rem;
}
.max-w-\[10\.625rem\]{
  max-width: 10.625rem;
}
.max-w-\[29\.125rem\]{
  max-width: 29.125rem;
}
.max-w-\[35vw\]{
  max-width: 35vw;
}
.max-w-\[80vw\]{
  max-width: 80vw;
}
.max-w-full{
  max-width: 100%;
}
.max-w-itf-pc-404{
  max-width: 48rem;
}
.max-w-itf-pc-full{
  max-width: 1080px;
}
.max-w-itf-pc-main{
  max-width: 750px;
}
.max-w-itf-pc-sidenavi{
  max-width: 300px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-none{
  flex: none;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.table-auto{
  table-layout: auto;
}
.table-fixed{
  table-layout: fixed;
}
.origin-bottom-left{
  transform-origin: bottom left;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-12{
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes fadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
.animate-fade{
  animation: fadeIn .5s ease-in-out;
}
.\!cursor-default{
  cursor: default !important;
}
.\!cursor-not-allowed{
  cursor: not-allowed !important;
}
.cursor-auto{
  cursor: auto;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.touch-none{
  touch-action: none;
}
.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.auto-cols-\[minmax\(10rem\2c 1fr\)\]{
  grid-auto-columns: minmax(10rem,1fr);
}
.auto-cols-max{
  grid-auto-columns: max-content;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-items-start{
  justify-items: start;
}
.justify-items-center{
  justify-items: center;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.25{
  gap: 0.3125rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-1\.75{
  gap: 0.4375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-10\.5{
  gap: 2.625rem;
}
.gap-12{
  gap: 3rem;
}
.gap-16{
  gap: 4rem;
}
.gap-17\.5{
  gap: 4.375rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-7\.5{
  gap: 1.875rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-1\.75{
  -moz-column-gap: 0.4375rem;
       column-gap: 0.4375rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-3\.5{
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.gap-x-3\.75{
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-1\.5{
  row-gap: 0.375rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-2\.5{
  row-gap: 0.625rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-3\.5{
  row-gap: 0.875rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-6\.25{
  row-gap: 1.5625rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-1\.75 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-6\.25 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5625rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}
.divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity));
}
.divide-slate-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity));
}
.divide-slate-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity));
}
.divide-slate-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity));
}
.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-clip{
  text-overflow: clip;
}
.\!whitespace-normal{
  white-space: normal !important;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.break-keep{
  word-break: keep-all;
}
.\!rounded{
  border-radius: 0.25rem !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-0\.5{
  border-radius: 0.125rem;
}
.rounded-0\.75{
  border-radius: 0.1875rem;
}
.rounded-1\.25{
  border-radius: 0.3125rem;
}
.rounded-1\.5{
  border-radius: 0.375rem;
}
.rounded-1\.75{
  border-radius: 0.4375rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-7\.5{
  border-radius: 1.875rem;
}
.rounded-\[2rem\]{
  border-radius: 2rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-1\.25{
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-0\.5{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.rounded-t-0\.75{
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.rounded-t-1\.75{
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-1\.5{
  border-left-width: 0.375rem;
  border-right-width: 0.375rem;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.\!border-b{
  border-bottom-width: 1px !important;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-3{
  border-bottom-width: 0.75rem;
}
.border-l{
  border-left-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-0\.75{
  border-left-width: 0.1875rem;
}
.border-l-3{
  border-left-width: 0.75rem;
}
.border-l-4{
  border-left-width: 4px;
}
.border-l-\[0\.1875rem\]{
  border-left-width: 0.1875rem;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-3{
  border-top-width: 0.75rem;
}
.border-t-4{
  border-top-width: 4px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.border-none{
  border-style: none;
}
.\!border-MK-link{
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 65 153 / var(--tw-border-opacity)) !important;
}
.\!border-slate-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.\!border-slate-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.\!border-yellow-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-MK-link{
  --tw-border-opacity: 1;
  border-color: rgb(1 65 153 / var(--tw-border-opacity));
}
.border-\[\#19aa8d\]{
  --tw-border-opacity: 1;
  border-color: rgb(25 170 141 / var(--tw-border-opacity));
}
.border-\[\#1ab394\]{
  --tw-border-opacity: 1;
  border-color: rgb(26 179 148 / var(--tw-border-opacity));
}
.border-\[\#23c6c8\]{
  --tw-border-opacity: 1;
  border-color: rgb(35 198 200 / var(--tw-border-opacity));
}
.border-\[\#69c0f0\]{
  --tw-border-opacity: 1;
  border-color: rgb(105 192 240 / var(--tw-border-opacity));
}
.border-\[\#95A5B1\]{
  --tw-border-opacity: 1;
  border-color: rgb(149 165 177 / var(--tw-border-opacity));
}
.border-\[\#EBEBEB\]{
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}
.border-\[\#ED6D34\]{
  --tw-border-opacity: 1;
  border-color: rgb(237 109 52 / var(--tw-border-opacity));
}
.border-\[\#aaa\]{
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity));
}
.border-\[\#b2c4d2\]{
  --tw-border-opacity: 1;
  border-color: rgb(178 196 210 / var(--tw-border-opacity));
}
.border-\[\#bce8f1\]{
  --tw-border-opacity: 1;
  border-color: rgb(188 232 241 / var(--tw-border-opacity));
}
.border-\[\#bfbfbf\]{
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}
.border-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#d6e9c6\]{
  --tw-border-opacity: 1;
  border-color: rgb(214 233 198 / var(--tw-border-opacity));
}
.border-\[\#dcdcdc\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-\[\#ddd\]{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-\[\#dedede\]{
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}
.border-\[\#e7e7e7\]{
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-\[\#e7eaec\]{
  --tw-border-opacity: 1;
  border-color: rgb(231 234 236 / var(--tw-border-opacity));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-itf-anaylsis-table-border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-itf-blue-deco{
  --tw-border-opacity: 1;
  border-color: rgb(58 177 255 / var(--tw-border-opacity));
}
.border-itf-blue-light{
  --tw-border-opacity: 1;
  border-color: rgb(52 128 206 / var(--tw-border-opacity));
}
.border-itf-blue-link{
  --tw-border-opacity: 1;
  border-color: rgb(1 64 153 / var(--tw-border-opacity));
}
.border-itf-comment-buy-orange{
  --tw-border-opacity: 1;
  border-color: rgb(245 124 0 / var(--tw-border-opacity));
}
.border-itf-comment-sell-green{
  --tw-border-opacity: 1;
  border-color: rgb(66 155 69 / var(--tw-border-opacity));
}
.border-itf-deco-yelllow{
  --tw-border-opacity: 1;
  border-color: rgb(255 215 0 / var(--tw-border-opacity));
}
.border-itf-fav-button-red{
  --tw-border-opacity: 1;
  border-color: rgb(252 129 129 / var(--tw-border-opacity));
}
.border-itf-fund-search-button-gray{
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity));
}
.border-itf-gray{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-itf-gray-blue{
  --tw-border-opacity: 1;
  border-color: rgb(178 196 210 / var(--tw-border-opacity));
}
.border-itf-gray-border-light{
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity));
}
.border-itf-gray-dark{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-itf-gray-header-border{
  --tw-border-opacity: 1;
  border-color: rgb(137 153 175 / var(--tw-border-opacity));
}
.border-itf-gray-light{
  --tw-border-opacity: 1;
  border-color: rgb(149 165 177 / var(--tw-border-opacity));
}
.border-itf-gray-light-50{
  --tw-border-opacity: 1;
  border-color: rgb(194 199 211 / var(--tw-border-opacity));
}
.border-itf-gray-placeholder{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-itf-gray-sub-header{
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}
.border-itf-list-border{
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}
.border-itf-news-link-dark{
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
}
.border-itf-news-tag{
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}
.border-itf-orange{
  --tw-border-opacity: 1;
  border-color: rgb(237 109 52 / var(--tw-border-opacity));
}
.border-itf-portfolio_ranking_gray{
  --tw-border-opacity: 1;
  border-color: rgb(125 125 125 / var(--tw-border-opacity));
}
.border-itf-purple-pagination-light{
  --tw-border-opacity: 1;
  border-color: rgb(85 91 144 / var(--tw-border-opacity));
}
.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.border-rose-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}
.border-sky-600{
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}
.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.border-slate-500{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.border-slate-600{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/70{
  border-color: rgb(255 255 255 / 0.7);
}
.border-zinc-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}
.border-x-transparent{
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-y-itf-anaylsis-table-border-gray{
  --tw-border-opacity: 1;
  border-top-color: rgb(204 204 204 / var(--tw-border-opacity));
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-b-MK-link{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 65 153 / var(--tw-border-opacity));
}
.border-l-red-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-t-MK-link{
  --tw-border-opacity: 1;
  border-top-color: rgb(1 65 153 / var(--tw-border-opacity));
}
.border-opacity-60{
  --tw-border-opacity: 0.6;
}
.\!bg-MK-link{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 65 153 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-MK-link{
  --tw-bg-opacity: 1;
  background-color: rgb(1 65 153 / var(--tw-bg-opacity));
}
.bg-\[\#0077C8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 200 / var(--tw-bg-opacity));
}
.bg-\[\#014099\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 64 153 / var(--tw-bg-opacity));
}
.bg-\[\#1ab394\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 179 148 / var(--tw-bg-opacity));
}
.bg-\[\#1c84c6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 132 198 / var(--tw-bg-opacity));
}
.bg-\[\#23c6c8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(35 198 200 / var(--tw-bg-opacity));
}
.bg-\[\#263949\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 57 73 / var(--tw-bg-opacity));
}
.bg-\[\#293846\]{
  --tw-bg-opacity: 1;
  background-color: rgb(41 56 70 / var(--tw-bg-opacity));
}
.bg-\[\#2F4050\]{
  --tw-bg-opacity: 1;
  background-color: rgb(47 64 80 / var(--tw-bg-opacity));
}
.bg-\[\#3480CE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(52 128 206 / var(--tw-bg-opacity));
}
.bg-\[\#4D4D4D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity));
}
.bg-\[\#4b4b4b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(75 75 75 / var(--tw-bg-opacity));
}
.bg-\[\#4c4c4c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(76 76 76 / var(--tw-bg-opacity));
}
.bg-\[\#7D9B48\]{
  --tw-bg-opacity: 1;
  background-color: rgb(125 155 72 / var(--tw-bg-opacity));
}
.bg-\[\#D83835\]{
  --tw-bg-opacity: 1;
  background-color: rgb(216 56 53 / var(--tw-bg-opacity));
}
.bg-\[\#ED5565\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 85 101 / var(--tw-bg-opacity));
}
.bg-\[\#ED6427\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 100 39 / var(--tw-bg-opacity));
}
.bg-\[\#EEF0F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}
.bg-\[\#F5F8F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 249 / var(--tw-bg-opacity));
}
.bg-\[\#F7F7F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-\[\#F8FAFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-\[\#adb6c6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(173 182 198 / var(--tw-bg-opacity));
}
.bg-\[\#ccc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}
.bg-\[\#d9edf7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 237 247 / var(--tw-bg-opacity));
}
.bg-\[\#ddd9\]{
  background-color: #ddd9;
}
.bg-\[\#ddd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-\[\#dff0d8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(223 240 216 / var(--tw-bg-opacity));
}
.bg-\[\#e6ecef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 236 239 / var(--tw-bg-opacity));
}
.bg-\[\#ea202d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 32 45 / var(--tw-bg-opacity));
}
.bg-\[\#ed6d34\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 109 52 / var(--tw-bg-opacity));
}
.bg-\[\#edf1f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 244 / var(--tw-bg-opacity));
}
.bg-\[\#eeeeee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-\[\#eef0f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity));
}
.bg-\[\#f0f9ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-\[\#f8ac59\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 172 89 / var(--tw-bg-opacity));
}
.bg-\[\#f9f9f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-itf-active-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 220 / var(--tw-bg-opacity));
}
.bg-itf-anaylsis-table-dark-red{
  --tw-bg-opacity: 1;
  background-color: rgb(202 42 43 / var(--tw-bg-opacity));
}
.bg-itf-anaylsis-table-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(230 236 239 / var(--tw-bg-opacity));
}
.bg-itf-anaylsis-table-input-blue{
  background-color: #f0fafffa;
}
.bg-itf-anaylsis-table-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 50 / var(--tw-bg-opacity));
}
.bg-itf-author-list{
  --tw-bg-opacity: 1;
  background-color: rgb(207 32 135 / var(--tw-bg-opacity));
}
.bg-itf-bell-red{
  --tw-bg-opacity: 1;
  background-color: rgb(234 32 45 / var(--tw-bg-opacity));
}
.bg-itf-blue-active{
  --tw-bg-opacity: 1;
  background-color: rgb(210 235 254 / var(--tw-bg-opacity));
}
.bg-itf-blue-fund-info{
  --tw-bg-opacity: 1;
  background-color: rgb(5 66 114 / var(--tw-bg-opacity));
}
.bg-itf-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgb(52 128 206 / var(--tw-bg-opacity));
}
.bg-itf-blue-light\/20{
  background-color: rgb(52 128 206 / 0.2);
}
.bg-itf-blue-positive{
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 200 / var(--tw-bg-opacity));
}
.bg-itf-check-list-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(75 75 75 / var(--tw-bg-opacity));
}
.bg-itf-column-chart-label-blue{
  background-color: #3a93d499;
}
.bg-itf-column-chart-label-gray\/80{
  background-color: rgb(221 221 221 / 0.8);
}
.bg-itf-compare-backdrop-gray{
  background-color: #28272799;
}
.bg-itf-fund-compare-bar-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(104 154 202 / var(--tw-bg-opacity));
}
.bg-itf-fund-list-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(95 113 126 / var(--tw-bg-opacity));
}
.bg-itf-fund-price-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(12 78 130 / var(--tw-bg-opacity));
}
.bg-itf-fund-price-positive-red{
  --tw-bg-opacity: 1;
  background-color: rgb(216 56 53 / var(--tw-bg-opacity));
}
.bg-itf-fund-search-button-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity));
}
.bg-itf-fund-unit-type-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(237 100 39 / var(--tw-bg-opacity));
}
.bg-itf-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-itf-gray-admin-background{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 244 / var(--tw-bg-opacity));
}
.bg-itf-gray-category-tag{
  --tw-bg-opacity: 1;
  background-color: rgb(173 182 198 / var(--tw-bg-opacity));
}
.bg-itf-gray-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-itf-gray-placeholder{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}
.bg-itf-green-olive{
  --tw-bg-opacity: 1;
  background-color: rgb(125 155 72 / var(--tw-bg-opacity));
}
.bg-itf-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 244 / var(--tw-bg-opacity));
}
.bg-itf-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(237 109 52 / var(--tw-bg-opacity));
}
.bg-itf-premium-modal-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(214 169 54 / var(--tw-bg-opacity));
}
.bg-itf-purple-pagination{
  --tw-bg-opacity: 1;
  background-color: rgb(67 74 150 / var(--tw-bg-opacity));
}
.bg-itf-purple-pagination-light{
  --tw-bg-opacity: 1;
  background-color: rgb(85 91 144 / var(--tw-bg-opacity));
}
.bg-itf-return-point-label-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(14 92 229 / var(--tw-bg-opacity));
}
.bg-itf-return-point-label-red{
  --tw-bg-opacity: 1;
  background-color: rgb(221 20 20 / var(--tw-bg-opacity));
}
.bg-itf-stone-light{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity));
}
.bg-itf-table-row{
  --tw-bg-opacity: 1;
  background-color: rgb(234 242 250 / var(--tw-bg-opacity));
}
.bg-itf-tag-background{
  --tw-bg-opacity: 1;
  background-color: rgb(173 182 198 / var(--tw-bg-opacity));
}
.bg-itf-white-background{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-rose-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.bg-rose-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-slate-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-stone-300{
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-zinc-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.bg-zinc-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-\[linear-gradient\(0deg\2c \#1D4ED8\2c \#1D4ED8\)\2c linear-gradient\(180deg\2c \#F97316_0\%\2c \#EA580C_100\%\)\]{
  background-image: linear-gradient(0deg,#1D4ED8,#1D4ED8),linear-gradient(180deg,#F97316 0%,#EA580C 100%);
}
.bg-\[url\(\'awards\/jumbotron_bg\.png\'\)\]{
  background-image: url("/assets/awards/jumbotron_bg-23baeab1.png");
}
.bg-\[url\(home_pages\/top_bg_line\.png\)\]{
  background-image: url("/assets/home_pages/top_bg_line-2c70e19c.png");
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#25456F\]{
  --tw-gradient-from: #25456F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 69 111 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-itf-blue-fund-info{
  --tw-gradient-from: #054272 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 66 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500{
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50{
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-600{
  --tw-gradient-from: #475569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-60\%{
  --tw-gradient-from-position: 60%;
}
.from-\[70\%\]{
  --tw-gradient-from-position: 70%;
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-50\%{
  --tw-gradient-via-position: 50%;
}
.to-\[\#0C0D0C\]{
  --tw-gradient-to: #0C0D0C var(--tw-gradient-to-position);
}
.to-itf-marker-light-yellow{
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}
.to-itf-marker-yellow{
  --tw-gradient-to: #ff0 var(--tw-gradient-to-position);
}
.to-orange-600{
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.to-slate-200{
  --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position);
}
.to-slate-800{
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-0\%{
  --tw-gradient-to-position: 0%;
}
.to-85\%{
  --tw-gradient-to-position: 85%;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-2{
  padding: 0.5rem !important;
}
.p-0{
  padding: 0px;
}
.p-0\.25{
  padding: 0.0625rem;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-0\.75{
  padding: 0.1875rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.25{
  padding: 0.3125rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-1\.75{
  padding: 0.4375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.25{
  padding: 0.5625rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-3\.75{
  padding: 0.9375rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-5\.5{
  padding: 1.375rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-9{
  padding: 2.25rem;
}
.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.75{
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.25{
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-1\.75{
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-12\.5{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.25{
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-26{
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}
.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-3\.75{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-4\.5{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-5\.5{
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-6\.75{
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-7\.5{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[5\.5px\]{
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.25{
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0\.75{
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.25{
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1\.75{
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-15{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.25{
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2\.75{
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-5\.25{
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}
.py-5\.5{
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.py-5\.75{
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-6\.5{
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-7\.5{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\.21875rem\]{
  padding-top: 0.21875rem;
  padding-bottom: 0.21875rem;
}
.py-\[0\.9375rem\]{
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-1\.25{
  padding-bottom: 0.3125rem;
}
.pb-1\.75{
  padding-bottom: 0.4375rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-12\.5{
  padding-bottom: 3.125rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-3\.5{
  padding-bottom: 0.875rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-5\.25{
  padding-bottom: 1.3125rem;
}
.pb-5\.5{
  padding-bottom: 1.375rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-6\.25{
  padding-bottom: 1.5625rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-7\.5{
  padding-bottom: 1.875rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-1\.75{
  padding-left: 0.4375rem;
}
.pl-15{
  padding-left: 3.75rem;
}
.pl-15\.5{
  padding-left: 3.875rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-3\.5{
  padding-left: 0.875rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-4\.5{
  padding-left: 1.125rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-6\.25{
  padding-left: 1.5625rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-1\.75{
  padding-right: 0.4375rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-3\.5{
  padding-right: 0.875rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-4\.5{
  padding-right: 1.125rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-5\.5{
  padding-right: 1.375rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-6\.5{
  padding-right: 1.625rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pr-7\.5{
  padding-right: 1.875rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-1\.75{
  padding-top: 0.4375rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-11{
  padding-top: 2.75rem;
}
.pt-11\.5{
  padding-top: 2.875rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-13{
  padding-top: 3.25rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-4\.5{
  padding-top: 1.125rem;
}
.pt-45{
  padding-top: 11.25rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-5\.25{
  padding-top: 1.3125rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-6\.25{
  padding-top: 1.5625rem;
}
.pt-6\.5{
  padding-top: 1.625rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-8\.5{
  padding-top: 2.125rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-baseline{
  vertical-align: baseline;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.font-ja{
  font-family: Noto Sans JP, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-itf-1\.5xl{
  font-size: 1.375rem;
}
.text-itf-2\.5xl{
  font-size: 2.5rem;
}
.text-itf-2xs{
  font-size: 0.625rem;
}
.text-itf-3xs{
  font-size: 0.5rem;
}
.text-itf-base{
  font-size: 1rem;
  line-height: 1.25;
}
.text-itf-sm{
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-itf-xs{
  font-size: 0.75rem;
  line-height: 1.5;
}
.text-itf-xxs{
  font-size: 0.625rem;
  line-height: 1.25;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-none{
  font-size: 0;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold{
  font-weight: 700 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-2{
  line-height: 0.5rem;
}
.leading-3{
  line-height: .75rem;
}
.leading-3\.5{
  line-height: 0.875rem;
}
.leading-3\.75{
  line-height: 0.9375rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-4\.5{
  line-height: 1.125rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-5\.25{
  line-height: 1.3125rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-\[1\.25\]{
  line-height: 1.25;
}
.leading-\[1\.28\]{
  line-height: 1.28;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.35\]{
  line-height: 1.35;
}
.leading-\[1\.55\]{
  line-height: 1.55;
}
.leading-\[1\.65\]{
  line-height: 1.65;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[1\.8125rem\]{
  line-height: 1.8125rem;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-\[2\]{
  line-height: 2;
}
.leading-loose{
  line-height: 2;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.\!text-MK-link{
  --tw-text-opacity: 1 !important;
  color: rgb(1 65 153 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#3299ff\]{
  --tw-text-opacity: 1 !important;
  color: rgb(50 153 255 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#ff0000\]{
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-itf-blue-positive{
  --tw-text-opacity: 1 !important;
  color: rgb(0 119 200 / var(--tw-text-opacity)) !important;
}
.\!text-itf-gray-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
}
.\!text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}
.\!text-rose-400{
  --tw-text-opacity: 1 !important;
  color: rgb(251 113 133 / var(--tw-text-opacity)) !important;
}
.\!text-slate-300{
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}
.\!text-slate-400{
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.\!text-slate-700{
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-MK-link{
  --tw-text-opacity: 1;
  color: rgb(1 65 153 / var(--tw-text-opacity));
}
.text-\[\#008000\]{
  --tw-text-opacity: 1;
  color: rgb(0 128 0 / var(--tw-text-opacity));
}
.text-\[\#00A4DE\]{
  --tw-text-opacity: 1;
  color: rgb(0 164 222 / var(--tw-text-opacity));
}
.text-\[\#014099\]{
  --tw-text-opacity: 1;
  color: rgb(1 64 153 / var(--tw-text-opacity));
}
.text-\[\#030303\]{
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.text-\[\#0866FF\]{
  --tw-text-opacity: 1;
  color: rgb(8 102 255 / var(--tw-text-opacity));
}
.text-\[\#31708f\]{
  --tw-text-opacity: 1;
  color: rgb(49 112 143 / var(--tw-text-opacity));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#334155\]{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-\[\#3c763d\]{
  --tw-text-opacity: 1;
  color: rgb(60 118 61 / var(--tw-text-opacity));
}
.text-\[\#444\]{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-\[\#636363\]{
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}
.text-\[\#7A7A7C\]{
  --tw-text-opacity: 1;
  color: rgb(122 122 124 / var(--tw-text-opacity));
}
.text-\[\#999c9e\]{
  --tw-text-opacity: 1;
  color: rgb(153 156 158 / var(--tw-text-opacity));
}
.text-\[\#DBBD15\]{
  --tw-text-opacity: 1;
  color: rgb(219 189 21 / var(--tw-text-opacity));
}
.text-\[\#DE4830\]{
  --tw-text-opacity: 1;
  color: rgb(222 72 48 / var(--tw-text-opacity));
}
.text-\[\#E7491F\]{
  --tw-text-opacity: 1;
  color: rgb(231 73 31 / var(--tw-text-opacity));
}
.text-\[\#EA1C1C\]{
  --tw-text-opacity: 1;
  color: rgb(234 28 28 / var(--tw-text-opacity));
}
.text-\[\#ED64A6\]{
  --tw-text-opacity: 1;
  color: rgb(237 100 166 / var(--tw-text-opacity));
}
.text-\[\#ED6D34\]{
  --tw-text-opacity: 1;
  color: rgb(237 109 52 / var(--tw-text-opacity));
}
.text-\[\#a7b1c2\]{
  --tw-text-opacity: 1;
  color: rgb(167 177 194 / var(--tw-text-opacity));
}
.text-\[\#c61a1b\]{
  --tw-text-opacity: 1;
  color: rgb(198 26 27 / var(--tw-text-opacity));
}
.text-\[\#ccc\]{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}
.text-\[\#dbbd15\]{
  --tw-text-opacity: 1;
  color: rgb(219 189 21 / var(--tw-text-opacity));
}
.text-\[\#ed6d34\]{
  --tw-text-opacity: 1;
  color: rgb(237 109 52 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-itf-anaylsis-table-error-red{
  --tw-text-opacity: 1;
  color: rgb(204 51 51 / var(--tw-text-opacity));
}
.text-itf-anaylsis-table-red{
  --tw-text-opacity: 1;
  color: rgb(255 50 50 / var(--tw-text-opacity));
}
.text-itf-angle-right{
  --tw-text-opacity: 1;
  color: rgb(122 122 124 / var(--tw-text-opacity));
}
.text-itf-blue-fund-info{
  --tw-text-opacity: 1;
  color: rgb(5 66 114 / var(--tw-text-opacity));
}
.text-itf-blue-light{
  --tw-text-opacity: 1;
  color: rgb(52 128 206 / var(--tw-text-opacity));
}
.text-itf-blue-link{
  --tw-text-opacity: 1;
  color: rgb(1 64 153 / var(--tw-text-opacity));
}
.text-itf-blue-positive{
  --tw-text-opacity: 1;
  color: rgb(0 119 200 / var(--tw-text-opacity));
}
.text-itf-book-mark-icon{
  --tw-text-opacity: 1;
  color: rgb(0 164 222 / var(--tw-text-opacity));
}
.text-itf-comment-buy-orange{
  --tw-text-opacity: 1;
  color: rgb(245 124 0 / var(--tw-text-opacity));
}
.text-itf-comment-sell-green{
  --tw-text-opacity: 1;
  color: rgb(66 155 69 / var(--tw-text-opacity));
}
.text-itf-compare-situation-red{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-itf-compare-stock-gray{
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}
.text-itf-facebook-logo{
  --tw-text-opacity: 1;
  color: rgb(8 102 255 / var(--tw-text-opacity));
}
.text-itf-fav-button-red{
  --tw-text-opacity: 1;
  color: rgb(252 129 129 / var(--tw-text-opacity));
}
.text-itf-fcstar{
  --tw-text-opacity: 1;
  color: rgb(255 181 3 / var(--tw-text-opacity));
}
.text-itf-fund-compare-beginer-orange{
  --tw-text-opacity: 1;
  color: rgb(246 108 60 / var(--tw-text-opacity));
}
.text-itf-fund-compare-blue{
  --tw-text-opacity: 1;
  color: rgb(102 153 204 / var(--tw-text-opacity));
}
.text-itf-fund-list-company-name{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-itf-fund-price-positive-red{
  --tw-text-opacity: 1;
  color: rgb(216 56 53 / var(--tw-text-opacity));
}
.text-itf-fund-rating-yellow{
  --tw-text-opacity: 1;
  color: rgb(219 189 21 / var(--tw-text-opacity));
}
.text-itf-gray-black{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-itf-gray-dark{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-itf-gray-fund-time{
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}
.text-itf-gray-light{
  --tw-text-opacity: 1;
  color: rgb(149 165 177 / var(--tw-text-opacity));
}
.text-itf-gray-muted{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-itf-gray-placeholder{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}
.text-itf-gray-sub-header{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-itf-link-hover-red{
  --tw-text-opacity: 1;
  color: rgb(238 0 0 / var(--tw-text-opacity));
}
.text-itf-news-article-red{
  --tw-text-opacity: 1;
  color: rgb(222 72 48 / var(--tw-text-opacity));
}
.text-itf-news-ranking-brown{
  --tw-text-opacity: 1;
  color: rgb(151 105 84 / var(--tw-text-opacity));
}
.text-itf-news-ranking-gray{
  --tw-text-opacity: 1;
  color: rgb(108 122 132 / var(--tw-text-opacity));
}
.text-itf-news-ranking-yellow{
  --tw-text-opacity: 1;
  color: rgb(215 205 154 / var(--tw-text-opacity));
}
.text-itf-omark-icon-gray{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-itf-orange{
  --tw-text-opacity: 1;
  color: rgb(237 109 52 / var(--tw-text-opacity));
}
.text-itf-purple-pagination{
  --tw-text-opacity: 1;
  color: rgb(67 74 150 / var(--tw-text-opacity));
}
.text-itf-red-dark{
  --tw-text-opacity: 1;
  color: rgb(220 0 12 / var(--tw-text-opacity));
}
.text-itf-seedling-icon{
  --tw-text-opacity: 1;
  color: rgb(48 173 99 / var(--tw-text-opacity));
}
.text-itf-stone-header{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.text-sky-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-sky-800{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-opacity-70{
  --tw-text-opacity: 0.7;
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.underline-offset-3{
  text-underline-offset: 3px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-95{
  opacity: 0.95;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0\.0625rem_0\.1875rem_0_rgba\(0\2c 1\2c 2\2c 0\.2\)\]{
  --tw-shadow: 0 0.0625rem 0.1875rem 0 rgba(0,1,2,0.2);
  --tw-shadow-colored: 0 0.0625rem 0.1875rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0\.0625rem_0\.1875rem_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0_0\.0625rem_0\.125rem_-0\.0625rem_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 0.0625rem 0.1875rem rgba(0,0,0,0.1),0 0.0625rem 0.125rem -0.0625rem rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0.0625rem 0.1875rem var(--tw-shadow-color), 0 0.0625rem 0.125rem -0.0625rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0\.5rem_1rem_rgba\(14\2c 165\2c 233\2c \.1\)\]{
  --tw-shadow: 0 0.5rem 1rem rgba(14,165,233,.1);
  --tw-shadow-colored: 0 0.5rem 1rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_1px_2px_-1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 1px 2px -1px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-sm{
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0\.0625rem_0\.0625rem_0\.0625rem_rgba\(0\2c 0\2c 0\2c 0\.4\)\]{
  --tw-drop-shadow: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.4));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-\[\'\'\]{
  --tw-content: '';
  content: var(--tw-content);
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-no::-webkit-scrollbar{
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar-no {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
.input_range{
  position: relative;
  z-index: 2;
  height: 1.5rem;
  width: 100%;
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.input_range::-moz-range-track{
  position: relative;
  z-index: 2;
  height: 1.5rem;
  width: 100%;
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -moz-appearance: none;
       appearance: none;
  border-radius: 9999px;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  -moz-transition-property: opacity;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.input_range::-webkit-slider-thumb{
  height: 1.4375rem;
  width: 1.4375rem;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 249 / var(--tw-bg-opacity));
  --tw-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0.0625rem 0.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
    border: 1px solid #95a5b1;
}
.input_range::-moz-range-thumb{
  height: 1.4375rem;
  width: 1.4375rem;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 249 / var(--tw-bg-opacity));
  --tw-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0.0625rem 0.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
    border: 1px solid #95a5b1;
}
.input_range::-ms-thumb{
  height: 1.4375rem;
  width: 1.4375rem;
  cursor: pointer;
  appearance: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 249 / var(--tw-bg-opacity));
  --tw-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0.0625rem 0.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
    border: 1px solid #95a5b1;
}
.font-palt {
    font-feature-settings: "palt" on;
  }
.top_btn_bg {
  background-color: #191919;
  background-image: linear-gradient(
    -45deg,
    #191919 30%,
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.2) 50%,
    #191919 50%,
    #191919 80%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0.2)
  );
  background-size: 0.25rem 0.25rem;
}
[data-controller="spider-high-chart"] g.highcharts-axis-labels :is(text) {
  transform: translateY(-6.5px);
}
.before\:up_arrow::before {
    position: absolute;
    top: -0.4375rem;
    left: 5.3125rem;
    z-index: 10;
    height: 0px;
    width: 0px;
    border-left-width: 0.4375rem;
    border-right-width: 0.4375rem;
    border-bottom-width: 0.4375rem;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-content: '';
    content: var(--tw-content);
  }
.before\:middle_up_arrow::before {
    position: absolute;
    top: -0.4375rem;
    left: 50%;
    z-index: 10;
    height: 0px;
    width: 0px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-left-width: 0.4375rem;
    border-right-width: 0.4375rem;
    border-bottom-width: 0.4375rem;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-content: '';
    content: var(--tw-content);
  }
.before\:end_up_arrow::before {
    position: absolute;
    top: -0.4375rem;
    right: 0.625rem;
    z-index: 10;
    height: 0px;
    width: 0px;
    border-left-width: 0.4375rem;
    border-right-width: 0.4375rem;
    border-bottom-width: 0.4375rem;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-content: '';
    content: var(--tw-content);
  }
.after\:new_tag::after {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.9375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    padding-top: 0.15625rem;
    padding-bottom: 0.15625rem;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: .75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-content: 'NEW';
    content: var(--tw-content);
  }
.after\:line_clamp_gradient::after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 1.3125rem;
    width: 2.1875rem;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
    --tw-content: '';
    content: var(--tw-content);
  }
.after\:column_clamp_gradient::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1.875rem;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
    --tw-content: '';
    content: var(--tw-content);
  }
.placeholder\:font-bold::-moz-placeholder{
  font-weight: 700;
}
.placeholder\:font-bold::placeholder{
  font-weight: 700;
}
.placeholder\:font-light::-moz-placeholder{
  font-weight: 300;
}
.placeholder\:font-light::placeholder{
  font-weight: 300;
}
.placeholder\:text-itf-gray-placeholder::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}
.placeholder\:text-itf-gray-placeholder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}
.placeholder\:text-slate-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.placeholder\:text-slate-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.placeholder\:text-slate-500::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.placeholder\:text-slate-500::placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:left-34::before{
  content: var(--tw-content);
  left: 8.5rem;
}
.before\:left-9::before{
  content: var(--tw-content);
  left: 2.25rem;
}
.before\:left-\[54\%\]::before{
  content: var(--tw-content);
  left: 54%;
}
.before\:top-1::before{
  content: var(--tw-content);
  top: 0.25rem;
}
.before\:top-1\/3::before{
  content: var(--tw-content);
  top: 33.333333%;
}
.before\:z-0::before{
  content: var(--tw-content);
  z-index: 0;
}
.before\:block::before{
  content: var(--tw-content);
  display: block;
}
.before\:h-1::before{
  content: var(--tw-content);
  height: 0.25rem;
}
.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.before\:-translate-x-1\/2::before{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:-translate-y-1\/2::before{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:rounded::before{
  content: var(--tw-content);
  border-radius: 0.25rem;
}
.before\:border-b-itf-anaylsis-table-yellow::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 50 / var(--tw-border-opacity));
}
.before\:bg-gray-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.before\:pr-1::before{
  content: var(--tw-content);
  padding-right: 0.25rem;
}
.before\:text-base::before{
  content: var(--tw-content);
  font-size: 1rem;
  line-height: 1.5rem;
}
.before\:text-itf-gray-divider::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(205 205 205 / var(--tw-text-opacity));
}
.before\:text-red-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.before\:content-\[\"\+\"\]::before{
  --tw-content: "+";
  content: var(--tw-content);
}
.before\:content-\[\"-\"\]::before{
  --tw-content: "-";
  content: var(--tw-content);
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.before\:content-\[\'\*\'\]::before{
  --tw-content: '*';
  content: var(--tw-content);
}
.before\:content-\[\'\+\'\]::before{
  --tw-content: '+';
  content: var(--tw-content);
}
.before\:content-\[\'-\'\]::before{
  --tw-content: '-';
  content: var(--tw-content);
}
.before\:content-\[\'\|\'\]::before{
  --tw-content: '|';
  content: var(--tw-content);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-right-1::after{
  content: var(--tw-content);
  right: -0.25rem;
}
.after\:-right-2::after{
  content: var(--tw-content);
  right: -0.5rem;
}
.after\:-right-7::after{
  content: var(--tw-content);
  right: -1.75rem;
}
.after\:-right-9::after{
  content: var(--tw-content);
  right: -2.25rem;
}
.after\:-top-0::after{
  content: var(--tw-content);
  top: -0px;
}
.after\:-top-0\.5::after{
  content: var(--tw-content);
  top: -0.125rem;
}
.after\:-top-1::after{
  content: var(--tw-content);
  top: -0.25rem;
}
.after\:-top-2::after{
  content: var(--tw-content);
  top: -0.5rem;
}
.after\:-top-3::after{
  content: var(--tw-content);
  top: -0.75rem;
}
.after\:-top-5::after{
  content: var(--tw-content);
  top: -1.25rem;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}
.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}
.after\:top-full::after{
  content: var(--tw-content);
  top: 100%;
}
.after\:clear-both::after{
  content: var(--tw-content);
  clear: both;
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:h-2::after{
  content: var(--tw-content);
  height: 0.5rem;
}
.after\:w-1\/3::after{
  content: var(--tw-content);
  width: 33.333333%;
}
.after\:w-2::after{
  content: var(--tw-content);
  width: 0.5rem;
}
.after\:w-2\/3::after{
  content: var(--tw-content);
  width: 66.666667%;
}
.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:-translate-y-1\/2::after{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border-b-4::after{
  content: var(--tw-content);
  border-bottom-width: 4px;
}
.after\:border-itf-light-gray::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(237 241 244 / var(--tw-border-opacity));
}
.after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.after\:bg-itf-column-chart-label-yellow::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 0 / var(--tw-bg-opacity));
}
.after\:px-1::after{
  content: var(--tw-content);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.after\:px-1\.5::after{
  content: var(--tw-content);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.first\:rounded-l:first-child{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.first\:border-l:first-child{
  border-left-width: 1px;
}
.first\:pl-0:first-child{
  padding-left: 0px;
}
.last\:rounded-r:last-child{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.last\:border-r:last-child{
  border-right-width: 1px;
}
.last\:border-r-0:last-child{
  border-right-width: 0px;
}
.odd\:bg-\[\#f9f9f9\]:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.odd\:bg-slate-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.even\:bg-slate-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.even\:bg-white:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.first-of-type\:border-l-0:first-of-type{
  border-left-width: 0px;
}
.first-of-type\:border-r-0:first-of-type{
  border-right-width: 0px;
}
.checked\:border-MK-link:checked{
  --tw-border-opacity: 1;
  border-color: rgb(1 65 153 / var(--tw-border-opacity));
}
.checked\:border-orange-500:checked{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.checked\:border-sky-600:checked{
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}
.checked\:border-yellow-400:checked{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.checked\:bg-MK-link:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(1 65 153 / var(--tw-bg-opacity));
}
.checked\:bg-orange-500:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.checked\:bg-sky-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.checked\:bg-yellow-400:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.checked\:accent-cyan-600:checked{
  accent-color: #0891b2;
}
.empty\:min-h-\[1em\]:empty{
  min-height: 1em;
}
.empty\:before\:block:empty::before{
  content: var(--tw-content);
  display: block;
}
.empty\:before\:content-\[\"\\\\00a0\"\]:empty::before{
  --tw-content: "\\00a0";
  content: var(--tw-content);
}
.hover\:cursor-e-resize:hover{
  cursor: e-resize;
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:cursor-w-resize:hover{
  cursor: w-resize;
}
.hover\:\!border-MK-link:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 65 153 / var(--tw-border-opacity)) !important;
}
.hover\:\!border-current:hover{
  border-color: currentColor !important;
}
.hover\:border-blue-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.hover\:border-itf-blue-light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(52 128 206 / var(--tw-border-opacity));
}
.hover\:border-itf-blue-link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(1 64 153 / var(--tw-border-opacity));
}
.hover\:bg-\[\#169275\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 146 117 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#1ab314\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 179 20 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#1da5a7\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 165 167 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#293846\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(41 56 70 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#f5f5f5\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-rose-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.hover\:bg-slate-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}
.hover\:\!text-blue-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-\[\#3480CE\]:hover{
  --tw-text-opacity: 1;
  color: rgb(52 128 206 / var(--tw-text-opacity));
}
.hover\:text-\[\#3480ce\]:hover{
  --tw-text-opacity: 1;
  color: rgb(52 128 206 / var(--tw-text-opacity));
}
.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-itf-blue-light:hover{
  --tw-text-opacity: 1;
  color: rgb(52 128 206 / var(--tw-text-opacity));
}
.hover\:text-itf-blue-link:hover{
  --tw-text-opacity: 1;
  color: rgb(1 64 153 / var(--tw-text-opacity));
}
.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.hover\:text-sky-700:hover{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:\!no-underline:hover{
  text-decoration-line: none !important;
}
.hover\:opacity-35:hover{
  opacity: 0.35;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-\[\#1ab394\]:focus{
  outline-color: #1ab394;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.disabled\:cursor-default:disabled{
  cursor: default;
}
.disabled\:border-none:disabled{
  border-style: none;
}
.disabled\:bg-white:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:flex{
  display: flex;
}
.group:hover .group-hover\:\!text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-itf-blue-light{
  --tw-text-opacity: 1;
  color: rgb(52 128 206 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}
.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}
.group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}
.peer\/bell:checked ~ .peer-checked\/bell\:block{
  display: block;
}
.peer:checked ~ .peer-checked\:block{
  display: block;
}
.peer:checked ~ .peer-checked\:font-bold{
  font-weight: 700;
}
@media (min-width: 640px){
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:text-left{
    text-align: left;
  }
}
@media (min-width: 768px){
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-10{
    height: 2.5rem;
  }
  .md\:h-180{
    height: 45rem;
  }
  .md\:h-90{
    height: 22.5rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-33{
    width: 8.25rem;
  }
  .md\:w-75{
    width: 18.75rem;
  }
  .md\:w-\[67vw\]{
    width: 67vw;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-y-16{
    row-gap: 4rem;
  }
  .md\:gap-y-8{
    row-gap: 2rem;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-\[5px\]{
    padding-left: 5px;
    padding-right: 5px;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:pb-32{
    padding-bottom: 8rem;
  }
  .md\:pb-6{
    padding-bottom: 1.5rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-\[3rem\]{
    font-size: 3rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-itf-2\.5xl{
    font-size: 2.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .lg\:-bottom-8{
    bottom: -2rem;
  }
  .lg\:-bottom-8\.75{
    bottom: -2.1875rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:h-105\.5{
    height: 26.375rem;
  }
  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1460px){
  .\32xl\:block{
    display: block;
  }
}
.\[\&\:last-child\]\:border-r:last-child{
  border-right-width: 1px;
}
.\[\&\:nth-child\(even\)\]\:bg-slate-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.\[\&\:nth-child\(odd\)\]\:bg-white:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\>\*\:nth-child\(even\)\]\:px-1\.25>*:nth-child(even){
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.\[\&\>\*\:nth-child\(even\)\]\:text-itf-gray-placeholder>*:nth-child(even){
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}
.\[\&\>\.cur\>span\]\:before\:absolute>.cur>span::before{
  content: var(--tw-content);
  position: absolute;
}
.\[\&\>\.cur\>span\]\:before\:-top-1>.cur>span::before{
  content: var(--tw-content);
  top: -0.25rem;
}
.\[\&\>\.cur\>span\]\:before\:left-0>.cur>span::before{
  content: var(--tw-content);
  left: 0px;
}
.\[\&\>\.cur\>span\]\:before\:h-1>.cur>span::before{
  content: var(--tw-content);
  height: 0.25rem;
}
.\[\&\>\.cur\>span\]\:before\:w-full>.cur>span::before{
  content: var(--tw-content);
  width: 100%;
}
.\[\&\>\.cur\>span\]\:before\:rounded-t>.cur>span::before{
  content: var(--tw-content);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.\[\&\>\.cur\>span\]\:before\:bg-itf-blue-light>.cur>span::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(52 128 206 / var(--tw-bg-opacity));
}
.\[\&\>\.cur\>span\]\:before\:content-\[\'\'\]>.cur>span::before{
  --tw-content: '';
  content: var(--tw-content);
}
.\[\&\>\.cur\]\:bg-itf-blue-light>.cur{
  --tw-bg-opacity: 1;
  background-color: rgb(52 128 206 / var(--tw-bg-opacity));
}
.\[\&\>\.cur\]\:bg-white>.cur{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\>\.cur\]\:text-white>.cur{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>\.disabled\]\:cursor-not-allowed>.disabled{
  cursor: not-allowed;
}
.\[\&\>\.disabled\]\:bg-itf-anaylsis-table-border-gray>.disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}
.\[\&\>a\.disabled\]\:bg-itf-gray>a.disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.\[\&\>a\:last-child\]\:border-r-0>a:last-child{
  border-right-width: 0px;
}
.\[\&\>a\:nth-child\(3\)\]\:border-r-0>a:nth-child(3){
  border-right-width: 0px;
}
.\[\&\>a\]\:border-b>a{
  border-bottom-width: 1px;
}
.\[\&\>a\]\:border-r>a{
  border-right-width: 1px;
}
.\[\&\>a\]\:border-slate-300>a{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.\[\&\>a\]\:bg-itf-anaylsis-table-dark-red>a{
  --tw-bg-opacity: 1;
  background-color: rgb(202 42 43 / var(--tw-bg-opacity));
}
.\[\&\>a\]\:bg-red-600>a{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.\[\&\>div\:nth-child\(1\)\>p\]\:text-itf-news-ranking-yellow>div:nth-child(1)>p{
  --tw-text-opacity: 1;
  color: rgb(215 205 154 / var(--tw-text-opacity));
}
.\[\&\>div\:nth-child\(2\)\>p\]\:text-itf-news-ranking-gray>div:nth-child(2)>p{
  --tw-text-opacity: 1;
  color: rgb(108 122 132 / var(--tw-text-opacity));
}
.\[\&\>div\:nth-child\(3\)\>p\]\:text-itf-news-ranking-brown>div:nth-child(3)>p{
  --tw-text-opacity: 1;
  color: rgb(151 105 84 / var(--tw-text-opacity));
}
.\[\&\>li\.active\]\:bg-white>li.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\>li\.active\]\:underline>li.active{
  text-decoration-line: underline;
}
.\[\&\>li\]\:min-w-22\.5>li{
  min-width: 5.625rem;
}
.\[\&\>li\]\:min-w-27\.5>li{
  min-width: 6.875rem;
}
.\[\&\>li\]\:rounded-md>li{
  border-radius: 0.375rem;
}
.\[\&\>li\]\:border>li{
  border-width: 1px;
}
.\[\&\>li\]\:border-itf-gray>li{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.\[\&\>li\]\:bg-gray-100>li{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.\[\&\>li\]\:bg-itf-anaylsis-table-profolio-gray>li{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.\[\&\>li\]\:py-0\.5>li{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.\[\&\>li\]\:py-1>li{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.\[\&\>li\]\:text-center>li{
  text-align: center;
}
.\[\&\>small\]\:text-xs>small{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&\>small\]\:leading-\[2\]>small{
  line-height: 2;
}
@media (min-width: 768px){
  .\[\&\>small\]\:md\:text-sm>small{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.\[\&\>th\:first-child\]\:border-l-0>th:first-child{
  border-left-width: 0px;
}
.\[\&\>th\]\:whitespace-nowrap>th{
  white-space: nowrap;
}
.\[\&\>th\]\:border-b>th{
  border-bottom-width: 1px;
}
.\[\&\>th\]\:border-l>th{
  border-left-width: 1px;
}
.\[\&\>th\]\:border-r>th{
  border-right-width: 1px;
}
.\[\&\>th\]\:border-slate-300>th{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.\[\&\>th\]\:border-white>th{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\[\&\>th\]\:p-1\.25>th{
  padding: 0.3125rem;
}
.\[\&\>th\]\:p-1\.75>th{
  padding: 0.4375rem;
}
.\[\&\>th\]\:p-2>th{
  padding: 0.5rem;
}
.\[\&\>th\]\:px-0\.5>th{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.\[\&\>th\]\:py-1\.5>th{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.\[\&\>th\]\:py-2\.5>th{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.\[\&\>th\]\:text-itf-xs>th{
  font-size: 0.75rem;
  line-height: 1.5;
}
.\[\&\>th\]\:text-xs>th{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&\>th\]\:font-bold>th{
  font-weight: 700;
}
.\[\&\>tr\:hover\]\:bg-\[\#f5f5f5\]>tr:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.\[\&\>tr\:nth-child\(odd\)\:hover\]\:bg-\[\#f5f5f5\]>tr:nth-child(odd):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.\[\&\>tr\:nth-child\(odd\)\]\:bg-\[\#f9f9f9\]>tr:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.\[\&\>tr\]\:border-b>tr{
  border-bottom-width: 1px;
}
.\[\&\>tr\]\:border-slate-200>tr{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.\[\&_\.expect\>em\]\:bg-itf-anaylsis-table-purple .expect>em{
  --tw-bg-opacity: 1;
  background-color: rgb(148 55 255 / var(--tw-bg-opacity));
}
.\[\&_\.high\>em\]\:bg-itf-blue-light .high>em{
  --tw-bg-opacity: 1;
  background-color: rgb(52 128 206 / var(--tw-bg-opacity));
}
.\[\&_\.next\.gray\]\:\!border-t-itf-gray-placeholder .next.gray{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(204 204 204 / var(--tw-border-opacity)) !important;
}
.\[\&_\.prev\.gray\]\:\!border-b-itf-gray-placeholder .prev.gray{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity)) !important;
}
.\[\&_\.total\>em\]\:bg-itf-anaylsis-table-pink .total>em{
  --tw-bg-opacity: 1;
  background-color: rgb(255 47 146 / var(--tw-bg-opacity));
}
.\[\&_\>\:not\(\.h-0\)\+\:not\(\.h-0\)\]\:mt-6 >:not(.h-0)+:not(.h-0){
  margin-top: 1.5rem;
}
.\[\&_a\]\:text-itf-blue-link a{
  --tw-text-opacity: 1;
  color: rgb(1 64 153 / var(--tw-text-opacity));
}
.\[\&_button\]\:rounded button{
  border-radius: 0.25rem;
}
.\[\&_button\]\:px-2 button{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_button\]\:py-0\.5 button{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.\[\&_div\]\:flex div{
  display: flex;
}
.\[\&_div\]\:w-1\/4 div{
  width: 25%;
}
.\[\&_div\]\:flex-auto div{
  flex: 1 1 auto;
}
.\[\&_div\]\:flex-col div{
  flex-direction: column;
}
.\[\&_div\]\:items-center div{
  align-items: center;
}
.\[\&_div\]\:justify-center div{
  justify-content: center;
}
.\[\&_div\]\:whitespace-nowrap div{
  white-space: nowrap;
}
.\[\&_div\]\:border-slate-200 div{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.\[\&_div\]\:border-white div{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\[\&_div\]\:p-2 div{
  padding: 0.5rem;
}
.\[\&_div\]\:px-2 div{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_div\]\:py-2\.5 div{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.\[\&_em\]\:inline-block em{
  display: inline-block;
}
.\[\&_em\]\:h-1 em{
  height: 0.25rem;
}
.\[\&_em\]\:w-5 em{
  width: 1.25rem;
}
.\[\&_label\:first-child\]\:rounded-t-lg label:first-child{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.\[\&_label\:first-child_div\]\:rounded-t-lg label:first-child div{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.\[\&_label\:first-child_div\]\:border-t label:first-child div{
  border-top-width: 1px;
}
.\[\&_label\:last-child\]\:rounded-b-lg label:last-child{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.\[\&_label\:last-child_div\]\:rounded-b-lg label:last-child div{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.\[\&_label_div\]\:border-x label div{
  border-left-width: 1px;
  border-right-width: 1px;
}
.\[\&_label_div\]\:border-b label div{
  border-bottom-width: 1px;
}
.\[\&_label_div\]\:border-slate-300 label div{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.\[\&_label_div\]\:font-light label div{
  font-weight: 300;
}
.\[\&_li\]\:flex li{
  display: flex;
}
.\[\&_li\]\:items-center li{
  align-items: center;
}
.\[\&_li\]\:gap-1 li{
  gap: 0.25rem;
}
.\[\&_p\]\:flex p{
  display: flex;
}
.\[\&_p\]\:whitespace-nowrap p{
  white-space: nowrap;
}
.\[\&_td\.link\]\:cursor-pointer td.link{
  cursor: pointer;
}
.\[\&_td\.link\]\:text-itf-blue-link td.link{
  --tw-text-opacity: 1;
  color: rgb(1 64 153 / var(--tw-text-opacity));
}
.\[\&_td\.link\]\:hover\:underline:hover td.link{
  text-decoration-line: underline;
}
.\[\&_td\:first-child\]\:border-l-0 td:first-child{
  border-left-width: 0px;
}
.\[\&_td\:first-child\]\:border-r td:first-child{
  border-right-width: 1px;
}
.\[\&_td\:first-child\]\:pl-4 td:first-child{
  padding-left: 1rem;
}
.\[\&_td\:first-child\]\:pr-0 td:first-child{
  padding-right: 0px;
}
.\[\&_td\:first-child\]\:text-sm td:first-child{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\[\&_td\:first-child\]\:\!text-itf-blue-link td:first-child{
  --tw-text-opacity: 1 !important;
  color: rgb(1 64 153 / var(--tw-text-opacity)) !important;
}
.\[\&_td\:first-child\]\:text-MK-link td:first-child{
  --tw-text-opacity: 1;
  color: rgb(1 65 153 / var(--tw-text-opacity));
}
.\[\&_td\:first-child\]\:hover\:text-itf-blue-light:hover td:first-child{
  --tw-text-opacity: 1;
  color: rgb(52 128 206 / var(--tw-text-opacity));
}
.\[\&_td\:first-child\]\:hover\:underline:hover td:first-child{
  text-decoration-line: underline;
}
.\[\&_td\:first-of-type\]\:border-l-0 td:first-of-type{
  border-left-width: 0px;
}
.\[\&_td\:first_child\]\:border-l-0 td:first child{
  border-left-width: 0px;
}
.\[\&_td\:last-child\]\:border-b td:last-child{
  border-bottom-width: 1px;
}
.\[\&_td\:last-child\]\:border-r td:last-child{
  border-right-width: 1px;
}
.\[\&_td\:last-child\]\:border-r-0 td:last-child{
  border-right-width: 0px;
}
.\[\&_td\:last-child\]\:pl-0 td:last-child{
  padding-left: 0px;
}
.\[\&_td\:last-child\]\:pr-4 td:last-child{
  padding-right: 1rem;
}
.\[\&_td\:nth-child\(odd\)\]\:bg-slate-50 td:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.\[\&_td\]\:w-1\/2 td{
  width: 50%;
}
.\[\&_td\]\:w-full td{
  width: 100%;
}
.\[\&_td\]\:min-w-40 td{
  min-width: 10rem;
}
.\[\&_td\]\:border td{
  border-width: 1px;
}
.\[\&_td\]\:border-x-0 td{
  border-left-width: 0px;
  border-right-width: 0px;
}
.\[\&_td\]\:border-y td{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.\[\&_td\]\:border-b td{
  border-bottom-width: 1px;
}
.\[\&_td\]\:border-l td{
  border-left-width: 1px;
}
.\[\&_td\]\:border-r td{
  border-right-width: 1px;
}
.\[\&_td\]\:border-t td{
  border-top-width: 1px;
}
.\[\&_td\]\:border-\[\#e7eaec\] td{
  --tw-border-opacity: 1;
  border-color: rgb(231 234 236 / var(--tw-border-opacity));
}
.\[\&_td\]\:border-itf-anaylsis-table-border-gray td{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.\[\&_td\]\:border-slate-200 td{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.\[\&_td\]\:border-slate-300 td{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.\[\&_td\]\:border-slate-50 td{
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}
.\[\&_td\]\:bg-slate-50 td{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.\[\&_td\]\:p-1 td{
  padding: 0.25rem;
}
.\[\&_td\]\:p-1\.5 td{
  padding: 0.375rem;
}
.\[\&_td\]\:p-1\.75 td{
  padding: 0.4375rem;
}
.\[\&_td\]\:p-2 td{
  padding: 0.5rem;
}
.\[\&_td\]\:px-0\.5 td{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.\[\&_td\]\:px-1 td{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.\[\&_td\]\:px-1\.5 td{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.\[\&_td\]\:py-1\.5 td{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.\[\&_td\]\:py-2 td{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.\[\&_td\]\:py-3 td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&_td\]\:text-center td{
  text-align: center;
}
.\[\&_td\]\:text-start td{
  text-align: start;
}
.\[\&_td\]\:text-end td{
  text-align: end;
}
.\[\&_td\]\:align-middle td{
  vertical-align: middle;
}
.\[\&_td\]\:text-sm td{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\[\&_td\]\:font-bold td{
  font-weight: 700;
}
.\[\&_td\]\:text-itf-stone-header td{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.\[\&_td\]\:text-slate-700 td{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.\[\&_th\:first-child\]\:w-25 th:first-child{
  width: 6.25rem;
}
.\[\&_th\:first-child\]\:border-t th:first-child{
  border-top-width: 1px;
}
.\[\&_th\:first-child\]\:border-white th:first-child{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\[\&_th\:first-of-type\]\:border-l-0 th:first-of-type{
  border-left-width: 0px;
}
.\[\&_th\:last-child\]\:border-r-0 th:last-child{
  border-right-width: 0px;
}
.\[\&_th\:last-of-type\]\:border-r-0 th:last-of-type{
  border-right-width: 0px;
}
.\[\&_th\]\:w-1\/2 th{
  width: 50%;
}
.\[\&_th\]\:w-24 th{
  width: 6rem;
}
.\[\&_th\]\:min-w-24 th{
  min-width: 6rem;
}
.\[\&_th\]\:max-w-24 th{
  max-width: 6rem;
}
.\[\&_th\]\:shrink-0 th{
  flex-shrink: 0;
}
.\[\&_th\]\:whitespace-nowrap th{
  white-space: nowrap;
}
.\[\&_th\]\:border-b th{
  border-bottom-width: 1px;
}
.\[\&_th\]\:border-l th{
  border-left-width: 1px;
}
.\[\&_th\]\:border-r th{
  border-right-width: 1px;
}
.\[\&_th\]\:border-t th{
  border-top-width: 1px;
}
.\[\&_th\]\:border-itf-anaylsis-table-border-gray th{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.\[\&_th\]\:border-slate-300 th{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.\[\&_th\]\:border-white th{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\[\&_th\]\:bg-slate-200 th{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.\[\&_th\]\:p-1 th{
  padding: 0.25rem;
}
.\[\&_th\]\:p-1\.5 th{
  padding: 0.375rem;
}
.\[\&_th\]\:p-2 th{
  padding: 0.5rem;
}
.\[\&_th\]\:p-2\.5 th{
  padding: 0.625rem;
}
.\[\&_th\]\:px-0\.5 th{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.\[\&_th\]\:px-1 th{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.\[\&_th\]\:py-1 th{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.\[\&_th\]\:py-1\.5 th{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.\[\&_th\]\:py-3 th{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&_th\]\:text-center th{
  text-align: center;
}
.\[\&_th\]\:text-start th{
  text-align: start;
}
.\[\&_th\]\:text-sm th{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\[\&_th\]\:text-xs th{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&_th\]\:font-bold th{
  font-weight: 700;
}
.\[\&_th\]\:font-light th{
  font-weight: 300;
}
.\[\&_th\]\:font-normal th{
  font-weight: 400;
}
.\[\&_th\]\:text-slate-700 th{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.\[\&_tr\]\:border-b tr{
  border-bottom-width: 1px;
}
.\[\&_tr\]\:border-itf-anaylsis-table-border-gray tr{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.\[\&_tr\]\:border-slate-300 tr{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
[busy]~.\[\[busy\]\~\&\]\:flex{
  display: flex;
}

/*# sourceMappingURL=/assets/application-a85d6e84.css.map */