/********** RHLS CSS **********/
.tbl-rhls2026{
 margin: 10px;
}
.tbl-rhls2026 th {
  background: #005cca;
	border: solid 1px #ccc;
	color: #fff;
	padding: 3px;
	font-size: 12px;
}
.tbl-rhls2026 td {
	border: solid 1px #ccc;
  padding: 5px;
  font-size: 12px;
}
.tbl-rhls2026-center {
	text-align: center;
}
.tbl-rhls2026-small {
	font-size: 9px !Important;
}
.tbl-rhls2026-Entry{
	background-color: #efefef;
    padding: 2px;
    font-size: 9px;
    font-weight: 600;
}
.rhls_table_title{
   width:30%;
   height:32px;
   font-size:larger !important;
}
.rhls_button {
   text-align:center;
}
.rhls_button a {
    border-radius: 20px;
    justify-content: space-around;
    align-items: center;
    margin: 5px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: linear-gradient(270deg, #005cca 65%, #005cca 100%);
    text-decoration: none;
	border: none;
	line-height:50px;
}
.rhls_button a:hover {
    background: rgb(117,188,255);
    background: linear-gradient(270deg, rgba(117,188,255,1) 0%, rgba(62,159,252,1) 100%);
}
.flow_rhls2026 {
  display: flex;
  justify-content: center;
}

.flow_rhls2026_list {
  padding-left: 0;
  margin:18px;
}

.flow_rhls2026_list > li {
  list-style-type: none;
  border: 2px solid #4D9BC1;
  padding: 7px 6px;
  border-radius: 20px;
}

.flow_rhls2026_list > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}

.flow_rhls2026_list > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #4D9BC1;
}

.flow_rhls2026_list > li dl dt {
    font-size: 1.3em !important;
    background-color: white !important;
    border-bottom: 2pt dashed #ccc ! Important;
    padding-bottom: 0.5em !important;
    margin-bottom: 0.5em !important;
    color: #222 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
   font-weight:600;
}

.flow_rhls2026_list > li .icon10 {
  color: #4D9BC1;
  margin-right: 0.5em;
}

.flow_rhls2026_list > li dl dd {
  margin: 0;
}

.rhls2026_plan {
 border-collapse: collapse;
 border-spacing: 0;
 margin:10px;
}
.rhls2026_plan tr:last-child {
 background: #ffffff;
}
.rhls2026_plan th {
 padding: 10px;
 background: #4d9bc1;
 border: solid 1px #666666;
 color: #ffffff;
}
.rhls2026_plan td {
 padding: 3px;
 border: solid 1px #666666;
}
.rhls2026_plan td:first-child {
 background: #e9faf9;
}
