/**************Global Variables Start*****************/
:root {
    /* Font Family  */
    --font-family-base: "Inter", sans-serif;

    /* Neutral Colors  */
    --primary-bg-color: #ffffff;
    --light-bg-color: #F8F9F9;
    --base-bg-color: #f8f9fb;
    --border-color: #E5E7EB;
    --input-label-color: #B1B3B7;
    --support-text-color: #6F7071;
    --paragraph-color: #3C3D3E;
    --headline-color: #090A0B;
    --white-color: #ffffff;

    /* Primary Colors  */
  --primary-red-color: #BF1E2C;

}
body {
    font-family: var(--font-family-base);
    background-color: var(--base-bg-color);
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Balsamiq Sans", sans-serif; */
    font-family: var(--font-family-base);
}

.text-success{
    color: #0ca56e !important;
}

.btn-danger {
    background-color: #BF1E2C !important;
    border-color: #BF1E2C !important;
}

.\!btn-danger {
    color: #fff !important;
    background-color: #BF1E2C !important;
    border-color: #BF1E2C !important;
}

.btn-white{
    background-color: #fff;
    border-color: #f0f1f2;
}

.form-page {
    width: 625px;
    background-color: #fff;
    border: 3px solid #000;
    padding: 45px 160px;
}

.form-page .brand {
    width: 274px;
    margin: 0px auto 60px;
    display: block;
    text-align: center;
}

.form-page .form-content label {
    display: none;
}

.form-page .form-content .form-control {
    border-radius: 0px;
    border: 3px solid #000;
}

.form-control:focus {
    box-shadow: none;
}

.form-content label {
    font-size: 12px;
    color: #666666;
    margin-left: 12px;
    line-height: 20px;
}

.form-content .form-control {
    border-radius: 4px;
    padding: 10px 16px;
    line-height: 24px;
    border: 1px solid #b3b3b3;
}

.form-content .form-select {
    border-radius: 4px;
    padding: 10px 16px;
    line-height: 24px;
    border: 1px solid #b3b3b3;
}

.form-page .form-content .btn {
    border-radius: 0px;
    font-weight: 600;
}

textarea.form-control {
    min-height: 161px;
}

.ui-input-group .input-group-text {
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.ui-input-group .form-control {
    border-left: none;
}

.ui-input-group.end .input-group-text {
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}
.ui-input-group.end .form-control {
    border-right: none;
    border-left: 1px solid #b3b3b3;
}
.btn-outline-dark {
    color: #1a1a1a;
    border: 3px solid #000;
    text-transform: uppercase;
}

.btn {
    border-radius: 4px;
}

.btn.btn-dark {
    background-color: #212529;
}

.form-control:disabled {
    background-color: #f5f5f5;
    color: #b3b3b3;
}

input[type="checkbox"] {
    accent-color: #000;
    border-radius: 4px;
}

.spinner-border {
    width: 16px;
    height: 16px;
}

.side-nav {
    width: 300px;
    background-color: #fff;
    position: fixed;
    height: 100%;
    padding: 16px 16px;
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid #f0f1f2;
}
.navbar-brand {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
}
.side-nav .navbar-brand>img{
    height: 50px;
}

.side-nav::-webkit-scrollbar {
    width: 10px;
}

.side-nav::-webkit-scrollbar-track {
    background-color: rgb(255 255 255 / 40%);
}

.side-nav::-webkit-scrollbar-thumb {
    background-color: #e1e5ee;
}

.side-nav .nav-item {
    margin: 0px 0px;
}

.side-nav .nav-item .nav-link {
    padding: 12px 16px;
    line-height: 24px;
    position: relative;
    color: #757575;
    font-size: 18px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 4px;
}
.side-nav .nav-item .nav-link::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    left: 0px;
    top: 12px;
    background-color: var(--primary-red-color);
    opacity: 0;
    border-radius: 0px 4px 4px 0px;
}

.side-nav .nav-item .nav-link:hover {
    background-color: #f9e8ea;
    color: var(--primary-red-color);
}
.side-nav .nav-item .nav-link:hover .nav-icon{
    color: var(--primary-red-color);
}

.side-nav .nav-item .nav-link.active {
    background-color: #f9e8ea;
    color: var(--primary-red-color);
}
.side-nav .nav-item .nav-link.active .nav-icon{
    color: var(--primary-red-color);
}
.side-nav .nav-item .nav-link.active::before{
    opacity: 1;
}

.side-nav .nav-item .nav-link .nav-icon {
    color: #757575;
    font-size: 18px;
    height: 24px;
    width: 24px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
}

.side-nav .nav-item .nav-link .nav-icon .md {
    display: block;
}

.side-nav .nav-item .nav-link .nav-arrow {
    color: #666666;
    font-size: 12px;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 16px;
    top: 12px;
    text-align: center;
}

.side-nav .collapse {
    visibility: inherit;
}

.side-nav .nav-sub .nav-item {
    margin: 2px 0px;
}

.side-nav .nav-sub .nav-item .nav-link {
    font-size: 14px;
    padding-left: 56px;
    color: #666666;
}
.side-nav .nav-sub .nav-item .nav-link:hover{
    background-color: #f9e8ea;
    color: var(--primary-red-color);
}

.main-content {
    margin-left: 300px;
    padding-top: 84px;
}

.content {
    padding: 24px;
    max-width: 1800px;
    margin: 0px auto;
}

.navbar-top {
    background-color: #fff;
    width: calc(100% - 300px);
    left: auto;
    z-index: 1046;
    padding: 22px 0px;
    height: 84px;
    border-bottom: 1px solid #f0f1f2;
}
.navbar-top h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}
.navbar-top .user-nav .nav-item .nav-link{
    height: 40px;
}

.navbar-top .navbar-collapse {
    visibility: visible;
}



.page-title-bar .page-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #1a1a1a;
}

.card-table {
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 16px;
    margin-bottom: 16px;
}

.pg-actions > div {
    display: inline-block;
    color: #666;
    font-size: 20px;
}

.ui-card {
    border: none;
}

.ui-tabs .nav-tabs {
    border: none;
}

.ui-tabs .nav-tabs .nav-item {
    margin: 0px 16px;
}

.ui-tabs .nav-tabs .nav-item .nav-link {
    border: none;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #464546;
    line-height: 26px;
    padding: 8px 0px;
}

.ui-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #000;
}

.ui-tabs .nav-tabs .nav-item .nav-link.active::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    background-color: #464546;
    bottom: 0px;
    left: 0px;
}

.ui-tabs .tab-content .tab-pane {
    padding: 24px 18px;
    min-height: 360px;
}

.ui-tabs .tab-content .tab-pane .tab-title {
    font-size: 18px;
    line-height: 38px;
    margin: 0px;
}

.form-check-input {
    height: 24px;
    width: 24px;
    border-color: #000;
    border-radius: 6px;
    margin-top: 0px;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.form-check-input:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.form-loader-content {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 75px;
    width: 97px;
}

.form-loader {
    height: 100%;
}

.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1099;
    background: rgb(255 255 255 / 75%);
    border-radius: 8px;
}
.date-range-picker {
    font-size: 14px;
}
.date-range-picker .md {
    vertical-align: middle;
    color: #666;
    font-size: 20px;
}
/**********nav*************/
.navbar-brand > img {
    height: 78px;
}

.select2 .select2-selection {
    border-radius: 4px;
    padding: 16px 12px;
    line-height: 24px;
    border: 1px solid #b3b3b3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #b3b3b3 1px;
    outline: 0;
}

.select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.select2 .select2-selection .select2-selection__rendered li {
    display: inline-block;
    padding-right: 8px;
    padding-left: 28px;
}

.select2 .select2-selection .select2-selection__rendered li.select2-search {
    padding-left: 8px;
}

.select2
    .select2-selection
    .select2-selection__rendered
    li
    .select2-search__field {
    width: auto !important;
}

.select2
    .select2-selection
    .select2-selection__rendered
    li
    .select2-selection__choice__remove {
    width: 22px;
    text-align: center;
}

.btn-icon > .md {
    vertical-align: -5px;
    font-size: 22px;
}

/****** CSS-AMMARA******/

.table-heading td {
    background-color: rgb(238, 238, 238);
    color: rgb(97, 97, 97);
    font-weight: bold;
}

/* .table-first-row-data td{
      background-color: rgb(206, 206, 206);
} */
.table-first-row-data .form-select {
    height: 35px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    font-size: 13px;
}

.table-second-row-data .form-select {
    height: 35px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    font-size: 13px;
}

.table-second-row-data td {
    background-color: rgb(206, 206, 206);
}

/* .table-third-row-data td .btn-light{
    background-color: rgb(216, 216, 216);
}
.table-third-row-data td .btn-light:hover{
    background-color: rgb(179, 179, 179);
} */
.table-fourth-row-data td {
    background-color: #f5f5f5;
}

.table-first-row-data td .form-check input {
    height: 20px;
    width: 20px;
}

.table-second-row-data td .form-check input {
    height: 20px;
    width: 20px;
}

.add-row.btn.btn-light {
    background-color: #f8f9fa;
}

.vendor-product-input,
.unit-price-input {
    width: 150px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
}

.paid a {
    font-size: 16px;
}

.qty-input {
    width: 100px;
    height: 35px;
    border-radius: 0px;
    border: 1px solid #b3b3b3;
}

.select-discount {
    width: 150px;
    height: 35px;
    border: 1px solid #b3b3b3;
    font-size: 13px;
    border-radius: 4px;
}

.paid-price-input {
    width: 150px;
    height: 35px;
    text-align: end;
    border: 1px solid #b3b3b3;
}

.table-first-row {
    background-color: gray;
}

.subtract {
    width: 30px;
    height: 35px;
    background-color: gray;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #b3b3b3;
    padding-top: 3px;
}

.add {
    width: 30px;
    height: 35px;
    background-color: gray;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #b3b3b3;
    padding-top: 2px;
}

.page-link {
    color: black;
}

.active > .page-link,
.page-link.active {
    background-color: black;
    border-color: black;
}

.file-control {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-control input[type="file"] {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.form-select2 .select2 .select2-selection {
    border-radius: 4px;
    padding: 8px 16px;
    line-height: 24px;
    border: 1px solid #b3b3b3;
    height: auto;
}

.form-select2 .select2 .select2-selection .select2-selection__rendered {
    padding: 0px;
}

.form-select2 .select2 .select2-selection--single .select2-selection__arrow {
    height: 46px;
    opacity: 0;
}

.notification-panel {
    width: 400px;
    border-radius: 20px;
    border: 3px solid #000;
    background: #fff;
    padding: 0px;
}

.notification-panel .dropdown-header {
    padding: 16px 16px;
    border-bottom: 1px solid #dee2e6;
}

.notification-panel .dropdown-header h3 {
    margin: 0px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.notification-panel .badge {
    width: auto;
}

.notification-panel .dropdown-header .btn {
    text-decoration: none;
    font-size: 12px;
    color: #bf1e2e;
}

.notification-panel .dropdown-header .btn:hover {
    color: #1a1a1a;
}

.notification-panel .dropdown-footer {
    padding: 16px 16px;
    border-top: 1px solid #dee2e6;
}

.notification-panel .dropdown-footer .btn:hover {
    color: #1a1a1a;
    background-color: #f5f5f5;
}

.notification-panel .dropdown-footer .btn {
    text-decoration: none;
    font-size: 14px;
    color: #bf1e2e;
    font-weight: 500;
}

.notification-panel .dropdown-body {
    max-height: 400px;
    overflow-y: auto;
}

.notification-panel .dropdown-body .list-group-item:hover {
    background-color: #f5f5f5;
}

.notification-panel .dropdown-body .list-group-item.unread {
    background-color: #f5f5f5;
}

.notification-panel .dropdown-body p {
    font-size: 14px;
    color: #727887;
    margin: 0px;
}

.w-180px {
    max-width: 180px;
    min-width: 180px;
}

.header-fixed .power-grid-table thead {
    position: sticky;
    top: 0px;
}

/* 
.attach-control {
    border-radius: 4px;
    background-color: #F2F3F7;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    height: 48px;
}

.attach-control .close-btn {
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #8A93A7;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
} */

.flex-media {
    padding: 18px;
    background-color: #fff;
    border-radius: 4px;
    min-height: 136px;
}

.flex-media .flex-media-text p {
    font-size: 18px;
    margin: 0px;
}

.product-price-details {
    width: 300px;
    background-color: #f5f5f5;
    padding: 16px;
    float: right;
}

.table-scroll-y {
    max-height: 300px;
    overflow-y: auto;
}

.powergrid-scroll-y {
    max-height: calc(100vh - 340px);
    overflow-y: auto;
}

.ui-scroll-y::-webkit-scrollbar {
    width: 10px;
}

.ui-scroll-y::-webkit-scrollbar-track {
    background-color: rgb(255 255 255 / 40%);
    border-radius: 5px;
}

.ui-scroll-y::-webkit-scrollbar-thumb {
    background-color: #e1e5ee;
    border-radius: 5px;
}

.file-control .btn {
    border: 2px dashed #1a1a1a;
    padding: 12px;
    color: #121212;
    min-height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.file-control:hover {
    cursor: pointer;
    background-color: #fff;
}

.btn-float-close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.list-group-ui .list-group-item {
    padding: 0px 0px;
}

.list-group-ui .list-group-item a {
    color: #464546;
    padding: 24px 0px;
    text-decoration: none;
}

.list-group-ui .list-group-item a:hover {
    background-color: #f5f5f5;
}

.list-group-ui .list-group-item a .btn-arrow {
    color: #464546;
    margin-right: 12px;
}

.btn-group-ui .btn {
    flex: 1 1 auto;
    margin: 0px;
    line-height: 32px;
}

.table-transparent thead tr > th,
.table-transparent thead tr > td {
    background-color: transparent;
}

.table-transparent tbody tr > th,
.table-transparent tbody tr > td {
    background-color: transparent;
}

.btn.btn-ui {
    padding: 10px 12px;
}

.form-check-lg .form-check-input {
    margin-left: -1.5em;
}

.ui-dropdown-menu {
    background-color: #f3f3f3;
    border: none;
    border-radius: 4px;
}

.list-notification .list-group-item:hover {
    background-color: #fcfcfc;
}

.list-notification .list-group-item.unread {
    background-color: #f5f5f5;
}

.inline-input .form-label {
    display: inline-block !important;
    margin: 0px;
}

.inline-input .form-select {
    display: inline-block !important;
    max-width: 200px;
}

/***********************/
.offcanvas-backdrop.show {
    z-index: 1049;
}

.filter-box {
    z-index: 1050;
}

.filter-box .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #1a1a1a;
}

.filter-box .btn-close {
    width: 15px;
    height: 15px;
    padding: 0;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
}

.filter-box .offcanvas-header {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.password-card {
    margin-bottom: 10px;
}

.password-card > div {
    width: 100%;
}

.password-card .submit-btn {
    margin-top: -108px;
}

/***********************/
/* table.power-grid-table>:not(caption)>*{
    padding: 4px 8px;
}
table.power-grid-table tr th{
    line-height: 20px;
    padding: 0px 15px;
    position: relative;
    min-width: 70px;
}
table.power-grid-table tr th span:first-child{
    position: absolute;
    right: 1px;
    color:#bbb3b3;
    font-size: 10px;
} */
/* table.power-grid-table tr th:first-child{
    background-color: #f4f5f7;;
} */
/* table.power-grid-table tr td .form-check,
table.power-grid-table tr th .form-check{
    padding:0;
    margin: 0;
}
table.power-grid-table tr td .form-check-input,
table.power-grid-table .form-check-input{
    width:18px;
    height:18px;
    margin: 2px 0 0 0;
    border-radius: 3px;
}
table.power-grid-table>:not(caption)>*,
table.power-grid-table>:not(caption)>*>*{
border:none;
border-bottom:1px solid #dee2e6;
}
table.power-grid-table>tbody>tr:nth-of-type(odd)>*{
    --bs-table-bg-type:none;
}
table.power-grid-table>tbody>tr:hover>*{
    --bs-table-bg-state:#fcfcfc;
}

table.power-grid-table tr td .btn.btn-inline-table .material-symbols-outlined{
font-size:18px;
}
table.power-grid-table tr td .form-check-input, table.power-grid-table .form-check-input{
    margin: 10px 0 0 0;
} */
/* table.power-grid-table span div{
font-size: 13px;
color: gray;
} */

/*********************/
.x-form {
}

.badge {
    min-width: 100px;
    border-radius: 4px;
    padding: 4px 8px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.badge-light-primary {
    background-color: #d4e4fa;
    color: #0d4ea6;
}

.badge-light-warning {
    background-color: #faf6cf;
    color: #202f39;
}

.badge-light-success {
    background-color: #c7ebd1;
    color: #12664d;
}

.badge-light-danger {
    background-color: #fadcd9;
    color: #a1160a;
}

.badge-light-info {
    background-color: #eadcfc;
    color: #743cb1;
}

.badge-light-disabled {
    background-color: #f5f5f5;
    color: #707070;
}

/*********************/
/* table.power-grid-table span.badge{
    border-radius: 3px;
}
table.power-grid-table span.badge div{
    color: white;
    padding: 0px 0.55em;
} */
/* .modal-header{
    border-bottom: 0px;
}
.modal-footer{
    border-top: 0px;
} */
/* .delete-icon{
    border: none;
    background-color: rgb(206, 206, 206);
} */

.table.power-grid-table {
    font-family: "Inter", sans-serif;
}

.table.power-grid-table thead {
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%);
}

.table.power-grid-table thead > tr > th {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #a0a0a0 !important;
    vertical-align: middle;
    background-color: #fff !important;
    padding: 0.5rem 0.5rem !important;
}

.table.power-grid-table thead > tr > th div.select-none {
    padding: 0px !important;
}

.table.power-grid-table thead > tr > th div.select-none > span:first-child {
    font-size: 10px;
    vertical-align: text-bottom;
}

.table.power-grid-table tbody > tr > td {
    vertical-align: middle;
    padding: 0.5rem 0.5rem !important;
    font-size: 12px;
}

.table.power-grid-table.table-bordered > :not(caption) > * > * {
    border-width: 0px;
}

.table.power-grid-table.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: transparent;
    --bs-table-bg-type: #fff;
}

.table.power-grid-table thead > tr > th:first-child .form-check,
.table.power-grid-table tbody > tr > td:first-child .form-check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    width: 24px;
    padding: 0px;
}

.table.power-grid-table thead > tr > th:first-child .form-check input,
.table.power-grid-table tbody > tr > td:first-child .form-check input {
    margin: 0px;
}

.table.power-grid-table.table-hover > tbody > tr:hover > * {
    background-color: #f5f5f5;
    --bs-table-bg-type: #f5f5f5;
    --bs-table-bg-state: #f5f5f5;
}

.table.power-grid-table thead > tr > th input[type="checkbox"],
.table.power-grid-table tbody > tr > td input[type="checkbox"] {
    height: 24px;
    width: 24px;
    border-color: #000;
    border-radius: 6px;
    margin-top: 0px;
}

.dt--top-section label .form-control {
    max-width: 280px;
}

.dt--top-section label .input-group {
    justify-content: flex-end;
}

.table-btn-icon {
    height: 28px;
    width: 28px;
    padding: 2px;
    line-height: 24px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.btn-inline-table {
    height: 32px;
    width: 32px;
    padding: 2px;
    line-height: 24px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

/***********ui-modal**********/
.ui-modal .modal-content {
    border-radius: 0px;
    border: 3px solid #000;
}

.ui-modal .modal-content .modal-body {
    padding: 40px 72px;
}

.ui-modal .modal-content .modal-footer .btn {
    min-width: 120px;
    padding: 12px 24px;
    text-transform: uppercase;
    font-size: 16px;
}

.ui-modal .form-check label {
    font-size: 16px;
    color: #212529;
}

.prefix-input {
    border: 1px solid #b3b3b3;
    border-radius: 4px;
}

.prefix-input .form-control {
    border: none;
}

.prefix-input .input-group-text {
    border: none;
}

.cart-table thead > tr > th {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #a0a0a0 !important;
    font-family: "Inter", sans-serif;
    vertical-align: middle;
}

.cart-table tbody > tr > td {
    vertical-align: middle;
    font-family: "Inter", sans-serif;
}

hr {
    border-color: #dee2e6;
}

.data-view {
    margin-bottom: 32px;
}

.data-view p {
    color: #727887;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}

.data-view strong {
    font-weight: 500;
    color: #13161b;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.jconfirm.jconfirm-modern .jconfirm-box {
    padding: 30px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    margin: 0px auto 16px;
    background-color: #f5f5f5;
    font-size: 48px;
    line-height: 72px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    padding: 0px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 24px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons .btn-danger {
    background-color: #bf1e2e;
    border-color: #bf1e2e;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons .btn-danger:hover {
    background-color: #b02a37;
    border-color: #b02a37;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding: 0px;
}

.daterangepicker .drp-buttons .btn.btn-primary {
    background-color: #bf1e2e;
    border-color: #bf1e2e;
}
.daterangepicker .drp-buttons .btn.btn-primary:hover {
    background-color: #b02a37;
    border-color: #b02a37;
}
.daterangepicker .ranges li.active {
    background-color: #bf1e2e;
    color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #bf1e2e;
    border-color: transparent;
}
.daterangepicker td.in-range {
    background-color: #fff2f3;
}
/*******************************/
#power-grid-table-container .group span + input {
    padding-left: 36px !important;
}

#power-grid-table-container button.pg-btn-white {
    background-color: #f8f9fa;
    padding: 8px;
    border-radius: 4px;
}

#power-grid-table-container .overflow-auto.border {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    margin: 0px !important;
}

#power-grid-table-base nav a.text-white {
    color: #121212 !important;
}

#power-grid-table-base nav .flex {
    margin: 0px !important;
}

#power-grid-table-base .relative.w-full {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.table-ui thead tr th {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #a0a0a0;
    vertical-align: middle;
}
.table-ui > thead {
    /* box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%); */
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.table-ui tbody tr td {
    font-size: 14px;
    vertical-align: middle;
    color: #212529;
}
.table-ui tbody tr td.empty-row{
    font-size: 12px;
}

/* .table-ui tbody tr td:first-child {
    padding-left: 0px;
} */

.table-ui tbody tr td:first-child .btn {
    padding: 0px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border: none;
    color: #6f7071;
    border-radius: 4px;
}

.table-ui tbody tr td:first-child .btn:hover {
    background-color: #f8f9fb;
}

.table-ui tbody tr td .table-inner {
    margin: 0px;
    padding-left: 30px;
}

.table-ui tbody tr td .table-inner thead tr th {
    background-color: #f8f9fb;
    border-bottom: 1px solid #e5e7eb;
}

.table-ui .table-inner tbody tr td:first-child {
    padding-left: 8px;
}

.table-ui .table-inner tbody tr:last-child td {
    border: none;
}

.table-inner-wrapper {
    padding-left: 30px;
    position: relative;
}

.table-inner-wrapper::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    display: block;
    background-color: #bf1e2e;
    left: 11px;
    top: 0px;
}

.grid-search-input {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}
.grid-search-input .btn {
    padding: 2px 8px;
    background-color: transparent !important;
}
.grid-search-input .btn .md {
    vertical-align: middle;
    font-size: 24px;
}
.grid-search-input .form-control {
    border: none;
}
.grid-filter-btn {
    padding: 2px 8px;
}
.grid-filter-btn .md {
    vertical-align: middle;
    font-size: 24px;
}
.text-danger {
    color: #bf1e2e !important;
}

.mini-card {
    box-shadow: 0px 2px 5px 0px rgba(38, 51, 77, 0.03);
    border-radius: 10px;
    border: none;
    min-height: 156px;
}

.mini-card .card-body {
    padding: 30px;
}

.mini-card .card-body h4{
    font-size: 24px;
    font-weight: 700;margin-bottom: 12px;
}
.mini-card .card-body h4 + p{
    margin-bottom: 0px;
    font-size: 12px;
}
.mini-card .card-body p span{
    font-weight: 500;
}
.mini-card .card-body p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 12px;
}

.media-card {
    box-shadow: 0px 2px 5px 0px rgba(38, 51, 77, 0.03);
    border-radius: 10px;
    border: none;
}

.media-card .card-header {
    background-color: #fff;
    padding: 24px;
    border-radius: 10px 10px 0px 0px;
    border: none;
}

.media-card .card-header h4 {
    font-size: 18px;font-weight: 700;
}

.media-card .card-header p {
    font-size: 14px;
    margin: 0px;
}

.highchart-style {
    height: 360px;
}

.select2-container--default
    .select2-results
    > .select2-results__options
    .select2-results__option[aria-selected="true"] {
    background-color: #e7e7e7;
}

.table.power-table > :not(caption) th:not(:empty) {
    padding: 0;
    color: transparent;
    background-color: transparent;
    border-bottom-width: 0;
    box-shadow: none !important;
}

.notification-alert {
    position: relative;
}
.notification-alert .circle-icon {
    position: absolute;
    top: 12px;
    right: 4px;
}

.form-radio-group{
    border: 1px solid #bf1e2c;
    border-radius: 4px;
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
}
.form-radio-group .btn{
    color: #1a1a1a;
    flex: 1 0 0%;
    width: 100%;
}
.form-radio-group .btn:hover{
    background-color: #f5f5f5; color: #bf1e2c;
}
.form-radio-group .btn-check:checked+.btn{
    background-color: #bf1e2e !important;
    border-color: #bf1e2e !important;
    color: #fff;
}