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

.required {
    color: rgb(var(--bs-danger-rgb));
}

.v-error {
    color: rgb(var(--bs-danger-rgb));
}

.dt-empty{text-align:center}

.navbar-brand-logo {
    max-width: 11.5rem !important;
}

.tom-select-custom .ts-dropdown .option {
    white-space: nowrap;
}

.dataTables_empty {
    text-align: center;
}

.thumb-sm {
    font-size: 12px;
    font-weight: 700;
    width: 60px;
}

#main_modal .modal-header {
    padding: 1.5rem 2rem !important;
}

.page-header-title {
    margin-bottom: 0 !important;
}

.comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px;
}

.support {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 66px;
}

.comment .comment-author-ava {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.comment .comment-author-ava > img {
    display: block;
    width: 100%;
}

.comment .comment-body {
    position: relative;
    padding: 24px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #fff;
}

.comment .comment-body::after,
.comment .comment-body::before {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: "";
    pointer-events: none;
}

.comment .comment-body::after {
    border-width: 9px;
    border-color: transparent;
    border-right-color: #fff;
}

.comment .comment-body::before {
    margin-top: -1px;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #e1e7ec;
}

.comment .comment-title {
    margin-bottom: 8px;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
}

.comment .comment-text {
    margin-bottom: 12px;
}

.comment .comment-footer {
    display: table;
    width: 100%;
}

.comment .comment-footer > .column {
    display: table-cell;
    vertical-align: middle;
}

.comment .comment-footer > .column:last-child {
    text-align: right;
}

.comment .comment-meta {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.comment .reply-link {
    transition: color 0.3s;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none;
}

.comment .reply-link > i {
    display: inline-block;
    margin-top: -3px;
    margin-right: 4px;
    vertical-align: middle;
}

.comment .reply-link:hover {
    color: #0da9ef;
}

.comment.comment-reply {
    margin-top: 30px;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .comment {
        padding-left: 0;
    }
    .comment .comment-author-ava {
        display: none;
    }
    .comment .comment-body {
        padding: 15px;
    }
    .comment .comment-body::before,
    .comment .comment-body::after {
        display: none;
    }
    .animate-dropdown .notify-box {
        left: 0;
        transform: translateX(-50%);
    }

    .animate-dropdown .notify-box.show {
        left: 0;
        transform: translateX(-50%);
    }
}

.ts-wrapper.form-control,
.ts-wrapper.form-select {
    height: 42.59px;
}

.thumb-image-md {
    max-width: 300px;
}

.thumb-image-sm {
    max-width: 200px;
}

.table{
    width: 100% !important;
}

/*=============================
Payment Gateway
===============================*/

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
  }
  
  .StripeElement--invalid {
    border-color: #fa755a;
  }
  
  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }
  
  .pay-now-btn {
    width: 100%;
    display: block;
    padding: 10px 15px;
    background: var(--primary);
    color: #fff;
  }
  
  .razorpay-payment-button {
    width: 100%;
    display: block;
    padding: 10px 15px;
    background: var(--primary);
    color: #fff;
  }
  /*=============================
    End Payment Gateway CSS
  ===============================*/

.report-params{
    border: 1px solid #cdced0;
    padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.report-header{
    text-align: center;
    padding: 10px 0px;
}

.mt-26{
    margin-top: 26px;
}

#verify-mobile{
    display: inline-block;
    margin-top: 7px;
    margin-right: 7px;
}

.icon-color{
    color: #377dff !important;
}

.icon-bg{
    background: #377dff !important;
    position: absolute;
    left: 20px;
    top: 2px;
    width: 20px;
    height: 20px;
}