/****
* Autocomplete colors change
*******/


html {
    --scroll-behavior: smooth !important;
    scroll-behavior: smooth !important;
    overflow-y: scroll;
     scrollbar-gutter: stable;
}

body.modal-open {
  padding-right: 0 !important;
}

html.swal2-shown,
body.swal2-shown {
  padding-right: 0 !important;
}

.form-group .form-control {
    background: none;
    border: 1px solid #d2d6da;
    border-radius: 0.375rem;
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
    padding: 0.625rem 0.75rem !important;
    line-height: 1.3 !important;
}

.is-filled-log .form-control {
    border: 1px solid #4caf50;
    border-color: #4caf50 !important;
    background-color: #fff !important;
    box-shadow: inset 1px 0 #4caf50, inset -1px 0 #4caf50, inset 0 1px #4caf50, inset 0 -1px #4caf50;
}

.login-card {
    background-image: url('https://kalkulator.tryumf.eu/assets/img/baners/tryumf-login-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-header {
    background-size: contain !important;
}

.login-page {
    background-image: url('https://kalkulator.tryumf.eu/assets/public/assets/img/baners/sign-in.webp');
    background-size: contain;
    background-repeat: repeat;
}

/*****
Colors
*****/
.gray-dark {
    background-color: #525252;
}
.gray-dark-shadow {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(157, 157, 156, 0.4) !important
}
/******
Kalkluator medali
******/

.sidenav {
    z-index: 3;
}

p.offer-btn-info {
    text-transform: none;
    margin-bottom: 0;
    color: var(--bs-table-striped-color);
    font-size: var(--bs-body-font-size);
    font-weight: 900;
}

h6.product-type {
    margin-bottom: 10px;
}

.btn-offer-gen {
    width: 100%;
    padding: 5px 40px;
    font-size: 1rem;
}

.check-offer-gen,
.placeProdOrder,
.startBrief {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    transform: translateY(0.2em);
    accent-color: #e6005d;
}

.form-switch .form-check-input {
    margin-top: 0.3em;
    margin-left: 10px;
    float: right !important;
}

label,
.form-label {
    margin-bottom: 0;
}

.btn-modify {
    width: 30%;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-modify:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.btn-modify::after {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 15px;
    content: "";
    color: #fff !important;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.2s ease-in-out;
}

/*****
* Start Card
******/
.card-dashboard .card-body {
    text-align: center;
}

.start-card {
    margin: 60px 0;
    transition: transform 300ms ease-out 100ms;
}

.start-card i {
    font-size: 4em;
    color: #ffffff;
}

.start-card h6 {
    font-size: 1.5em;
    color: #ffffff;
}

.start-card i:hover {
    color: #ffffff;
}

.start-card:hover i,
.start-card:hover h6 {
    transform: scale(0.9);
}

/* Przycisk do wyczyszczenia sesji wybranego partnera */

a.calc-delete i {
    font-size: 1.5em !important;
}

/* Zawijanie tekstu w komórce tabeli */
table tr td {
    white-space: normal !important;
    /* word-wrap: break-word; */
}

@media(max-width:576.98px) {
    .btn-modify {
        width: 100%;
    }
}

/*
Enamel
*/
p.enamel-p {
    color: #7b809a;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1px;
    margin-right: 20px;
    min-width: 80px;
    text-align: left;
}

/*
Medals table
*/

.table-bordered .sticky-col {
    position: sticky;
    left: 0;
    background-color: #f5f5f5;
    z-index: 99;
}

@media (max-width: 962px) {
    .table-bordered .sticky-col {
        left: -1px;
    }
}

.medal-image {
    position: relative;
}

img.medal-image-hov {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 3px;
    top: 3px;
    object-fit: contain;
    opacity: 0;
    transition: opacity .5s;
    background-color: #f2f2f2;
}

.medal-image-1:hover .medal-image-hov,
.medal-image-2:hover .medal-image-hov,
.medal-image-3:hover .medal-image-hov,
.medal-image-4:hover .medal-image-hov,
.medal-image-5:hover .medal-image-hov,
.medal-image-6:hover .medal-image-hov {
    opacity: 1;
}

.table> :not(caption)>*>* {
    padding: .6rem;
}

th.col-white {
    background-image: linear-gradient(195deg, #ffffff 0%, #ffffff 100%);
    height: 20px;
}

tr.price-row,
th.price-row,
td.price-row {
    background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
    color: #f5f5f5 !important;
    padding: 10px 0;
}

span.price {
    font-size: 22px;
}

.input-width {
    line-height: 15px;
    width: 26%;
    text-align: left;
}

.input-width-enamel {
    line-height: 15px;
    width: 75%;
    text-align: left;
}

td.smaller-font-m {
    font-size: 18px;
}

@media(max-width:576.98px) {
    td.smaller-font-m {
        font-size: 14px;
    }

    .input-width {
        width: 52%;
    }

    .input-width-enamel {
        width: 100%;
    }

    label.name {
        font-weight: 600;
        font-size: 0.9rem;
    }
}

/*
Users tab
*/
.table-users tr td.align-middle {
    min-height: 52px;
}

.btn-clear {
    border: none;
    background: transparent;
}

.btn-success,
.btn-secondary {
    border-radius: 0.25em;
    text-transform: none;
}

.btn:hover {
    background-color: none;
}

.btn-success:hover,
.btn.bg-gradient-success:hover,
.btn-secondary:hover,
.btn.bg-gradient-secondary:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    box-shadow: none;
}

@media (max-width:767.98px) {
    .tooltip {
        visibility: hidden;
    }
}

/*
Sweetalert btn colors customization
*/
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
    background-color: rgb(244, 106, 106);
    outline: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: rgb(76, 175, 80);
    outline: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus,
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.modal.fade .modal-dialog {
    animation: swal2-hide .3s;
}

.modal.fade.show .modal-dialog {
    animation: swal2-show .3s;
}

.update-popup {
    background-color: transparent;
}

div:where(.swal2-container) div:where(.swal2-loader) {
    width: 4em;
    height: 4em;
    border-color: #e6005d rgba(0, 0, 0, 0) #e6005d rgba(0, 0, 0, 0)
}

/* Saved quotations */
#quotationTab {
    margin-left: 12px;
    width: calc(100% - 24px);
}

#quotationTabContent thead {
    border-top: 0px solid #fff;
}

#quotationTab li.nav-item button.nav-link {
    color: var(--bs-secondary);
    padding: 10px 20px;
}
@media (max-width: 850px) {
    #quotationTab li.nav-item button.nav-link {
        padding: 7px 17px;
    }
}

#quotationTab li.nav-item button.nav-link.active {
    color: var(--bs-body-color);
    font-weight: 900;
}

td.td-pading {
    padding: 0.75rem 1.5rem;
}


.offer-actions .btn .material-icons {
    font-size: 1.5rem;
}

.modal-offer {
    max-width: 1240px;
    width: calc(100vw - 400px);
    --width: calc(100vw - 400px);
    --width-a: calc(100vw - 250px);
    margin-left: calc((var(--width-a) - var(--width)) / 2 + (var(--width) / 4));
}

.avatar-xxxl {
    width: 130px !important;
    height: 130px !important;
}

.print-pdf img {
    width: 30%;
    overflow: none;

}

.tab-pane .info {
    width: 100%;
    min-height: 525px;
    position: relative;
}

ul#quotationTab li.nav-item {
    position: relative;
}

ul#quotationTab li.nav-item button.active::after {
    content: '';
    width: calc(100% - 2px);
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 1px;

}

@media (max-width:1199.98px) {
    .modal-offer {
        max-width: calc(100% - 50px);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:471.98px) {

    .card-quote .card-header,
    .card-quote .card-body {
        max-width: 100%;
    }

    .quote-center {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Print pdf */

#print-info-table td p {
    font-size: 12px !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

td.smaller-font-m h6,
td.col-info h6 {
    font-weight: 400;
}

/* Verifaction */
.green {
    color: #4caf50 !important;
}

.red {
    color: red !important;
}

/* Notifications */
*:focus-visible {
    outline: none;
}

.navbar-custom .nav-link {
    font-size: 1.5rem;
}

.dropdown .dropdown-menu.dropdown-menu-end {
    right: 23px !important;
}

@media (max-width: 475px) {
    .dropdown .dropdown-menu.dropdown-menu-end {
        width: 80vw;
        right: -90% !important;
    }
}

@media (max-width: 400px) {
    .dropdown .dropdown-menu.dropdown-menu-end {
        width: 80vw;
        right: -40% !important;
    }
}

ul.notifications-dropdown {
    width: 400px;
    box-shadow: -4px 5px 19px 0px #00000040;
    overflow: hidden;
    height: max-content;
    z-index: 99 !important;
    max-height: 350px;
}

@media (max-width: 568px) {
    ul.notifications-dropdown {
        width: 100vw;
    }
}

span.notify-counter {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #e6005d;
}

button.nav-link span.notify-counter {
    right: 0;
    top: -5px;
}

@media (max-width: 850px) {
    button.nav-link span.notify-counter {
        right: -8px;
    }
}

@media (max-width: 850px) {
    .quotation-wrapper-mobile {
        margin-bottom: 3rem !important;
        gap: 1rem;
    }

    .btn-quotations-mobile {
        color: #e6005d !important;
        background-color: transparent !important;
        border: 1px solid #e6005d !important;
        border-radius: 5px !important;
    }

    ul#quotationTab li.nav-item button.active::after {
        height: unset;
    }
}

.single-notify-wrapper {
    text-wrap: wrap;
}

.all-notifies-wrapper {
    overflow-y: auto;
    max-height: 200px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 960px) and (orientation: landscape) {
    ul.notifications-dropdown {
        max-height: 300px;
    }

    .all-notifies-wrapper {
        max-height: 100px;
    }
}

.notify-list-header {
    position: sticky;
    top: 0;
    z-index: 1;
    padding-bottom: 10px;
}

.mark-all-notifies {
    padding-top: 20px;
    border-top: 1px solid #dadadae3;
}

.notification-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .dropdown .dropdown-menu.show {
        z-index: 99 !important;
    }
}

/* Sidebar run*/
.showSidebar {
    transform: translateX(0) !important;
}

@media (max-width: 992px) {
    ul.dropdown-menu.menu-lang.show {
        position: absolute;
        top: 0;
        margin-top: 0 !important;
    }
}

/* Breadcrumb */

@media (max-width: 440px) {
    .breadcrumb-wrapper {
        justify-content: center !important;
    }
}

/* Closing mobile menu with X */
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: "\f00d";
}

/* Paginacja */

ul.pagination {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

ul.pagination li.page-item span {
    color: #000;
}

ul.pagination li.active span {
    color: #fff;
}

/* Production orders */
.formSwitchProd .form-check-input {
    float: left !important;
    margin-right: 10px;
}

/* Dropdown */
.dropdown:not(.dropdown-hover) .dropdown-menu.show {
    margin-top: 3.4rem !important;
}

ul.menu-lang {
    min-width: 10px;
    max-width: 100px;
}

/* Filters */

.flatpickr-container .form-control,
.flatpickr-input {
    border: 1px solid #d2d6da !important;
    padding: 0.43rem 0.75rem !important;
    color: #495057 !important;
}

.flatpickr-input::placeholder {
    color: #495057;
}

/* Custom tooltip */

.tooltip-text {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 1rem;
    width: 160px;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    background: rgb(90 90 90);
    color: white;
    border: none;
    border-radius: 3px;
    font-family: var(--bs-body-font-family);
    font-weight: 400;
}

@media (min-width: 996px) {
    .tooltip-text {
        right: 0;
        left: 1rem;
        width: 200px;
    }
}

.mobile-tooltip {
    position: absolute;
    top: .25rem;
    right: 1rem;
}

.mobile-tooltip-wrapper {
    position: absolute;
    top: 0;
    right: .5rem;
}

.clear-partner-choice {
    position: absolute;
    top: 0;
    right: 1.375rem;
    z-index: 9;

}

/* Sidebar overlay once aside menu is active */

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}

.sidebar-overlay.active {
    display: block;
}

.navbar-vertical.navbar-expand-xs {
    z-index: 999;

}

/* Modal offer (quotations) mobile */

@media (max-width: 576px) {
    .modal-offer {
        max-width: 100%;
    }

    #price-table td,
    #price-table th {
        white-space: normal;
    }
}

/* Remove original form fields green highlighting */
@media (min-width: 556px) {

    .input-group.input-group-outline.is-filled .form-label+.form-control {
        border-color: unset;
        border-top-color: unset;
        box-shadow: none;
    }

    .input-group.input-group-outline.is-filled .form-label {
        color: unset;
    }

    .input-group.input-group-outline.is-filled .form-label:before,
    .input-group.input-group-outline.is-filled .form-label:after {
        border-top-color: unset;
        box-shadow: none;
    }

    .input-group.input-group-outline .form-label:before,
    .input-group.input-group-outline .form-label:after {
        content: unset;
        border-top: unset;
        border-top-color: unset;
        pointer-events: none;
        margin-top: unset;
        display: unset;
        height: unset;
        width: unset;
        border-width: unset;
        border-color: unset;
    }

    .input-group.input-group-outline .form-label:after {
        content: unset;
        flex-grow: unset;
        margin-left: unset;
        border-right: unset;
        border-radius: unset;
    }

    .input-group.input-group-outline.is-filled .form-label {
        width: 100%;
        height: 100%;
        font-size: unset;
        color: unset;
        display: flex;
        line-height: unset !important;
    }


    .input-group.input-group-outline .form-label {
        display: flex;
        line-height: unset !important;
        margin-bottom: 0;
    }

    label.form-label {
        /* top: 13px; */
        left: 13px;
        color: #7b809a;
    }

    .input-group.input-group-outline .form-label {
        top: 10px;
    }

    /* Custom form field acceptance */

    .highlight {
        border-color: #4caf50 !important;
    }

    .floating-label {
        position: absolute !important;
        z-index: 99;
        top: -12px !important;
        left: 9px !important;
        transition: all 0.1s ease-in-out !important;
        background-color: white !important;
        pointer-events: none !important;
        color: green !important;
        padding: 5px;
        font-size: 12px;
        height: 18px !important;
        width: max-content !important;
    }

    .input-group>.form-control:focus,
    .input-group>.form-select:focus,
    .input-group>.form-floating:focus-within {
        z-index: unset;
    }
}

/* Image in tables style change */

@media (max-width: 556px) {
    td.medal-image img.img-fluid {
        max-width: 125px;
    }

}


/* Form-check label font-weight bold */

.form-check-label {
    font-weight: 600 !important;
}


/* Input type number spinnners */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    margin-right: 12px !important;
}


.gray-input {
    color: #7b809a;
}

@media (min-width: 576px) {
    .gray-input {
        color: #7b809a;
    }
}

.floating-label-quota {
    position: absolute !important;
    z-index: 99;
    top: -23px !important;
    left: 0 !important;
    transition: all 0.1s ease-in-out !important;
    background-color: white !important;
    pointer-events: none !important;
    color: green !important;
    /* padding: 5px; */
    font-size: 12px;
    height: 25px !important;
    width: max-content !important;
}

.floating-label-quota-text {
    position: absolute !important;
    z-index: 99;
    top: -10px !important;
    left: 10px !important;
    transition: all 0.1s ease-in-out !important;
    background-color: white !important;
    pointer-events: none !important;
    color: green !important;
    /* padding: 5px; */
    font-size: 12px;
    height: 25px !important;
    width: 135px !important;
}

.diff-radios {
    flex-direction: row;
    gap: 20px;
}
@media(max-width:576px) {
    .diff-radios {
        flex-direction: column;
        gap: 5px;
    }
}
.readonly-blur {
    opacity: 0.5;
    pointer-events: none;
    background-color: var(--bs-gray-500)!important;
}

.disabled-custom {
    pointer-events: none;
    opacity: 0.6;
}

/* Brief online */

.brief-card {
    background-color: var(--bs-gray-200);
}
#briefTabContent .tab-pane {
    padding:30px 20px ;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6; 
    border-right: 1px solid #dee2e6;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.brief-card .btn.btn-sm i {
    font-size:1.1rem;
}

#briefTabContent .tab-pane .info {
    min-height: 350px;
}

div:where(.swal2-container) .swal2-select {
    border-radius:0.375rem 0.375rem;
    border:1px solid rgb(210, 214, 218);

}



/* Brief css */
.avatar-brief {
    width: 200px !important;
    height: 200px !important;
}

.text-brief {
    color:#343a40;
}
.ral-span {
    margin-top:3px;
    height:40px;
    width:100%;
    text-align:center;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    font-weight:bold
}
.ral-span p {
    font-size:12px;
    font-weight:500;
}

.ribbon-item {
    text-align: center;
    position: relative;
}
.ribbon-item:hover {
    background: #f1f1f1;
}

.ribbon-radio, .logo-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.logo-content {
    width:120px;
    height:120px;
    object-fit:contain;
}
.ribbon-content, .logo-content {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    transition: all 0.3s ease;
}

.ribbon-radio:checked ~ .ribbon-content, .logo-radio:checked ~ .logo-content {
    border-color: #4CAF50;
    box-shadow: 0 0 4px rgba(25, 142, 150, 0.4);
    background-color: #fff;
}
.ribbons-carousel .owl-next {
    position: absolute;
    right: -40px;
    top: 35%;
}
.ribbons-carousel .owl-prev {
    position: absolute;
    left: -40px;
    top: 35%;
}
.owl-prev span, .owl-next span {
    font-size: 25px;
    padding: 0px 20px;
}
.owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    gap: 1.5rem;
}
.owl-prev, .owl-next {
    border: 1px solid #7b809a !important;
    border-radius: 5px;
}
.owl-theme .owl-nav [class*='owl-']:hover span {
    background: var(--bs-body-color);
    color: #fff;
    border-radius: 2px;
    padding-top:5px;
    padding-bottom:5px;
}


/* Drag & drop upload */
.dropzone {
  border:1px dashed #999;
  padding:40px 20px;
  border-radius:10px;
  cursor:pointer; 
  width:80%;
  background-color:#f9f9f9;
}
.dropzone-mini {
      padding:24px 20px;
}
.dropzone:hover {
    background-color: #e5e5e5;
}

.dropzone.is-dragover {
  border-color: #333;
}

.file-preview {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.file-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  width:80%;
}

.file-thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #f2f2f2;
  flex: 0 0 48px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
}

.file-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-meta {
  flex: 1;
}

.file-name {
  font-weight: 600;
  word-break: break-all;
}

.file-info {
  color: #666;
  font-size: 12px;
}

.file-remove {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
}

.sticky-bar {
  position: fixed;
  bottom: 50px;
  right: 0px;
  width:auto;
  z-index: 1050;
  border: 1px solid var(--bs-card-border-color);
  border-right:none;
  border-radius: 0.75rem 0 0 0.75rem ;
  background-color: var(--bs-gray-200);
  padding-top:4px;
} 

.sticky-bar .actions-inner{
  max-width: var(--bs-container-xl);
  margin: 0 auto;
  padding: 10px 12px;
}
#actions .col-2 {
  flex: 0 0 auto;
  width: auto;
}


.client-logo-input {
    display:none;
}
/* przycisk usunięcia logo klienta */
.logo-content {
  position: relative;
}
.logo-content .client-logo-preview {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 8px; 
  object-fit: contain; 
}
.logo-content .client-logo-remove {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.logo-content .client-logo-remove:hover {
  background: rgba(0,0,0,0.75);
}

.brief-modal .card {
    min-height:95px;
}

.brief-alert {
    border:1px solid #ffecb5;
    background-color:#fff3cd;
}

.brief-alert ul li{
    list-style-type:none;
}

.files-actions .btn.btn-sm i {
    font-size:1.5rem;
}
#price-loader-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(34, 34, 35,0.4);
  z-index: 9999;
}

.price-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e5e7eb;
  border-top: 4px solid #e6005d;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Customer view */
.card.customer-view {
    background-color: #fff8dc;
}