/*     cardpd     */
.cardpd, .cardpd-light {
border-radius: 5px;
background-color: #ffffff;
margin-bottom: 30px;
-webkit-box-shadow: 0px 6px 15px 0px rgb(69 65 78 / 15%);
-moz-box-shadow: 0px 6px 15px 0px rgba(69, 65, 78, 0.15);
box-shadow: 0px 6px 15px 0px rgb(69 65 78 / 15%);
border: 0px;
max-width: 1210px;
}
.cardpd .cardpd-header, .cardpd-light .cardpd-header {
padding: 1rem 1.25rem;
background-color: transparent;
border-bottom: 1px solid #ebecec !important;
}
.cardpd .cardpd-header:first-child, .cardpd-light .cardpd-header:first-child {
  border-radius: 0px;
}
.cardpd .cardpd-header .cardpd-head-row, .cardpd-light .cardpd-header .cardpd-head-row {
  display: flex;
  align-items: center;
}
  .cardpd .cardpd-header .cardpd-head-row .cardpd-tools, .cardpd-light .cardpd-header .cardpd-head-row .cardpd-tools {
    margin-left: auto;
    float: right;
    padding-left: 15px;
}
.cardpd .separator-solid, .cardpd-light .separator-solid {
border-top: 1px solid #ebecec;
margin: 15px 0;
}
.cardpd .separator-dashed, .cardpd-light .separator-dashed {
border-top: 1px dashed #ebecec;
margin: 15px 0;
}
.cardpd .separator-dot, .cardpd-light .separator-dot {
border-top: 1px dotted #ebecec;
margin: 15px 0;
}
.cardpd .full-width-separator, .cardpd-light .full-width-separator {
margin: 15px -20px 15px;
}
.cardpd .b-b1, .cardpd-light .b-b1 {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cardpd .cardpd-body, .cardpd-light .cardpd-body {
    padding: 1.5rem 2.5rem;
}
.cardpd .cardpd-footer, .cardpd-light .cardpd-footer {
background-color: transparent;
line-height: 30px;
border-top: 1px solid #ebecec !important;
font-size: 13px;
}
.cardpd .pull-in, .cardpd-light .pull-in {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.cardpd .pull-in.sparkline-fix, .cardpd-light .pull-in.sparkline-fix {
  margin-left: -1.35rem;
  margin-right: -1.35rem;
  margin-bottom: -3px;
}
.cardpd .chart-as-background, .cardpd-light .chart-as-background {
position: absolute;
bottom: 0;
width: calc(100% + 2px);
}
.cardpd .cardpd-action, .cardpd-light .cardpd-action {
padding: 30px;
background-color: transparent;
line-height: 30px;
border-top: 1px solid #ebecec !important;
font-size: 14px;
}
.cardpd .cardpd-footer hr, .cardpd-light .cardpd-footer hr {
margin-top: 5px;
margin-bottom: 5px;
}
.cardpd .cardpd-footer .legend, .cardpd-light .cardpd-footer .legend {
display: inline-block;
}

@media screen and (max-width: 476px) {
.cardpd .cardpd-header .cardpd-head-row:not(.cardpd-tools-still-right) {
flex-direction: column;
align-items: unset;
}
.cardpd .cardpd-header .cardpd-head-row:not(.cardpd-tools-still-right) .cardpd-tools {
  margin-left: 0px;
  float: left;
  padding-left: 0px;
  padding-top: 10px;
} }
.cardpd.full-height {
height: calc(100% - 30px);
}

.cardpd-space {
padding: 0 30px;
}
.cardpd-space > .cardpd-header, .cardpd-space > .cardpd-body, .cardpd-space > .cardpd-footer, .cardpd-space > .cardpd-action {
padding-left: 0px !important;
padding-right: 0px !important;
}

.cardpd-with-nav .cardpd-header {
border-bottom: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.cardpd-with-nav .cardpd-body {
padding: 15px 25px !important;
}

.cardpd-list {
padding: 10px 0;
}
.cardpd-list .item-list {
display: flex;
flex-direction: row;
padding: 10px 0;
align-items: center;
}
.cardpd-list .item-list .info-user {
  flex: 1;
}
  .cardpd-list .item-list .info-user .username, .cardpd-list .item-list .info-user a.username {
    color: #1572E8;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400;
}
  .cardpd-list .item-list .info-user .status {
    font-size: 11px;
    color: #7d7b7b;
}

.cardpd-title {
margin: 0;
color: #2A2F5B;
font-size: 20px;
font-weight: 400;
line-height: 1.6;
}
.cardpd-title a, .cardpd-title a:hover, .cardpd-title a:focus {
color: #2A2F5B;
text-decoration: none;
}

.cardpd-sub {
display: block;
margin: 5px 0 10px 0;
font-size: .9rem;
background: #f7f8fa;
color: #2A2F5B;
padding: 0.85rem 1.5rem;
border-radius: 4px;
line-height: 1.82;
}

.cardpd-category {
margin-top: 8px;
font-size: 14px;
color: #8d9498;
margin-bottom: 0px;
word-break: normal;
}

label {
font-size: 14px;
font-weight: 400;
color: #8d9498;
margin-bottom: 0px;
}

.cardpd-transparent {
background: transparent !important;
box-shadow: none;
border-color: transparent !important;
}

/*     cardpd Stats    */
.cardpd-stats .cardpd-body {
padding: 15px !important;
}
.cardpd-stats .cardpd-title {
margin-bottom: 0px !important;
}
.cardpd-stats .cardpd-category {
margin-top: 0px;
}
.cardpd-stats .col-icon {
width: 65px;
height: 65px;
margin-left: 15px;
}
.cardpd-stats .icon-big {
width: 100%;
height: 100%;
font-size: 2.2em;
min-height: 64px;
display: flex;
align-items: center;
justify-content: center;
}
.cardpd-stats .icon-big.icon-black, .cardpd-stats .icon-big.icon-primary, .cardpd-stats .icon-big.icon-secondary, .cardpd-stats .icon-big.icon-success, .cardpd-stats .icon-big.icon-info, .cardpd-stats .icon-big.icon-warning, .cardpd-stats .icon-big.icon-danger {
border-radius: 5px;
}
.cardpd-stats .icon-big.icon-black i, .cardpd-stats .icon-big.icon-primary i, .cardpd-stats .icon-big.icon-secondary i, .cardpd-stats .icon-big.icon-success i, .cardpd-stats .icon-big.icon-info i, .cardpd-stats .icon-big.icon-warning i, .cardpd-stats .icon-big.icon-danger i {
  color: #ffffff !important;
}
.cardpd-stats .icon-big.icon-black {
background: #1a2035;
}
.cardpd-stats .icon-big.icon-primary {
background: #1572E8;
}
.cardpd-stats .icon-big.icon-secondary {
background: #6861CE;
}
.cardpd-stats .icon-big.icon-success {
background: #31CE36;
}
.cardpd-stats .icon-big.icon-warning {
background: #FFAD46;
}
.cardpd-stats .icon-big.icon-info {
background: #48ABF7;
}
.cardpd-stats .icon-big.icon-danger {
background: #F25961;
}
.cardpd-stats .icon-big.round {
border-radius: 50% !important;
}
.cardpd-stats .col-stats {
align-items: center;
display: flex;
padding-left: 15px;
}

/*     cardpd Task     */
.cardpd-tasks .table {
margin-bottom: 0px;
}
.cardpd-tasks .table .form-check {
padding: 0 0 0 0.75rem !important;
}
.cardpd-tasks .table .form-check label {
  margin-bottom: 0px !important;
}
.cardpd-tasks .table tbody td:first-child, .cardpd-tasks .table thead th:first-child {
padding-left: 15px;
padding-right: 15px;
}
.cardpd-tasks .table tbody td:last-child, .cardpd-tasks .table thead th:last-child {
padding-right: 15px;
}
.cardpd-tasks .table tbody tr:last-child td {
border-bottom-width: 0px !important;
}
.cardpd-tasks .cardpd-body {
padding-top: 0px;
padding-bottom: 0px;
}
.cardpd-tasks .cardpd-body .table td {
font-size: 13px;
}
.cardpd-tasks .cardpd-body .table td .btn {
  font-size: 15px;
  opacity: 0.7;
  transition: all .3s;
}
.cardpd-tasks .cardpd-body .table td:hover .btn {
  opacity: 1;
}
.cardpd-tasks .form-button-action {
display: block !important;
}

/*     cardpd States    */
.cardpd-dark, .cardpd-black, .cardpd-primary, .cardpd-secondary, .cardpd-info, .cardpd-success, .cardpd-warning, .cardpd-danger {
color: #ffffff;
border: 0px !important;
}

.cardpd-dark .cardpd-header, .cardpd-black .cardpd-header, .cardpd-primary .cardpd-header, .cardpd-secondary .cardpd-header, .cardpd-info .cardpd-header, .cardpd-success .cardpd-header, .cardpd-warning .cardpd-header, .cardpd-danger .cardpd-header {
border-bottom: transparent !important;
}

.cardpd-dark .cardpd-category, .cardpd-black .cardpd-category, .cardpd-primary .cardpd-category, .cardpd-secondary .cardpd-category, .cardpd-info .cardpd-category, .cardpd-success .cardpd-category, .cardpd-warning .cardpd-category, .cardpd-danger .cardpd-category, .cardpd-dark .cardpd-title, .cardpd-black .cardpd-title, .cardpd-primary .cardpd-title, .cardpd-secondary .cardpd-title, .cardpd-info .cardpd-title, .cardpd-success .cardpd-title, .cardpd-warning .cardpd-title, .cardpd-danger .cardpd-title, .cardpd-dark label, .cardpd-black label, .cardpd-primary label, .cardpd-info label, .cardpd-success label, .cardpd-warning label, .cardpd-danger label {
color: #ffffff;
}

.cardpd-dark .icon-big > i, .cardpd-black .icon-big > i, .cardpd-primary .icon-big > i, .cardpd-secondary .icon-big > i, .cardpd-info .icon-big > i, .cardpd-success .icon-big > i, .cardpd-warning .icon-big > i, .cardpd-danger .icon-big > i {
color: #ffffff !important;
}

.cardpd-dark .cardpd-footer, .cardpd-black .cardpd-footer, .cardpd-primary .cardpd-footer, .cardpd-secondary .cardpd-footer, .cardpd-info .cardpd-footer, .cardpd-success .cardpd-footer, .cardpd-warning .cardpd-footer, .cardpd-danger .cardpd-footer {
border-top: transparent !important;
}

.cardpd-black {
background: #1a2035 !important;
}

.cardpd-primary {
background: #1572E8 !important;
}

.cardpd-secondary {
background: #6861CE !important;
}

.cardpd-info {
background: #48ABF7 !important;
}

.cardpd-success {
background: #31CE36 !important;
}

.cardpd-warning {
background: #FFAD46 !important;
}

.cardpd-danger {
background: #F25961 !important;
}

.cardpd-round {
border-radius: 5px;
}

/*     Progress cardpd    */
.progress-cardpd {
margin-bottom: 25px;
}
.progress-cardpd .progress-status {
display: flex;
margin-bottom: 10px;
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}

/*      cardpd Posts    */
.cardpd-post .info-post .username {
margin-bottom: 0px;
font-weight: 600;
}
.cardpd-post .info-post .date {
margin-bottom: 0px;
}

/*     cardpd Pricing    */
.cardpd-pricing {
padding: 20px 5px;
text-align: center;
border-radius: 5px;
}
.cardpd-pricing .cardpd-header {
border-bottom: 0px !important;
}
.cardpd-pricing .cardpd-footer {
border-top: 0px !important;
padding: 15px 15px 10px 15px;
}
.cardpd-pricing .cardpd-title {
font-weight: 400;
font-size: 20px;
}
.cardpd-pricing .cardpd-price .price {
font-size: 36px;
font-weight: 400;
}
.cardpd-pricing .cardpd-price .text {
font-size: 18px;
font-weight: 400;
color: #d1d7e3;
}
.cardpd-pricing .specification-list {
list-style: none;
padding-left: 0px;
}
.cardpd-pricing .specification-list li {
  padding: 8px 0 12px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}
  .cardpd-pricing .specification-list li .name-specification {
    color: #83848a;
}
  .cardpd-pricing .specification-list li .status-specification {
    margin-left: auto;
    float: right;
    font-weight: 400;
}
.cardpd-pricing.cardpd-pricing-focus {
padding: 40px 5px;
}
.cardpd-pricing.cardpd-black .name-specification, .cardpd-pricing.cardpd-primary .name-specification, .cardpd-pricing.cardpd-secondary .name-specification, .cardpd-pricing.cardpd-info .name-specification, .cardpd-pricing.cardpd-success .name-specification, .cardpd-pricing.cardpd-danger .name-specification, .cardpd-pricing.cardpd-warning .name-specification {
color: #ffffff !important;
}
.cardpd-pricing.cardpd-primary .specification-list li {
border-color: #2f8bff !important;
}
.cardpd-pricing.cardpd-primary .btn-light {
color: #1572E8 !important;
}
.cardpd-pricing.cardpd-success .specification-list li {
border-color: #64e069 !important;
}
.cardpd-pricing.cardpd-success .btn-light {
color: #31CE36 !important;
}
.cardpd-pricing.cardpd-secondary .specification-list li {
border-color: #7f77dc !important;
}
.cardpd-pricing.cardpd-secondary .btn-light {
color: #6861CE !important;
}
.cardpd-pricing.cardpd-black .specification-list li {
border-color: #6f8996 !important;
}
.cardpd-pricing.cardpd-black .btn-light {
color: #1a2035 !important;
}
.cardpd-pricing.cardpd-info .specification-list li {
border-color: #11c0e4 !important;
}
.cardpd-pricing.cardpd-info .btn-light {
color: #48ABF7 !important;
}
.cardpd-pricing.cardpd-danger .specification-list li {
border-color: #ff6972 !important;
}
.cardpd-pricing.cardpd-danger .btn-light {
color: #F25961 !important;
}
.cardpd-pricing.cardpd-warning .specification-list li {
border-color: #ffbc67 !important;
}
.cardpd-pricing.cardpd-warning .btn-light {
color: #FFAD46 !important;
}

.cardpd-pricing2 {
padding-bottom: 10px;
background: #fff !important;
border-bottom: 7px solid;
text-align: center;
overflow: hidden;
position: relative;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
-moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.cardpd-pricing2:before {
content: "";
width: 100%;
height: 350px;
position: absolute;
top: -150px;
left: 0;
transform: skewY(-20deg);
}
.cardpd-pricing2 .price-value:after, .cardpd-pricing2 .price-value:before {
content: "";
left: 50%;
transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.cardpd-pricing2 .value:after, .cardpd-pricing2 .value:before {
content: "";
left: 50%;
transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.cardpd-pricing2 .pricing-header {
padding: 20px 20px 60px;
text-align: left;
position: relative;
}
.cardpd-pricing2 .sub-title {
display: block;
font-size: 16px;
}
.cardpd-pricing2 .value {
background: #fff;
}
.cardpd-pricing2 .price-value {
display: inline-block;
width: 170px;
height: 110px;
padding: 15px;
border: 2px solid;
border-top: none;
border-bottom: none;
position: relative;
}
.cardpd-pricing2 .price-value:after, .cardpd-pricing2 .price-value:before {
  width: 121px;
  height: 121px;
  border: 3px solid;
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: -60px;
}
.cardpd-pricing2 .price-value:after {
  border-top: none;
  border-left: none;
  border-bottom: 3px solid;
  border-right: 3px solid;
  top: auto;
  bottom: -60px;
}
.cardpd-pricing2 .value {
width: 100%;
height: 100%;
border: 2px solid;
border-top: none;
border-bottom: none;
z-index: 1;
position: relative;
}
.cardpd-pricing2 .value:after, .cardpd-pricing2 .value:before {
  width: 97px;
  height: 97px;
  background: #fff;
  border: 3px solid;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: -48px;
  z-index: -1;
}
.cardpd-pricing2 .value:after {
  border-right: 3px solid;
  border-bottom: 3px solid;
  border-top: none;
  border-left: none;
  top: auto;
  bottom: -48px;
}
.cardpd-pricing2 .currency {
display: inline-block;
font-size: 30px;
margin-top: 7px;
vertical-align: top;
}
.cardpd-pricing2 .amount {
display: inline-block;
font-size: 40px;
font-weight: 600;
line-height: 65px;
}
.cardpd-pricing2 .amount span {
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  vertical-align: top;
  margin-top: -7px;
}
.cardpd-pricing2 .month {
display: block;
font-size: 16px;
line-height: 0;
}
.cardpd-pricing2 .pricing-content {
padding: 50px 0 0 80px;
margin-bottom: 20px;
list-style: none;
text-align: left;
transition: all .3s ease 0s;
}
.cardpd-pricing2 .pricing-content li {
  padding: 7px 0;
  font-size: 13px;
  color: grey;
  position: relative;
}
  .cardpd-pricing2 .pricing-content li.disable:before, .cardpd-pricing2 .pricing-content li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #98c458;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -50px;
    font-size: 9px;
}
  .cardpd-pricing2 .pricing-content li.disable:before {
    content: "\f00d";
    background: #fe6c6c;
}
.cardpd-pricing2.cardpd-black {
border-bottom-color: #1a2035;
}
.cardpd-pricing2.cardpd-black .price-value:before, .cardpd-pricing2.cardpd-black .value:before {
  border-left-color: #1a2035;
  border-top-color: #1a2035;
}
.cardpd-pricing2.cardpd-black .price-value, .cardpd-pricing2.cardpd-black .value {
  border-right-color: #1a2035;
}
  .cardpd-pricing2.cardpd-black .price-value:after, .cardpd-pricing2.cardpd-black .value:after {
    border-right-color: #1a2035;
}
.cardpd-pricing2.cardpd-black .price-value:after, .cardpd-pricing2.cardpd-black .value:after {
  border-bottom-color: #1a2035;
}
.cardpd-pricing2.cardpd-black .value {
  color: #1a2035;
}
.cardpd-pricing2.cardpd-black:before {
  background: #1a2035;
}
.cardpd-pricing2.cardpd-black .price-value, .cardpd-pricing2.cardpd-black .value {
  border-left-color: #1a2035;
}
.cardpd-pricing2.cardpd-primary {
border-bottom-color: #1572E8;
}
.cardpd-pricing2.cardpd-primary .price-value:before, .cardpd-pricing2.cardpd-primary .value:before {
  border-left-color: #1572E8;
  border-top-color: #1572E8;
}
.cardpd-pricing2.cardpd-primary .price-value, .cardpd-pricing2.cardpd-primary .value {
  border-right-color: #1572E8;
}
  .cardpd-pricing2.cardpd-primary .price-value:after, .cardpd-pricing2.cardpd-primary .value:after {
    border-right-color: #1572E8;
}
.cardpd-pricing2.cardpd-primary .price-value:after, .cardpd-pricing2.cardpd-primary .value:after {
  border-bottom-color: #1572E8;
}
.cardpd-pricing2.cardpd-primary .value {
  color: #1572E8;
}
.cardpd-pricing2.cardpd-primary:before {
  background: #1572E8;
}
.cardpd-pricing2.cardpd-primary .price-value, .cardpd-pricing2.cardpd-primary .value {
  border-left-color: #1572E8;
}
.cardpd-pricing2.cardpd-secondary {
border-bottom-color: #6861CE;
}
.cardpd-pricing2.cardpd-secondary .price-value:before, .cardpd-pricing2.cardpd-secondary .value:before {
  border-left-color: #6861CE;
  border-top-color: #6861CE;
}
.cardpd-pricing2.cardpd-secondary .price-value, .cardpd-pricing2.cardpd-secondary .value {
  border-right-color: #6861CE;
}
  .cardpd-pricing2.cardpd-secondary .price-value:after, .cardpd-pricing2.cardpd-secondary .value:after {
    border-right-color: #6861CE;
}
.cardpd-pricing2.cardpd-secondary .price-value:after, .cardpd-pricing2.cardpd-secondary .value:after {
  border-bottom-color: #6861CE;
}
.cardpd-pricing2.cardpd-secondary .value {
  color: #6861CE;
}
.cardpd-pricing2.cardpd-secondary:before {
  background: #6861CE;
}
.cardpd-pricing2.cardpd-secondary .price-value, .cardpd-pricing2.cardpd-secondary .value {
  border-left-color: #6861CE;
}
.cardpd-pricing2.cardpd-info {
border-bottom-color: #48ABF7;
}
.cardpd-pricing2.cardpd-info .price-value:before, .cardpd-pricing2.cardpd-info .value:before {
  border-left-color: #48ABF7;
  border-top-color: #48ABF7;
}
.cardpd-pricing2.cardpd-info .price-value, .cardpd-pricing2.cardpd-info .value {
  border-right-color: #48ABF7;
}
  .cardpd-pricing2.cardpd-info .price-value:after, .cardpd-pricing2.cardpd-info .value:after {
    border-right-color: #48ABF7;
}
.cardpd-pricing2.cardpd-info .price-value:after, .cardpd-pricing2.cardpd-info .value:after {
  border-bottom-color: #48ABF7;
}
.cardpd-pricing2.cardpd-info .value {
  color: #48ABF7;
}
.cardpd-pricing2.cardpd-info:before {
  background: #48ABF7;
}
.cardpd-pricing2.cardpd-info .price-value, .cardpd-pricing2.cardpd-info .value {
  border-left-color: #48ABF7;
}
.cardpd-pricing2.cardpd-success {
border-bottom-color: #31CE36;
}
.cardpd-pricing2.cardpd-success .price-value:before, .cardpd-pricing2.cardpd-success .value:before {
  border-left-color: #31CE36;
  border-top-color: #31CE36;
}
.cardpd-pricing2.cardpd-success .price-value, .cardpd-pricing2.cardpd-success .value {
  border-right-color: #31CE36;
}
  .cardpd-pricing2.cardpd-success .price-value:after, .cardpd-pricing2.cardpd-success .value:after {
    border-right-color: #31CE36;
}
.cardpd-pricing2.cardpd-success .price-value:after, .cardpd-pricing2.cardpd-success .value:after {
  border-bottom-color: #31CE36;
}
.cardpd-pricing2.cardpd-success .value {
  color: #31CE36;
}
.cardpd-pricing2.cardpd-success:before {
  background: #31CE36;
}
.cardpd-pricing2.cardpd-success .price-value, .cardpd-pricing2.cardpd-success .value {
  border-left-color: #31CE36;
}
.cardpd-pricing2.cardpd-warning {
border-bottom-color: #FFAD46;
}
.cardpd-pricing2.cardpd-warning .price-value:before, .cardpd-pricing2.cardpd-warning .value:before {
  border-left-color: #FFAD46;
  border-top-color: #FFAD46;
}
.cardpd-pricing2.cardpd-warning .price-value, .cardpd-pricing2.cardpd-warning .value {
  border-right-color: #FFAD46;
}
  .cardpd-pricing2.cardpd-warning .price-value:after, .cardpd-pricing2.cardpd-warning .value:after {
    border-right-color: #FFAD46;
}
.cardpd-pricing2.cardpd-warning .price-value:after, .cardpd-pricing2.cardpd-warning .value:after {
  border-bottom-color: #FFAD46;
}
.cardpd-pricing2.cardpd-warning .value {
  color: #FFAD46;
}
.cardpd-pricing2.cardpd-warning:before {
  background: #FFAD46;
}
.cardpd-pricing2.cardpd-warning .price-value, .cardpd-pricing2.cardpd-warning .value {
  border-left-color: #FFAD46;
}
.cardpd-pricing2.cardpd-danger {
border-bottom-color: #F25961;
}
.cardpd-pricing2.cardpd-danger .price-value:before, .cardpd-pricing2.cardpd-danger .value:before {
  border-left-color: #F25961;
  border-top-color: #F25961;
}
.cardpd-pricing2.cardpd-danger .price-value, .cardpd-pricing2.cardpd-danger .value {
  border-right-color: #F25961;
}
  .cardpd-pricing2.cardpd-danger .price-value:after, .cardpd-pricing2.cardpd-danger .value:after {
    border-right-color: #F25961;
}
.cardpd-pricing2.cardpd-danger .price-value:after, .cardpd-pricing2.cardpd-danger .value:after {
  border-bottom-color: #F25961;
}
.cardpd-pricing2.cardpd-danger .value {
  color: #F25961;
}
.cardpd-pricing2.cardpd-danger:before {
  background: #F25961;
}
.cardpd-pricing2.cardpd-danger .price-value, .cardpd-pricing2.cardpd-danger .value {
  border-left-color: #F25961;
}

/*    cardpd Product    */
.row-cardpdProduct {
padding: 0 5px;
white-space: nowrap;
overflow-x: auto;
display: block !important;
margin-right: -2rem;
width: unset !important;
}

.col-cardpdProduct {
width: 225px;
padding: 0 10px;
display: inline-block;
}

.cardpd-product {
background: #fff;
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.12);
margin-bottom: 15px;
}
.cardpd-product .product-summary {
padding: 15px;
}

@media screen and (max-width: 768px) {
.col-cardpdProduct {
width: 175px;
}

.cardpd-product .title-product {
font-size: 14px;
}
.cardpd-product .price-product {
font-size: 18px;
} }
/*     cardpd Shadow    */
.skew-shadow {
position: relative;
overflow: hidden;
}
.skew-shadow:before {
content: '';
position: absolute;
background: rgba(255, 255, 255, 0.1);
width: 50%;
min-width: 150px;
height: 100%;
top: 0;
right: -25%;
transform: skewX(-32.5deg);
}

.bubble-shadow {
position: relative;
overflow: hidden;
}
.bubble-shadow:before {
position: absolute;
top: -10%;
right: -140px;
width: 300px;
height: 300px;
content: "";
border-radius: 50%;
background: rgba(255, 255, 255, 0.05);
}
.bubble-shadow:after {
position: absolute;
top: -65px;
right: 80px;
width: 150px;
height: 150px;
content: "";
border-radius: 50%;
background: rgba(255, 255, 255, 0.05);
}

.curves-shadow {
position: relative;
overflow: hidden;
}
.curves-shadow:before {
content: '';
position: absolute;
background: url(../img/img-shadow.png);
background-size: cover;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

@media only screen and (max-width: 990px) {
.cardpd-pricing2 {
margin-bottom: 30px;
} }
@media only screen and (max-width: 767px) {
.cardpd-pricing2:before {
transform: skewY(-15deg);
} }
/*     cardpd Annoucement    */
.cardpd-annoucement .cardpd-body {
padding: 50px 25px;
}
.cardpd-annoucement .cardpd-opening {
font-size: 20px;
font-weight: 400;
letter-spacing: 0.01em;
}
.cardpd-annoucement .cardpd-desc {
padding: 15px 0;
font-size: 16px;
line-height: 1.65;
font-weight: 300;
}
.cardpd-annoucement.cardpd-primary .btn-light {
color: #1572E8 !important;
}
.cardpd-annoucement.cardpd-success .btn-light {
color: #31CE36 !important;
}
.cardpd-annoucement.cardpd-secondary .btn-light {
color: #6861CE !important;
}
.cardpd-annoucement.cardpd-black .btn-light {
color: #1a2035 !important;
}
.cardpd-annoucement.cardpd-info .btn-light {
color: #48ABF7 !important;
}
.cardpd-annoucement.cardpd-danger .btn-light {
color: #F25961 !important;
}
.cardpd-annoucement.cardpd-warning .btn-light {
color: #FFAD46 !important;
}

/*     cardpd Profile     */
.cardpd-profile {
color: #2A2F5B;
}
.cardpd-profile .profile-picture {
text-align: center;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
bottom: -41px;
width: 100%;
box-sizing: border-box;
}
.cardpd-profile .user-profile .name {
font-size: 20px;
font-weight: 400;
margin-bottom: 5px;
}
.cardpd-profile .user-profile .job {
color: #83848a;
margin-bottom: 5px;
}
.cardpd-profile .user-profile .desc {
color: #bbb;
margin-bottom: 15px;
}
.cardpd-profile .user-profile .social-media {
margin-bottom: 20px;
}
.cardpd-profile .user-profile .social-media .btn {
  padding: 5px !important;
}
  .cardpd-profile .user-profile .social-media .btn i {
    font-size: 22px !important;
}
.cardpd-profile .user-stats {
margin-bottom: 10px;
}
.cardpd-profile .user-stats [class^="col"] {
  border-right: 1px solid #ebebeb;
}
.cardpd-profile .user-stats [class^="col"]:last-child {
  border-right: 0px;
}
.cardpd-profile .user-stats .number {
  font-weight: 400;
  font-size: 15px;
}
.cardpd-profile .user-stats .title {
  color: #7d7b7b;
}
.cardpd-profile .cardpd-header {
border-bottom: 0px;
height: 100px;
position: relative;
}
.cardpd-profile .cardpd-body {
padding-top: 60px;
}
.cardpd-profile .cardpd-footer {
border-top: 0px;
}
.cardpd-profile.cardpd-secondary .cardpd-header {
background: #6861CE;
}

/*      Row cardpd No Padding      */
.row-cardpd-no-pd {
border-radius: 5px;
margin-left: 0;
margin-right: 0;
background: #ffffff;
margin-bottom: 30px;
padding-top: 15px;
padding-bottom: 15px;
position: relative;
-webkit-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
-moz-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
border: 0px;
}
.row-cardpd-no-pd .cardpd {
margin-bottom: 0px;
border-width: 0px;
box-shadow: none;
position: unset;
}
.row-cardpd-no-pd .cardpd .cardpd-header {
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
}
.row-cardpd-no-pd [class*=col] .cardpd:before {
position: absolute;
height: calc(100%);
width: 1px;
background: #eee;
content: '';
right: 0px;
}
.row-cardpd-no-pd [class*=col]:last-child .cardpd:before {
width: 0px;
}

/*     Accordion     */
.accordion .cardpd {
border-radius: 5px !important;
background: #f7f7f7 !important;
color: #2A2F5B !important;
border: 0;
box-shadow: none;
}
.accordion .cardpd .span-icon {
font-size: 22px;
padding-left: 15px;
padding-right: 15px;
}
.accordion .cardpd > .cardpd-header {
border: 0px !important;
display: flex;
flex-direction: row;
align-items: center;
cursor: pointer;
border-radius: 0 !important;
}
.accordion .cardpd > .cardpd-header > .span-mode {
  margin-left: auto;
}
  .accordion .cardpd > .cardpd-header > .span-mode:before {
    content: "\f068" !important;
    font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
    font-size: 16px;
}
.accordion .cardpd > .cardpd-header.collapsed > .span-mode:before {
  content: "\f067" !important;
}
.accordion .cardpd .cardpd-body {
border-top: 1px solid #ebebeb;
padding: 30px;
}
.accordion.accordion-black .cardpd .cardpd-header, .accordion.accordion-black .cardpd .cardpd-header .btn-link, .accordion.accordion-primary .cardpd .cardpd-header, .accordion.accordion-primary .cardpd .cardpd-header .btn-link, .accordion.accordion-secondary .cardpd .cardpd-header, .accordion.accordion-secondary .cardpd .cardpd-header .btn-link, .accordion.accordion-info .cardpd .cardpd-header, .accordion.accordion-info .cardpd .cardpd-header .btn-link, .accordion.accordion-success .cardpd .cardpd-header, .accordion.accordion-success .cardpd .cardpd-header .btn-link, .accordion.accordion-warning .cardpd .cardpd-header, .accordion.accordion-warning .cardpd .cardpd-header .btn-link, .accordion.accordion-danger .cardpd .cardpd-header, .accordion.accordion-danger .cardpd .cardpd-header .btn-link {
font-size: 14px;
}
.accordion.accordion-black .cardpd .cardpd-header {
color: #1a2035;
}
.accordion.accordion-black .cardpd .cardpd-header .btn-link {
color: #1a2035 !important;
}
.accordion.accordion-primary .cardpd .cardpd-header {
color: #1572E8;
}
.accordion.accordion-primary .cardpd .cardpd-header .btn-link {
color: #1572E8 !important;
}
.accordion.accordion-secondary .cardpd .cardpd-header {
color: #6861CE;
}
.accordion.accordion-secondary .cardpd .cardpd-header .btn-link {
color: #6861CE !important;
}
.accordion.accordion-info .cardpd .cardpd-header {
color: #48ABF7;
}
.accordion.accordion-info .cardpd .cardpd-header .btn-link {
color: #48ABF7 !important;
}
.accordion.accordion-success .cardpd .cardpd-header {
color: #31CE36;
}
.accordion.accordion-success .cardpd .cardpd-header .btn-link {
color: #31CE36 !important;
}
.accordion.accordion-warning .cardpd .cardpd-header {
color: #FFAD46;
}
.accordion.accordion-warning .cardpd .cardpd-header .btn-link {
color: #FFAD46 !important;
}
.accordion.accordion-danger .cardpd .cardpd-header {
color: #F25961;
}
.accordion.accordion-danger .cardpd .cardpd-header .btn-link {
color: #F25961 !important;
}

.border-transparent {
border-color: transparent !important;
}

.gutters-0 {
margin-right: 0;
margin-left: 0;
}
.gutters-0 > .col, .gutters-0 > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.gutters-0 .cardpd {
margin-bottom: 0;
}

.gutters-xs {
margin-right: -0.25rem;
margin-left: -0.25rem;
}
.gutters-xs > .col, .gutters-xs > [class*="col-"] {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.gutters-xs .cardpd {
margin-bottom: 0.5rem;
}

.gutters-sm {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
.gutters-sm > .col, .gutters-sm > [class*="col-"] {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.gutters-sm .cardpd {
margin-bottom: 1rem;
}

.gutters-lg {
margin-right: -1rem;
margin-left: -1rem;
}
.gutters-lg > .col, .gutters-lg > [class*="col-"] {
padding-right: 1rem;
padding-left: 1rem;
}
.gutters-lg .cardpd {
margin-bottom: 2rem;
}

.gutters-xl {
margin-right: -1.5rem;
margin-left: -1.5rem;
}
.gutters-xl > .col, .gutters-xl > [class*="col-"] {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.gutters-xl .cardpd {
margin-bottom: 3rem;
}

.stamp {
color: #fff;
background: #6861CE;
display: inline-block;
min-width: 2rem;
height: 2rem;
padding: 0 .25rem;
line-height: 2rem;
text-align: center;
border-radius: 3px;
font-weight: 600;
}

.stamp-md {
min-width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
}

.cardpd-header .cardpd-head-row.cardpd-tools-still-right .cardpd-tools.accord:after {
content: "\f068";
float: right;
font-family: 'Font Awesome 5 Solid';
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}

.cardpd-header.collapsed .cardpd-head-row.cardpd-tools-still-right .cardpd-tools.accord:after {
content: "\f067";
float: right;
font-family: 'Font Awesome 5 Solid';
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}