body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    background: #f1f5ff;
    margin: auto;
    font-weight: 400;
}.form-btn-add-minus button {
    display: inline-block;
    padding: 2px 5px !important;
}



.form-btn-add-minus {
    width: 90px;
    margin-left: 13px;
}

.modal.fade .modal-dialog .modal-title.text-left {
    text-align: left !important;
}::selection {
  color: red;
  background: yellow;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    border: none;
    padding: 2px 5px;
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}
label.label-danger {
    background-color: #dc3545;
    color: #fff;
    display: inline-block !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    padding: 2px 10px;
    border-radius: 50px;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
}
.navbar-expand-sm .navbar-nav .dropdown-menu li a:before {content: "-";position: absolute;left: 12px;font-weight: 600;}

header nav ul li.show>a {
    color: #fff !important;
    background: #a0b8ff;
}
.btn-label-radius td a {
    display: inline-block !important;
    width: 25px;
}

table a.btn-fl, table label.btn-fl {
    display: block !important;
    width: 100% !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 1px !important;
    line-height: 13px;
    font-size: 10px !important;
}
table a.card_label {
    background: red;
    color: #fff;
    font-weight: 500;
    padding: 3px 17px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: -4px;
}
.btn.go-btn {
    background: green;
    color: #fff;
    padding: 10px 18px;
    margin-top: 0;
}

header {
    padding: 20px 0;
    z-index: 2;
    background: white;
    position: relative;
    height: 100%;
    margin-left: -15px;
    border-top: 10px solid #f1f5ff;
}
header .logo img {margin: 0 auto 30px;display: block;max-width: 80%;}
header ul li a {
    color: #2e3442 !important;
    font-weight: 400;
    border-bottom: 1px solid #a0b1da61;
    display: block;
    padding: 6px 8px;
    transition: .5s all;
    font-size: 11px;
}
header ul li a:hover, header ul li a:focus {
    text-decoration: none;
    color: #f89520;
}

.page-title, .panel-heading, h1.page-header {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 12px;
    background: #e7edfd;
    border-left: 5px solid #d0daf9;
    margin: 0 0 10px;
}
.m-top-10{margin-top:10px}
.m-top-20{margin-top:20px}
.m-top-30{margin-top:30px}
.m-top-40{margin-top:40px}
.m-top-50{margin-top:50px}


header a.navbar-brand.clear {
    display: block;
    text-align: center;
    padding: 0 10px;
}

img {
    max-width: 100%;
}

header a.login-user {
    display: block;
    text-align: center;
    padding: 9px 4px;
    background: #f1f5ff;
    font-weight: 500;
    margin-top: 24px;
    font-size: 15px;
    color: #171717;
    text-transform: uppercase;
}

header nav ul li {
    width: 100%;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: inherit !important;
    top: 0;
    left: 0;
    border: 0;
	    min-width: 100% !important;
    padding: 0;
}

.navbar-expand-sm .navbar-nav .dropdown-menu li {
    border: 0;
    background: #f1f5ff;
    padding: 0;
    margin: 0;
}

.navbar-expand-sm .navbar-nav .dropdown-menu li:hover a {
    background: #c9d6f9;
    color: #000;
}

.navbar-nav>li:after {
    display: none;
}
.col-md-2.h-100vh {
    -ms-flex: 12.666667%;
    flex: 12.666667%;
    max-width: 12.666667%;
    padding-right: 8px;
}

.payment-layout-right.col-md-10.h-100vh {
    -ms-flex: 0 0 87.333333%;
    flex: 0 0 87.333333%  !important;
    max-width: 87.333333% !important;
    padding: 7px 9px;
    overflow-x: hidden;
}

.fixed_headers td {
    font-size: 12px !important;
}
.navbar-expand-sm .navbar-nav .dropdown-menu li a {padding: 7px 10px 7px 26px;color: #4d6cbb !important;font-weight: 400 !important;margin: 0 !important;font-size: 10px !important;}


header nav.menu.navbar.navbar-expand-sm.bg-light {
    background: transparent !important;
    padding: 12px 5px;
}
.label-warning {
    background: #ffc800;
    color: #000000;
    font-size: 10px;
    padding: 3px 5px;
    display: block;
    border-radius: 50px;
    text-align: center;
    margin-top: 3px;
}
.payment-layout-right {
    background: #fff;
    border-top: 10px solid #f1f5ff;
    padding: 17px;
}

select.form-control, input.form-control, teaxtara.form-control {
    border: #f1f5ff 2px solid;
    height: inherit !important;
    min-width: 48px !important;
    font-size: 11px;
    color: #000;
    padding: 10px 6px;
    font-weight: 500;
}

.btn {
    font-weight: 500;
    font-size: 11px;
    padding: 10px 10px;
}


.btn-50 .btn {
       width: 48%;
    min-height: 41px;
    padding: 9px 10px;
}
.unitwise_report h1 {
    margin: 0;
    padding: 9px 0;
    font-size: 18px;
}
table {
    font-size: 12px;
    font-weight: 500;
}

.table-striped tbody tr:nth-of-type(odd), tabletbody tr:nth-of-type(odd) {
    background: #ffffff;
}
.datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
td.active.day {
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc) !important;
    color: #fff !important;
}
.table-bordered td, .table-bordered th, table td, table th {
    border: 1px solid #d3ddf7;
    vertical-align: middle;
    padding: 4px 10px;
    font-size: 12px;
}
.datepicker td {
    background: transparent !important;
    color: #000 !important;
    padding: 2px 4px !important;
    font-size: 11px !important;
    font-weight: 400 !important;
}
.datepicker th {background: #6da6e0 !important;color: #fff !important;padding: 3px;border: #fff 2px solid !important;}
.table thead th, table thead th {
       vertical-align: middle !important;
       border-bottom: 2px solid #e1e6f3;
       background: #6da6e0;
       color: #fff;
       padding: 8px 13px;
       font-weight: 600;
}
.editable-click {
    display: inline-block !important;
}

span.label.label-danger {
    background: #dc3545;
    color: #fff;
    padding: 3px 4px;
    font-size: 10px;
    display: block;
    margin: 3px 0;
}

span.label.label-info{
    background: #dc3545;
    color: #ffc800;
    padding: 3px 4px;
    font-size: 10px;
    display: block;
    margin: 3px 0;
}

a.editable-click {font-size: 11px !important;line-height: 13px;margin-bottom: 5px;}

span.label.label-success, span.label.label-primary{
    background: green;
    color: #fff;
    padding: 3px 4px;
    font-size: 10px;
    display: block;
    margin: 3px 0;
}



.navbar-expand-sm .navbar-nav .dropdown-menu li.bg-bbb {
    font-size: 13px !important;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    background: #a0b8ff;
    color: #fff;
}
.step-form-area .row {
    margin-bottom: 9px;
}
.table-bordered td a>small {
    background: #007bff;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 4px;
    border-radius: 6px;
    font-size: 11px;
}
.table-quick-btns-pd-add a {
    padding: 4px 5px !important;
}
.evidence-bg {
    background:#ff00001f;
        font-size: 11px !important;
}
.label-transaction_id_label, .td_transaction_id_label>a {
    display: block;
    background: #28a745;
    font-size: 10px;
	border-color: transparent !important;
    color: #fff !important;
    padding: 4px 6px;
    margin-top: 3px;
    border-radius: 50px;
    text-align: center;
}
.icon-label, table a.icon-label {
    background: transparent !important;
    padding: 0;
    margin: 0 !important;
    font-size: 25px;
    display: inline-block !important;
    border: none !important;
}

.icon-label i.fas.fa-hand-holding-usd {
    color: green;
    font-size: 23px;
}
.btn-yellow {
   
    display: inline-block;
   font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 12px;
    background: #f8c91f;
    border-radius: 50px;
    margin-top: 8px;
}
.icon-label i.fas.fa-minus {
     color: #dc3545;
}
.icon-label i.fas.fa-eye {
    font-size: 25px;
    color: #f8941f;
}

.icon-label i.fa.fa-times {
    display: block;
    clear: both;
    width: 100%;
}
table i.fas.fa-pen-square {
    color: #007bff;
    font-size: 21px;
}

.table i.fas.fa-envelope {
    color: green;
    font-size: 18px;
    position: relative;
    top: 0px;
}
ul.transaction-show-list li>label+span>label {
    margin: 0 !important;
}
.table-quick-btns a {
    display: inline-block;
    margin: 0;
    font-size: 11px;
    line-height: 12px;
    margin: 2px 0;
}
td.td-btn-inline a {
    display: inline-block  !important;
}
.unitwise_report h1 span {
    font-size: 13px !important;
    background: #28a745;
    color: #ffff;
    display: inline-block;
    padding: 6px 28px;
    border-radius: 52px;
    position: relative;
    top: -2px;
}
.table tfoot td, .table tfoot th {
    background: #28a745 !important;
    color: #fff;
    font-weight: 600;
}
.panel-heading h1 {
    margin: 0 !important;
}
.table-bordered td a:hover>small {
    background: #28a745;
}
tr.td-deactive {
    background: #bbb !important;
    color: #fff;
}
.table-hover tbody tr:hover {
    background: #e0e8fb !important;
}
.step-top-area .col-md-4 {
    background: #e7edfd;
    padding: 9px 20px;
}
.pd-top-30{padding-top:30px;}
.step-top-area .col-md-4 label {
    margin: 0;
    padding: 0;
}

.step-form-area {
    padding-left: 15px;
}

input#proceed {
    color: #fff;
    text-transform: uppercase;
}
a {
    text-decoration: none !important;
}

ul.transaction-show-list {
    margin: 0;
    padding: 0;
}

ul.transaction-show-list li {
    list-style: none;
    padding: 0;
    margin-bottom: 7px;
    font-size: 12px;
}

ul.transaction-show-list li>label {
    width: 31%;
    background: #e1e9ffa3;
    margin: 0;
    border-right: #fff 3px solid;
    padding: 8px 6px;
    font-weight: 500;
    float: left;
    min-height: 37px;
}

ul.transaction-show-list li>label+span {
     width: 69%;
     background: #f1f5ff;
     margin: 0;
     padding: 8px 6px;
     float: left;
     font-weight: 500;
     min-height: 37px;
}
.select2-results__option {font-size: 12px;}
.resend-code{background: red;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 4px 5px;
    font-weight: 600;
    border-radius: 1px;}
ul.transaction-show-list li:after {content: "";display: block;clear: both;}
.total-numbers-spans span {
    display: inline-block;
    background: #007bff;
    color: #fff;
    padding: 5px 8px 5px 16px;
    border-radius: 4px;
    margin-top: -4px;
    font-size: 12px;
    text-transform: uppercase;
}

.total-numbers-spans span strong {
    font-weight: 600;
    background: red;
    display: inline-block;
    padding: 2px 8px;
    margin-left: 9px;
    border-radius: 3px;
    letter-spacing: 1px;
}
ul.transaction-show-list li .label.label-success {
    background: green;
    color: #fff;
    display: inline-block;
    padding: 4px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

span.btn-fl.label-date {
    background: #6da6e0;
    color: #fff;
    font-size: 11px;
    display: block;
    padding: 3px 4px;
    border-radius: 2px;
    margin-top: 4px;
}
	.hidden-class {
	display:none;
}

.page-title.multi_span_hd span i {
    display: inline-block;
    margin-right: 5px;
}
.page-title span.charge_amount_lable_hd {
    background: #007bff;
  
}
.panel-heading.unitwise_report {
    margin-top: 20px;
    padding: 3px 11px 0px !important;
}
span.bb-name {
    background: #ff6a00;
    color: #fff;
    display: block;
    padding: 5px 5px 5px 10px;
    margin-top: 4px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.page-title span.transaction_id_label {
 background: #28a745;
 }
.page-title h5, .panel-heading h5, h1.page-header h5 {
    margin: 0;
    font-size: initial;
}
.hidden-class {
	display:none;
}
.col-pd-5 [class^=col-]{padding:0 5px;}
.page-title span.last_digit_label_hd {
    background: #f8941f;
   }
.row.col-pd-5 {
    padding: 0 10px;
}
input#submitBtn {
      border-radius: 5px !important;
    font-size: 13px !important;
}
.page-title.multi_span_hd span {
    display: inline-block;
    padding: 8px 18px 7px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    }
 
span.selection span.select2-selection.select2-selection--single, .select2-container--default .select2-selection--multiple{
    border: #f1f5ff 2px solid !important;
    font-size: 12px !important;
    min-height: 41px;
    padding: 5px 0;
    font-weight: 500;
    width: 100% !important;
}

label {
    font-weight: 500 !important;
    font-size: 13px !important;
    margin-bottom: 4px !important;
	display: block !important;
    margin-top: 4px;
}
.m-left-0{margin-left:0 !important;}

span.select2-selection__arrow {
    right: 11px !important;
    top: 5px !important;
}
span.input-group-btn {
    display: inline-block;
    padding-left: 9px;
    /*padding-top: 5px;*/
}
table .btn {
    padding: 2px 5px;
    font-size: 11px !important;
    margin: 1px;
	display:block !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #007bff transparent transparent transparent;
    border-width: 9px 6px 0 6px;
}
a.btn.btn-xs.btn-danger.btnStatus {
    background: red;
}
.btn-pd-input {
    padding: 9px 13px;
}
span.input-group-btn.btn-50 {
    display: block !important;
}
.h-100vh{min-height:100vh}
table small.merchant_name_label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 12px;
    background: #f8c91f;
    border-radius: 50px;
    display: block;
    margin-top: 8px;
}

 
.table-quick-btns .btn {
    padding: 1px 8px;
    font-size: 11px;
}
table .label-success {
    color: #fff;
    font-size: 10px !important;
    padding: 3px 5px;
    display: block;
    border-radius: 50px;
    text-align: center;
    margin-top: 3px;
}
.table-responsive tbody tr:nth-of-type(even), table tbody tr:nth-of-type(even), .table-striped tbody tr:nth-of-type(even) {
    background: #f1f5ff;
}
.btnStatus {
    background: green;
    border: green;
}
span.page-title-sub {
    margin-left: 13px;
    background: #28a745;
    color: #fff;
    padding: 4px 20px;
    border-radius: 50px;
}

.m-0{margin:0}
.table-quick-btns a.label_call_history {
    display: block;
    padding: 4px 10px;
    background: #fdc600 !important;
    color: #000 !important;
    border-radius: 50px;
    font-size: 10px;
    width: 100%;
}
textarea.form-control {
    border: #f1f5ff 2px solid;
    height: inherit !important;
    min-width: 48px !important;
    font-size: 11px;
    color: #000;
    padding: 10px 6px;
    font-weight: 500;
}.hidden {
	display:none;
}

.input-group-addon {
    display: inline-block;
    padding: 12px 7px;
    font-weight: 600;
    font-size: 12px;
} 
.btn-label-radius .lable-width-0 a {
    width: inherit !important;
}
.unitwise_report {
    padding: 0 !important;
}
ul.pagination li.active span {
    background: #f8941f;
}
a.logout_user {
    background: red;
    color: #fff !important;
    padding: 8px;
    text-align: center;
    display: inline-block;
    width: 35px;
    border-radius: 50px;
    height: 35px;
}
.wrap-login100 h2 {
    font-size: 16px;
}
.wrap-login100 span.help-block {
    display: block;
    font-size: 12px;
    position: absolute;
    bottom: -30px;
}

.wrap-login100 span.help-block strong {
    font-weight: 500;
    color: white;
    background: red;
    display: block;
    padding: 4px 15px;
    letter-spacing: 1px;
    border-radius: 50px;
}

.wrap-login100 button {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}
.wrap-login100 label {
    display: block !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
}
.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #9053c7;
  background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
  background: linear-gradient(-135deg, #c850c0, #4158d0);
}

.wrap-login100 {
  background: #fff !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 120px;
  max-width: 970px;
}
th.card-tr {
    background: #308cfd !important;
}

a.cacheremove_user {
    background: #28a745;
    color: #fff !important;
    padding: 8px;
    text-align: center;
    display: inline-block;
    width: 35px;
    border-radius: 50px;
    height: 35px;
}
table i.fas.fa-window-close {
    color: #ff0000;
    font-size: 21px;
}.btn-inlineblock {
    display: inline-block !important;
}
table label.btn-inlineblock {
    display: inline-block !important;
    font-size: 10px !important;
    padding: 4px 13px;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}
label.label-radius{border-radius:50px !important}
ul.pagination {
    text-align: center;
    margin: 30px 0 0;
    display: block !important;
}
ul.lable-highlight {
    list-style: none;
    padding: 0;
}

ul.lable-highlight li {
    display: inline-block;
    padding: 6px 20px;
    text-transform: uppercase;
    font-weight: 500;
    width: 19.6%;
    text-align: center;
    box-shadow: #6da6e0 0 2px 1px;
}
ul.pagination li {
    display: inline-block;
    margin: 0 2px;
    border-radius: 3px;
    overflow: hidden;
}
.pull-right {
    float: right;
}


.popover-header {
    font-size: 12px;
}

.editable-input input, .editable-input textarea {
    height: 59px !important;
    border: #ccc 1px solid;
}

.editable-buttons button.btn.btn-primary.btn-sm.editable-submit {
    background: green;
}

.editable-buttons {
    margin-top: 8px;
}
a.btn-fl small {
    border-radius: 0 !important;
    padding: 2px 3px !important;
}
.editable-buttons button {
    padding: 7px 8px;
}
.modal.fade .modal-dialog .modal-header {
    padding: 10px 10px;
}

.modal.fade .modal-dialog .modal-title {
    text-align: center !important;
    display: block !important;
    width: 100%;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #376eea;
    position: relative;
    text-transform: uppercase;
}

.modal.fade .modal-dialog .modal-header .close {
    margin: 0 !important;
    padding: 5px !important;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px !important;
    font-weight: 600;
}
.modal-lg, .modal-xl {
    max-width: 570px !important;
}

.modal.fade .modal-dialog .modal-title span#spilt-amount-title {
    position: absolute;
    padding: 3px 10px;
    background: red;
    color: #fff;
    font-weight: 600;
    right: 0;
}



.modal.fade .modal-dialog .modal-content .btn-plus {
    background: #2e8e06;
    color: #fff !important;
}

.modal.fade .modal-dialog .modal-content .btn-minus {
    background: #dc3545;
    color: #fff !important;
}
.modal.fade .modal-dialog .form-check-label {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

.modal.fade .modal-dialog .modal-content * {
    font-size: 13px;
    font-weight: 400;
}

.modal.fade .modal-dialog .modal-content {
    border-bottom: #376eea 5px solid;
}
span.charge_amount_label_hd {
    background: #007bff;
}
.table-bordered td a {
    /* display: block; */
}
.datepicker table {
    text-align: center;
    font-size: 11px;
    padding: 2px;
}
.unitwise_report h1 {
    margin: 0 !important;
    padding: 9px 0 !important;
    font-size: 17px !important;
}
.datepicker{padding:0;border: 2px #fff solid;box-shadow: #3169a2 0 0 20px;border-radius: 2px;}
ul.pagination li a, ul.pagination li span {color: #fff  !important; display: block;padding: 8px 13px;background: #007bff;cursor: pointer;font-weight: 600;}

 

 div#page-wrapper [id^=form-block-data] {
    background: #e7edfd;
    margin-bottom: 12px;
    padding: 18px 10px;
    border: #fff 15px solid;
}
.mb-none{display:none}
div#page-wrapper [id^=form-block-data]:nth-child(odd) {
    background: #d0daf9;
}
.table-bordered td:nth-child(1) a, .table-bordered td:nth-child(2) a {    margin-right: 30px;
}
.navbar-expand-sm .navbar-nav .dropdown-menu li ul.dropdown-menu {
    position: absolute !important;
    left: inherit  !important;
    right: -219px !important;
    top: -3px;
    width: 220px;
}

.panel-body.pl-report-sections .item {
    background: #FFFFFF;
    box-shadow: 7px 8px 15px rgb(158 164 180 / 25%);
    border-radius: 10px;
    padding: 18px;
    margin: 0 -3px 50px;
    overflow: hidden;
    position: relative;
    font-weight: 500;
    border: #e6e6e6 1px solid;
    border-bottom: #047fd9 8px solid;
}

.panel-body.pl-report-sections .item h3 {
    background: #0092ffc4;
    padding: 10px 15px;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 6px;
}

.panel-body.pl-report-sections .item  ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.panel-body.pl-report-sections .item h3+ul li {
    padding: 9px 6px;
    border-bottom: #ececec 1px solid;
    width: 100%;
    float: left;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.pl-btm-ranks ul li {
    display: inline-block;
    font-size: 11px;
    padding: 4px 9px;
    box-shadow: #0000 0px 0px 3px;
    background: #ffebba;
    border-radius: 50px;
    margin: 0 2px;
}

.panel-body.pl-report-sections .item ul li span:last-child {float: right;background: #d9d9d9;padding: 5px 15px;font-size: 11px;border-radius: 50px;text-align: center;min-width: 93px;}

.panel-body.pl-report-sections .item:after {
    clear: both;
    display: block;
    content: "";
}

.pl-btm-ranks {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 12px;
}
.panel-body.pl-report-sections .item h3 span {
    position: absolute;
    background: #046fbec4;
    right: 0;
    padding: 10px 13px;
    top: 0;
}

.panel-body.pl-report-sections .item ul li span.platinum-color {
    background: #28a745;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
}

.panel-body.pl-report-sections .item ul li span i {
    color: #ffd500;
}

.panel-body.pl-report-sections .item h3 span i {
    font-size: 17px;
    display: none;
}

.panel-body.pl-report-sections .item ul li.rand-col-li-sw span:first-child {
    padding-top: 4px;
    display: inline-block;
}

.panel-body.pl-report-sections .item ul li.rand-col-li-sw {
    background: #e7edfe;
}

.panel-body.pl-report-sections .item ul li span.net-sale-span {
    background: #00b7a7;
    color: #fff;
}


.panel-body.pl-report-sections .item ul li span.net-expenses-span {
    color: #fff;
    background: #0093ff;
}

.panel-body.pl-report-sections .item ul li span.excellent-color {
    background: #00de56;
    color: #000;
    letter-spacing: 1px;
    font-size: 12px;
}

.panel-body.pl-report-sections .item ul li span.average-color {
    background: #eac600;
    letter-spacing: 1px;
    font-size: 12px;
}

.panel-body.pl-report-sections .item ul li span.pf-sale-span {
    background: #93db00;
}
.panel-body.pl-report-sections .item ul li span.average-color i {
    color: red;
}

.panel-body.pl-report-sections .item ul li span.excellent-color i {
    color: #055b26;
}
a.pl_viewreport-card {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 2px;
    margin: 10px 0 -20px;
    color: #0281de !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.panel-body.pl-report-sections .item ul li span.good-color {
    background: orange;
    color: #fff;
}

.panel-body.pl-report-sections .item ul li span.good-color i {
    color: #fff;
}

.panel-body.pl-report-sections .item ul li span.fair-color {
    background: yellow;
    color: #000;
}

.panel-body.pl-report-sections .item ul li span.below-average-color {
    background: #744d4d;
    color: #fff;
}

.panel-body.pl-report-sections .item ul li span.loss-color {
    background: red;
    color: #fff;
}

.panel-body.pl-report-sections .item ul li span.below-average-color i {
    color: #fff;
}

.panel-body.pl-report-sections .item ul li span.fair-color i {
    color: #000;
}