/* Inicio classe novas bootstrap */
.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-auto {
    flex: 0 0 auto;
}

.align-items-end {
    align-items: flex-end !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

ul.list-unstyled ul {
    padding-left: 20px; /* ou margin-left: 20px */
}

/* Breakpoint: >=576px (small) */
@media (min-width: 576px) {
    .d-sm-flex { display: flex !important; }
    .flex-sm-column { flex-direction: column !important; }
    .flex-sm-1 { flex: 1 !important; }
    .flex-sm-wrap { flex-wrap: wrap !important; }
    .flex-sm-auto { flex: 0 0 auto !important; }
    .align-items-sm-center { align-items: center !important; }
    .align-items-sm-end { align-items: flex-end !important; }
    .align-items-sm-stretch { align-items: stretch !important; }
    .justify-content-sm-end { justify-content: flex-end !important; }
    .justify-content-sm-between { justify-content: space-between !important; }
    .justify-content-sm-center { justify-content: center !important; }
}

/* Breakpoint: >=768px (medium) */
@media (min-width: 768px) {
    .d-md-flex { display: flex !important; }
    .flex-md-column { flex-direction: column !important; }
    .flex-md-1 { flex: 1 !important; }
    .flex-md-wrap { flex-wrap: wrap !important; }
    .flex-md-auto { flex: 0 0 auto !important; }
    .align-items-md-center { align-items: center !important; }
    .align-items-md-end { align-items: flex-end !important; }
    .align-items-md-stretch { align-items: stretch !important; }
    .align-items-md-start { align-items: flex-start !important; }
    .justify-content-md-end { justify-content: flex-end !important; }
    .justify-content-md-between { justify-content: space-between !important; }
    .justify-content-md-center { justify-content: center !important; }

    .col-md-5ths {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Breakpoint: >=992px (large) */
@media (min-width: 992px) {
    .d-lg-flex { display: flex !important; }
    .flex-lg-column { flex-direction: column !important; }
    .flex-lg-1 { flex: 1 !important; }
    .flex-lg-wrap { flex-wrap: wrap !important; }
    .flex-lg-auto { flex: 0 0 auto !important; }
    .align-items-lg-center { align-items: center !important; }
    .align-items-lg-end { align-items: flex-end !important; }
    .align-items-lg-stretch { align-items: stretch !important; }
    .justify-content-lg-end { justify-content: flex-end !important; }
    .justify-content-lg-between { justify-content: space-between !important; }
    .justify-content-lg-center { justify-content: center !important; }
}


/* Fim classe novas bootstrap */

.container-new-layout {
    min-height: calc(100vh - 90px);
    padding-top: 90px;
    box-sizing: border-box;
}

.btn-outline-mmpurple {
    border: 1px solid #a41320;
    color: #a41320;
    background-color: transparent;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px;
}

.btn-outline-secondary {
    border: 1px solid #71717A;
    color: #71717A;
    background-color: transparent;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px;
}

.custom-input-token {
    text-align: center;
    font-size: 24px;
    padding: 10px;
}

.cg-notify-message {
    border: none !important;
    width: calc(100% - 100px) !important;
    max-width: 400px;
    text-align: left !important;
}

.cg-notify-close {
    color: #FFF !important;
    opacity: 1 !important;       /* 👈 visível sempre */
    text-shadow: none !important;
}

.cg-notify-close:hover,
.cg-notify-close:focus {
    color: #FFF !important;
    opacity: 1 !important;
}

.cg-notify-message.alert-warning {
    background-color: #F97316;
    color: #FFF;
}

.cg-notify-message.alert-success {
    background-color: #22C55E;
    color: #FFF;
}

.cg-notify-message.alert-danger {
    background-color: #DF254A;
    color: #FFF;
}

.cg-notify-message.alert-info {
    background-color: #3B82F6;
    color: #FFF;
}

.slick-prev:before,
.slick-next:before {
    color: #71717A !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.tabela-container {
    position: relative;
    max-height: 200px;
    overflow-y: auto;
}

.tabela-container.expandida {
    max-height: none;
}

.tabela-fade-button {
    cursor: pointer;
    z-index: 9999;
    position: relative;
    background: none;
    border: none;
    text-decoration: underline;
    padding: 0;
    font: inherit;
}

.tabela-fade-overlay {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, white, transparent);
    z-index: 5;
    pointer-events: none;
}

.price-flag-wrapper {
    position: absolute;
    display: inline-block;
    top: -5px;
    right: -28px;
}

.price-flag {
    display: inline-block;
    background-color: #a41320;
    color: white;
    padding: 8px 16px;
    font-weight: bold;
    font-size: 14px;
    border-top-right-radius: 4px;
    cursor: pointer;

    clip-path: polygon(
            100% 0,    /* canto superior direito */
            0 0,       /* canto superior esquerdo */
            10% 50%,   /* ponta do V para dentro */
            0 100%,    /* canto inferior esquerdo */
            100% 100%  /* canto inferior direito */
    );
}

.price-flag-tail {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-top: 12px solid #450A0A;

    bottom: -11px;
    right: 0;
    cursor: pointer;
}

.desc-produto {
    font-size: 12px;
    color: #52525B;
    text-decoration: none;
}

.panel:hover .hover-price {
    opacity: 1 !important;
}

.text-session {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 3px solid #a41320;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.owl-carousel .item img {
    max-height: 40px;
    max-width: 160px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.modal-dialog {
    margin: 100px auto; /* Centraliza horizontalmente e ajusta verticalmente */
}

.form-row [class*="col-"]:not(:first-child) {
    padding-left: 4px;
}

.form-row [class*="col-"]:not(:last-child) {
    padding-right: 4px;
}


