:root{
    --cb-btn-color:#0A6C33;
    --cb-btn-color-hover:#44A639;
    --cb-menu-active-bg:#daE9e0;
    --cb-greenbg-light:#0a6c3310;
    --cb-dark-green:#0A6C33;
    --cb-white:#ffffff;
    --cb--orange:#FF8901;
    --cb--blue:#0066CC;
    --cb-black:#222222;
    --cb-dark-gray:#555555;
    --cb-star-color: #ef7420;

}
.text-green{
    color:var(--cb-btn-color);
}
.text-organge{
    color:var(--cb--orange);
}
.headtopbar {
    background: var(--cb-black);
    color: var(--cb-white);
    padding: 8px;
    font-size: 16px;
}
.logo {
    text-align: left;
}
span.logo-lg {
    display: flex;
    align-items: center;
}
span.logo-lg span {
    color: var(--cb-btn-color);
    font-size: 20px;
    font-weight: 600;
    margin-left: 0px;
}
button#vertical-menu-btn {
    background: var(--cb-btn-color);
    color: var(--cb-white);
    font-size: 30px !important;
    order: 1;
}
table.table-bordered.dataTable td:last-child a, table.table-bordered.dataTable td:last-child a {
    color: var(--cb-black);
    font-size: 14px;
    margin-right: 10px;
}
.space-between {
    justify-content: space-between;
}
.bg-violet-soft {
    background: var(--cb--orange);
}
.bg-violet {
    background: #6126DA;
    color: var(--cb-white);
}
.text-violet {
    color: #6126DA;
}
.font-size-30 {
    font-size: 30px;
}
.text-mute {
    color: #777;
}
.bg-pink-soft {
    background:var(--cb-btn-color);
}
.text-pink {
    color: #BB4AD6;
}
.bg-blue-soft {
    background: var(--cb--blue);
}
.text-blue {
    color: #0066CC;
}
.align-center {
    align-items: center;
}
.nav-pills-color a.nav-link {
    font-size: 16px;
    color: var(--cb-dark-gray);
    padding: 0 10px;
}
.nav-pills-color a.nav-link.active {
    color: var(--cb-btn-color);
}
.card-title {
    font-size: 20px;
    color: var(--cb-black);
    margin: 0;
}
.apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series, .apexcharts-legend.apx-legend-position-top .apexcharts-legend-series {
    margin: 5px 15px 0 !important;
}
.apexcharts-legend-marker {
    border-radius: 50% !important;
}
#revenueGrowth_box h5 {
    color: var(--cb-black);
    font-size: 18px;
}
#revenueGrowth_box h5 + small {
    color: var(--cb-dark-gray);
    font-size: 14px;
    font-weight: 400;
}
.verti-timeline .event-list {
    font-size: 14px;
}
.chart-statistics > span {
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 3px;
}
.account-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.col-md-8.login-card {
    display: flex;
    justify-content: space-between;
    background: var(--cb-white);
    box-shadow: 0 0 2px #0002;
    padding: 0;
}
.col-left {
    width: 60%;
}
.col-right {
    width: 40%;
    background-size: cover;
    background-position: center;
}
.login-card .card {
    margin: 0;
}
.login-card .profile-user-wid {
    margin: 0 auto;
}
.login-card .profile-user-wid img {
    max-width: 100%;
}
.login-card h5 {
    text-align: center;
    font-size: 24px;
}
.remamber-sec {
    display: flex;
    justify-content: space-between;
}
.remamber-sec label, .remamber-sec a {
    font-size: 13px;
    font-weight: 400;
}
.table_heading h2 {
    font-size: 18px;
    margin: 8px 0 0;
}
.dataTables_filter {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}
.dataTables_filter > label {
    border: 1px solid #fafafa;
    border-radius: 5px;
    padding: 3px 35px 3px 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 210px;
    margin: 0;
    background: #fafafa;
}
.dataTables_filter > label > i {
    position: absolute;
    right: 0;
    width: 35px;
    height: 33px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}
.dataTables_filter > label > input.form-control {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border: none !important;
    font-size: 12px;
    line-height: 1.6;
    background: transparent;
}
.dropdown-item-lable {
    color: var(--cb-black);
    font-size: 14px;
    margin-right: 10px;
    padding: 3px 1.5rem 0;
    width: 100%;
    display: inline-block;
}
a.table_head_btn {
    background: var(--cb-btn-color);
    color: var(--cb-white);
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.3s;
    gap: 8px;
}
a.table_head_btn:hover {
    background: var(--cb-btn-color-hover);
    color: var(--cb-white);
    transition: 0.3s;
}
#datatable-inline_wrapper .row:first-child {
    margin-bottom: 15px;
}
#datatable-inline_wrapper .row:last-child {
    margin-top: 15px;
}
.table th {
    font-weight: 500;
    background: #FAFAFA;
    color: var(--cb-black);
}

.btn-primary-soft{
    background: linear-gradient(90deg, rgba(97,38,218,0.3) 0%, rgba(187,74,214,0.3) 100%);
    color: #6126DA;
    transition: 0.3s;
}
.btn-primary-soft:hover {
    background: linear-gradient(90deg, rgba(97,38,218,1) 0%, rgba(187,74,214,1) 100%);
    color: var(--cb-white);
    transition: 0.3s;
}
.btn-warning-soft {
    background: linear-gradient(90deg, rgba(240,153,122,0.3) 0%, rgba(255, 174, 0, 0.3) 100%);
    color: #f18058;
    transition: 0.3s;
}
.btn-warning-soft:hover {
    background: linear-gradient(90deg, rgba(240,153,122,1) 0%, rgba(255, 174, 0, 1) 100%);
    color: var(--cb-white);
    transition: 0.3s;
}
.btn-danger-soft {
    background: linear-gradient(90deg, rgb(236 43 36 / 30%) 0%, rgb(251 4 132 / 30%) 100%);
    color: #EC2B24;
    transition: 0.3s;
}
.btn-danger-soft:hover {
    background: linear-gradient(90deg, rgb(236 43 36 / 100%) 0%, rgb(251 4 132 / 100%) 100%);
    color: var(--cb-white);
    transition: 0.3s;
}
.btn-set {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.profile-card .btn-set a {
    width: 100%;
    padding: 7px 7px;
}
table td:last-child a {
    color: var(--cb-black);
    font-size: 18px;
    margin-right: 5px;
}
.profile-gallary .col {
    max-width: 20%;
    margin-bottom: 20px;
    width: 100%;
    flex: auto;
}
.profile-gallary .col:nth-child(1), .profile-gallary .col:nth-child(2), .profile-gallary .col:nth-child(3) {
    max-width: 33.33%;
}
.btn-transparent {
    background: transparent;
    color: var(--cb-black);
    font-weight: 400;
}

.container-fluid > .table_heading, .container-fluid > .table_add_btn {
    display: none;
}
.date-row {
    margin: 10px auto 40px;
    display: flex;
    justify-content: space-around;
}
.date-data {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    font-size: 16px;
}
span.date-content {
    font-weight: 600;
    color: var(--cb-black);
}
.artical-image {
    margin-bottom: 30px;
}
.artical-image img {
    max-width: 100%;
}
thead.hide {
    display: none;
}

.swal2-modal {
    padding: 25px 61px 40px !important;
    width: calc(235px + 120px) !important;
    min-height: auto !important;
}
.swal2-icon {
    position: relative;
}
.swal2-icon {
    position: relative !important;
    background: url(../images/Vector.png);
    border: none !important;
    color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto !important;
    background-size: 50px;
}
h2.swal2-title {
    color: #0B1018 !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}
.swal2-content {
    font-size: 14px !important;
    color: var(--cb-dark-gray) !important;
}
hr.swal2-spacer {
    margin: 7px 0 !important;
}
button.swal2-confirm.swal2-styled {
    border-radius: 5px;
    font-size: 16px;
    margin: 0;
    width: 100%;
    border: 2px solid var(--cb-dark-green) !important;
    background: var(--cb-dark-green) !important;
}
button.swal2-cancel.swal2-styled {
    background: transparent !important;
    margin: 15px 0 0;
    width: 100%;
    color: var(--cb-dark-green) !important;
    border: 2px solid var(--cb-dark-green) !important;
    border-radius: 5px;
}
button.swal2-cancel.swal2-styled:hover {
    color: var(--cb-white) !important;
    background: var(--cb-dark-green) !important;
    border: 2px solid var(--cb-dark-green) !important;
}
.ticket-details {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 25px;
}
.ticket-content p {
    color: var(--cb-dark-gray);
    padding: 0;
    margin: 10px 0;
}
.ticket-content p:last-child {
    margin-bottom: 0;
}
.ticket-description {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.ticket-description-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.ticket-desc-title-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.ticket-icon-box {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.ticket-content-box h4 {
    font-size: 16px;
    margin: 0 0 0px;
    color: var(--cb-black);
}
.ticket-content-box span.date {
    font-size: 12px;
    color: var(--cb-dark-gray);
}
.ticket-description-box:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.ticket-description-box:last-child .ticket-desc-content-box p:last-child {
    margin-bottom: 0;
}
.border-radius {
    border-radius: 10px;
}

.overflow-hidden {
    overflow: hidden;
}
.ticket-info-row {
    margin-bottom: 20px;
}
.ticket-info-row .ticket-info-title {
    font-size: 16px;
    margin-bottom: 3px;
}
.ticket-info-row .text-violet {
    margin-bottom: 0;
}
.ticket-info-row:last-child {
    margin-bottom: 0;
}
.ticket-info-row .form-control {
    background: #faf4f4;
    border: none;
    margin-top: 5px;
    padding: 10px 15px; 
}
.ticket-info-row a.table_head_btn {
    padding: 12px 15px;
    justify-content: center;
}
.ticket-info-row .tox.tox-tinymce {
    border-color: #ececec !important;
    border-radius: 10px;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
    line-height: 15px;
    background-color: var(--cb-btn-color) !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}
.nav-tabs-custom .nav-item:first-child .nav-link {
    padding-left: 0 !important;
}
a.table_head_btn {
    white-space: nowrap;
}
button.custom-btn {
    background: transparent;
    border: none;
    font-size: 18px;
}
ul.nav-custom {
    margin-left: -20px;
    margin-right: -20px;
    background: #FAFAFA;
}
ul.nav-custom li.nav-item a {
    min-width: 200px;
    text-align: center;
    border-radius: 0;
    padding: 12px 40px;
}
ul.nav-custom li.nav-item a.active {
    background: var(--cb-btn-color);
}
ul.nav-custom li.nav-item a:hover {
    color: var(--cb-btn-color);
}
ul.nav-custom li.nav-item a.active:hover {
    color: var(--cb-white);
}
.tab-custom-content {
    padding: 30px 10px 0;
}
.custom-profile-card {
    background: var(--cb-greenbg-light);
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.custom-profile-card.custom-profile-3col::before {
    content: '';
    position: absolute;
    left: 33.33%;
    right: auto;
    margin: 0 0 0 -1px;
    height: 100%;
    width: 2px;
    background: var(--cb-btn-color);
} 
.custom-profile-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 2px;
    background: var(--cb-btn-color);
} 
.custom-profile-card.custom-profile-3col::after {
    left: 66.66%;
    right: auto;
    margin-left: -1px;
}
.profile-verified {
    position: absolute;
    right: 20px;
    top: 20px;
} 
.profile-card-left {
    width: 50%;
    padding: 3rem;
}
.profile-card-right {
    padding: 3rem;
    width: 50%;
}
.profile-card-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.profile-card-avtar {
    width: 85px;
    height: 85px;
    background: #fcfcfc;
    border-radius: 50%;
    overflow: hidden;
}
.profile-card-avtar img {
    width: 85px;
    height: 85px;
    padding: 0;
}
.profile-card-details {
    padding-left: 20px;
}
.profile-card-details h5 {
    font-size: 20px;
}
.profile-card-details p {
    font-size: 16px;
    margin: 0;
}
.profile-card-btn {
    font-size: 16px;
    display: flex;
    margin-top: 20px;
}
.profile-card-btn a {
    padding: 0 20px;
    border-right: 1px solid #777;
}
.profile-card-btn a:last-child {
    border-right: 0px solid #777;
}
table.profile-card-table {
    margin: 0;
}
table.profile-card-table th {
    padding: 10px 7px;
    background: transparent;
    color: var(--cb-black);
    border: none;
    font-size: 16px;
}
table.profile-card-table td {
    padding: 10px 7px;
    background: transparent;
    color: var(--cb-dark-gray);
    border: none;
    font-size: 16px;
}
.custom-profile-details {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}   
.custom-profile-details h4.card-title {
    margin-bottom: 15px;
}
.custom-profile-details p {
    font-size: 16px;
    margin: 0 0 10px !important;
}
.card {
    -webkit-box-shadow: 0 0 2px rgba(18, 38, 63, 0.3);
    box-shadow: 0 0 2px rgba(18, 38, 63, 0.3);
    border-radius: 5px;
}
.card.reviews-card {
    width: 92%;
}
.reviews-card h5.card-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}
.rating-ave {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
.rating-ave p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.rating-ave p i {
    color: var(--cb-star-color);
    font-size: 1.4em;
}
.bar-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
}
.bar-area .progress {
    width: 50%;
}
.bar-area .star-area {
    width: calc(50% - 50px);
    display: flex;
    gap: 7px;
    justify-content: center;
}
.star-area-count {
    width: 50px;
    text-align: center;
}
.bar-area .star-area i {
    color: #d9d9d9;
    font-size: 20px;
}
.bar-area .star-area i.rated {
    color: var(--cb-star-color);
}
.bar-area .progress .progress-bar {
    background: var(--cb-dark-green);
    animation: animate-positive 1s;
}
.reviews-details {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.reviews-user-details {
    display: flex;
    align-items: center;
    gap: 20px;
}
.reviews-user-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}
.reviews-user-img img {
    max-width: 100%;
}
.reviews-user-detials .user-name {
    font-size: 20px;
    font-weight: 500;
}
.reviews-user-detials .user-date {
    color: var(--cb-dark-gray);
}  
.reviews-user-rating .star-area {
    display: flex;
    gap: 5px;
    font-size: 20px;
    color: #d9d9d9;
    margin-bottom: 10px;
} 
.reviews-user-rating .star-area .rated {
    color: var(--cb-star-color);
}
.comment-area p {
    font-size: 16px;
    color: var(--cb-dark-gray);
    margin: 0;
}
.load-more-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.load-more-btn a {
    display: inline-block;
    padding: 10px 45px;
    border: 1.5px solid var(--cb-dark-gray);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: var(--cb-dark-gray);
    transition: 0.5s;
}
.load-more-btn a:hover {
    background: var(--cb-dark-gray);
    border: 1.5px solid var(--cb-dark-gray);
    color: var(--cb-white);
}

.report-details {
    margin-left: -30px;
    margin-right: -30px;
}
.report-details .reviews-details {
    padding: 30px;
    border-top: 1px solid #dcdcdc;
}
.report-details .reviews-details:first-child {
    border: none;
    padding-top: 10px;
}
.report-details .reviews-details:last-child {
    padding-bottom: 0;
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%555555'/></svg>");
}
.form-check-input:checked {
    background-color: var(--cb-white);
    border-color: var(--cb-dark-gray);
}
#declineRecord .modal-dialog.modal-xl, #declineDocRecord .modal-dialog.modal-xl, #approve .modal-dialog.modal-xl, #verify .modal-dialog.modal-xl {
    max-width: 800px;
}
#declineRecord .modal-body > .row:first-child .col-md-12, #declineDocRecord .modal-body > .row:first-child .col-md-12, #approve .modal-body > .row:first-child .col-md-12,  #verify .modal-body > .row:first-child .col-md-12 {
    text-align: center;
}
#declineRecord .modal-body > .row:first-child .col-md-12 i, #declineDocRecord .modal-body > .row:first-child .col-md-12 i, #approve .modal-body > .row:first-child .col-md-12 i,  #verify .modal-body > .row:first-child .col-md-12 i {
    font-size: 55px;
    color: var(--cb-star-color);
}
#declineRecord .modal-body > .row:first-child .col-md-12 h1, #declineDocRecord .modal-body > .row:first-child .col-md-12 h1, #approve .modal-body > .row:first-child .col-md-12 h1, #verify .modal-body > .row:first-child .col-md-12 h1 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
textarea.form-control {
    background: #FAFAFA !important;
    border: none;
    min-height: 110px;
}
#declineRecord button.btn-primary, #declineDocRecord button.btn-primary, #approve button.btn-primary {
    margin-right: 2%;
    width: 100%;
    max-width: 48%;
    padding: 10px 25px;
    font-size: 16px;
    border: 1px solid var(--cb-dark-green);
}
#declineRecord button.btn-secondary, #declineDocRecord button.btn-secondary, #approve button.btn-secondary, #verify button.btn-secondary {
    background: var(--cb-white);
    width: 100%;
    max-width: 48%;
    padding: 10px 25px;
    font-size: 16px;
    border: 1px solid var(--cb-dark-green);
    color: var(--cb-dark-green) !important;
    margin-left: 1%;
}
.swal2-icon.swal2-warning.pulse-warning {
    background-image: url('../images/delete.png');
}
.table-responsive {
    margin-left: -20px;
    margin-right: -20px;
}
div.table-responsive > div.dataTables_wrapper > div.row:first-child, div.table-responsive > div.dataTables_wrapper > div.row:last-child {
    margin-left: 15px;
    margin-right: 15px;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px !important;
    border-right-width: 0;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
    border-right-width: 0;
}
.profile-card-right .table-responsive {
    margin: 0;
}  
.custom-profile-3col .profile-card-left, .custom-profile-3col .profile-card-right {
    width: 33.33%;
    padding: 2rem;
}
.profile-card-center {
    padding: 2rem;
    width: 33.33%;
}
.profile-card-center .table-responsive {
    margin: 0;
}
.profile-card-btn a:first-child {
    padding-left: 7px;
}
.profile-card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7px;
}
.profile-card-title h3 {
    font-size: 20px;
}
.profile-card-title > div > span {
    font-size: 30px;
    color: var(--cb-dark-green);
}
.text-right {
    text-align: right;
}
.table-bordered th, .table-bordered td {
    border-left-width: 0;
    border-right-width: 0;
}
.font-bold {
    font-weight: 600;
}
.table_add_btn.multi-blocks {
    display: flex;
}
.top-filter {
    display: flex;
}
.top-filter {
    display: flex;
    gap: 10px;
}
.top-filter select#status {
    position: relative;
    display: inline-block !important;
    left: 0;
    top: 0;
    margin: 0 auto;
    padding: 10px 14px;
    width: auto;
    line-height: 1.2;
    height: auto;
    border: none;
    background: #fafafa;
}
.top-filter .form-control {
    background: #fafafa;
    border: none;
    width: 150px;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: block;
}
a.table_head_btn_dots {
    background: #fafafa;
    margin-left: 10px;
    line-height: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 35px;
    height: 35px;
}
.border-right {
    border-right: 1px solid #dcdcdc;
}
ul.cb-data-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
ul.cb-data-list li {
    width: 50%;
    padding: 10px 0;
    border-right: 1px solid #dcdcdc;
    margin: 0 0 15px;
}
ul.cb-data-list li:nth-child(even) {
    border: none;
    padding-left: 25px;
}
ul.cb-data-list li p {
    margin: 0;
    line-height: 1.6;
}
ul.cb-data-list li p>a {
    margin-left: 15px;
    text-decoration: underline !important;
}
.rating-star span.badge {
    display: none;
}
.rating-star .text-primary {
    color: var(--cb-star-color) !important;
}
table.table-bordered.dataTable tbody td > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.review-details-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.hide {
    display: none !important;
}
.review-details-row + .review-details-row {
    margin-top: 25px;
}
#datatable-inline_wrapper .row:first-child {
    justify-content: space-between;
}
#datatable-inline_wrapper .row:first-child .col-sm-12.col-md-6 {
    width: auto;
}
button#page-header-user-dropdown span, button#page-header-user-dropdown i {
    display: none !important;
}
.header-profile-user {
    height: 50px;
    width: 50px;
}
.noti-icon i {
    font-size: 32px;
}
.noti-icon .badge {
    height: 8px;
    width: 8px;
    top: 15px;
    right: 10px;
}
.cb-bell-btn .badge {
    top: 20px;
    right: 17px;
}
.app-search .form-control {
    height: 48px;
    width: 495px;
}
.right-header-cnt {
    align-items: center;
}
.new-bg {
    background: rgba(10, 108, 51, .1);
    border-radius: 3px;
    padding: 6px 10px;
}
.page-title-box h4 {
    text-transform: capitalize;
}
.profile-card-right .table-responsive {
    max-height: 200px;
    overflow-y: scroll;
}
.profile-card-right .table-responsive::-webkit-scrollbar {
    width: 0em;
}
   
.profile-card-right .table-responsive::-webkit-scrollbar-track {
    box-shadow: none;
}
   
.profile-card-right .table-responsive::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: none;
}
.cat-icon-new {
    width: 120px;
    height: 120px;
    box-shadow: 0px 3px 15px #0001;
    margin: 5px auto 10px;
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 5px;
    position: relative;
    padding: 15px;
}
.cat-icon-new input {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.cat-icon-new span.cat-icon {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 1px dashed #ececec;
    border-radius: 4px;
    font-size: 25px;
    color: #888;
}
.cat-icon-new span.cat-icon img {
    display: none;
}
.cat-icon-new span.cat-icon.has-img img {
    display: block;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}
.cat-icon-new span.cat-icon.has-img i {
    display: none;
}
div#datatable-inline_wrapper {
    min-height: 350px;
}
.alert-heading {
    font-size: 18px;
    font-weight: 600;
}
.notification_inner_edit p {
    margin-bottom: 0;
}
@media only screen and (max-width: 1700px){
.bar-area .star-area {
    gap: 2px;
}
.bar-area .progress {
    width: 45%;
    margin-right: 5%;
}
}
@media only screen and (max-width: 1500px){
    .card.reviews-card {
        width: 95%;
    }
    .bar-area .star-area i {
        font-size: 16px;
    }
    .reviews-user-rating .star-area {
        gap: 2px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1400px){
.btn-set {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.profile-card .btn-set a {
    padding: 7px 7px;
    font-size: 12px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.dtr-control .d-flex > div {
    white-space: normal;
}
.top-filter .form-control {
    width: 125px;
    max-width: 125px;
}
}
@media only screen and (max-width: 1300px){
    .card.reviews-card {
        width: 100%;
    }
    .bar-area .progress {
        width: calc(50% - 15px);
        margin-right: 15px;
    }
    .bar-area .star-area {
        gap: 0px;
    }
    .star-area-count {
        width: 35px;
        text-align: right;
    }
    ul.nav-custom {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
    }
    ul.nav-custom li.nav-item {
        overflow: visible;
    }
    .custom-profile-3col .profile-card-left, .custom-profile-3col .profile-card-right, .custom-profile-3col .profile-card-center {
        padding: 1rem;
    }
    .custom-profile-3col .profile-card-avtar, .custom-profile-3col .profile-card-avtar img {
        width: 60px;
        height: 60px;
    }
    .profile-card-details h5 {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .profile-card-details p {
        font-size: 14px;
        margin: 0;
    }
    .profile-card-btn a {
        padding: 0 14px;
        font-size: 14px;
    }
    .custom-profile-3col table.profile-card-table th {
        padding: 7px 10px 7px 0px;
        font-size: 14px;
    }
    .stat-box .p-4 {
        padding: 1rem !important;
    }
    .card.stat-box h1 {
        font-size: 20px;
        margin: 0;
    }
    .card.stat-box p {
        margin-bottom: 10px;
    }
    .long-filter #datatable-inline_wrapper .row:first-child .col-sm-12.col-md-6 {
        width: 100%;
        padding: 0;
    }
    .long-filter #datatable-inline_wrapper .row:first-child .col-sm-12.col-md-6:first-child {
        margin-bottom: 15px;
    }
    .long-filter .top-filter .form-control {
        width: 100%;
        max-width: 100%;
    }
    .long-filter  .filter-col {
        width: 100%;
    }
    .long-filter .top-filter select#status {       
        width: 100%;
    }
    .long-filter  div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;
        max-width: 33.33%;
    }
    .table_add_btn.multi-blocks, .top-filter {
        width: 100%;
    }
    
}
@media only screen and (max-width: 1200px){
    .ticket-description {
        margin-bottom: 25px;
    }
    .tab-custom-content div#second .col-lg-4, .tab-custom-content div#second .col-lg-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .profile-card-details h5 {
        font-size: 18px;
    }
    .profile-card-details p {
        font-size: 14px;
        margin: 0;
    }
    .profile-card-avtar img {
        width: 80px;
        height: 80px;
    }
    .profile-card-avtar {
        width: 80px;
        height: 80px;
    }
    .profile-card-btn {
        font-size: 14px;
    }
    table.profile-card-table th, table.profile-card-table td {
        padding: 8px 7px;
        font-size: 14px;
    }
    .profile-verified img {
        max-width: 25px;
    }
    .card-title {
        font-size: 18px;
    }
    .custom-profile-details p {
        font-size: 14px;
    }
    .reviews-user-detials .user-name {
        font-size: 18px;
    }
    .comment-area p {
        font-size: 14px;
    }
    .custom-profile-3col .profile-card-left, .custom-profile-3col .profile-card-right, .custom-profile-3col .profile-card-center {
        padding: 1rem;
        width: 100%;
    }
    .custom-profile-card.custom-profile-3col {
        flex-wrap: wrap;
    }
    .custom-profile-card.custom-profile-3col::before,.custom-profile-card.custom-profile-3col::after{
        display: none;
    }
    .custom-profile-3col .profile-card-right, .custom-profile-3col .profile-card-center {
        border-top: 2px solid var(--cb-dark-green);
    }
    .tab-pane .col-12.col-lg-4, .tab-pane .col-12.col-lg-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #fifth .col-lg-5, #fifth .col-lg-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tab-content.p-3 {
        padding: 20px 0 0 !important;
    }
    .col-lg-6.col-xs-12.border-right {
        width: 100%;
        border: none;
    }
    .col-lg-6.col-xs-12.border-right + .col-lg-6.col-xs-12.ps-4 {
        width: 100%;
        padding-left: 15px !important;
        margin: 0 !important;
    }
    .col-lg-6.col-xs-12.border-right + .col-lg-6.col-xs-12.ps-4 .card {
        margin: 0;
    }
}
@media only screen and (max-width: 991px){
body[data-sidebar="dark"] .vertical-menu {
    background-color:#F8F8FB;
    /* background: linear-gradient(90deg, rgba(97,38,218,1) 0%, rgba(187,74,214,1) 100%); */
}
body[data-sidebar="dark"] .menu-title {
    color: var(--cb-dark-gray);
}   
body[data-sidebar="dark"] #sidebar-menu ul li a {
    color: var(--cb-black);
}
body[data-sidebar="dark"] #sidebar-menu ul li a i {
    color: var(--cb-black);
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active {
    background-color: #f8f8f8;
    background: #f8f8f8;
}
body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a {
    color:var(--cb-black);
}
.page-title-box h4 {
    font-size: 18px !important;
}
.table_heading h2 {
    font-size: 16px;
}
.dataTables_wrapper  .col-md-6 {
    width: 100% !important;
}
.table_heading {
    margin-bottom: 15px;
}
.dataTables_filter > label {
    width: calc(100% - 170px);
    max-width: inherit;
}
.table_add_btn {
    width: 170px;
    align-items: center;
}
.table_add_btn a.table_head_btn {
    justify-content: center;
    min-width: 170px;
}
.page-title-box {
    padding-bottom: 10px;
}
.nav-tabs-custom {
    margin-top: 0 !important;
}
.nav-tabs-custom .nav-item .nav-link {
    font-size: 16px !important;
    padding: 0.4rem 1.5rem !important;
    white-space: nowrap;
}
.nav-tabs-custom {
    margin-top: 0 !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.dataTables_filter {
    flex-direction: column;
}
.long-filter  div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 850px){
    .profile-card-left, .profile-card-right {
        padding: 2rem;
    }
}
@media only screen and (max-width: 767px){
.page-title-box .breadcrumb {
    display: none;
}
.card-title {
    font-size: 16px;
}
.date-data {
    font-size: 14px;
}
.date-row {
    margin: 0px auto 30px;
}
div.dataTables_wrapper > div.row:nth-child(2) .col-sm-12 {
    overflow-x: scroll;
}
.dtr-control .d-flex > div:nth-child(2) {
    min-width: 200px;
}
.custom-profile-card {
    flex-direction: column;
}
.profile-card-left, .profile-card-right {
    padding: 2rem;
    width: 100%;
}
.custom-profile-card::after {
    height: 2px;
    width: 100%;
    background: #0A6C33;
    top: calc(50% - 2px);
    bottom: 0;
}


ul.nav-custom {
    flex-wrap: nowrap;
    overflow-x: scroll;
}
ul.nav-custom li.nav-item a {
    min-width: 150px;
    padding: 10px 15px;
    white-space: nowrap;
    width: auto;
}
ul.nav-custom li {
    overflow: visible;
}
.modal-content form {
    margin: 0;
}
}
@media only screen and (max-width: 600px){
    ul.cb-data-list li, ul.cb-data-list li:nth-child(even) {
        width: 100%;
        padding: 10px 0;
        border-right: 0px solid #dcdcdc;
        margin: 0;
        border-bottom: 1px solid #dcdcdc;
    }
    ul.cb-data-list li:last-child {
        border-bottom: 0px solid #dcdcdc;
    }
    .table_add_btn.multi-blocks, .top-filter {
        align-items: unset;
    }
    .top-filter {
        flex-direction: column;
    }
}
@media only screen and (max-width: 575px){
    ul.nav.nav-pills-color {
        margin-top: 20px;
        justify-content: space-between;
    }
    .dataTables_filter > label {
        width: calc(100% - 0px);
        max-width: inherit;
    }
    .table_add_btn {
        width: 100%;
        align-items: center;
    }
    div.dataTables_wrapper div.dataTables_filter {
        flex-direction: column;
    }
    .profile-card .btn-set {
        flex-direction: column;
    }
    .profile-gallary .col:nth-child(1), .profile-gallary .col:nth-child(2) {
        max-width: 50%;
    }
    .profile-gallary .col, .profile-gallary .col:nth-child(3) {
        max-width: 33.33%;
    }
}
@media only screen and (max-width: 480px){
ul.nav-custom li.nav-item a {
    min-width: inherit;
    padding: 10px 20px;
    white-space: nowrap;
    width: auto;
}
.profile-card-left, .profile-card-right {
    padding: 1.5rem;
    width: 100%;
}
.profile-card-avtar {
    width: 65px;
    height: 65px;
}
.profile-card-avtar img {
    width: 65px;
    height: 65px;
}
.profile-card-details h5 {
    font-size: 16px;
}
.profile-card-btn a {
    padding: 0 15px;
}
table.profile-card-table th, table.profile-card-table td {
    padding: 7px 0;
    font-size: 14px;
}
.reviews-user-img {
    width: 65px;
    height: 65px;
}

.reviews-user-details {
    gap: 15px;
}
.reviews-user-detials .user-name {
    font-size: 16px;
}
.report-details .reviews-details {
    padding: 20px;
}
.tab-custom-content {
    padding: 30px 0px 0;
}
.review-details-row {
    flex-direction: column;
    gap: 15px;
}
#declineRecord button.btn-primary, #declineDocRecord button.btn-primary, #approve button.btn-primary {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
#declineRecord button.btn-secondary, #declineDocRecord button.btn-secondary, #approve button.btn-secondary {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
#declineRecord .modal-body > .row:first-child .col-md-12 h1, #declineDocRecord .modal-body > .row:first-child .col-md-12 h1, #approve .modal-body > .row:first-child .col-md-12 h1 {
    font-size: 20px;
}
}
@media only screen and (max-width: 380px){
.navbar-brand-box {
    display: block !important;
}

}
