#loadingLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url("../loader.gif") no-repeat center center;
    z-index: 10000;
    background-size: 50px;
}
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;
}
.card-custom .card-body .dataTables_wrapper table.table tr th:first-of-type,
.card-custom .card-body .dataTables_wrapper table.table tr td:first-of-type{
    padding-left: 12px !important;
}
#toast-container.toast-top-center .toast {
    background-image: none !important;
    margin-top: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    top: 20%;
    left: 12%;
    transform: translate(-12%, -20%);
    opacity: 1;
    background: #fff;
    border: 0;
}
#toast-container.toast-top-center .toast .toast-message {
    font-size: 16px;
    color: #7E8299 !important;
}
#toast-container {
    bottom: 0;
    height: 100vh;
}
.password-wrap #password-error,
.error-message #domainname-error,
.password-wrap #ftppassword-error {
    position: absolute;
    top: 100%;
    left: 0;
}
