/*filter*/

.statistic_table_div .filter_div button {
    font-size: 12px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 10px 15px !important;
    margin-right: 5px;
    margin-bottom: 8px;
}

#collapsefilter .card {
  padding: 15px;
  font-size: 13px;
  background: #f5f5f5;
  letter-spacing: 0.5px;
  border-radius: 8px;
}

#collapsefilter .card>p { display: none; }

#collapsefilter .maincolumn { display: flex; }

#collapsefilter .maincolumn input { margin-right: 5px; }

#collapsefilter .maincolumn .column1,
#collapsefilter .maincolumn .column2,
#collapsefilter .maincolumn .column3,
#collapsefilter .maincolumn .column4,
#collapsefilter .maincolumn .uru {
  display: flex;
  flex-direction: column;
  width: 25%;
}

@media (max-width: 991px) {
  #collapsefilter .maincolumn {
    flex-direction: column;
  }

  #collapsefilter .card label {
    display: flex;
    align-items: center;
  }

  #collapsefilter .maincolumn .column1,
  #collapsefilter .maincolumn .column2,
  #collapsefilter .maincolumn .column3,
  #collapsefilter .maincolumn .column4,
  #collapsefilter .maincolumn .uru {
    width: 100%;
  }
}
div#collapsefilter .js-stools select {
    width: 200px;
}

/*end of filter*/


/*box*/

.total_report_column, .total_ads_column {
    background-color: #f2f6fc;
    border-radius: 8px;
    padding: 10px 10px 15px;
    margin-top: 15px;
}

.total_report_column .sppb-addon-title,
.total_ads_column .sppb-addon-title {
    font-size: 16px !important;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 5px 0 10px;
    border-bottom: 1px solid #d5dae2;
}

.boxreport, .boxadsver {
    height: 100%;
    padding: 2px;
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .col-sm-3.boxadsver {width: 20%;}
}

.boxreport .boxreport-inner,
.boxadsver .boxadsver-inner {
    background: #fff;
    height: 100%;
    border-radius: 5px;
    color: #000;
    letter-spacing: 0.5px;
    padding: 15px 10px;
    transition: 0.3s;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.boxreport .boxreport-inner p.total_report_p,
.boxadsver .boxadsver-inner p.total_ads_p {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0;
}

.boxreport .boxreport-inner p.boxp,
.boxadsver .boxadsver-inner p.boxp {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #002b7f;
    margin-bottom: 0;
    transition: 0.3s;
}

.boxreport .boxreport-inner .boxpdbot {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}

.total_report_column .sppb-column-addons:first-child,
.total_ads_column .sppb-column-addons:first-child {
    margin-bottom: 10px !important;
}

.boxreport .boxreport-inner:hover,
.boxadsver .boxadsver-inner:hover {
    background: #002b7f;
    color: #fff;
}

.boxreport .boxreport-inner:hover p.boxp,
.boxadsver .boxadsver-inner:hover p.boxp {
    color: #fff;
}


@media (max-width: 991px) {
  .total_report_column .sppb-column-addons:not(:first-child) {
    display: flex;
    flex-wrap: wrap;
  }
  .total_report_column { padding: 5px 10px 10px !important; }
  .boxreport, .boxadsver { flex-basis: 50%; height: auto; }
  .boxreport .boxreport-inner, .boxadsver .boxadsver-inner {
    display: flex;
    padding: 10px;
    flex-direction: column;
    flex-grow: 1;
  }
}

/*end of box*/

@media (min-width: 768px) {
    .payment-edit figure img { margin: unset; margin-left: 160px; margin-top: -15px; }
}

.payment-edit h3 {
    display: none;
}




/*payment form & lead form popup*/

.paymentform_modal, .leadform_modal {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px !important;
}

.paymentform_modal .modal-header,
.leadform_modal .modal-header {
    text-align: center !important;
    padding: 9px 10px !important;
    margin-bottom: 0 !important;
    background: #026ae7 !important;
    color: #fff !important;
}

.paymentform_modal .modal-header h2,
.leadform_modal .modal-header h2 {
    font-size: 14px !important;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
}

.paymentform_modal .modal-header .close,
.leadform_modal .modal-header .close {
    background: #002b7f;
    color: #fff;
    text-shadow: none;
    font-size: 20px !important;
    padding-left: 1px;
    font-weight: 400 !important;
    margin: 0;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    right: 6px;
    top: 6px;
    transition: 0.5s;
}

.paymentform_modal .modal-header .close:hover,
.leadform_modal .modal-header .close:hover {
    background: #000;
}

.paymentform_modal .modal-content {
    max-width: 700px;
    width: 100%;
    /* max-height: 500px; */
    height: fit-content;
    /* overflow-y: scroll; */
}

.leadform_modal .modal-content {
    max-width: 650px;
    width: 100%;
    max-height: 400px;
    height: fit-content;
}

.paymentform_modal .modal-content .modal-body,
.leadform_modal .modal-content .modal-body {
    padding: 15px 10px;
}

.paymentform_modal .modal-content .modal-body button#online,
.paymentform_modal .modal-content .modal-body button#manual {
    background-color: #e8eff9;
    border: 1px solid #d0d7e2;
    border-radius: 8px;
    width: 47% !important;
    height: auto !important;
    margin: 0 1% !important;
    transition: 0.3s;
    padding: 15px 15px 10px !important;
}

.paymentform_modal .modal-content .modal-body>button img {
    width: 45px !important;
    height: auto !important;
}

.paymentform_modal .modal-content .modal-body>button span {
    font-weight: 600;
    font-size: 14px;
    color: #4a4a4a;
}

.paymentform_modal .modal-content .modal-body>button:hover,
.paymentform_modal .modal-content .modal-body>button:focus {
    background: #fff !important;
    border-color: #002b7f !important;
}

.paymentform_modal .modal-content .modal-body h3 {
    font-size: 18px !important;
    line-height: 1.3;
    color: #002b7f;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.paymentform_modal .modal-content .modal-body label,
.leadform_modal .modal-content .modal-body label {
    text-align: left;
    float: left;
    font-size: 14px;
    width: 100%;
}

.leadform_modal .modal-content .modal-body p { display: block !important; }

.paymentform_modal .modal-content .modal-body select,
.paymentform_modal .modal-content .modal-body input,
.leadform_modal .modal-content .modal-body select, 
.leadform_modal .modal-content .modal-body input {
    width: 100% !important;
    height: 34px;
    padding: 0 10px;
    border-radius: 0;
    border-color: #d6d6d6;
    box-shadow: none;
    font-size: 12px !important;
    color: #404040;
}

.paymentform_modal .modal-content .modal-footer,
.leadform_modal .modal-content .modal-footer{
    padding: 5px;
    background: #eee;
}

.paymentform_modal .modal-content .modal-footer button,
.leadform_modal .modal-content .modal-footer button {
    background: #002b7f;
    border: 0;
    font-size: 14px;
    padding: 2px 10px 4px;
    border-radius: 4px;
    transition: 0.3s;
}

.paymentform_modal .modal-content .modal-footer button:hover,
.paymentform_modal .modal-content .modal-footer button:focus,
.leadform_modal .modal-content .modal-footer button:hover,
.leadform_modal .modal-content .modal-footer button:focus {
    background: #000;
}

@media (max-width: 767px) {
  .paymentform_modal .modal-content { max-height: 350px; overflow-y: scroll; }
  .paymentform_modal, .leadform_modal { padding-top: 50px !important; }
  .paymentform_modal .modal-content .modal-body>button span { font-size: 12px; }
}

/*end of payment form & lead form popup*/


/*lead form*/

.lead-form-row .bfQuickMode .bfbs3-form-group .bfbs3-control-label {
    font-size: 14px !important;
    font-weight: 500;
    width: 15%;
}

.lead-form-row .bfQuickMode .bfbs3-form-inline .bfbs3-form-control {
    width: 84%;
    border-radius: 0;
    box-shadow: none;
    padding: 12px;
}

.lead-form-row .lead-button a, .lead-form-row .lead-button button {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1;
    border: 0;
    background: #000;
    border-radius: 0;
    color: #fff !important;
    transition: 0.5s;
}

.lead-form-row .lead-button button {
    background: #002b7f;
}

.lead-form-row .lead-button a:hover, .lead-form-row .lead-button button:hover {
    opacity: 0.7;
}

span#copyalert {
    top: 100px;
    width: 150px;
    font-size: 14px;
}


/*end of lead form*/




/*delete modal*/

div#deleteModal .modal-header {
    display: none;
}

div#deleteModal {
    max-width: 500px;
    width: 90% !important;
    height: fit-content !important;
    margin: auto !important;
    background: #fff;
    border-radius: 8px;
    padding: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
}

div#deleteModal .modal-body {
    padding: 20px;
}

div#deleteModal .modal-body p {
    margin: 0;
}

div#deleteModal .modal-footer {
    text-align: center;
    padding: 10px;
}

div#deleteModal .modal-footer button.btn, div#deleteModal .modal-footer a {
    font-size: 12px;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 3px;
    font-weight: 500;
    background: #000;
    margin: 0;
}

div#deleteModal .modal-footer a {
    background: #e00;
}

div#deleteModal .modal-footer a:hover, div#deleteModal .modal-footer a:focus {
    background: #f00;
}

div#deleteModal .modal-footer button.btn:hover, div#deleteModal .modal-footer button.btn:focus {
    background: #002b7f;
    color: #fff;
}

/*end of delete modal*/

.lbl-more-records {
    text-transform: uppercase;
}



.reportclass {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
    margin-top: 20px;
}

.reportclass .btn {
    box-shadow: none;
    color: #000;
    padding: 0 10px 10px;
    border-bottom-style: solid;
    border-radius: 0;
    border-width: 2px;
    border-color: transparent;
    transition: 0.5s;
}

.reportclass .btn.report_active {
    border-bottom-color: #026ae7;
    color: #026ae7;
}

.reportclass .btn:hover, .reportclass .btn:focus {
    border-bottom-color: #026ae7;
    color: #026ae7;
}




