div.form-control-feedback {
    color: #F64E60;
}
.padding10 {
	padding: 10px 20px !important;
}
/* 16-12-2022 */

.service-item-titles .service-title {
    color: #737478;
    font-weight: bold;
}
.service-items-info ul {
    padding: 0px;
    list-style-type: none;
}
.service-item-titles {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.service-box {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
div#collapseOne7 {
    margin-left: 30px;
}
.d-flex.flex-wrap.my-2 {
    margin-left: 28px;
}
.company-serivce {
    margin-left: 28px;
}
.font35 {
    font-size: 34px;
}

/* 16-12-2022 */
.div-hover:hover {
    cursor: pointer;
    border-radius: 0.42rem;
    background-color: #ceced794;

}
.navi .navi-item .li-company-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1.5rem;
}
/* Start :: Customer View Page CSS */
.compnay-icon-set li a span i {
    margin-left: -18px;
}
/* End :: Customer View Page CSS */
.custom-text-muted {
    color: #7E8299 !important;
}
.border-dashed
{
    box-shadow: none;
    border: 2px dashed #dbdfe9;
}
.log-size {
    width: 30%;
}
.size-h-10 {
    width: 10%;
}
.recurring-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 40px;
    padding-top: 10px;
}
#customerservice .table-responsive table  tbody tr td .service_type {
    min-width: 120px;
}
.payment-history-card-body {
    position: relative;
}
.payment-history-card-body .dataTables_wrapper .row:nth-child(1) .col-md-6:nth-last-child(1) {
    position: absolute;
    top: 2rem;
    right: 2.25rem;
}
.i_pop_up {
    position: fixed;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0px 2px 16px rgb(17 24 39 / 8%);
    border-radius: 8px;
    padding: 25px;
    max-width: 600px;
    /*display: none;*/
    z-index: 2;
}
.chide {
    display: none;
}
.jstree-disabled {
    color: red !important;
}
.ul_dropdown {
    max-height: 88px;
    overflow-y: auto;
    padding: 0px 0px 0px 16px;
}
.disable-div {
    position: relative;
    padding: 10px;
}
.disable-div::before
{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #585151;
  opacity: 0.1;
  z-index: 1;
}

.isDisabled-in{
    pointer-events : none;
    opacity: 0.7;
}

.card-body.payment-statement-reports-body {
    position: relative;
}

.card-body.payment-statement-reports-body .payment-statement-reports-totalamount {
    position: absolute;
    right: 30px;
    top: 90px;
    width: fit-content;
}

.datepicker-widthfix {
    width: 100%;
}

@media only screen and (max-width:991px) {
      .card-body.payment-statement-reports-body .payment-statement-reports-totalamount {
        top: 243px;
    }
}


@media only screen and (max-width:767px) {
    div#DataTables_Table_0_length {
        text-align: left;
    }
}