/* This file is reserved for overriding and extending the template styles. */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@media print {
    body {
        margin: 0 !important;
    }
}



.main-container {
    font-family: 'Lato';
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.ck-content {
    font-family: 'Lato';
    line-height: 1.6;
    word-break: break-word;
}

.editor-container_classic-editor .editor-container__editor {
    min-width: 795px;
    max-width: 795px;
}

.m-h-main {
    min-height: 93vh;
    background-repeat: no-repeat;
    opacity: 1;
}

.cs-icon.search {
    color: #1C4741 !important;
}

.row {
    padding-right: 5px !important;
}

input.form-check-input {
    margin: 0px;
    height: 20px !important;
    width: 20px !important;
    border: 2px solid #1C4741 !important;
    border-radius: 3px !important;
}

.status-pill {
    background-color: white !important;
    border: 1px solid #1C4741 !important;
    text-transform: capitalize;
    font-size: 14px;
    color: #1C4741;
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    border-radius: 50% !important;
    background-color: white;
    border: 1px solid #bacce6 !important;
}

.page-link:hover {
    background-color: #bacce6 !important;
    color: #1C4741 !important;
    font-weight: bold;
}

a.page-link {
    font-size: 14px !important;
    color: #1C4741 !important;
    font-weight: bold;
}

span.page-link {
    background-color: #bacce6 !important;
    color: #1C4741 !important;
    font-weight: bold;
}

li.nav-item {
    border: none;
    font-size: '14px';
    background-color: transparent !important;
}

li.nav-item>button {
    border: none !important;
    color: #1C4741 !important;
    font-family: 'Ubuntu', sans-serif !important;
    background-color: transparent !important;
}

li.nav-item>button.nav-link.active {
    border: none !important;
    border-bottom: #1C4741 solid 3px !important;
    color: #1C4741 !important;
    font-weight: bold !important;
    background-color: transparent !important;
}

.filter-btn:hover {
    background-color: #1C4741 !important;
    color: white !important;
}

.page-title-container h1 {
    font-size: 42px !important;
    font-weight: bold !important;
    color: #1C4741 !important;
}

.page-title-container p {
    font-size: 16px !important;
    color: #1C4741 !important;
}

/* MENU */

.menu a[data-bs-toggle=collapse]:before {
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
}

.menu a:hover[data-bs-toggle=collapse]:before {
    border-top: 1px solid white;
    border-right: 1px solid white;
}

html[data-placement=vertical] .nav-container .nav-content .menu-container .menu li a:hover,
html[data-placement=horizontal] .nav-container.mobile-side-ready .nav-content .menu-container .menu li a:hover,
html[data-placement=vertical] .nav-container.mobile-side-ready .nav-content .menu-container .menu li a:hover,
html[data-placement=vertical] .nav-container .nav-content .menu-container .menu li a.active {
    background: #1C4741 !important;
    color: white !important;
}

html[data-placement=vertical] .nav-container .nav-content .menu-container .menu li a:hover .icon,
html[data-placement=vertical] .nav-container .nav-content .menu-container .menu li a.active .icon {
    stroke: white !important;
}

html[data-placement=vertical] .nav-container .nav-content .menu-container .menu li a:hover span,
html[data-placement=vertical] .nav-container .nav-content .menu-container .menu li a.active span {
    color: white !important;
}

/* MOBILE */
html[data-placement=horizontal] .nav-container .nav-content .menu-container .menu li a:hover,
html[data-placement=horizontal] .nav-container.mobile-side-ready .nav-content .menu-container .menu li a:hover,
html[data-placement=horizontal] .nav-container.mobile-side-ready .nav-content .menu-container .menu li a.active {
    background: #1C4741 !important;
    color: white !important;
}

html[data-placement=horizontal] .nav-container .nav-content .menu-container .menu li a:hover .icon,
html[data-placement=horizontal] .nav-container .nav-content .menu-container .menu li a.active .icon {
    stroke: white !important;
}

html[data-placement=horizontal] .nav-container .nav-content .menu-container .menu li a:hover span,
html[data-placement=horizontal] .nav-container .nav-content .menu-container .menu li a.active span {
    color: white !important;

}

@media (max-width:720px) {
    .page-title-container h1 {
        font-size: 30px !important;
        font-weight: bold !important;
        color: #1C4741 !important;
        margin-bottom: 1.5rem !important;
    }
}

.placeholder-primary::placeholder {
    color: #1C4741 !important;
    opacity: 1 !important;
    font-weight: bold !important;
    /* Firefox */
}

.placeholder-dark-gray::placeholder {
    color: #444 !important;
    opacity: 1 !important;
    /* Firefox */
}

.status-listing .dropdown-menu {
    border-color: #1C4741;
    padding: 0px !important;
}

.status-listing .dropdown-menu a {
    margin: 0px !important;
    border-bottom: 1px solid #1C4741 !important;
    color: #1C4741 !important;
}

.status-listing .dropdown-menu a:hover {
    font-weight: bold !important;
}

.status-listing .dropdown-menu a:last-child {
    border-bottom: none !important;
}

.product-listings-tabs {
    border-color: #1C474150 !important;
}

.btn-outline-primary:disabled {
    color: #ffffff !important;
}

.btn-table-actions {
    background-color: #1C4741 !important;
}

.btn-table-actions:hover {
    background-color: #DBE7F8 !important;
    color: #1C4741 !important;
}


.btn-product-form {
    background-color: #1C4741 !important;
    color: white !important;
    padding: 11px 20px;
    border: none;
}

.btn-product-form:hover {
    color: #1C4741 !important;
    background-color: #BACCE6 !important;
}

.btn-product-form-outline {
    background-color: transparent !important;
    color: #1C4741 !important;
    border: 1px solid #1C4741;
    padding: 10px 20px;
}

.btn-product-form-outline:disabled,
.btn-product-form:disabled {
    background-color: #cac9c9 !important;
    opacity: 0.5 !important;
    pointer-events: none;
    color: #1C4741 !important;
    border: 1px solid #1C4741;
    padding: 10px 20px;
}

label.btn-product-form-outline:hover {
    color: #fff !important;
    background-color: #1C4741 !important;
}

.mx-auto {
    margin-inline: auto;
}


@media (min-width: 576px) {
    .modal-custom-width .modal-dialog {
        max-width: 619px;
        margin: 1.75rem auto;
        margin-inline: auto;
    }
}

.form-pill-container {
    display: flex;
    width: 700px;
    padding-right: 100px;
}


.multiple-action-table {
    width: 38px !important;
    height: 38px !important;
    background-color: #1C4741;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: white !important;
    transition: background 0.2s;
}

.multiple-action-table:hover {
    background-color: #BACCE6;
    color: #1C4741 !important;
    border: none;
}

.multiple-action-table:disabled {
    background-color: #1C4741;
    border: none;
}

.btn-add-new {
    color: white;
    background-color: #1C4741;
    transition: all 0.3s ease-in-out;
    padding: 8.5px 20px;
    margin: 0 !important;
}

.btn-add-new:hover {
    background-color: #BACCE6 !important;
    border: none;
    color: #1C4741 !important;
}



.search.form-control::placeholder {
    font-weight: bold;
}

.btn-primary-green {
    background-color: #1C4741;
    color: white !important;
}

.btn-primary-green:hover {
    background-color: #BACCE6;
    border: none;
    color: #1C4741 !important;
}

.first-word-capitalize::first-letter {
    text-transform: capitalize;
}

.truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Máximo 3 líneas */
    line-clamp: 3;
    /* Máximo 3 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .form-pill-container {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-right: 0px;
    }

    .multiple-action-table {
        width: 100px;
    }
}

.blurred-bg {
    background-color: #9c9c9c;
    padding: 67px;
}

.blurred-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('/img/background/aspas-amarillas.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: blur(12px) saturate(0.5) grayscale(0.6);
    opacity: 1;
    border-radius: 10px;
}

.blurred-bg>* {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .blurred-bg {
        padding-inline: 20px;
    }
}

.circle-attention {
    height: 18px;
    width: 18px;
    border-radius: 50px;
    background-color: #BACCE6;
    position: relative;
    top: 3px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.input-adds {
    background-color: #fff;
    border-radius: 50rem;
    border: #1C4741 solid 1px;
    padding: 10px 25px;
    display: block;
    width: 100%;
}

.input-adds::placeholder {
    color: #444;
}

.btn-reject-modal {
    border-radius: 25rem;
    border: #1C4741 solid 1px;
    background-color: #fff;
    color: #1C4741 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    padding: 13px 20px;
}

.btn-reject-modal:hover {
    background-color: #1C4741 !important;
    color: #fff !important;
    border-color: #1C4741 !important;
}

.btn-reject-modal:disabled {
    background-color: #1C4741 !important;
    color: #fff !important;
    border-color: #1C4741 !important;
}

.btn-cancel-modal {
    border-radius: 25rem;
    padding: 13px 20px;
    font-size: 16px;
    background-color: #F4F4F4;
}

.btn-cancel-modal:hover {
    border: #1C4741 solid 1px;
    background-color: #F4F4F4 ;
}

/**/
.snackbar-text {
    color: #1C4741!important;
}

.snackbar-bg {
    background-color: #E8B516!important;
    border: 0px solid #1C4741!important;
    border-radius: 10px;
}

.swal2-icon {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.snackbar-container{
    max-width: 1128px !important;
    width: 100% !important;
}

.swal-success-add-btn {
  background: #f5f7f6 !important;
  color: #1C4741 !important;
  border: 0 !important;
  font-weight: 400 !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 2rem !important;
  margin: 0 0.5rem;
}
.swal-success-goto-btn {
  background: #fff !important;
  color: #1C4741 !important;
  border: 1.5px solid #1C4741 !important;
  font-weight: 500 !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 2rem !important;
  margin: 0 0.5rem;
}