.sidebar .nav .nav-item .nav-link i.menu-icon {
    margin-right: 15px;
    margin-left: 0;
    color: #DA0034;
    font-size: 1.6rem
}

a {
    color: #DA0034;
}

app-sidebar,
.sidebar {
    background: #FAF6E1;
}

app-sidebar {
    border-right: 2px solid #DA0034;
}

app-login .page-body-wrapper,
app-forget-password .page-body-wrapper {
    padding-top: 0px;
}

.auth .auth-form-light {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}

.bg-primary {
    background-color: #DA0034 !important;
}

.btn-primary {
    background-color: #DA0034;
    border-color: #DA0034;
    border-radius: 8px;
}

.btn-primary:not(.btn-light):focus,
.btn-primary:not(.btn-light):active,
.btn-primary:hover {
    color: #fff;
    background-color: #ff1950;
    border-color: #ff1950;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #DA0034;
    border-color: #DA0034;
}

.sidebar {
    width: 258px;
    position: fixed;
    left: 0;
    top:70px;
    bottom: 0;
    overflow-y: auto;
}
::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #da003490;
}
.table-responsive::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: lightgrey ;
}



.main-panel{
    flex: 1 0 auto;
    padding-left: 260px;
}
@media (max-width:991px) {
    .main-panel{
        padding-left: 0;
    }
    .sidebar{
        transform: translateX(-100%);
        bottom: 0;
    }
}
.sidebar .nav .nav-item .nav-link {
    color: #DA0034 !important;
}

.sidebar .nav .nav-item:hover,
.sidebar .nav .nav-item .nav-link.active {
    background: #DA003490;
    color: #FAF6E1 !important;
}

.sidebar .nav .nav-item .nav-link.active i {
    color: #ffffff;
}

.sidebar .nav .nav-item:hover a i {
    color: #ffffff;
}

.sidebar .nav .nav-item {
    padding: 0;
}

.sidebar>.nav>.nav-item:first-child {
    padding: 0 2.25rem;
}

.sidebar>.nav>.nav-item:first-child a.nav-link {
    cursor: default;
}

.sidebar .nav.sub-menu .nav-item .nav-link:before {
    display: none !important;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow {
    color: #fff !important;
}

.sidebar .nav .nav-item a.nav-link {
    padding: 1.125rem 1.5rem;
    font-weight: 600;
}

.sidebar .nav .nav-item:hover>.nav-link .menu-title {
    color: #fff;
}

.navbar .navbar-brand-wrapper {
    background: #FAF6E1;
    border-right: 2px solid #DA0034;
}

.sidebar .nav .nav-item:hover>.nav-link .menu-title,
.sidebar .nav .nav-item:hover>.nav-link i,
.sidebar .nav:not(.sub-menu)>.nav-item:hover:not(.nav-category):not(.nav-profile)>.nav-link {
    color: #FAF6E1 !important;
}

.btn.btn-icon-small {
    width: 30px;
    height: 30px;
    padding: 0;
    /* line-height: 30px; */
    line-height: 28px;
}

.btn i.mdi {
    color: #fff
}

.td-space td {
    padding: 6px .9375rem;
}

.search-box input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d2d2d2;
    border-radius: 4.8px;
    padding: 0 1rem 0 3rem;
}

.search-box::before {
    content: "\F349";
    font-family: Material Design Icons;
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 3rem;
    text-align: center;
    font-size: 20px;
    color: #7d7d7d;
}

.input-text-read+.input-group-append {
    display: none;
}

.input-text-read.input-text-focus+.input-group-append,
.input-text-read.input-text-focus+.input-group-prepend {
    display: flex;
}

.btn-light {
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.lb-outerContainer {
    min-width: 50%;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.lb-dataContainer {
    min-width: 50%;
}

.auth form .form-group .form-control {
    border-radius: 8px;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    background: #fff;
    color: #1F467E;
}

.btn-outline-secondary:active i {
    color: #fff !important;
}

.table {
    border: 1px solid #eeeeee;
}

.table thead tr {
    background: #FAF6E1;
    color: #DA0034;
    border: 2px solid;
}

.swal2-styled.swal2-cancel {
    background-color: #eee !important;
    color: #000 !important;
}

select.form-control {
    border: 1px solid #d2d2d2;
    outline: none;
    color: #495057;
}

.edit-form .form-check-label.input-text-read {
    margin-left: 0;
    font-size: 1.2rem;
    line-height: inherit;
}

.edit-form .form-check {
    margin-top: 7px;
}

.property-details-design p {
    margin-bottom: 10px;
    color: #DA0034;
    font-weight: bold;
}

.dashboard-design {
    height: calc(100vh - 240px);
}

.loader-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.site-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background: linear-gradient(to right, #DA0034, #DA0034);
    color: #fff;
}

.modal-md {
    max-width: 650px;
}

ejs-richtexteditor .e-rte-content {
    height: 200px !important;
}

.category-edit {
    background: #fff;
    border: 1px solid #DA003455;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px #00000015;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

.category-edit label {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 5px;
}

.category-edit p {
    font-size: 22px;
    color: #DA0034;
}

.ngx-pagination li {
    border-radius: 5px !important;
}

.ngx-pagination .current {
    background: #DA0034 !important;
    text-align: center;
}

.error-text {
    color: #ff0000;
}

.page-title .page-title-icon {
    box-shadow: 0px 3px 8.3px 0.7px rgba(0, 0, 0, .25);
    line-height: 30px;
}

.page-title .page-title-icon i {
    font-size: 1.5rem;
    line-height: 34px;
}

.page-title .page-title-icon img {
    width: 24px
}

.tablerating span.bs-rating-star {
    font-size: 17px;
    color: #f9a400;
}

.mat-fab.mat-primary,
.mat-flat-button.mat-primary,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-primary {
    background-color: #DA0034;
}

.mat-calendar-body-selected {
    background-color: #DA0034;
}

.mat-datepicker-toggle-active {
    color: #DA0034;
}

.sidebar .nav .nav-item:first-child:hover {
    background: #FAF6E1;
}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
    color: #495057;
}

.user-avatar {
    position: relative;
}

.user-avatar .edit-avatar-icon {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: absolute;
    background-color: #d8d8d8;
    bottom: 0;
    right: 0;
}

.user-avatar .edit-avatar-icon i {
    padding: 8px 0 0 8px;
    display: block;
}

.select-text-read,
.input-text-read {
    background: #fff !important;
    outline: 0 !important;
    border-radius: 6px;
    padding: 0.4375rem 0.75rem;
}

.input-text-focus,
.select-text-focus {
    border: 1px solid #d2d2d2 !important;
}

.file-upload input {
    display: none;
}

.number-list li {
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
    margin-top: 5px;
}

.img-icon {
    width: 50px;
    height: 50px;
}

.min-height {
    min-height: 400px;
}

.form-edit input {
    border: none;
}

.sidebar .nav .nav-item>.nav-link img {
    width: 24px;
    margin-right: 15px;
    margin-left: 0px;
}

.sidebar .nav .nav-item.active>.nav-link img.non-active,
.sidebar .nav .nav-item>.nav-link img.active {
    display: none;
}

.sidebar .nav .nav-item>.nav-link img.non-active,
.sidebar .nav .nav-item.active>.nav-link img.active {
    display: block;
}

.sidebar .nav .nav-item:hover img.active {
    display: block
}

.sidebar .nav .nav-item:hover img.non-active {
    display: none
}

.sidebar .nav .nav-item.active>.nav-link i {
    color: #fff !important;
}

.form-readable input.form-control {
    border: none !important;
    font-weight: 700;
    padding-left: 0;
    font-size: 16px;
    height: auto;
    padding: 12px 0;
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ball-spin-fade-loader {
    position: relative;
}

.ball-spin-fade-loader>div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
    animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
    animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
    animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
    animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
    animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
    animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
    animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
    animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader>div {
    background-color: #DA0034;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
}

.cdk-overlay-container {
    z-index: 1051;
}

.comma-list {
    display: inline;
    list-style: none;
    padding: 0px;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    height: 50px;
    width: auto;
}

/* .page-body-wrapper{padding-top: 0px;} */
.content-wrapper {
    padding: 1.5rem 1.25rem;
}

/* .sidebar{margin-top: 70px;min-height: 100vh;} */
/* .main-panel{min-height: 100vh;} */
.btn-primary,
.btn-default {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.swal2-title {
    font-size: 1rem !important;
}

.e-calendar .e-content td.e-today.e-selected:hover span.e-day,
.e-calendar .e-content td.e-selected:hover span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day,
.e-calendar .e-content td.e-today.e-selected span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day {
    background-color: #1F467E;
    border-color: #1F467E;
}

.e-calendar .e-content td.e-selected span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
    background-color: #DA0034;
}

.e-calendar .e-content td.e-today:hover span.e-day,
.e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,
.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-today:hover span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,
.e-calendar .e-content td.e-today span.e-day,
.e-calendar .e-content td.e-focused-date.e-today span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
    border-color: #1F467E;
    color: #1F467E;
}

.e-btn.e-flat.e-primary,
.e-css.e-btn.e-flat.e-primary {
    color: #DA0034;
}

.e-btn.e-flat.e-primary:focus,
.e-css.e-btn.e-flat.e-primary:focus,
.e-btn.e-flat.e-primary:active,
.e-btn.e-flat.e-primary.e-active,
.e-css.e-btn.e-flat.e-primary:active,
.e-css.e-btn.e-flat.e-primary.e-active,
.e-btn.e-flat.e-primary:hover,
.e-css.e-btn.e-flat.e-primary:hover {
    background-color: #1F467E40;
    border-color: transparent;
    color: #1F467E;
}

.e-calendar .e-content.e-month td,
.e-bigger.e-small .e-calendar .e-content.e-month td {
    height: 50px;
}

.e-calendar,
.e-bigger.e-small .e-calendar {
    max-width: 396px;
}

.e-calendar .e-content span.e-day,
.e-bigger.e-small .e-calendar .e-content span.e-day {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.user-card {
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    margin-bottom: 20px;
}

.user-card-img {
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 0px 5px #00000022;
    border-radius: 3px;
    padding: 2px;
    overflow: hidden;
}

.user-card-details {
    margin-left: 10px;
}

.user-card-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-card-details>p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
}

.user-card-details>span {
    font-size: 13px;
    margin-top: -3px;
    display: block;
}

.user-card-timing {
    margin-top: 10px;
}

.user-card-timing i {
    font-size: 13px;
}

.user-card-timing span {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.document-card {
    cursor: pointer;
}

.document-card .user-card-details>p {
    font-size: 12px;
}

.document-card.selected {
    background-color: #dee2e6;
}

.schedule-detail {
    font-size: 14px;
}

.schedule-detail .label-text {
    font-weight: 500;
}

.schedule-detail>*:not(:last-child) {
    margin-bottom: 8px;
}

.text-icon-wrap {
    display: flex;
    align-items: center;
}

.text-icon-wrap>i {
    font-size: 16px;
    color: #DA0034;
}

.text-icon-wrap>span {
    margin-left: 5px;
    margin-right: 0;
}

.mat-form-field-appearance-fill .mat-form-field-infix {
    padding: .25em 0 4px 0 !important;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
    padding: 4px 4px 0 4px !important;
}

.mat-form-field {
    margin-bottom: -1.34375em;
}

.mat-form-field.mat-focused .mat-form-field-label {
    color: #DA0034;
}

.mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #DA0034;
}

.filter-data-sec {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 20px;
}

.filter-data-sec .mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: #fff;
}

.filter-data-sec .mat-form-field-flex {
    background: #fff;
}

.filter-data-sec .mat-form-field {
    width: 100%;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle,
.btn-info:not(.btn-light):focus,
.btn-info:not(.btn-light):active,
.btn-info:hover,
.btn-info {
    background: #cccccc;
    border: 1px solid #cccccc;
    color: #1F467E !important;
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #999;
    border-color: #999;
    opacity: 0.65;
}

.mat-search .mat-form-field-underline {
    display: none;
}

.mat-search .search-box::before {
    top: 20px;
}

.mat-search .mat-form-field-appearance-legacy .mat-form-field-label {
    top: 2.15em;
    left: 50px;
}

.mat-search .mat-form-field-appearance-legacy .mat-form-field-label span {
    background: #fff;
    padding: 3px;
}

.mat-search .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    display: none;
}

.circle-box {
    width: 40px;
    height: 40px;
    background-color: #dee2e6;
    color: #000000;
    border-radius: 50%;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.dashboard-data h2 {
    font-size: 42px;
    font-weight: 600;
}

.dashboard-data p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #DA0034;
}

.mat-tab-label.mat-tab-label-active .mat-tab-label-content {
    font-weight: 500;
    color: #DA0034
}

.mat-tab-label {
    opacity: 0.8;
}

.mat-tab-label.mat-tab-label-active {
    opacity: 1;
}

.mat-form-field-flex {
    align-items: center;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    color: #757775;
}

.dashboard-data>div {
    margin-bottom: 15px;
}

.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
    width: auto;
}

.action-btns {
    min-width: 210px;
}

.action-btn {
    min-width: 100px;
}

.sidebar .nav .nav-item.active>.nav-link .menu-title {
    color: #FAF6E1;
}

.sidebar .nav .nav-item.active {
    background: #DA0034;
    color: #FAF6E1;
}

.list-wrapper .completed .remove {
    color: #DA0034 !important;
}

.availability-status {
    display: none;
}

/* .table th, .table td {border-top: 1px solid #DA0034;} */
.btn-table {
    padding: 0.5rem 0.3rem !important;
    text-transform: uppercase;
}

.bg-soft-light {
    background-color: rgba(218, 0, 52, .10) !important;
}

.avatar-lg {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #DA0034;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.font-30 {
    font-size: 30px !important;
}

.widget-box-two {
    margin-bottom: 20px;
}

/* .shadow{box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);} */
.ngx-dropdown-container .ngx-dropdown-button {
    height: 40px !important;
}

.form-group ngx-select-dropdown.is-invalid .ngx-dropdown-container .ngx-dropdown-button {
    border-color: #dc3545;
}

.border-primary {
    border-color: #dc3545 !important;
}

.ngx-dropdown-container .ngx-dropdown-list-container {
    max-height: 300px;
}

ngx-charts-line-chart .ngx-charts-outer {
    margin: 15px auto;
}

.mat-dialog-content {
    overflow: inherit !important;
}

.per-page-items .mat-select {
    width: 60px;
    margin: 0 10px;
    background: #ddd;
    padding: 5px;
    border-radius: 3px;
}

.per-page-items {
    margin: 10px 0;
    font-size: 14px;
}

.navigation.menu-open {
    /* right: 0 !important; */
    transform: translateX(0);
}

.hamburger-open {
    overflow: hidden;
}

.category-tree {
    padding: 8px 15px;
    background: #f5f5f5;
    margin: 10px 0;
    color: #da0034;
}

.mat-accordion {
    width: 100%;
    max-width: 550px;
}

span.mat-content {
    justify-content: space-between;
}

.mat-expansion-panel-header-title,
.mat-expansion-panel-header-description {
    flex: inherit;
}

.mat-expansion-panel-header-description {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width:991px) {
    .min-height {
        min-height: auto;
    }

    .navbar .navbar-brand-wrapper {
        background: none;
        border-right: none;
        width: 170px;
        padding: 0 15px;
    }

    app-sidebar {
        border-right: none;
    }

    app-sidebar .sidebar {
        border-left: 2px solid #dc3545;
    }
}

@media (max-width:767px) {
    .cdk-overlay-pane {
        width: auto !important;
    }
}

.view-profile {
    cursor: pointer
}

.form-edit input {
    border: none;
}

.form-select {
    padding: 13px 10px;
}

.table-responsive table tr>* {
    line-height: 18px;
}

@media (max-width:1440px) {
    .table-responsive table tr>* {
        white-space: nowrap !important;
    }
}


.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    font-size: 1.6rem;
}

.btn-table {
    line-height: 12px;
}

.cs-btn {
    padding: 0.563rem 2rem;
    display: inline-flex;
    align-items: center;
}

.cs-btn .mdi {
    font-size: 19px;
}

label.cs-badge {
    border-radius: 40px;
    padding: 2px 6px;
    font-size: 12px !important;
    margin-left: 5px;
    margin-bottom: 0;
}

.multiselect-dropdown .selected-item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px
}

.action-btns{
    display: flex;
    gap:4px;
}
.action-btns a{
  flex-shrink: 0;}

  .bar-details-modal-body{
    height: 400px;
    overflow-y: auto;
  }

  .product-item {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  
  .product-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .product-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
  }
  
  .field {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
  }
  
  .field label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .field input {
    width: 120px;
    padding: 8px;
    border: none;
    border-radius: 4px;
    background-color: #f7f7f7;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
  }
  
  .field input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #007bff;
  }
  
  .field input::placeholder {
    color: #999;
  }
  
  .delete-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease-in-out;
  }
  
  .delete-icon:hover {
    color: #e74c3c;
  }
  
  .fa-trash {
    pointer-events: none;
  }