/* Breadcrumb */
.breadcrumbs {
  list-style: none;
  display: inline;
  width: auto;
  border-left: 1px solid #efefef;
  margin-left: 25px;
  padding-left: 25px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 100%;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li a {
  color: #575962;
  font-size: 13px;
}

.breadcrumbs li a i {
  font-size: 16px;
}

.breadcrumbs li a:hover {
  text-decoration: none;
}

.breadcrumbs li.separator {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
.cumButton{

  font-size: 15px !important;
    border-radius: 3px !important;
   padding: 10.5px 18.5px !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    border:1px solid #c4c8cb !important;
    color: #7a7575 !important;
}
.cumButton:hover{

  font-size: 15px !important;
    border-radius: 3px !important;
    padding: 10.5px 18.5px !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    border:1px solid #EE2C7B !important;
    color: #EE2C7B !important;
}
.cumButtonactive{

  font-size: 15px !important;
    border-radius: 3px !important;
    padding: 10.5px 18.5px !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    border:1px solid #EE2C7B !important;
    color: #EE2C7B !important;
}

/* Card */
.card,
.card-light {
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
  -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;
}

.card .card-header,
.card-light .card-header {
  padding: 1rem 1.25rem;
  background-color: transparent;
  border-bottom: 1px solid #ebecec !important;
}

.card .card-header:first-child,
.card-light .card-header:first-child {
  border-radius: 0px;
}

.card .card-header .card-head-row,
.card-light .card-header .card-head-row {
  display: flex;
  align-items: center;
}

.card .card-header .card-head-row .card-tools,
.card-light .card-header .card-head-row .card-tools {
  margin-left: auto;
  float: right;
  padding-left: 15px;
}

.card .separator-solid,
.card-light .separator-solid {
  border-top: 1px solid #ebecec;
  margin: 15px 0;
}

.card .separator-dashed,
.card-light .separator-dashed {
  border-top: 1px dashed #ebecec;
  margin: 15px 0;
}

.card .separator-dot,
.card-light .separator-dot {
  border-top: 1px dotted #ebecec;
  margin: 15px 0;
}

.card .full-width-separator,
.card-light .full-width-separator {
  margin: 15px -20px 15px;
}

.card .b-b1,
.card-light .b-b1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.card .card-body,
.card-light .card-body {
  padding: 1.25rem;
}

.card .card-footer,
.card-light .card-footer {
  background-color: transparent;
  line-height: 30px;
  border-top: 1px solid #ebecec !important;
  font-size: 13px;
}

.card .pull-in,
.card-light .pull-in {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.card .pull-in.sparkline-fix,
.card-light .pull-in.sparkline-fix {
  margin-left: -1.35rem;
  margin-right: -1.35rem;
  margin-bottom: -3px;
}

.card .chart-as-background,
.card-light .chart-as-background {
  position: absolute;
  bottom: 0;
  width: calc(100% + 2px);
}

.card .card-action,
.card-light .card-action {
  padding: 30px;
  background-color: transparent;
  line-height: 30px;
  border-top: 1px solid #ebecec !important;
  font-size: 14px;
}

.card .card-footer hr,
.card-light .card-footer hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.card .card-footer .legend,
.card-light .card-footer .legend {
  display: inline-block;
}

@media screen and (max-width: 476px) {
  .card .card-header .card-head-row:not(.card-tools-still-right) {
    flex-direction: column;
    align-items: unset;
  }

  .card .card-header .card-head-row:not(.card-tools-still-right) .card-tools {
    margin-left: 0px;
    float: left;
    padding-left: 0px;
    padding-top: 10px;
  }
}

.card.full-height {
  height: calc(100% - 30px);
}

.card-space {
  padding: 0 30px;
}

.card-space>.card-header,
.card-space>.card-body,
.card-space>.card-footer,
.card-space>.card-action {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.card-with-nav .card-header {
  border-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.card-with-nav .card-body {
  padding: 15px 25px !important;
}

.card-list {
  padding: 10px 0;
}

.card-list .item-list {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  align-items: center;
}

.card-list .item-list .info-user {
  flex: 1;
}

.card-list .item-list .info-user .username,
.card-list .item-list .info-user a.username {
  color: #1572E8;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 400;
}

.card-list .item-list .info-user .status {
  font-size: 11px;
  color: #7d7b7b;
}

.card-title {
  margin: 0;
  color: #575962;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.card-title a,
.card-title a:hover,
.card-title a:focus {
  color: #575962;
  text-decoration: none;
}

.card-sub {
  display: block;
  margin: 5px 0 10px 0;
  font-size: .9rem;
  background: #f7f8fa;
  color: #575962;
  padding: 0.85rem 1.5rem;
  border-radius: 4px;
  line-height: 1.82;
}

.card-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;
}

.card-transparent {
  background: transparent !important;
  box-shadow: none;
  border-color: transparent !important;
}

/* Card Stats */
.card-stats .card-body {
  padding: 15px !important;
}

.card-stats .card-title {
  margin-bottom: 0px !important;
}

.card-stats .card-category {
  margin-top: 0px;
}

.card-stats .col-icon {
  width: 65px;
  height: 65px;
  margin-left: 15px;
}

.card-stats .icon-big {
  width: 100%;
  height: 100%;
  font-size: 2.2em;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-stats .icon-big.icon-default,
.card-stats .icon-big.icon-primary,
.card-stats .icon-big.icon-secondary,
.card-stats .icon-big.icon-success,
.card-stats .icon-big.icon-info,
.card-stats .icon-big.icon-warning,
.card-stats .icon-big.icon-danger {
  border-radius: 5px;
}

.card-stats .icon-big.icon-default i,
.card-stats .icon-big.icon-primary i,
.card-stats .icon-big.icon-secondary i,
.card-stats .icon-big.icon-success i,
.card-stats .icon-big.icon-info i,
.card-stats .icon-big.icon-warning i,
.card-stats .icon-big.icon-danger i {
  color: #ffffff !important;
}

.card-stats .icon-big.icon-default {
  background: #1a2035;
}

.card-stats .icon-big.icon-primary {
  background: #1572E8;
}

.card-stats .icon-big.icon-secondary {
  background: #6861CE;
}

.card-stats .icon-big.icon-success {
  background: #31CE36;
}

.card-stats .icon-big.icon-warning {
  background: #FFAD46;
}

.card-stats .icon-big.icon-info {
  background: #48ABF7;
}

.card-stats .icon-big.icon-danger {
  background: #F25961;
}

.card-stats .icon-big.round {
  border-radius: 50% !important;
}

.card-stats .col-stats {
  align-items: center;
  display: flex;
  padding-left: 15px;
}

/* Card Task */
.card-tasks .table {
  margin-bottom: 0px;
}

.card-tasks .table .form-check {
  padding: 0 0 0 0.75rem !important;
}

.card-tasks .table .form-check label {
  margin-bottom: 0px !important;
}

.card-tasks .table tbody td:first-child,
.card-tasks .table thead th:first-child {
  padding-left: 15px;
  padding-right: 15px;
}

.card-tasks .table tbody td:last-child,
.card-tasks .table thead th:last-child {
  padding-right: 15px;
}

.card-tasks .table tbody tr:last-child td {
  border-bottom-width: 0px !important;
}

.card-tasks .card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.card-tasks .card-body .table td {
  font-size: 13px;
}

.card-tasks .card-body .table td .btn {
  font-size: 15px;
  opacity: 0.7;
  transition: all .3s;
}

.card-tasks .card-body .table td:hover .btn {
  opacity: 1;
}

.card-tasks .form-button-action {
  display: block !important;
}

/* Card States */
.card-dark,
.card-default,
.card-primary,
.card-secondary,
.card-info,
.card-success,
.card-warning,
.card-danger {
  color: #ffffff;
  border: 0px;
}

.card-dark .card-header,
.card-default .card-header,
.card-primary .card-header,
.card-secondary .card-header,
.card-info .card-header,
.card-success .card-header,
.card-warning .card-header,
.card-danger .card-header {
  border-bottom: transparent !important;
}

.card-dark .card-category,
.card-default .card-category,
.card-primary .card-category,
.card-secondary .card-category,
.card-info .card-category,
.card-success .card-category,
.card-warning .card-category,
.card-danger .card-category,
.card-dark .card-title,
.card-default .card-title,
.card-primary .card-title,
.card-secondary .card-title,
.card-info .card-title,
.card-success .card-title,
.card-warning .card-title,
.card-danger .card-title,
.card-dark label,
.card-default label,
.card-primary label,
.card-info label,
.card-success label,
.card-warning label,
.card-danger label {
  color: #ffffff;
}

.card-dark .icon-big>i,
.card-default .icon-big>i,
.card-primary .icon-big>i,
.card-secondary .icon-big>i,
.card-info .icon-big>i,
.card-success .icon-big>i,
.card-warning .icon-big>i,
.card-danger .icon-big>i {
  color: #ffffff !important;
}

.card-dark .card-footer,
.card-default .card-footer,
.card-primary .card-footer,
.card-secondary .card-footer,
.card-info .card-footer,
.card-success .card-footer,
.card-warning .card-footer,
.card-danger .card-footer {
  border-top: transparent !important;
}

.card-default {
  background: #1a2035 !important;
}

.card-primary {
  background: #1572E8 !important;
}

.card-secondary {
  background: #6861CE !important;
}

.card-info {
  /*background: #48ABF7 !important;*/
}

.card-success {
  background: #31CE36 !important;
}

.card-warning {
  background: #FFAD46 !important;
}

.card-danger {
  background: #F25961 !important;
}

.card-round {
  border-radius: 5px;
}

/* Progress Card */
.progress-card {
  margin-bottom: 25px;
}

.progress-card .progress-status {
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* Card Posts */
.card-post .info-post .username {
  margin-bottom: 0px;
  font-weight: 600;
}

.card-post .info-post .date {
  margin-bottom: 0px;
}

/* Card Pricing */
.card-pricing {
  padding: 20px 5px;
  text-align: center;
  border-radius: 5px;
}

.card-pricing .card-header {
  border-bottom: 0px !important;
}

.card-pricing .card-footer {
  border-top: 0px !important;
  padding: 15px 15px 10px 15px;
}

.card-pricing .card-title {
  font-weight: 400;
  font-size: 20px;
}

.card-pricing .card-price .price {
  font-size: 36px;
  font-weight: 400;
}

.card-pricing .card-price .text {
  font-size: 18px;
  font-weight: 400;
  color: #d1d7e3;
}

.card-pricing .specification-list {
  list-style: none;
  padding-left: 0px;
}

.card-pricing .specification-list li {
  padding: 8px 0 12px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}

.card-pricing .specification-list li .name-specification {
  color: #83848a;
}

.card-pricing .specification-list li .status-specification {
  margin-left: auto;
  float: right;
  font-weight: 400;
}

.card-pricing.card-pricing-focus {
  padding: 40px 5px;
}

.card-pricing.card-default .name-specification,
.card-pricing.card-primary .name-specification,
.card-pricing.card-secondary .name-specification,
.card-pricing.card-info .name-specification,
.card-pricing.card-success .name-specification,
.card-pricing.card-danger .name-specification,
.card-pricing.card-warning .name-specification {
  color: #ffffff !important;
}

.card-pricing.card-primary .specification-list li {
  border-color: #2f8bff !important;
}

.card-pricing.card-primary .btn-light {
  color: #1572E8 !important;
}

.card-pricing.card-success .specification-list li {
  border-color: #64e069 !important;
}

.card-pricing.card-success .btn-light {
  color: #31CE36 !important;
}

.card-pricing.card-secondary .specification-list li {
  border-color: #7f77dc !important;
}

.card-pricing.card-secondary .btn-light {
  color: #6861CE !important;
}

.card-pricing.card-default .specification-list li {
  border-color: #6f8996 !important;
}

.card-pricing.card-default .btn-light {
  color: #1a2035 !important;
}

.card-pricing.card-info .specification-list li {
  border-color: #11c0e4 !important;
}

.card-pricing.card-info .btn-light {
  color: #48ABF7 !important;
}

.card-pricing.card-danger .specification-list li {
  border-color: #ff6972 !important;
}

.card-pricing.card-danger .btn-light {
  color: #F25961 !important;
}

.card-pricing.card-warning .specification-list li {
  border-color: #ffbc67 !important;
}

.card-pricing.card-warning .btn-light {
  color: #FFAD46 !important;
}

.card-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);
}

.card-pricing2:before {
  content: "";
  width: 100%;
  height: 350px;
  position: absolute;
  top: -150px;
  left: 0;
  transform: skewY(-20deg);
}

.card-pricing2 .price-value:after,
.card-pricing2 .price-value:before {
  content: "";
  left: 50%;
  transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}

.card-pricing2 .value:after,
.card-pricing2 .value:before {
  content: "";
  left: 50%;
  transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}

.card-pricing2 .pricing-header {
  padding: 20px 20px 60px;
  text-align: left;
  position: relative;
}

.card-pricing2 .sub-title {
  display: block;
  font-size: 16px;
}

.card-pricing2 .value {
  background: #fff;
}

.card-pricing2 .price-value {
  display: inline-block;
  width: 170px;
  height: 110px;
  padding: 15px;
  border: 2px solid;
  border-top: none;
  border-bottom: none;
  position: relative;
}

.card-pricing2 .price-value:after,
.card-pricing2 .price-value:before {
  width: 121px;
  height: 121px;
  border: 3px solid;
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: -60px;
}

.card-pricing2 .price-value:after {
  border-top: none;
  border-left: none;
  border-bottom: 3px solid;
  border-right: 3px solid;
  top: auto;
  bottom: -60px;
}

.card-pricing2 .value {
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-top: none;
  border-bottom: none;
  z-index: 1;
  position: relative;
}

.card-pricing2 .value:after,
.card-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;
}

.card-pricing2 .value:after {
  border-right: 3px solid;
  border-bottom: 3px solid;
  border-top: none;
  border-left: none;
  top: auto;
  bottom: -48px;
}

.card-pricing2 .currency {
  display: inline-block;
  font-size: 30px;
  margin-top: 7px;
  vertical-align: top;
}

.card-pricing2 .amount {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  line-height: 65px;
}

.card-pricing2 .amount span {
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  vertical-align: top;
  margin-top: -7px;
}

.card-pricing2 .month {
  display: block;
  font-size: 16px;
  line-height: 0;
}

.card-pricing2 .pricing-content {
  padding: 50px 0 0 80px;
  margin-bottom: 20px;
  list-style: none;
  text-align: left;
  transition: all .3s ease 0s;
}

.card-pricing2 .pricing-content li {
  padding: 7px 0;
  font-size: 13px;
  color: grey;
  position: relative;
}

.card-pricing2 .pricing-content li.disable:before,
.card-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;
}

.card-pricing2 .pricing-content li.disable:before {
  content: "\f00d";
  background: #fe6c6c;
}

.card-pricing2.card-default {
  border-bottom-color: #1a2035;
}

.card-pricing2.card-default .price-value:before,
.card-pricing2.card-default .value:before {
  border-left-color: #1a2035;
  border-top-color: #1a2035;
}

.card-pricing2.card-default .price-value,
.card-pricing2.card-default .value {
  border-right-color: #1a2035;
}

.card-pricing2.card-default .price-value:after,
.card-pricing2.card-default .value:after {
  border-right-color: #1a2035;
}

.card-pricing2.card-default .price-value:after,
.card-pricing2.card-default .value:after {
  border-bottom-color: #1a2035;
}

.card-pricing2.card-default .value {
  color: #1a2035;
}

.card-pricing2.card-default:before {
  background: #1a2035;
}

.card-pricing2.card-default .price-value,
.card-pricing2.card-default .value {
  border-left-color: #1a2035;
}

.card-pricing2.card-primary {
  border-bottom-color: #1572E8;
}

.card-pricing2.card-primary .price-value:before,
.card-pricing2.card-primary .value:before {
  border-left-color: #1572E8;
  border-top-color: #1572E8;
}

.card-pricing2.card-primary .price-value,
.card-pricing2.card-primary .value {
  border-right-color: #1572E8;
}

.card-pricing2.card-primary .price-value:after,
.card-pricing2.card-primary .value:after {
  border-right-color: #1572E8;
}

.card-pricing2.card-primary .price-value:after,
.card-pricing2.card-primary .value:after {
  border-bottom-color: #1572E8;
}

.card-pricing2.card-primary .value {
  color: #1572E8;
}

/* .card-pricing2.card-primary:before {
  background: #1572E8;
} */

.card-pricing2.card-primary .price-value,
.card-pricing2.card-primary .value {
  border-left-color: #1572E8;
}

.card-pricing2.card-secondary {
  border-bottom-color: #6861CE;
}

/* .card-pricing2.card-secondary .price-value:before,
.card-pricing2.card-secondary .value:before {
  border-left-color: #6861CE;
  border-top-color: #6861CE;
} */

.card-pricing2.card-secondary .price-value,
.card-pricing2.card-secondary .value {
  border-right-color: #6861CE;
}

/* .card-pricing2.card-secondary .price-value:after,
.card-pricing2.card-secondary .value:after {
  border-right-color: #6861CE;
}

.card-pricing2.card-secondary .price-value:after,
.card-pricing2.card-secondary .value:after {
  border-bottom-color: #6861CE;
}
 */
.card-pricing2.card-secondary .value {
  color: #6861CE;
}

/* .card-pricing2.card-secondary:before {
  background: #6861CE;
}
 */
.card-pricing2.card-secondary .price-value,
.card-pricing2.card-secondary .value {
  border-left-color: #6861CE;
}

.card-pricing2.card-info {
  border-bottom-color: #48ABF7;
}

.card-pricing2.card-info .price-value:before,
.card-pricing2.card-info .value:before {
  border-left-color: #48ABF7;
  border-top-color: #48ABF7;
}

.card-pricing2.card-info .price-value,
.card-pricing2.card-info .value {
  border-right-color: #48ABF7;
}

.card-pricing2.card-info .price-value:after,
.card-pricing2.card-info .value:after {
  border-right-color: #48ABF7;
}

.card-pricing2.card-info .price-value:after,
.card-pricing2.card-info .value:after {
  border-bottom-color: #48ABF7;
}

.card-pricing2.card-info .value {
  color: #48ABF7;
}

.card-pricing2.card-info:before {
  background: #48ABF7;
}

.card-pricing2.card-info .price-value,
.card-pricing2.card-info .value {
  border-left-color: #48ABF7;
}

.card-pricing2.card-success {
  border-bottom-color: #31CE36;
}

.card-pricing2.card-success .price-value:before,
.card-pricing2.card-success .value:before {
  border-left-color: #31CE36;
  border-top-color: #31CE36;
}

.card-pricing2.card-success .price-value,
.card-pricing2.card-success .value {
  border-right-color: #31CE36;
}

.card-pricing2.card-success .price-value:after,
.card-pricing2.card-success .value:after {
  border-right-color: #31CE36;
}

.card-pricing2.card-success .price-value:after,
.card-pricing2.card-success .value:after {
  border-bottom-color: #31CE36;
}

.card-pricing2.card-success .value {
  color: #31CE36;
}

.card-pricing2.card-success:before {
  background: #31CE36;
}

.card-pricing2.card-success .price-value,
.card-pricing2.card-success .value {
  border-left-color: #31CE36;
}

.card-pricing2.card-warning {
  border-bottom-color: #FFAD46;
}

.card-pricing2.card-warning .price-value:before,
.card-pricing2.card-warning .value:before {
  border-left-color: #FFAD46;
  border-top-color: #FFAD46;
}

.card-pricing2.card-warning .price-value,
.card-pricing2.card-warning .value {
  border-right-color: #FFAD46;
}

.card-pricing2.card-warning .price-value:after,
.card-pricing2.card-warning .value:after {
  border-right-color: #FFAD46;
}

.card-pricing2.card-warning .price-value:after,
.card-pricing2.card-warning .value:after {
  border-bottom-color: #FFAD46;
}

.card-pricing2.card-warning .value {
  color: #FFAD46;
}

.card-pricing2.card-warning:before {
  background: #FFAD46;
}

.card-pricing2.card-warning .price-value,
.card-pricing2.card-warning .value {
  border-left-color: #FFAD46;
}

.card-pricing2.card-danger {
  border-bottom-color: #F25961;
}

.card-pricing2.card-danger .price-value:before,
.card-pricing2.card-danger .value:before {
  border-left-color: #F25961;
  border-top-color: #F25961;
}

.card-pricing2.card-danger .price-value,
.card-pricing2.card-danger .value {
  border-right-color: #F25961;
}

.card-pricing2.card-danger .price-value:after,
.card-pricing2.card-danger .value:after {
  border-right-color: #F25961;
}

.card-pricing2.card-danger .price-value:after,
.card-pricing2.card-danger .value:after {
  border-bottom-color: #F25961;
}

.card-pricing2.card-danger .value {
  color: #F25961;
}

.card-pricing2.card-danger:before {
  background: #F25961;
}

.card-pricing2.card-danger .price-value,
.card-pricing2.card-danger .value {
  border-left-color: #F25961;
}

/* Datatable */
table.dataTable {
  clear: both;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 30px;
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.5;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
  font-size: 15px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
  font-size: 15px;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 10px;
  }

  div.dataTables_wrapper div div.dataTables_paginate ul.pagination {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  div.dataTables_wrapper div div.dataTables_paginate ul.pagination li {
    margin-bottom: 10px;
  }

  div.dataTables_wrapper div div.dataTables_paginate ul.pagination li a {
    font-size: 11px;
  }
}

table.dataTable.table-sm>thead>tr>th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child,
div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
  padding-left: 0;
  padding-right: 0;
}

/* Background */
.bg-dark {
  background-color: #1a2035 !important;
}

.bg-dark2 {
  background-color: #1f283e !important;
}

.bg-primary {
  background-color: #1572E8 !important;
}

.bg-primary2 {
  background-color: #1269DB !important;
}

.bg-secondary {
  background-color: #6861CE !important;
}

.bg-secondary2 {
  background-color: #5C55BF !important;
}

.bg-info {
  background-color: #48ABF7 !important;
}

.bg-info2 {
  background-color: #3697E1 !important;
}

.bg-success {
  background-color: #31CE36 !important;
}

.bg-success2 {
  background-color: #2BB930 !important;
}

.bg-warning {
  background-color: #FFAD46 !important;
}

.bg-warning2 {
  background-color: #FF9E27 !important;
}

.bg-danger {
  background-color: #F25961 !important;
}

.bg-danger2 {
  background-color: #EA4d56 !important;
}

.bg-grey1 {
  background: #f9fbfd !important;
}

.bg-grey2 {
  background: #f1f1f1;
}

.bg-dark-gradient {
  background: #1f283e !important;
  background: -webkit-linear-gradient(legacy-direction(-45deg), #0A0B11, #1f283e) !important;
  background: linear-gradient(-45deg, #0A0B11, #1f283e) !important;
}

.bg-primary-gradient {
  background: #1572E8 !important;
  background: -webkit-linear-gradient(legacy-direction(-45deg), #06418E, #1572E8) !important;
  background: linear-gradient(-45deg, #06418E, #1572E8) !important;
}

.bg-secondary-gradient {
  background: #6861CE !important;
  background: -webkit-linear-gradient(legacy-direction(-45deg), #2A20AC, #6861CE) !important;
  background: linear-gradient(-45deg, #2A20AC, #6861CE) !important;
}

.bg-info-gradient {
  background: #48ABF7 !important;
  background: -webkit-linear-gradient(legacy-direction(-45deg), #0A5A97, #48ABF7) !important;
  background: linear-gradient(-45deg, #0A5A97, #48ABF7) !important;
}

.bg-success-gradient {
  background: #31CE36 !important;
  background: -webkit-linear-gradient(legacy-direction(-45deg), #179D08, #31CE36) !important;
  background: linear-gradient(-45deg, #179D08, #31CE36) !important;
}

.bg-warning-gradient {
  background: #FFAD46 !important;
  background: -webkit-linear-gradient(legacy-direction(-45deg), #E1810B, #FFAD46) !important;
  background: linear-gradient(-45deg, #E1810B, #FFAD46) !important;
}

.bg-danger-gradient {
  background: #F25961 !important;
  background: -webkit-linear-gradient(legacy-direction(-45deg), #E80A15, #F25961) !important;
  background: linear-gradient(-45deg, #E80A15, #F25961) !important;
}

#stripe-element {
  padding-inline-start: 1em;
  background-color: #f2f2f2;
}
/* Responsive */
@media screen and (max-width: 576px) {
  .row-card-no-pd [class*=col-] .card:before {
    width: calc(100% - 30px) !important;
    right: 15px !important;
    height: 1px !important;
  }

  .row-card-no-pd [class*=col-]:first-child .card:before {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {

  .main-panel.full-height>.content,
  .main-panel.full-height>.content-full {
    margin-top: 0;
  }

  .main-panel.full-height .navbar-header {
    min-height: 62px;
  }

  .logo-header {
    line-height: 57px;
  }

  .toggle-nav-search {
    display: none;
  }

  #search-nav {
    display: block !important;
  }

  .sidebar .scroll-element {
    opacity: 0;
    transition: all .2s;
  }

  .sidebar:hover .scroll-element {
    opacity: 1;
  }

  .sidebar[data-background-color]:before {
    background: rgba(255, 255, 255, 0.2) !important;
    z-index: 1000;
  }
}
/* Form */
.form-control {
  font-size: 14px !important;
  border-color: #c4c8cb !important;
  padding: .7rem 1rem !important;
  height: inherit;
  line-height: 2 !important;
}

.form-control:focus {
  border-color: #3e93ff;
}

/* Form Control Sizes */
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem !important;
  font-size: 1.25rem !important;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem !important;
  font-size: .875rem !important;
  line-height: 1.5;
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

.form-control:-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

.form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

.form-control::-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

.input-group-text {
  border-color: #ebedf2 !important;
}

.form-button-action {
  display: inline-flex;
}

.form-check-label,
.form-radio-label {
  margin-right: 15px;
}

/* CheckBox Input */
.select-all-checkbox+.form-check-sign:before {
  background: #ccc !important;
  border-color: #ccc !important;
}

.form-check [type="checkbox"]:not(:checked),
.form-check [type="checkbox"]:checked {
  position: absolute;

}

.form-check [type="checkbox"]:not(:checked)+.form-check-sign,
.form-check [type="checkbox"]:checked+.form-check-sign,
.form-check [type="checkbox"]+.form-check-sign {
  position: relative;
  padding-left: 2em;
  color: #575962;
  cursor: pointer;
}

.form-check [type="checkbox"]:not(:checked)+.form-check-sign:before,
.form-check [type="checkbox"]:checked+.form-check-sign:before,
.form-check [type="checkbox"]+.form-check-sign:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 4px;
}

.form-check [type="checkbox"]:not(:checked)+.form-check-sign:after,
.form-check [type="checkbox"]:checked+.form-check-sign:after,
.form-check [type="checkbox"]+.form-check-sign:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 2px;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 1.3em;
  line-height: 0.8;
  color: #1572E8;
  transition: all .2s;
  font-family: 'Font Awesome 5 Solid';
}

.form-check [type="checkbox"]:not(:checked)+.form-check-sign:after {
  opacity: 0;
  transform: scale(0);
}

.form-check [type="checkbox"]:checked+.form-check-sign {
  font-weight: 400;
}

.form-check [type="checkbox"]:checked+.form-check-sign:after {
  opacity: 1;
  transform: scale(1);
}

.form-check [type="checkbox"]:disabled:not(:checked)+.form-check-sign:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.form-check [type="checkbox"]:disabled:checked+.form-check-sign:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.form-check [type="checkbox"]:disabled:checked+.form-check-sign:after {
  color: #999;
}

.form-check [type="checkbox"]:disabled+.form-check-sign {
  color: #aaa;
}

.form-check [type="checkbox"]:checked:focus+.form-check-sign:before,
.form-check [type="checkbox"]:not(:checked):focus+.form-check-sign:before {
  border: 1px solid #ccc;
}

.form-check-sign:hover:before {
  border: 1px solid #ccc !important;
}

.form-check {
  padding-left: 0.75rem;
}

.form-check-input {
  position: relative;
  margin-top: .3rem;
}

/* Radio Input */
.form-radio [type="radio"]:not(:checked),
.form-radio [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.form-radio [type="radio"]:not(:checked)+.form-radio-sign,
.form-radio [type="radio"]:checked+.form-radio-sign {
  color: #575962;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  line-height: 22px;
  font-weight: 400;
}

.form-radio [type="radio"]:not(:checked)+.form-radio-sign:before {
  content: "\f18a";
  font-size: 22px;
  font-family: LineAwesome;
  position: absolute;
  left: 0;
  top: auto;
  background: transparent;
  line-height: 1;
  color: #bbb;
}

.form-radio [type="radio"]:checked+.form-radio-sign:before {
  content: "\f18a";
  font-size: 22px;
  font-family: LineAwesome;
  position: absolute;
  left: 0;
  top: auto;
  background: transparent;
  line-height: 1;
  display: none;
}

.form-radio [type="radio"]:not(:checked)+.form-radio-sign:after,
.form-radio [type="radio"]:checked+.form-radio-sign:after {
  content: "\f1bc";
  position: absolute;
  left: 0px;
  top: auto;
  text-align: center;
  font-size: 22px;
  color: #4D7CFE;
  transition: all .2s;
  line-height: 1;
  font-family: LineAwesome;
}

.form-radio [type="radio"]:not(:checked)+.form-radio-sign:after {
  opacity: 0;
  transform: scale(0);
}

.form-radio [type="radio"]:checked+.form-radio-sign {
  font-weight: 400;
}

.form-radio [type="radio"]:checked+.form-radio-sign:after {
  opacity: 1;
  transform: scale(1);
}

.form-radio [type="radio"]:disabled:not(:checked)+.form-radio-sign:before {
  box-shadow: none;
  opacity: 0.65;
}

.form-radio [type="radio"]:disabled:checked+.form-radio-sign:before {
  box-shadow: none;
  opacity: 0.65;
}

.form-radio [type="radio"]:disabled:checked+.form-radio-sign:after {
  opacity: 0.65;
}

.form-radio [type="radio"]:disabled+.form-radio-sign {
  color: #aaa;
  opacity: 0.65;
}

.form-radio [type="radio"]:checked:focus+.form-radio-sign:before,
.form-radio [type="radio"]:not(:checked):focus+.form-radio-sign:before {
  border: 1px solid #ccc;
}

.form-radio {
  padding-left: 0.75rem;
}

.form-radio-input {
  position: relative;
  margin-top: .3rem;
}

/* Custom Checkbox */
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #1572E8;
}

.custom-checkbox.checkbox-default .custom-control-input:checked~.custom-control-label::before {
  background-color: #1a2035;
}

.custom-checkbox.checkbox-primary .custom-control-input:checked~.custom-control-label::before {
  background-color: #1572E8;
}

.custom-checkbox.checkbox-secondary .custom-control-input:checked~.custom-control-label::before {
  background-color: #6861CE;
}

.custom-checkbox.checkbox-info .custom-control-input:checked~.custom-control-label::before {
  background-color: #48ABF7;
}

.custom-checkbox.checkbox-success .custom-control-input:checked~.custom-control-label::before {
  background-color: #31CE36;
}

.custom-checkbox.checkbox-warning .custom-control-input:checked~.custom-control-label::before {
  background-color: #FFAD46;
}

.custom-checkbox.checkbox-danger .custom-control-input:checked~.custom-control-label::before {
  background-color: #F25961;
}

/* Label */
.col-form-label {
  line-height: 1.8;
}

.required-label {
  color: red;
}

.label-align-left {
  text-align: left;
}

.label-align-right {
  text-align: right;
}

.label-align-center {
  text-align: center;
}

/* Input */
.form-group,
.form-check {
  margin-bottom: 0;
  padding: 10px;
}

.form-group label,
.form-check label {
  margin-bottom: .5rem;
  color: #0d0c1b;

  font-size: 1.2rem;
  /* white-space: nowrap; */
}

.form-group-default {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  margin-bottom: 15px;
}

.form-group-default label {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  display: block;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.form-group-default label:not(.error) {
  font-size: 10.5px !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 400;
}

.form-group-default .form-control {
  border: 0;
  min-height: 25px;
  padding: 0;
  margin-top: 6px;
  background: 0 0;
  font-size: 14px;
}

.form-group-default select.form-control:not([size]):not([multiple]) {
  height: unset !important;
}

.form-group-default.active {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-color: #f0f0f0;
}

.form-group-default.active label {
  opacity: 0.5;
}

.form-floating-label {
  position: relative;
}

.form-floating-label .placeholder {
  position: absolute;
  padding: .375rem .75rem;
  transition: all .2s;
  opacity: 0.8;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-weight: 400;
  top: 12px;
}

.form-floating-label .form-control:focus+.placeholder,
.form-floating-label .form-control:valid+.placeholder,
.form-floating-label .form-control.filled+.placeholder {
  font-size: 85% !important;
  transform: translate3d(0, -10px, 0);
  top: 0;
  opacity: 1;
  padding: .375rem 0 .75rem;
  font-weight: 600;
}

.form-floating-label .form-control.filled+.placeholder {
  color: #1572E8 !important;
}

.form-floating-label .form-control ::-webkit-input-placeholder {
  color: transparent;
}

.form-floating-label .form-control :-moz-placeholder {
  color: transparent;
}

.form-floating-label .form-control ::-moz-placeholder {
  color: transparent;
}

.form-floating-label .form-control :-ms-input-placeholder {
  color: transparent;
}

.form-floating-label .input-border-bottom+.placeholder {
  padding: .375rem 0 .75rem;
}

.form-inline label {
  margin-bottom: 0 !important;
}

.input-fixed {
  width: 200px;
}

.form-control.input-full {
  width: 100% !important;
}

.has-success label {
  color: #31CE36 !important;
}

.has-success .form-control {
  border-color: #31CE36 !important;
  color: #31CE36 !important;
}

.has-success .input-group-text {
  border-color: #31CE36 !important;
  background: #31CE36 !important;
  color: #ffffff !important;
}

.has-error label {
  color: #F25961 !important;
}

.has-error .form-control {
  border-color: #F25961 !important;
  color: #F25961 !important;
}

.has-error .input-group-text {
  border-color: #F25961 !important;
  background: #F25961 !important;
  color: #ffffff !important;
}

.input-group label.error,
.input-group label.success {
  width: 100%;
  order: 100;
}

.custom-control {
  position: relative;
}

.custom-control.custom-radio,
.custom-control.custom-checkbox {
  margin-bottom: 0;
  padding-left: 2em;
  cursor: pointer;
  line-height: 24px;
  margin-right: 25px;
  display: inline-block;
}

.custom-control.custom-radio label.error,
.custom-control.custom-radio label.success,
.custom-control.custom-checkbox label.error,
.custom-control.custom-checkbox label.success {
  position: absolute;
  width: 100vh;
  top: 23px;
  left: 0;
}

.has-feedback {
  position: relative;
}

.form-control-feedback {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.has-success .form-control-feedback {
  color: #31CE36;
}

.has-error .form-control-feedback {
  color: #F25961;
}

.input-group.has-icon {
  border-radius: .25rem;
  border: 1px solid #ced4da;
}

.input-group.has-success,
.input-group.has-icon.has-success {
  border: 1px solid #31CE36 !important;
  color: #31CE36;
}

.input-group.has-error {
  border: 1px solid #F25961 !important;
  color: #F25961;
}

.input-group.has-icon.has-error {
  border: 1px solid #F25961 !important;
  color: #F25961;
}

.input-group.has-icon .form-control {
  border-radius: .25rem;
  border: 0px;
  position: relative;
}

.input-group.has-icon .input-group-icon {
  background: transparent;
  border: 0px;
}

.input-square {
  border-radius: 0px !important;
}

.input-pill {
  border-radius: 1.3rem !important;
}

.input-solid {
  background: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}

.input-border-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0px;
  padding: .75rem 0;
  background: transparent !important;
}

/* Input File */
.input-file input[type="file"],
.input-file .form-control,
.input-file .form-control-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.input-file label.error,
.input-file label.success {
  display: block;
}

.input-file input[type="file"]+label:not(.error),
.input-file .form-control+label:not(.error),
.input-file .form-control-file+label:not(.error),
.input-file .label-input-file {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: white !important;
  display: inline-block;
}

.input-file.input-file-image img.img-upload-preview {
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
  box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
}

.input-file.input-file-image img.img-upload-preview.img-circle {
  border-radius: 2000px;
}

.form-control:disabled,
.form-control[readonly] {
  background: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 0.6 !important;
}

/* Input Group */
.input-group-text {
  font-size: 14px;
}

.input-group-text i.la {
  font-size: 21px;
}

.input-group-text i[class*="flaticon"] {
  font-size: 17px;
}

/* Input Icon */
.input-icon {
  position: relative;
}

.input-icon .form-control:not(:first-child) {
  padding-left: 2.5rem;
}

.input-icon .form-control:not(:last-child) {
  padding-right: 2.5rem;
}

.input-icon .input-icon-addon {
  position: absolute;
  left: 1rem;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.input-icon .input-icon-addon:last-child {
  left: auto;
  right: 1rem;
}

/* Label States */
label.error {
  color: #F25961 !important;
  font-size: 80% !important;
  margin-top: .5rem;
}

/* Label states for select2 */
.select2-input {
  position: relative;
}

.select2-input label.error,
.select2-input label.success {
  position: absolute;
  bottom: -30px;
}

.select2-input .select2 {
  margin-bottom: 15px;
}

/* Custom Dropzone */
.dropzone {
  padding: 70px 60px 80px !important;
  border: 2px dashed rgba(0, 0, 0, 0.13) !important;
  background: transparent !important;
}

.dropzone:hover {
  background: #fafafa !important;
  transition: all .5s !important;
}

.dropzone .dz-message .icon {
  margin-bottom: 15px;
  font-size: 39px;
}

.dropzone .dz-message .message {
  font-size: 34px;
  font-weight: 200;
}

.dropzone .dz-message .note {
  font-size: 16px;
  margin-top: 18px;
  font-weight: 300;
}

/* Custom Summernote */
.note-editor.note-frame {
  border: 0px !important;
  box-shadow: none !important;
}

.note-editor.note-frame .note-toolbar {
  padding: 0 !important;
  border-bottom: 0px !important;
}

.note-editor.note-frame .note-btn {
  border: 1px solid #eee !important;
  background: #fafafa !important;
}

.note-editor.note-frame .note-placeholder {
  margin-top: 15px !important;
}

.note-editor.note-frame .note-codable {
  margin-top: 15px !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
  margin-top: 15px !important;
  border: 1px solid #eee !important;
}

/* Table */
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  vertical-align: middle;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
  padding: 8px;
}

.table>tfoot>tr>td,
.table>tfoot>tr>th {
  padding: 8px;
}

.table thead th {
  border-bottom-width: 2px;
  font-weight: 600;
}

.table td,
.table th {
  font-size: 14px;
  border-top-width: 0px;
  border-bottom: 1px solid;
  border-color: #ebedf2 !important;
  padding: 0 25px !important;
  height: 60px;
  vertical-align: middle !important;
}

/* table full-width */
.table-full-width {
  margin-left: -15px;
  margin-right: -15px;
}

/* table bordered states */
.table-bordered-bd-default td,
.table-bordered-bd-default th {
  border: 1px solid #1a2035 !important;
}

.table-bordered-bd-primary td,
.table-bordered-bd-primary th {
  border: 1px solid #1572E8 !important;
}

.table-bordered-bd-secondary td,
.table-bordered-bd-secondary th {
  border: 1px solid #6861CE !important;
}

.table-bordered-bd-info td,
.table-bordered-bd-info th {
  border: 1px solid #48ABF7 !important;
}

.table-bordered-bd-success td,
.table-bordered-bd-success th {
  border: 1px solid #31CE36 !important;
}

.table-bordered-bd-warning td,
.table-bordered-bd-warning th {
  border: 1px solid #FFAD46 !important;
}

.table-bordered-bd-danger td,
.table-bordered-bd-danger th {
  border: 1px solid #F25961 !important;
}

.table-striped td,
.table-striped th {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* table head background states */
.table-head-bg-default thead {
  border: 1px solid #1a2035 !important;
}

.table-head-bg-primary thead {
  border: 1px solid #1572E8 !important;
}

.table-head-bg-secondary thead {
  border: 1px solid #6861CE !important;
}

.table-head-bg-info thead {
  border: 1px solid #48ABF7 !important;
}

.table-head-bg-success thead {
  border: 1px solid #31CE36 !important;
}

.table-head-bg-warning thead {
  border: 1px solid #FFAD46 !important;
}

.table-head-bg-danger thead {
  border: 1px solid #F25961 !important;
}

.table-head-bg-default thead th,
.table-striped-bg-default tbody tr:nth-of-type(odd) {
  background: #1a2035 !important;
  color: #ffffff !important;
  border: 0px !important;
}

.table-head-bg-primary thead th,
.table-striped-bg-primary tbody tr:nth-of-type(odd) {
  background: #1572E8 !important;
  color: #ffffff !important;
  border: 0px !important;
}

.table-head-bg-secondary thead th,
.table-striped-bg-secondary tbody tr:nth-of-type(odd) {
  background: #6861CE !important;
  color: #ffffff !important;
  border: 0px !important;
}

.table-head-bg-info thead th,
.table-striped-bg-info tbody tr:nth-of-type(odd) {
  background: #48ABF7 !important;
  color: #ffffff !important;
  border: 0px !important;
}

.table-head-bg-success thead th,
.table-striped-bg-success tbody tr:nth-of-type(odd) {
  background: #31CE36 !important;
  color: #ffffff !important;
  border: 0px !important;
}

.table-head-bg-warning thead th,
.table-striped-bg-warning tbody tr:nth-of-type(odd) {
  background: #FFAD46 !important;
  color: #ffffff !important;
  border: 0px !important;
}

.table-head-bg-danger thead th,
.table-striped-bg-danger tbody tr:nth-of-type(odd) {
  background: #F25961 !important;
  color: #ffffff !important;
  border: 0px !important;
}

/* table-responsive */
.table-responsive {
  width: 100% !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.main-panel {
  position: relative;
  width: calc(100% - 250px);
  height: 100vh;
  min-height: 100%;
  float: right;
  transition: all .3s;
}

.main-panel>.content {
  padding: 0px !important;
  min-height: calc(100% - 123px);
  margin-top: 62px;
  overflow: hidden;
}

.main-panel>.content-full {
  padding: 0px !important;
  min-height: calc(100% - 123px);
  margin-top: 63px;
  overflow: hidden;
}

.main-panel .page-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.main-panel .page-header .page-title {
  margin-bottom: 0px;
}

.main-panel .page-header .btn-page-header-dropdown {
  width: 35px;
  height: 35px;
  font-size: 14px;
  padding: 0px;
  color: #6b6b6b;
  box-shadow: 0 2px 14px 0 rgba(144, 116, 212, 0.1) !important;
  border: 0;
}

.main-panel .page-header .btn-page-header-dropdown:after {
  display: none;
}

.main-panel .page-header .dropdown-menu {
  margin-top: 15px;
  top: 0px !important;
}

.main-panel .page-header .dropdown-menu:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  top: -8px;
  right: 32px;
  content: '';
}

.main-panel .page-divider {
  height: 0;
  margin: .3rem 0 1rem;
  overflow: hidden;
  border-top: 1px solid #ebecec;
}

/* Badge */
.badgeTop {
  border-radius: 5px;
  margin-left: auto;
  line-height: 1;
  padding: 2px 6px;
  vertical-align: middle;
  font-weight: 200;
  font-size: 11px;
  margin-left:37px;
  border: 1px solid #ddd;
  z-index: 6;
  margin-top: -5px;
}
.badge {
  border-radius: 5px;
  margin-left: auto;
  line-height: 1;
  padding: 4px 6px;
  vertical-align: middle;
  font-weight: 200;
  font-size: 11px;
  border: 1px solid #ddd;
}

[class*="badge-"]:not(.badge-count) {
  border: 0px !important;
}

.badge-default {
  background: #1a2035;
  color: #ffffff !important;
}

.badge-primary {
  background: #1572E8;
}

.badge-secondary {
  background: #6861CE;
}

.badge-info {
  background: #48ABF7;
}

.badge-success {
  background-color: #31CE36;
}

.badge-warning {
  background: #FFAD46;
  /* color: #ffffff !important; */
}

.badge-danger {
  background-color: #F25961;
}

/* Dropdown */
.dropdown-menu {
  border: 0px;
  border-radius: 3px;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.15) !important;
  padding-bottom: 8px;
  margin-top: 3px;
  /* left: -136px !important; */
  left: -10px !important;
  min-width: 190px;
  font-family: 14px !important;
}

/* Notification dropdown */
.dropdown-title {
  border-bottom: 1px solid #f1f1f1;
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 15px;
  text-align: center;
}

.notif-box,
.messages-notif-box {
  width: 280px;
  padding: 0 !important;
}

.notif-box .notif-center a,
.messages-notif-box .notif-center a {
  display: flex;
  color: #4d585f;
}

.notif-box .notif-center a:hover,
.messages-notif-box .notif-center a:hover {
  text-decoration: none;
  background: #fafafa;
  transition: all .2s;
}

.notif-box .notif-center a .notif-icon,
.messages-notif-box .notif-center a .notif-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin: 10px;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 50%;
}

.notif-box .notif-center a .notif-img,
.messages-notif-box .notif-center a .notif-img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin: 10px;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 50%;
}

.notif-box .notif-center a .notif-img img,
.messages-notif-box .notif-center a .notif-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.notif-box .notif-center a .notif-icon.notif-default,
.notif-box .notif-center a .notif-icon.notif-primary,
.notif-box .notif-center a .notif-icon.notif-secondary,
.notif-box .notif-center a .notif-icon.notif-info,
.notif-box .notif-center a .notif-icon.notif-success,
.notif-box .notif-center a .notif-icon.notif-warning,
.notif-box .notif-center a .notif-icon.notif-danger,
.messages-notif-box .notif-center a .notif-icon.notif-default,
.messages-notif-box .notif-center a .notif-icon.notif-primary,
.messages-notif-box .notif-center a .notif-icon.notif-secondary,
.messages-notif-box .notif-center a .notif-icon.notif-info,
.messages-notif-box .notif-center a .notif-icon.notif-success,
.messages-notif-box .notif-center a .notif-icon.notif-warning,
.messages-notif-box .notif-center a .notif-icon.notif-danger {
  color: #ffffff !important;
}

.notif-box .notif-center a .notif-icon.notif-default,
.messages-notif-box .notif-center a .notif-icon.notif-default {
  background: #1a2035 !important;
}

.notif-box .notif-center a .notif-icon.notif-primary,
.messages-notif-box .notif-center a .notif-icon.notif-primary {
  background: #1572E8 !important;
}

.notif-box .notif-center a .notif-icon.notif-secondary,
.messages-notif-box .notif-center a .notif-icon.notif-secondary {
  background: #6861CE !important;
}

.notif-box .notif-center a .notif-icon.notif-info,
.messages-notif-box .notif-center a .notif-icon.notif-info {
  background: #48ABF7 !important;
}

.notif-box .notif-center a .notif-icon.notif-success,
.messages-notif-box .notif-center a .notif-icon.notif-success {
  background: #31CE36 !important;
}

.notif-box .notif-center a .notif-icon.notif-warning,
.messages-notif-box .notif-center a .notif-icon.notif-warning {
  background: #FFAD46 !important;
}

.notif-box .notif-center a .notif-icon.notif-danger,
.messages-notif-box .notif-center a .notif-icon.notif-danger {
  background: #F25961 !important;
}

.notif-box .notif-center a .notif-icon i,
.messages-notif-box .notif-center a .notif-icon i {
  font-size: 15px;
}

.notif-box .notif-center a .notif-content,
.messages-notif-box .notif-center a .notif-content {
  padding: 10px 15px 10px 0;
}

.notif-box .notif-center a .message-content,
.messages-notif-box .notif-center a .message-content {
  padding: 7px 15px 10px 0;
}

.notif-box .notif-center a .notif-content .subject,
.messages-notif-box .notif-center a .notif-content .subject {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

.notif-box .notif-center a .notif-content .block,
.messages-notif-box .notif-center a .notif-content .block {
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.notif-box .notif-center a .notif-content .time,
.messages-notif-box .notif-center a .notif-content .time {
  color: #7d8c95;
  font-size: 11px;
}

.notif-box .see-all,
.messages-notif-box .see-all {
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.notif-box .see-all:hover,
.messages-notif-box .see-all:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.notif-box .see-all i,
.messages-notif-box .see-all i {
  float: right;
}

.notif-box .notif-scroll {
  max-height: 256px;
}

.messages-notif-box .message-notif-scroll {
  max-height: 250px;
}

.messages-notif-box .notif-center a {
  border-bottom: 1px solid #f1f1f1;
}

.messages-notif-box .notif-center a:last-child {
  border-bottom: 0px;
}

.messages-notif-box .notif-center a .notif-content {
  padding: 7px 15px 7px 5px;
}

/* User Dropdown */
.dropdown-user {
  width: 260px;
}

.user-box {
  display: flex;
  padding: .25rem 1rem;
}

.user-box .u-text {
  padding: 0 10px;
}

.user-box .u-text h4 {
  margin-bottom: 5px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.user-box .u-text .text-muted {
  font-size: 12px;
  margin-bottom: 5px;
}

.user-box .u-text .btn {
  font-size: 11px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* Quick Actions Dropdown */
.quick-actions {
  width: 350px;
  padding: 0px;
}

.quick-actions:after {
  border-bottom-color: #1572E8 !important;
}

.quick-actions .quick-actions-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #1572E8;
  color: #fff;
  padding: 15px;
  border-radius: 3px 3px 0 0;
}

.quick-actions .quick-actions-header .title {
  font-size: 18px;
}

.quick-actions .quick-actions-header .subtitle {
  font-size: 13px;
}

.quick-actions .quick-actions-items {
  padding: 15px 7.5px;
}

.quick-actions a:hover {
  text-decoration: none;
}

.quick-actions .quick-actions-item {
  display: flex;
  flex-direction: column;
  margin: 7.5px 7.5px;
  padding: 10px;
  align-items: center;
  color: #1572E8;
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 3px;
  transition: all .2s;
}

.quick-actions .quick-actions-item:hover {
  background: #fdfdff;
  color: #1572E8;
  box-shadow: 3px 3px 10px #f7f1f1;
}

.quick-actions .quick-actions-item i {
  color: #7d8c95;
  font-size: 27px;
}

.quick-actions .quick-actions-item .text {
  text-align: center;
  font-size: 13px;
  margin-top: 8px;
}

.quick-actions.quick-actions-default:after {
  border-bottom-color: #1a2035 !important;
}

.quick-actions.quick-actions-default .quick-actions-header {
  background: #1a2035;
}

.quick-actions.quick-actions-default .quick-actions-item {
  color: #1a2035;
}

.quick-actions.quick-actions-primary:after {
  border-bottom-color: #1572E8 !important;
}

.quick-actions.quick-actions-primary .quick-actions-header {
  background: #1572E8;
}

.quick-actions.quick-actions-primary .quick-actions-item {
  color: #1572E8;
}

.quick-actions.quick-actions-secondary:after {
  border-bottom-color: #6861CE !important;
}

.quick-actions.quick-actions-secondary .quick-actions-header {
  background: #6861CE;
}

.quick-actions.quick-actions-secondary .quick-actions-item {
  color: #6861CE;
}

.quick-actions.quick-actions-info:after {
  border-bottom-color: #48ABF7 !important;
}

.quick-actions.quick-actions-info .quick-actions-header {
  background: #48ABF7;
}

.quick-actions.quick-actions-info .quick-actions-item {
  color: #48ABF7;
}

.quick-actions.quick-actions-warning:after {
  border-bottom-color: #FFAD46 !important;
}

.quick-actions.quick-actions-warning .quick-actions-header {
  background: #FFAD46;
}

.quick-actions.quick-actions-warning .quick-actions-item {
  color: #FFAD46;
}

.quick-actions.quick-actions-success:after {
  border-bottom-color: #31CE36 !important;
}

.quick-actions.quick-actions-success .quick-actions-header {
  background: #31CE36;
}

.quick-actions.quick-actions-success .quick-actions-item {
  color: #31CE36;
}

.quick-actions.quick-actions-danger:after {
  border-bottom-color: #F25961 !important;
}

.quick-actions.quick-actions-danger .quick-actions-header {
  background: #F25961;
}

.quick-actions.quick-actions-danger .quick-actions-item {
  color: #F25961;
}

@media screen and (max-width: 991px) {

  .notif-box .notif-scroll,
  .messages-notif-box .message-notif-scroll,
  .quick-actions .quick-actions-scroll {
    max-height: calc(100vh - 200px);
  }

  .dropdown-user .dropdown-user-scroll {
    max-height: calc(100vh - 132px);
  }
}

@media screen and (min-width: 991px) {
  .navbar-header .dropdown-menu {
    margin-top: 13px;
  }

  .navbar-header .dropdown-menu:after {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    right: 10px;
    top: -8px;
    position: absolute;
    z-index: 1001;
  }
}

/* Chart Circle */
.chart-circle {
  display: flex;
  justify-content: center;
}

.chart-circle .circles-text {
  font-size: 25px !important;
}

/* Chart JS Container */
.chart-container {
  min-height: 300px;
  position: relative;
}

/* HTML legend */
.html-legend {
  list-style: none;
  cursor: pointer;
  padding-left: 0;
  text-align: center;
  margin-top: 1rem;
}

.html-legend li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-right: 5px;
  margin-bottom: 6px;
  color: #8d9498;
  font-size: 12px;
}

.html-legend li.hidden {
  text-decoration: line-through;
}

.html-legend li span {
  border-radius: 15px;
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  width: 15px;
  vertical-align: top;
}

.jqstooltip {
  box-sizing: content-box;
}

/* Alert */
.alert {
  border: 0px;
  position: relative;
  padding: .95rem 1.25rem;
  border-radius: 1px;
  color: inherit;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
  -moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
  box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
}

.alert [data-notify="icon"] {
  display: block;
}

.alert [data-notify="icon"]::before {
  line-height: 35px;
  font-size: 22px;
  display: block;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}

.alert [data-notify="title"] {
  display: block;
  color: #2b2b2b;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

.alert [data-notify="message"] {
  font-size: 13px;
  color: #908e8e;
}

.alert .close {
  background: rgba(255, 255, 255, 0.8);
  width: 25px;
  height: 25px;
  line-height: 25px;
  top: 12px !important;
  border-radius: 50%;
}

/* Alert States */
.alert-default {
  border-left: 4px solid #1a2035;
}

.alert-default [data-notify="icon"]:before {
  background: #1a2035;
}

.alert-primary {
  border-left: 4px solid #1572E8;
}

.alert-primary [data-notify="icon"]:before {
  background: #1572E8;
}

.alert-secondary {
  border-left: 4px solid #6861CE;
}

.alert-secondary [data-notify="icon"]:before {
  background: #6861CE;
}

.alert-info {
  border-left: 4px solid #48ABF7;
}

.alert-info [data-notify="icon"]:before {
  background: #48ABF7;
}

.alert-success {
  border-left: 4px solid #31CE36;
}

.alert-success [data-notify="icon"]:before {
  background: #31CE36;
}

.alert-warning {
  border-left: 4px solid #FFAD46;
}

.alert-warning [data-notify="icon"]:before {
  background: #FFAD46;
}

.alert-danger {
  border-left: 4px solid #F25961;
}

.alert-danger [data-notify="icon"]:before {
  background: #F25961;
}

/* Button */
.btn {
  padding: .65rem 1.4rem;
  font-size: 14px;
  opacity: 1;
  border-radius: 3px;
}

.btn:hover,
.btn:focus {
  opacity: 0.9;
  transition: all .3s;
  border-color:2px solid #f02b7d !important;
}

.btn .btn-label {
  display: inline-block;
}

.btn .btn-label i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: -2px;
  line-height: 0;
  margin-top: -2.5px;
}

.btn .btn-label.just-icon i {
  margin-left: 0 !important;
  margin-right: 0px !important;
}

/* Button Sizes */
.btn-lg {
  font-size: 15px;
  border-radius: 3px;
  padding: 12.5px 27.5px;
  font-weight: 400;
}

.btn-lg .btn-label i {
  font-size: 27px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: -7px;
  line-height: 0;
  margin-top: -2.5px;
}

.btn-lg .btn-label.just-icon i {
  margin-left: 0 !important;
  margin-right: 0px !important;
}

.btn-sm {
  font-size: 11px;
  padding: 7px 13px;
}

.btn-xs {
  font-size: 10px;
  padding: 5px 9px;
}

.btn.disabled:hover,
.btn:hover:disabled {
  opacity: 0.65;
}

/* Button Icon */
.btn-icon {
  font-size: .9375rem;
  height: 2.5125rem;
  line-height: normal;
  min-width: 2.5125rem;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 2.5125rem;
}

.btn-icon.btn-lg {
  height: 2.75rem;
  min-width: 2.75rem;
  width: 2.75rem;
}

.btn-icon.btn-sm {
  height: 2rem;
  min-width: 2rem;
  width: 2rem;
}

.btn-icon.btn-xs {
  height: 1.6875rem;
  min-width: 1.6875rem;
  width: 1.6875rem;
}

/* Button States */
.btn-white {
  background: #ffffff !important;
  color: #1a2035 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:disabled {
  background: #ffffff !important;
  color: #1a2035 !important;
}

.btn-default {
  background: #1a2035 !important;
  color: #ffffff !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:disabled {
  background: #1a2035 !important;
  color: #ffffff !important;
}

.btn-primary {
  background: #EE2C7B !important;
  border-color: #EE2C7B !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:disabled {
  background: #EE2C7B !important;
  border-color: #EE2C7B !important;
  color: #fff !important;
}

.btn-secondary {
  background: #6861CE !important;
  border-color: #6861CE !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:disabled {
  background: #6861CE !important;
  border-color: #6861CE !important;
}

.btn-info {
  background: #48ABF7 !important;
  border-color: #48ABF7 !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:disabled {
  background: #48ABF7 !important;
  border-color: #48ABF7 !important;
}

.btn-success {
  background: #EE2C7B !important;
  border-color: #EE2C7B !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:disabled {
  background: #E82776 !important;
  border-color: #E82776 !important;
}

.btn-warning {
  background: #FFAD46 !important;
  border-color: #FFAD46 !important;
  color: #ffffff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:disabled {
  background: #FFAD46 !important;
  border-color: #FFAD46 !important;
  color: #ffffff !important;
}

.btn-danger {
  background: #F25961 !important;
  border-color: #F25961 !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:disabled {
  background: #F25961 !important;
  border-color: #F25961 !important;
}

.btn-light {
  background: #ffffff !important;
  border-color: transparent;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:disabled {
  background: #ebecec !important;
  border-color: transparent;
}

.btn-dropdown-card-header {
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 15px;
}

.btn-dropdown-card-header:after {
  display: none;
}

/* Button Border */
.btn-border {
  background: transparent !important;
}

.btn-border:hover,
.btn-border:focus {
  background: transparent !important;
}

.btn-border.btn-white {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.btn-border.btn-default {
  color: #1a2035 !important;
  border: 1px solid #1a2035 !important;
}

.btn-border.btn-primary {
  color: #1572E8 !important;
  border: 1px solid #1572E8 !important;
}

.btn-border.btn-secondary {
  color: #6861CE !important;
  border: 1px solid #6861CE !important;
}

.btn-border.btn-info {
  color: #48ABF7 !important;
  border: 1px solid #48ABF7 !important;
}

.btn-border.btn-success {
  color: #31CE36 !important;
  border: 1px solid #31CE36 !important;
}

.btn-border.btn-warning {
  color: #FFAD46 !important;
  border: 1px solid #FFAD46 !important;
}

.btn-border.btn-danger {
  color: #F25961 !important;
  border: 1px solid #F25961 !important;
}

.btn-border.btn-light {
  border: 1px solid #efefef;
  background: #fff !important;
}

/* Button Rounded */
.btn-round {
  border-radius: 100px !important;
}

/* Button Link */
.btn-link {
  border: 0 !important;
  background: transparent !important;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: underline !important;
  background: transparent !important;
  border: 0 !important;
}

.btn-link.btn-default {
  color: #1a2035 !important;
}

.btn-link.btn-default:hover {
  color: #1a2035 !important;
}

.btn-link.btn-primary {
  color: #1572E8 !important;
}

.btn-link.btn-primary:hover {
  color: #1572E8 !important;
}

.btn-link.btn-secondary {
  color: #6861CE !important;
}

.btn-link.btn-secondary:hover {
  color: #6861CE !important;
}

.btn-link.btn-info {
  color: #48ABF7 !important;
}

.btn-link.btn-info:hover {
  color: #48ABF7 !important;
}

.btn-link.btn-success {
  color: #31CE36 !important;
}

.btn-link.btn-success:hover {
  color: #31CE36 !important;
}

.btn-link.btn-warning {
  color: #FFAD46 !important;
}

.btn-link.btn-warning:hover {
  color: #FFAD46 !important;
}

.btn-link.btn-danger {
  color: #F25961 !important;
}

.btn-link.btn-danger:hover {
  color: #F25961 !important;
}

.toggle-on.btn {
  color: #ffffff !important;
}

.toggle-handle {
  background: #ffffff !important;
}

.toggle-handle:hover {
  background: #ffffff !important;
}

.btn-round .toggle-handle {
  border-radius: 50px;
}

.btn-rounded {
  border-radius: 60px !important;
}

.btn-full {
  width: 100%;
}

.btn-no-radius {
  border-radius: 0px;
}

.chat-app .people-list {
  width: 280px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  z-index: 7
}

.chat-app .chat {
  margin-left: 2px;
  border-left: 1px solid #eaeaea
}

.people-list {
  -moz-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s
}

.people-list .chat-list li {
  padding: 10px 15px;
  list-style: none;
  border-radius: 3px
}

.people-list .chat-list li:hover {
  background: #efefef;
  cursor: pointer
}

.people-list .chat-list li.active {
  background: #efefef
}

.people-list .chat-list li .name {
  font-size: 15px
}

.people-list .chat-list img {
  width: 45px;
  border-radius: 50%
}

.people-list img {
  float: left;
  border-radius: 50%
}

.people-list .about {
  float: left;
  padding-left: 8px
}

.people-list .status {
  color: #999;
  font-size: 13px
}

.chat .chat-header {
  padding: 15px 20px;
  border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img {
  float: left;
  border-radius: 0px;
  width: 150px
}

.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;

}
.chat-about {
 padding-top: 18px;

}

.chat .chat-history {
  padding: 20px;
  border-bottom: 2px solid #fff
}

.chat .chat-history ul {
  padding: 0
}

.chat .chat-history ul li {
  list-style: none;
  margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
  margin-bottom: 0px
}

.chat .chat-history .message-data {
  margin-bottom: 15px
}

.chat .chat-history .message-data img {
  border-radius: 5px;
  width: 200px;
}

.chat .chat-history .message-data-time {
  color: #434651;
  padding-left: 6px;
  font-size: 11px;
}

.chat .chat-history .message {
  color: #444;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 14px;
  border-radius: 7px;
  display: inline-block;
  position: relative
}

.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px
}

.chat .chat-history .my-message {
  background: #efefef
}

.chat .chat-history .my-message:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #efefef;
  border-width: 10px;
  margin-left: -10px
}

.chat .chat-history .other-message {
  background: #e8f1f3;
  text-align: right
}

.chat .chat-history .other-message:after {
  border-bottom-color: #e8f1f3;
  left: 93%
}

.chat .chat-message {
  padding: 20px
}

.online,
.offline,
.me {
  margin-right: 2px;
  font-size: 8px;
  vertical-align: middle
}

.online {
  color: #86c541
}

.offline {
  color: #e47297
}

.me {
  color: #1d8ecd
}

.float-right {
  float: right
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

@media only screen and (max-width: 767px) {
  .chat-app .people-list {
      height: 465px;
      width: 100%;
      overflow-x: auto;
      background: #fff;
      left: -400px;
      display: none
  }
  .chat-app .people-list.open {
      left: 0
  }
  .chat-app .chat {
      margin: 0
  }
  .chat-app .chat .chat-header {
      border-radius: 0.55rem 0.55rem 0 0
  }
  .chat-app .chat-history {
      height: 300px;
      overflow-x: auto
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .chat-app .chat-list {
      height: 650px;
      overflow-x: auto
  }
  .chat-app .chat-history {
      height: 600px;
      overflow-x: auto
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .chat-app .chat-list {
      height: 480px;
      overflow-x: auto
  }
  .chat-app .chat-history {
      height: calc(100vh - 350px);
      overflow-x: auto
  }
}

#searchForm label:not(.body-type-filter-label,.colour-filter-label){
  font-size: var(--font-base) !important;
}
.body-type-filter .form-check label, .colour-filter .form-check label{
  font-size: 12px !important;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.colour-filter .form-check.checked,.body-type-filter .form-check.checked {
  background-color: rgb(243, 244, 247); /* Light blue background */
  border: 2px solid rgb(34, 40, 49); /* Blue border */
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.colour-filter img, .body-type-filter img{
  width: 100px;
  height: 60px;
  object-fit: contain;
}

.car-color-code{
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 10px;
  border: 1px #655757 solid;
}
.colour-filter .form-check, .body-type-filter .form-check{
  border: 1px solid #b1b1b1;
  padding: 12px !important;
  display: block;
  border-radius: 7px;
  margin-bottom: 20px;
  cursor: pointer;
}

.select2-container--default .select2-selection--single{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border: 1px solid #ced4da !important;
}
