@charset "utf-8";
/* CSS Document */

.tab-panel .hide {
  display: none !important;
}


h1 {
  color: #333;
  font-size: 42px;
  font-weight: bold !important;
  padding-top: 2rem;
}

p{
  color:#323237;
   line-height: 1.6rem;
}

h3 {
	  font-weight: 700 !important;
	  color:#072B61;
}

h4 {
  color: #333;
  font-weight: bold;
}

.tab-nav li.active a{
   background-color: #072b61;
  
}

/* btn Star 20240823 KC */

.cus-btn {
  display: inline-block;
  font-weight: 400;
  color: #37a6d9;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #37a6d9;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .cus-btn {
    transition: none;
  }
}

.cus-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.cus-btn:focus, .cus-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.cus-btn.disabled, .cus-btn:disabled {
  opacity: 0.65;
}

a.cus-btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* btn End */

<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

