.rt-light a {
  font-weight: bold !important;
  color: #069cc6;
font-size:smaller;
}
.cb_template .btn-primary {background:#f08d0e;}

.cb_template *, .cb_template ::before, .cb_template ::after {
    box-sizing: border-box;
    margin-top:3px;
}
.cb_template .card-header {
  max-width: 100%;
}
.cb_template .card-body{
  max-width: 100%;
}
.ULtwo-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  border:solid 1px #ddd;
  padding:10px 10px 10px 35px;
}
.cb_template .text-muted {
    color: #2d5a71!important;
}
.cb_template .invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 120%;
    color: #dc3545;
    background: #fde6e6;
}
.pfs .card-header {
    background: linear-gradient(90deg, rgb(213, 213, 213) 20%, rgb(4, 54, 79) 50%);
}
.box1p {
  max-width: 800px;
}
.box1p .card-header {
background: rgb(39,166,212);
background: linear-gradient(90deg, rgb(13, 179, 224) 50%, rgba(7,81,103,1) 60%, rgba(3,47,69,1) 70%);
  color:#fff;
}
.box2p {
  max-width: 800px;
}
.box2p .card-header {
background: rgb(39,183,212);
background: linear-gradient(90deg, rgb(8, 63, 83) 0%, rgb(88, 183, 187) 50%, rgb(13, 145, 108) 70%);
  color: #fff;
}
.pbf .card-header {
background: rgb(154,179,175);
background: linear-gradient(90deg, rgba(154,179,175,1) 12%, rgba(7,81,103,1) 16%, rgba(3,47,69,1) 33%);
  color:#fff;
}
.mpf .card-header {
background: rgb(13,179,224);
background: linear-gradient(90deg, rgba(13,179,224,1) 50%, rgba(237,0,140,1) 60%, rgba(3,47,69,1) 70%);
  color:#fff;
}
.default1 .card-header {
background: rgb(166, 211, 221);
  color:#023e58;
}