.rt-light a {
  font-weight: bold !important;
  color: #069cc6;
}
.cb_template .btn-primary {
  background: #3abddb;
  border: solid 2px #268095;
}

.cb_template *, .cb_template ::before, .cb_template ::after {
    box-sizing: border-box;
    margin-top:3px;
border:none;
}
.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(84, 199, 242) 50%, rgb(7, 81, 103) 60%, rgb(3, 47, 69) 70%);
  color: #fff;
}
.box2p {
  max-width: 800px;
}
.box2p .card-header {
background: rgb(39,183,212);
background: linear-gradient(90deg, rgb(144, 216, 242) 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(-45deg, rgb(3, 47, 69) 10%, rgb(233, 0, 140) 20%, rgb(84, 199, 242) 50%);
  color:#fff;
}
.default1 .card-header {
background: rgb(166, 211, 221);
  color:#023e58;
}

.cb_template .btn-info {
  padding: 10px 20px;
  border: solid 1px #111;
}
.cb_template .btn-info:hover {
  background-color: #70a893;
  border-color: #73998b;
  color: #fff;
}
.mpf .card-body {
  max-width: 100%;
  background-color: #eeeeee;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.24) 10%, rgb(236, 235, 235) 50%);
  color:#fff;
}
.box2p .card-body {background-color: #8ed7f06e;}
.box2p .card-body:hover {background-color: #eeeeee;}

.cb_template .btn {
  color: #fff;
  background-color: #007bff;
  border-radius:25px;
  padding:8px 20px;
  border: solid 2px #111;
}

.cb_template .form-group {
  margin-bottom: 10px;
}
.cb_template .nav-tabs .nav-link {
  border: 1px solid #ddd;
}