﻿@charset "utf-8";

/*=========================Reset_start==========================*/
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  color: var(--font-color-main, #fff);
  background-color: var(--body-backgroud, rgb(21, 53, 90));
}

ul,
ol,
li {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;
}

input,
select,
textarea {
  outline: 0;
}

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
strong,
var,
em {
  font-weight: normal;
  font-style: normal;
}



/*==========================Reset_End===========================*/
/* --------------------------------------------------------- */
/* 首页公共样式 */
.home_box {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: block;
  position: relative;
  /* background: #162236; */
}

.home_box .box_line {
  border: 1px solid #1a96db;
  margin: 6px 0px 0px 6px;
  padding: 5px;
  box-shadow: 0px 0px 10px 1px #1a96db inset;
  background-color: #1d2d47;
  /*overflow: hidden;*/
  position: relative;
}

.home_box .box_title {
  position: absolute;
  top: 10px;
  left: 10px;
  padding-left: 25px;
  height: 19px;
  line-height: 19px;
  font-size: 16px;
  background: url('/share/images/box_title_icon.png') left top no-repeat;
  color: #02c8e3;
  z-index: 9999;
}

.home_box .box_unit {
  position: absolute;
  left: 10px;
  top: 40px;
  font-size: 10px;
  z-index: 1;
}

.home_box .box_content {
  padding-top: 35px;
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
}

.home_box .box_content>.tab-pane {
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------- */
/* 总览公共样式 */
.overview_box {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: block;
  position: relative;
  background: #24334c;
}

.overview_box .overview_top {
  width: 100%;
  font-size: 14px;
  padding-top: 8px;
}

.overview_box .overview_top>ul>li {
  float: left;
  line-height: 31px;
  margin-left: 15px;
}

.overview_box .overview_content {
  width: 100%;
  overflow: hidden;
}

.overview_box .box_line {
  border: 1px solid #364865;
  margin: 6px 0px 0px 6px;
  padding: 5px;
  background-color: #2e3f5a;
  /*overflow: hidden;*/
  position: relative;
  float: left;
}

.overview_box .box_title {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  color: #1faee6;
  z-index: 9999;
}

.overview_box .box_unit {
  position: absolute;
  left: 10px;
  top: 40px;
  font-size: 10px;
  color: #868f9f;
  z-index: 1;
}

.overview_box .box_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* --------------------------------------------------------- */
/* 同比环比公共样式 */
/*总框*/
.compare_box {
  background: #24334c;
  height: 100%;
}

/*上*/
.compare_box .box_top {
  width: 100%;
  height: 6%;
  font-size: 14px;
}

.compare_box .box_top>ul>li {
  float: left;
  line-height: 49px;
  margin-left: 15px;
}

/*中*/
.compare_box .box_center {
  width: 98%;
  height: 50%;
  background-color: #2e3f5a;
  font-size: 14px;
  margin-left: 9px;
  overflow: hidden;
}

/*下*/
.compare_box .box_bottom {
  width: 98%;
  height: 43%;
  background-color: #2e3f5a;
  margin-top: 9px;
  margin-left: 9px;
}

/* --------------------------------------------------------- */
/* 管理页面公共样式 */
/*总框*/
.manage_box {
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--body-backgroud, #24334c);
}

.manage_box .manage_top {
  width: 100%;
  font-size: 14px;
  padding-top: 8px;
}

.manage_box .manage_top>ul>li {
  float: left;
  line-height: 31px;
  margin-left: 15px;
}

.manage_box .manage_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.manage_box .box_line {
  margin: 6px 0px 0px 6px;
  background-color: var(--body-backgroud, #24334c);
  position: relative;
  float: left;
}

/*Entry*/
.manage_box .manage_form {
  position: relative;
}

.manage_box .manage_form>form>ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.manage_box .manage_form>form>ul>li {
  line-height: 25px;
  margin-bottom: 10px;
}

.manage_box .manage_form>form>ul>li {
  font-size: 12px;
}

.manage_box .manage_form>form>ul>li .hidden {
  display: none !important;
}

.manage_box .manage_form>form>ul>li .form-control1 {
  display: block;
  width: 350px;
  height: 34px;
  font-size: 14px;
}

/*Popup-form*/
.manage_box .manage_popform {
  position: relative;
  height: 100%;
  width: 100%;
}

.manage_box .manage_popform>form>ul {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.manage_box .manage_popform>form>ul>li {
  padding: 5px 0;
}

.manage_box .manage_popform>form>ul>li label {
  font-size: 13px;
}

.manage_box .manage_popform>form>ul>li .form-control1 {
  width: 255px;
}

.manage_box .manage_popform>form>ul>li#depicts label {
  position: relative;
  top: -30px;
}

.manage_box .manage_popform>form>ul>li#depicts textarea {
  height: 60px;
}

.manage_box .manage_popform>form>ul>li#popbtn {
  text-align: center;
}

.manage_box .manage_popform>form>ul>li .required {
  color: #f00;
}

.manage_box .manage_popform>form>ul>li .tipsadd {
  color: gray;
  font-size: 12px;
  margin-left: 58px;
}

/* --------------------------------------------------------- */
/*form 表单*/
button.btn-success {
  padding: 6px 29px;
  margin-left: 30px;
  background-color: #69c2ef;
  border-color: #69c2ef;
}

.btn {
  font-family: Tahoma, Arial, '宋体' !important;
  border-radius: 0;
  margin: 0;
  padding: 0 9px;
  width: auto;

  background-color: #2e3f5a;
  border: 1px solid #354a6a;
  height: 28px;
  color: #999999;
  text-align: left;
}

.btn:hover,
.btn:focus,
.btn:active {
  background-color: #2e3f5a;
  border: 1px solid #146ea5;
  color: #ffffff;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-color: #2e3f5a;
  border: 1px solid #146ea5;
  color: #ffffff;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  background-color: #2e3f5a;
  border: 1px solid #146ea5;
  color: #ffffff;
}

.btn .caret {
  margin: 9px 0px 0px 10px;
  float: right;
}

.multiselect-wrapper {
  display: inline-block;
}

.dropdown-menu {
  top: 24px;
  background-color: #2e3f5a;
}

.dropdown-menu>li>a {
  color: #999999;
}

.form-control {
  display: initial;
  width: auto;
}

label {
  margin-bottom: 0px;
}

.form-control1 {
  background-color: var(--input-backgroud, #2e3f5a);
  border: 1px solid var(--input-border, #354a6a);
  height: 28px;
  color: var(--input-color, #cccccc);
  border-radius: 5px;
}


/*按钮 span button */
.top_button {
  border-radius: 3px;
  color: #f9f9f9;
  padding: 3px 20px;
  cursor: pointer;
  border: 0;
  font-size: 12px;
}

.top_button_search {
  background: #1681da;
}

.top_button_search:hover {
  background: #22a84f;
}

.top_button_export {
  background: #31678f;
}

.top_button_export:hover {
  background: #2c597a;
}


button.top_button[disabled]:hover,
input.top_button[disabled] {
  background: #1681da;
  opacity: 0.5;
}

/* --------------------------------------------------------- */
/* 表格 jqgrid */
/*能源类型：表格背景颜色*/
/*.frozen-div {
  background: #1c3957;
}*/

.ui-jqgrid .ui-jqgrid-hbox {
  background: var(--body-backgroud, #1c3957);
}

.ui-jqgrid .ui-jqgrid-bdiv,
.ui-jqgrid-sdiv {
  background: var(--table-background, #2e3f5a);
}

/*2表格背景颜色*/
.ui-widget-content {
  background: var(--body-backgroud, #253751);
  font-size: 12px;
  color: var(--table-font-color, #dddddd);
  cursor: pointer;
}

.ui-widget-content:nth-child(even) {
  background: var(--table-row-even, #2e3f5a);
}

/*表格线竖线条颜色*/
.ui-jqgrid tr.ui-row-ltr td,
.ui-jqgrid tr.footrow-ltr td {
  border-color: var(--table-border, #364764);
}

.ui-jqgrid tr.jqgrow td,
.ui-jqgrid tr.jqgroup td,
.ui-jqgrid tr.footrow-ltr td {
  height: 28px;
}

.ui-jqgrid tr.jqgrow td {
  white-space: normal;
}

/*1行的高*/
.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
  height: 20px;
}

.ui-jqgrid-labels .ui-state-default {
  height: 40px !important;
  font-size: 14px;
}

/*表格最外的外框颜色*/
.ui-jqgrid .ui-jqgrid-view {
  border: 1px solid var(--table-border, #354663);
}

/*鼠标点击每行变色*/
.ui-state-highlight td {
  background: var(--table-row-click, #2c597a);
  color: #ffffff;
}

/*鼠标滑动每行变色*/
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: var(--table-row-hover-background, #2c597a);
  font-weight: normal;
  color: var(--table-font-color, #dddddd);
}

/*表格的表头边框线*/
.ui-th-ltr,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
  border-right: 1px solid var(--table-border, #364764);
}

/*表格编辑框样式*/
.ui-jqgrid td input,
.ui-jqgrid td select,
.ui-jqgrid td textarea {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0;
  width: auto;
}

/*表格内容对齐方式*/
.character {
  text-align: center !important;
}

.number {
  text-align: right !important;
}


/*树形结构图标*/
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/share/images/ui-icons_ffffff_256x240.png);
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.none {
  background-position: 16px 16px;
}

/*---------------------------------------------------------------------*/
/*ztree公共样式*/
.menuContent {
  z-index: 9999999;
  height: 300px;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
  overflow-y: auto;
  background-color: #2e3f5a;
}

.ztree li span {
  color: #999999;
}

.ztree li a {
  color: #ffffff;
}

.ztree li a:hover {
  text-decoration: none;
}

.ztree li a:hover span {
  color: #ffffff;
}

.ztree li a.curSelectedNode {
  background-color: #337ab7;
  border: none;
}

.ztree li a.curSelectedNode span {
  color: #ffffff;
}

/* --------------------------------------------------------- */
/* 日期控件 */
/*.datepicker {
    border: #999 1px solid;
    width: 186px;
    height: 26px;
}*/
/*----------------------------------------------------------------------*/
/*默认字体样式*/
.font_big_4 {
  font-size: 24px;
}

.font_big_2 {
  font-size: 20px;
}

.font_big {
  font-size: 16px;
}

.font_middle {
  font-size: 14px;
}

.font_small {
  font-size: 12px;
}

/*---------------------------------------------------------------------------*/
/*自定义插件样式*/
/*tab 切换样式*/
.box_navs {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
}

.box_navs>ul {
  float: left;
}

.box_navs>ul.navs_info>li {
  float: left;
}

.box_navs>ul.navs_info>li>a {
  display: block;
  border: 1px solid #1e4f7f;
  border-radius: 4px 4px 4px 4px;
  padding: 4px 12px;
  margin-left: 8px;
  line-height: 1;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.box_navs>ul.navs_info>li>a:hover {
  border: 1px solid #1a96db;
  color: #1a96db;
}

.box_navs>ul.navs_info>li.active>a {
  display: block;
  color: #1a96db;
  cursor: default;
  background: none;
  border: 1px solid #1a96db;
}

/*竖着排的样式*/
.box_navs_col {
  top: 50%;
  right: 15%;
  transform: translate(0, -50%);
}

.box_navs_col>ul.month_count_name>li {
  float: none;
  text-align: center;
  margin: 10% 0;
}

/*更多>>*/
.box_navs>ul>li.more_s a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  border-radius: 4px 4px 4px 4px;
  padding: 2px 11px 2px 11px;
  background-color: #2c597a;
  margin-left: 13px;
  cursor: pointer;
}

.box_navs>ul>li.more_s a:hover {
  background: #31678f;
}

.tab_navs>.navs_chart {
  width: 100%;
  height: 100%;
  display: none;
}

.tab_navs>.active {
  display: block;
}


/*---------------------------------------------------------------------------*/
/*主页面样式*/
.compare {
  position: relative;
  height: 30%;
}

.compare>.compare_line {
  height: 2px;
  width: 80%;
  position: absolute;
  background-color: #243859;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*天气*/
.theweather {
  width: 100%;
  height: 100%;
}

.theweather img {
  width: 100%;
}

.theweather .theweather_next {
  padding-top: 15px;
}

.theweather tr td {
  text-align: center;
}

.theweather .today1 {
  line-height: 38px;
  padding-bottom: 5px;
  display: block;
}

.theweather .theweather_next1 img {
  width: 80%;
}

.theweather .theweather_next2 td {
  padding-bottom: 15px;
}

/*产量费用*/
.money_info {
  width: 30%;
  float: left;
  height: 100%;
}

.money_msg_month {
  height: 30%;
  padding-left: 5%;
  padding-top: 3%;
}

.year_money span {
  padding: 0 10px;
}

.money_msg_chart {
  height: 70%;
}

.energy_money_chart {
  width: 70%;
  height: 100%;
  float: right;
}

/*月最值统计*/
.month_count_mg {
  padding-right: 20%;
  width: 70%;
  height: 100%;
  position: relative;
}

.month_count_img {
  width: 75%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.month_count_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1d2d47;
}

.month_count_info p {
  text-align: center;
}

/*单位产值能耗总览*/
.unit_output_value {
  height: 100%;
  padding-left: 5%;
}

.unit_output_msg {
  height: 17%;
  padding-top: 3%;
}

.unit_output_chart {
  height: 60%;
}

.tce_percentage {
  display: inline-block;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 15px;
  margin-left: 12px;
  padding: 0px 8px;
}

.triangle_up {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
}

.triangle_drop {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
}

.output_value_increase_up {
  background-color: #f94964;
}

.output_value_increase_drop {
  background-color: #33c87e;
}

/*能源绩效*/
.energy_performance {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.energy_performance tr td {
  width: 33.333333%;
}

/*设备能效*/
.equipment {
  height: 33.33333%;
  width: 100%;
  padding-top: 3%;
  padding-left: 13%;
}

.equipment_chart {
  width: 40%;
  height: 100%;
  float: left;
}

/*绩效评价*/
.electric_performance {
  width: 100%;
  height: 100%;
}

.month_performance {
  width: 35%;
  height: 100%;
  float: left;
}

.month_performance p {
  text-align: center;
  margin-bottom: 2%;
}

.month_performance_show {
  width: 100%;
  display: table;
  height: auto;
  position: relative;
  margin-bottom: 2%;
}

.month_performance_show img {
  width: 100%;
  height: 100%;
}

.month_performance_show span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}

.month_performance_info {
  height: 27%;
  border: 2px solid #295171;
}

.performance_info_list {
  background-color: #1c3957;
  width: 96%;
  height: 96%;
  margin: 2% 2% 2% 2%;
  box-sizing: border-box;
}

.performance_info_list table {
  width: 100%;
}

.performance_info_list tr td {
  width: 33.3333%;
  text-align: center;
  padding-top: 3%;
}

/*绩效评价里的日期*/
.evaluate_show {
  width: 64%;
  height: 100%;
  float: right;
  font-size: 12px;
}

.schedule-hd {
  height: 14%;
  width: 98%;
  border-left: 1px solid #1b2b44;
  justify-content: space-between;
  color: #02c8e3;
  background-color: #1c3957;
  line-height: 2;
}

.today {
  flex: 1;
  text-align: center;
}

.week-ul {
  line-height: 2;
  height: 14%;
}

ul.week-ul>li {
  background-color: #2c597a;
  height: 100%;
  float: left;
  text-align: center;
  color: #fff;
  border-left: 1px solid #1b2b44;
  border-bottom: 1px solid #1b2b44;
}

.schedule-bd {
  height: 70%;
}

.schedule-bd>li {
  float: left;
  height: 20%;
  border-left: 1px solid #1b2b44;
  border-bottom: 1px solid #1b2b44;
}

.schedule-bd>li.current-month {
  text-align: center;
  color: #fff;
  background-color: #1c3957;
}

.ul-box {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.ul-box>li {
  width: 14%;
}

.other-month {
  color: #999999;
}

.current-month {
  color: #333333;
}

.today-style {
  border-radius: 50%;
  background: #58d321;
}

.arrow {
  cursor: pointer;
}

.dayStyle {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  line-height: 2;
}

.elecPerformance {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

/*直供电*/
.power_supply {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  padding-top: 10%;
  box-sizing: border-box;
}

.power_supply_msg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

.power_supply_msg ul li {
  padding: 3% 0;
}

.power_supply_msg ul li span {
  padding: 0 10px;
}

/*碳排放*/
.carbon_emissions_month {
  height: 30%;
  padding-left: 5%;
  padding-top: 3%;
}

/*能源费用*/
.month_money_msg {
  margin: 1% 0;
}

/*MD管理*/
#MD_manage {
  width: 100%;
  height: 100%;
}

#MD_manage .box_navs {
  position: absolute;
  top: -1px;
  right: 20px;
  border-radius: 3px;
  height: 29px;
  line-height: 29px;
  padding: 0px;
}

#MD_manage .navs_info li {
  float: left;
}

#MD_manage .navs_info li a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  background: url('/share/images/box_money_nav.png') 98%;
  border: none;
}

#MD_manage .navs_info li a:hover {
  background: url('/share/images/box_money_nav.png') 2%;
  color: #1b5086;
}

#MD_manage .navs_info li.active>a {
  background: url('/share/images/box_money_nav.png') 2%;
  color: #1b5086;
}

.box_left_chart {
  height: 100%;
  float: left;
}

.contract_value {
  text-align: left;
  padding-left: 30px;
}

.MD_info {
  padding-left: 30px;
}

.MD_info .month_nax,
.MD_info .month_min {
  margin-right: 5px;
}

.MD_info .month_nax_num,
.MD_info .month_min_num {
  margin-right: 15px;
}

.MD_info .month_nax_time,
.MD_info .month_min_time {
  margin-right: 5px;
}

.box_right_chart {
  float: right;
  position: relative;
}

/*能源看板*/
.energy_card {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;*/
}

.energy_card>li {
  float: left;
  text-align: center;
  height: 100%;
}

.energy_card>li p {
  text-align: left;
  width: 80%;
  margin: 0px auto;
  position: relative;
}

.energy_card>li p.content1 {
  height: 30%;
}

.energy_card>li p.content2 {
  height: 40%;
}

.energy_card>li .compare1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.energy_card>li .compare {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

/*纵向上下箭头样式*/
.jiantou_up_Longitudinal {
  background: url('/share/images/box_percent_up.png') right 1px no-repeat;
  padding-right: 14px;
}

.jiantou_down_Longitudinal {
  background: url('/share/images/box_percent_down.png') right 1px no-repeat;
  padding-right: 14px;
}

/*横向上下箭头样式*/
.jiantou_up {
  background: url('/share/images/box_percent_up.png') right 3px no-repeat;
  padding-right: 14px;
}

.jiantou_down {
  background: url('/share/images/box_percent_down.png') right 3px no-repeat;
  padding-right: 14px;
}

/*小隔条*/
.getiao {
  border-right: 1px solid #253a5c;
}

/*公告 报警*/
.box-right-top ul li {
  float: left;
}

.box-right-top .nav>li>a:focus {
  background: none;
  color: #fff;
}

.box-right-top .nav>li>a:hover {
  background: none;
  border-bottom: #1a96db 2px solid;
}

.box-right-top .nav-tabs {
  border-bottom: 1px solid #3a5173;
}

.box-right-top .nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1;
  border: none;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
}

.box-right-top .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #1a96db;
  cursor: default;
  background: none;
  border: none;
  border-bottom: #1a96db 2px solid;
}

/*公告报警*/
.real_alarm {
  height: 100%;
}

.tab-pane {
  height: 100%;
}

.tab-pane ul {
  padding: 5px 0px;
  height: 100%;
}

.tab-pane a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 5px 0px 5px 20px;
}

.tab-pane a span {
  float: right;
}

.tab-pane a:hover {
  background: #1e4f7f;
  color: #e7625a;
}

.theannouncementColor {
  background: #1e4f7f;
}

/*公用字体颜色*/
.white {
  color: #ffffff;
}

.gray {
  color: #bbbbbb;
}

.blue {
  color: #02c8e3;
}

.red {
  color: #e7625a;
}

.green {
  color: #2afd59;
}

.orange {
  color: #fda100;
}