.hidden{
  display: none;
}

.custom-radio .custom-control-input + .custom-control-label::before {
  background-color: transparent;
  border-color: transparent;
}
.custom-radio .custom-control-input + .custom-control-label::after {
  background-color: transparent;
  border-color: transparent;
}

.custom-control-input:checked + label {
  border: 1.5px solid #00338e;
  box-shadow: 0 0 5px #00338e;
  background-color: transparent;
}

.text-sm{
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.25 !important; 
  font-weight: 500;
  color: #00338e;
}
.noUi-handle {
  border: 1px solid #FFF !important;
  background: #00338e !important;
  width: 22px !important;
  height: 22px !important;
  top: -8px !important;
  box-shadow: 0 0 3px #00338e;
  border-radius: 12px;
}
.noUi-handle .noUi-horizontal{
  right: -9px !important;
}

.noUi-target {
  background: #fff;
  border: none;
  box-shadow: 0 0 3px #00338e;
}

.noUi-connect {
  background: #00338e !important;
}

.fillabel {
  border: 1px solid #00338e !important;
}
.noUi-horizontal {
  height: 7px;
}
.noUi-tooltip {
  font-size: 12px;
  border: 1px solid #00338e;
}
.noUi-pips {
  position: absolute;
}

.noUi-value{
  color: #00338e;
  font-size: 12px;
  background: #ffe8eb;
  border-radius: 3px;
  padding: 3px 5px;
  box-shadow: 2 2 10px #00338e;
  font-weight: 500;
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
  color: #00338e;
}

.noUi-handle:before,
.noUi-handle:after {
  width: 0px;
  background: #00338e;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 1.75rem 0.25rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.5;
  color: #00338e;
  vertical-align: middle;
  background: #fff url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%233ced6e4" class="bi bi-caret-down-fill" viewBox="0 0 16 16"%3e%3cpath d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0"%3e%3c/path%3e%3c/svg%3e') right 0.75rem center/16px 20px no-repeat;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-theme{
  background: #00338e;
}
.bg-theme{
  background: #ced6e4;
  color: #00338e !important;
  font-weight: 700;
}
.box-chart{
  padding: 0.1em;
  border-radius: 2px;
  box-shadow: 0px 0px 3px #888888;
}
table > tbody > tr > td{
  vertical-align: middle !important;
  padding-left: 0.5em !important;
}
.text-bold{
  font-weight: bold;
}
.theme-color-light{
  color: #00338E;
}
.theme-color{
  color: #00338e !important;
}
.bg-grey{
  background: #d9d9d9 !important;
}
.box-heading{
  border-top: 5px solid #32538E;
  border-bottom: 5px solid #32538E;
  background: #FFF;
}
.box-sub-heading{
  background: #32538E;
  color: #FFF;
}
.box-brown{
  background: #927656;
  color: #FFF;
  text-align: center;
}
.box-grayish{
  background: #E9E5E5;
  color: #000;
  text-align: center;
  padding: 0.5em;
  box-shadow: 0px 0px 2px #888888;
}
.box-white{
  background: #fff;
  color: #000;
  text-align: center;
  padding: 1em 0.5em;
}
.box-light-yellow{
  background: #F3FFC3;
  color: #000;
  text-align: center;
  padding: 0.5em;
  box-shadow: 0px 0px 2px #888888;
}
.box-light-pink{
  background: #FBE9F9;
  color: #000;
  text-align: center;
  padding: 0.5em;
  box-shadow: 0px 0px 2px #888888;
}
.box-cyan{
  background: #85F7DC;
  color: #000;
  text-align: center;
  padding: 0.5em;
  box-shadow: 0px 0px 2px #888888;
}
.box-warm-shade{
  background: #FFD5BB;
  color: #000;
  text-align: center;
  padding: 0.5em;
  box-shadow: 0px 0px 2px #888888;
}
.box-shade-blue{
  background: #BDD7EE;
  color: #000;
  text-align: center;
  padding: 0.5em;
  box-shadow: 0px 0px 2px #888888;
}
.box-violet{
  background: #CCF;
  color: #000;
  text-align: center;
  padding: 0.5em;
  box-shadow: 0px 0px 2px #888888;
}
.box-black-result{
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  box-shadow: 0px 0px 2px #888888;
}

.divide-section{
  border-top: 5px solid #000;
}
label{
  padding-top : 0px;
}
select{
  padding:2px;
  text-align: center!important;
}
.result{
  border-radius:0px;
  border:none;
  padding:1px 2px;
  background-color: transparent !important;
}
.fillabel{
  border-radius:0px;
  border:none;
  border-bottom:solid 1px #000;
  padding:1px 2px;
  background-color: transparent !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #c0c0c0;
  outline: 0 none;
}
td{
  padding:2px !important;
  vertical-align: middle;
}
td > input{
  width: 100px !important;
}