@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@200;300;400;500;600&family=Nunito:wght@300;400;500;600;700;800&family=Oxanium:wght@300;400;500;600;700;800&display=swap');

:root{
    --primary:#39b9b4;
    --secondary:#ef4225;
    --blue:#0d6efd;
    --indigo:#13119f;
    --purple:#6639ba;
    --pink:#e3569c;
    --red:#e00016;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#198754;
    --teal:#20c997;
    --cyan:#0dcaf0;
    --white:#fff;
    --gray:#98a1b5;
    --gray-light:#bec2cc;
    --gray-dark:#5a626e;
    --success:#3dba80;
    --info:#22b6f1;
    --warning:#f4aa2b;
    --danger:#f34153;
    --light:#f8f9fa;
    --dark:#212529;
    --black: #556987;
}

*,
input,
select,
textarea {
    outline: 0 !important;
    box-shadow: none !important;
    --tw-ring-color: none !important;
}

html {
    background: #fff;
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Inter';
    color: #98a1b5;
}

h1, h2, h3, h4, h5, h6 {
  color: #98a1b5;
}

.text-color {
    color: var(--gray);
}

.text-light {
    color: #cdd0d5;
}

.text-black {
    color: var(--black);
}

.text-gray {
    color: var(--gray);
}

.text-primary {
   color: var(--primary);
}

.text-secondary {
    color: var(--secondary);
}

.font-lead {
    font-family: 'Oxanium';
    letter-spacing: -.5px;
}

.font-inter {
  font-family: 'Inter';
}

.font-nunito {
  font-family: 'Nunito';
}

.font-sans {
  font-family: 'Inter';
}

.w-fit {
    width: fit-content;
}

.overlay-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(var(--secondary-rgb-alt) / .6);
}

.overlay-img-alt::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(var(--primary-rgb-alt) / .5);
}

.overlay-img-event::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 1) 100%);
}

.carousel-indicators button[aria-current=true] {
    background: var(--primary) !important;
}

.events button{
    background-color: var(--white);
    color: #8896AB;
}  

.logo-header {
    width: 200px;
}

.blogs a[aria-selected=true],
.blogs button[aria-selected=true],
.events a[aria-selected=true],
.events button[aria-selected=true],
.profile a[aria-selected=true],
.profile button[aria-selected=true] {
    background-color: #98a1b5;
    color: #ffffff;
    border-color: #98a1b5;
}

.blogs a[aria-selected=true],
.blogs button[aria-selected=true],
.events a[aria-selected=true],
.events button[aria-selected=true],
.profile a[aria-selected=true],
.profile button[aria-selected=true] {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border: none;
}

.events .bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 240 / var(--tw-bg-opacity));
}

.carousel-indicators button {
    background-color: #FFFFFF !important;
}   
.carousel-indicators button[aria-current=true]{
    background-color: #78828a !important;
}

.navbar-nav > li > a,
.navbar-nav > li > div > a {
    color: var(--primary) !important;
    font-weight: 400;
    font-size: 17px !important;
}
.navbar-nav > .active > a {
    color: var(--secondary) !important;
    font-weight: 500;
}
.navbar-nav .categoriesClass a {
    font-size: 15px !important;
}

.btn-icon {
    display: inline-block;
    font-size: 17px !important;
    height: 40px;
    width: 40px;
    background: rgb(var(--primary-rgb-alt) / .2) !important;
    border-radius: 5px;
    text-align: center;
    padding-top: 12px;
    color: var(--primary);
    line-height: 1;
}

.btn-icon:hover {
    color: var(--primary);
    background: rgb(var(--primary-rgb-alt) / .4) !important;
}

.btn-icon.text-gray {
    background: #e1e7e933 !important;
}
.btn-icon.text-gray:hover {
    background: #b3bbbe33 !important;
}

.btn-icon.text-info {
    background: #39b9b433 !important;
}
.btn-icon.text-info:hover {
    background: #39b9b448 !important;
}

.btn-icon.text-danger {
    background: #fd16161f !important;
}
.btn-icon.text-danger:hover {
    background: #fd161641 !important;
}
.btn-icon.text-danger i {
    color: #fc544b !important;
}

.btn-icon.text-success {
    background: #47c46430 !important;
}
.btn-icon.text-success {
    background: #47c46449 !important;
}

.btn-icon.text-warning {
    background: #f8a42729 !important;
}
.btn-icon.text-warning {
    background: #f8a42749 !important;
}

.btn-icon .text-info {
    background: #39b9b433 !important;
}

.btn-icon .text-danger {
    background: #fd16161f !important;
}

.btn-icon .text-success {
    background: #47c46430 !important;
}

.btn-icon .text-warning {
    background: #f8a42729 !important;
}

.qtybtn {
    font-size: 20px;
    cursor: pointer;
}
.lds-ripple {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    /* position: relative; */
    width: 80px;
    height: 80px;
}
#app{
    opacity: 0;
}
.lds-ripple div {

    position: absolute;
    border: 6px solid var(--primary_color);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

.b-button {
    padding: 20px 22px 18px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-radius: 3px;
    margin-bottom: 5px !important;
    text-transform: uppercase;
    font-family: 'Nunito';
    line-height: 1;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.scroll-up-button {
    top: 50%;
    transform: translateY(-50%);

}

.border-left {
    border-left: 1px solid rgb(229, 231, 235, 1);
}

.border-right {
    border-right: 1px solid rgb(229, 231, 235, 1);
}

.icon-search-form {
    font-size: 19px;
    color: var(--gray-light);
}

.search-bar {
    border-radius: 12px;
}

.search-bar-container {
    margin-top: -60px !important;
}

.search-box-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.bg-search-bar {
    background-color: var(--primary);
}

.search-bar-btn {
    background-color: var(--white) !important;
}

.bg-gray-bar {
    background-color: #5a626e;
}

.search-bar input,
.search-bar .select2-container--default .select2-selection--single {
    background-color: var(--primary) !important;
    --tw-border-opacity: .5;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
    font-family: 'Inter';
}

.search-bar input:focus {
    --tw-border-opacity: .5;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.search-bar input {
    padding-bottom: 0.67rem;
}

.search-bar input,
.search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--white) !important;
}

.search-bar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--white) transparent transparent transparent !important;
}

.search-bar .select2-selection__placeholder {
    color: rgba(255,255,255,.5) !important;
}

.events-search-bar {
    bottom: 2rem;
}

.events-bg-search-bar {
    background-color: #86c3e1 !important;
}

.events-search-bar-color {
    color: #4a89a9 !important;
}

.text-search-bar-color {
    color: #4a89a9 !important;
}

.events-search-bar-border {
    border-color: #77b2d0 !important;
}

.events-search-bar input,
.events-search-bar .select2-container--default .select2-selection--single {
    background-color: #86c3e1 !important;
    --tw-border-opacity: .5;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
    color: var(--white) !important;
    font-family: 'Inter';
}

.events-search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--white) !important;
}

.events-search-bar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgb(255 255 255 / .7) transparent transparent transparent;
}

.rounded-full {
    border-radius: 9999px !important;
}

.upper-small {
    color: var(--regular);
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Nunito';
    letter-spacing: 1px;
    display: block;
    text-align: center;
}

input[type="radio"]:checked {
    background-color: var(--secondary) !important;
    color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

input[type="number"]#quantity:focus {
    outline: 0 !important;
    box-shadow: none !important;
    --tw-ring-color: none !important;
}

.ms-15p {
    margin-left: 15%;
}

.w-max {
    max-width: 1580px !important;
    margin: 0 auto;
}

.w-inherit {
    width: inherit;
}

.result-coupon {
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #e4eaed;
    width: 100%;
}

/* Eliminar las flechas en Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Eliminar las flechas en Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
    margin-bottom: 15px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_filter input[type="search"] {
    background-color: #fff;
    border-color: #dee2e6;
    border-width: 1px;
    margin-left:10px;
    line-height: 1;
}

div.dataTables_wrapper div.dataTables_length {
    margin-bottom: 15px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    padding: 2px 30px 2px 15px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em;
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 2px 0;
    white-space: nowrap;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    width: fit-content;
    margin-top: 10px;
    padding: 7px;
    float: right;
    position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:not(.form-control) {
    opacity: .5;
    filter: grayscale(75%) !important;
    pointer-events: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    border-color: transparent;
    background-color: #f9fafe;
    font-weight: 600;
    color: var(--secondary) !important;
    border-radius: 3px;
    margin: 0 3px;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    transition: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border-color: transparent;
    background-color: #f9fafe;
    color: var(--gray) !important;
    opacity: .6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--white) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    position: relative !important;
    transform: none !important;
    width: fit-content;
    height: inherit;
    margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    right: auto !important;
    position: relative !important;
    transform: none !important;
    width: fit-content;
    height: inherit;
    margin-right: 0;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    box-sizing: border-box;
    display: inline-block;
    border-color: transparent;
    background-color: #f9fafe;
    font-weight: 600;
    color: var(--gray) !important;
    border-radius: 3px;
    margin: 0 3px;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:active {
    background: var(--primary) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--white) !important;
    box-shadow: none !important;
    text-decoration: none !important;
    outline: none !important;
    transition: none !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}

.table-responsive .buttons-html5,
.table-responsive .buttons-print {
    background: #39b9b433 !important;
    box-shadow: none !important;
    margin-left: 0px !important;
    margin-right: 3px;
    padding: 3px 14px 2px;
    border-color: #dbeffa !important;
    border-radius: 5px;
    color: var(--primary) !important;
}

.table-responsive .buttons-html5:hover,
.table-responsive .buttons-print:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--white) !important;
}

.btn-group>.btn-group:not(:last-child)>.btn, 
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.btn-group>.btn-group:not(:first-child)>.btn, 
.btn-group>.btn:not(:first-child):not(.dropdown-toggle) {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.table-responsive .buttons-html5:last-child,
.table-responsive .buttons-print:last-child {
    margin-right: 0;
}

.bg-icon-trophy {
    color: var(--white) !important;
    opacity: .25;
    font-size: 8rem;
    position: absolute;
}

.bg-icon-medal {
    color: var(--white) !important;
    opacity: .5;
    font-size: 3rem;
}

.filter-gray {
    filter: grayscale(1);
    opacity: .75;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
.no-border .select2-container--default .select2-selection--single {
    border: none !important;
}
@media (min-width: 600px) {
    .customheight{
        height: 80vh !important;
    }
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }

.mySlides {
    display: none;
  }

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    margin-top: -20px;
    background-color: rgb(0 0 0 / 33%);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 6px;
}

.prev {
    left: 60px;
}

.next {
    right: 60px;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.clear-signature {
    position: absolute;
    top: -10px;
    transform: translateX(50%);
    margin-left: -75px;
    background: #fff;
    border-radius: 6px;
}

.confirm-signature {
    position: absolute;
    top: -10px;
    transform: translateX(50%);
    margin-right: -5px;
    background: #fff;
    border-radius: 6px;
}


.clear-signature button,
.confirm-signature button {
    width: 35px;
    height: 35px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.64);
}

.modal-content {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.centered-image {
    display: block;
    object-fit: contain;
    margin: auto;
    width: 650px !important;
    max-height: 400px !important;
}

#eventGalleryImg.centered-image {
    display: block;
    object-fit: contain;
    margin: auto;
    width: 100% !important;
    max-width: 800px !important;
    max-height: none !important;
    border-radius: 6px;
}

.bg-gray-light {
    background-color: rgb(235 238 240);
}

.bg-gray-extralight {
    background-color: rgb(240 244 246);
}

.bg-off {
    background-color: rgb(240 244 246) !important;
    pointer-events: none !important;
}

[type=checkbox], [type=radio] {
    --tw-shadow: 0 0 #0000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-origin: border-box;
    border-color: #bec2cc !important;
    border-width: 2px !important;
    color: #1c64f2;
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1rem !important;
    border-radius: 4px !important;
    outline: none !important;
    box-shadow: none !important;
}

.border-bottom {
    border: none;
    border-bottom: 1px solid #eee;
}

.border-bottom-2 {
    border: none;
    border-bottom: 2px solid #eee;
}

.filter-bw {
    filter: grayscale(1);
    opacity: .5;
}

.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 /var(--tw-border-opacity)) !important;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 /var(--tw-border-opacity)) !important;
}

.hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-b-gray-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.hover\:border-b-gray-300:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.focus\:border-b-gray-300:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.border-b-gray-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.hover\:border-b-gray-400:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.focus\:border-b-gray-400:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}

.border-b-gray-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}
.hover\:border-b-gray-500:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}
.focus\:border-b-gray-500:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}

.border-green-500 {
    border-color: #a8d5c7 !important;
}

.border-red-500 {
    border-color: #edc9ce !important;
}

.capitalize {
    text-transform: capitalize;
}

.appearance-none,
.appearance-none:hover,
.appearance-none:focus,
.appearance-none:active,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    overflow: scroll;
}

.select2-max-height.select2-dropdown {
    max-height: 200px;
}

.select2-search--dropdown {
    padding: 15px 15px 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e7eb;
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
}

.select2-container--default .select2-selection--single {
    border-width: 2px !important;
    padding-top: .75rem;
    padding-bottom: .7rem;
    padding-left: .2rem;
    padding-right: .2rem;
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
    border-radius: .375rem !important;
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
    line-height: 1.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 6px;
    width: 20px;
    margin-top: 7px !important;
}

.select2-results__options {
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
}

.select2-results__option {
    margin-top: 3px;
    padding: 5px 10px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #c7c7c7;
    background-color: #f4f4f4;
    border-radius: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--selected {
    --tw-bg-opacity: .2;
    background-color: rgb(var(--primary-rgb-alt) / var(--tw-bg-opacity)) !important;
    border-radius: 4px;
    color: var(--primary) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true],
.select2-container--default .select2-results__option--highlighted {
    --tw-bg-opacity: .2;
    background-color: var(--primary) !important;
    border-radius: 4px;
    color: var(--white) !important;
}
.configuration-form .select2-container--default .select2-selection--single,
.participant-form .select2-container--default .select2-selection--single {
    border-width: 0 !important;
    padding-top: 0 !important;
    padding-bottom: .25rem;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    --tw-border-opacity: 1;
    border-bottom-width: 1px !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
    border-radius: 0 !important;
    height: auto !important;
}

.configuration-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.participant-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
    line-height: 1.25;
    font-size: 0.875rem;
    height: 20px;
    padding-left: 0;
    padding-right: 1rem;
}

.configuration-form .select2-container--default .select2-selection--single .select2-selection__clear,
.participant-form .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: auto;
    margin-right: 0px;
    padding-right: 0px;
    margin-top: -2px;
    color: var(--gray);
}

.configuration-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.participant-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 10px;
}

.participant-block:last-child .participant-form {
    margin-bottom: .5rem;
}

.accordion-item .head h3 {
    cursor: pointer;
}

.disabled {
    opacity: .5;
    filter: grayscale(100%);
    pointer-events: none;
}

.qty-tooltip {
    width: 100%;
    max-width: 200px;
    text-align: center;
}

.pointer {
    cursor: pointer;
}

input::-moz-placeholder,
input::-ms-input-placeholder, 
input::-webkit-input-placeholder, 
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0 !important; 
  color: transparent !important; 
}

input::placeholder,
textarea::placeholder {
  opacity: 0 !important;
  color: transparent !important; 
}

input:focus::-moz-placeholder,
input:focus::-ms-input-placeholder, 
input:focus::-webkit-input-placeholder, 
textarea:focus::-moz-placeholder,
textarea:focus::-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 1 !important; 
  color: var(--gray-light) !important; 
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 1 !important;
  color: var(--gray-light) !important; 
}

.placeholder-on input::-moz-placeholder,
.placeholder-on input::-ms-input-placeholder, 
.placeholder-on input::-webkit-input-placeholder, 
.placeholder-on textarea::-moz-placeholder,
.placeholder-on textarea::-ms-input-placeholder,
.placeholder-on textarea::-webkit-input-placeholder {
  opacity: 1 !important; 
  color: var(--gray-light) !important; 
}

.placeholder-on input::placeholder,
.placeholder-on textarea::placeholder {
  opacity: 1 !important;
  color: var(--gray-light) !important; 
}

#onetime {
    padding: 10px 12px 8px;
}

#onetime:focus,
#coupon_id:focus {
    outline: 0 !important;
    box-shadow: none !important;
    --tw-ring-color: none !important;
}

input#onetime::-moz-placeholder,
input#onetime::-ms-input-placeholder, 
input#onetime::-webkit-input-placeholder,
input#coupon_id::-moz-placeholder,
input#coupon_id::-ms-input-placeholder, 
input#coupon_id::-webkit-input-placeholder {
  opacity: 1 !important; 
  color: var(--gray-light) !important; 
}

input#onetime::placeholder,
input#coupon_id::placeholder {
  opacity: 1 !important;
  color: var(--gray-light) !important; 
}

input#default-search:focus {
    outline: 0 !important;
    box-shadow: none !important;
    --tw-ring-color: none !important;
}

input#default-search::placeholder {
  opacity: 1 !important;
  color: var(--gray-light) !important; 
}

input#default-search:focus::placeholder {
  opacity: 0 !important;
}

.configuration-item input,
.participant-block input {
    padding-top: 0 !important;
}

.configuration-item input:focus,
.configuration-item select:focus,
.configuration-item textarea:focus,
.configuration-item radio[selected],
.configuration-item checkbox[selected],
.participant-block input:focus,
.participant-block select:focus,
.participant-block textarea:focus,
.participant-block radio[selected],
.participant-block checkbox[selected] {
    outline: 0 !important;
    box-shadow: none !important;
    --tw-ring-color: none !important;
    /* background-color: rgb(240 244 246); */
}

.configuration-item textarea:-moz-placeholder,
.configuration-item textarea:-ms-input-placeholder,
.configuration-item textarea:-webkit-input-placeholder,
.configuration-item input:-moz-placeholder,
.configuration-item input:-ms-input-placeholder,
.configuration-item input:-webkit-input-placeholder,
.participant-block input:-moz-placeholder,
.participant-block input:-ms-input-placeholder,
.participant-block input:-webkit-input-placeholder {
    opacity: 1 !important;
    color: var(--gray-light) !important; 
}

.configuration-item textarea::placeholder,
.configuration-item input::placeholder,
.participant-block input::placeholder {
    opacity: 1 !important;
    color: var(--gray-light) !important; 
}

.select2-selection__placeholder {
    color: var(--gray-light) !important; 
}

.events-search-bar .select2-selection__placeholder {
    --tw-border-opacity: .5;
    color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.select2-container .select2-selection.border-error {
    border: 2px solid #edc9ce !important;
}

.profile #upcoming_events[aria-selected=false]:hover,
.profile #past_events[aria-selected=false]:hover {
    background-color: var(--secondary) !important;
    color: #fff !important;
}

.banner-account {
    height: 275px;
}

.banner-site {
    height: 325px;
}

.banner-event {
    height: 420px;
}

a.past-events[aria-selected=true],
button.past-events[aria-selected=true] {
    background-color: var(--warning) !important;
}

.nowrap {
    white-space: nowrap;
}

.background-image {
    background-position: top;
    background-size: contain;
    width: 100%;
    max-height: 450px;
    opacity: .35;
    margin-top: -20px;
    z-index: 0;
}

.free-pill {
    position: absolute;
    top: 0;
    margin-top: -12px;
    background: #fff;
    border-radius: 20px;
}
.free-pill p {
    padding: 5px 15px 4px;
    white-space: nowrap;
}

.logo-organizer {
    max-width: 200px;
}
.logo-org-min {
    max-width: 150px;;
}

.z-999 {
    z-index: 999 !important;
}

.swal2-popup.swal2-modal {
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px, rgba(0, 0, 0, 0.25) 0px 7px 13px -3px, rgba(0, 0, 0, 0.15) 0px -3px 0px inset; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px; */
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgb(0 48 96 / 7%) 0px 2px 4px, rgb(0 37 103 / 7%) 0px 4px 8px, rgb(0 51 92 / 7%) 0px 8px 16px, rgb(0 45 95 / 7%) 0px 16px 32px, rgb(0 40 75 / 7%) 0px 32px 64px;
}

.swal2-header .swal2-icon {
    margin: 1rem auto;
}

.swal2-header h2.swal2-title {
    font-family: 'Inter' !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #98a1b5 !important;
    margin-bottom: 10px !important;
    line-height: 1.1 !important;
}

.swal2-content .swal2-html-container {
    font-family: 'Inter' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #98a1b5 !important;
}

.swal2-actions {
    margin: 1.25rem auto 1rem !important;
}

.swal2-actions button.swal2-cancel,
.swal2-actions button.swal2-deny,
.swal2-actions button.swal2-confirm {
    font-family: 'Inter' !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding-top: 10px !important;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgb(68 174 227 / 90%) !important;
}

.userdata-form .profile button {
    color: #8896AB;
}

.img-profile-edit {
    position: absolute;
    right: 1rem;
    top: -6rem;
    border: 5px solid #fff;
}

.no-events {
    pointer-events: none;
}

.toggle-switch:not(:checked) + div div {
    background-color: #e5e7eb;
    border-color: #d1d5db;
}
.toggle-switch:not(:checked) + div .dot {
    transform: translateX(0%);
    background-color: #fff;
}

.toggle-switch:checked + div div {
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.toggle-switch:checked + div .dot {
    transform: translateX(100%);
    background-color: #fff;
}

.form-control.date[readonly] {
    background-color: #fff;
    opacity: 1;
}

.form-control[readonly] {
    background-color: #f0f4f6;
    opacity: 1;
}

@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

/* .hidden {
    display: none;
} */

.textarea-h-100 {
    min-height: 100px !important;
}
.textarea-h-200 {
    min-height: 200px !important;
}
.textarea-h-300 {
    min-height: 300px !important;
}
.textarea-h-400 {
    min-height: 400px !important;
}
.textarea-h-500 {
    min-height: 500px !important;
}
.textarea-h-600 {
    min-height: 600px !important;
}
.textarea-h-700 {
    min-height: 700px !important;
}
.textarea-h-800 {
    min-height: 800px !important;
}
.textarea-h-900 {
    min-height: 900px !important;
}

.top-1 {
    top: .25rem;
}
.left-1 {
    left: .25rem;
}

.top-minus-1 {
    margin-top: -.25rem;
}
.top-minus-2 {
    margin-top: -.5rem;
}
.top-minus-3 {
    margin-top: -.75rem;
}
.top-minus-4 {
    margin-top: -1rem;
}
.top-minus-5 {
    margin-top: -1.25rem;
}
.top-minus-6 {
    margin-top: -1.5rem;
}
.top-minus-7 {
    margin-top: -1.75rem;
}
.top-minus-8 {
    margin-top: -2rem;
}
.top-minus-9 {
    margin-top: -2.25rem;
}
.top-minus-10 {
    margin-top: -2.5rem;
}

.bottom-minus-1 {
    margin-bottom: -.25rem;
}
.bottom-minus-2 {
    margin-bottom: -.5rem;
}
.bottom-minus-3 {
    margin-bottom: -.75rem;
}
.bottom-minus-4 {
    margin-bottom: -1rem;
}
.bottom-minus-5 {
    margin-bottom: -1.25rem;
}
.bottom-minus-6 {
    margin-bottom: -1.5rem;
}
.bottom-minus-7 {
    margin-bottom: -1.75rem;
}
.bottom-minus-8 {
    margin-bottom: -2rem;
}
.bottom-minus-9 {
    margin-bottom: -2.25rem;
}
.bottom-minus-10 {
    margin-bottom: -2.5rem;
}

.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
}

.steps .checkout-step {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 8px;
    margin-right: 15px;
    background-color: var(--white);
    font-family: 'Nunito';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    pointer-events: none;
}

.steps .checkout-step.active {
    color: var(--secondary);
    pointer-events: all;
    cursor: pointer;
}

.steps .checkout-step .step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 26px;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 8px;
}

.steps .checkout-step.active .step-icon {
    background-color: var(--primary);
    color: var(--white);
}

.chart-canva {
    width: auto;
    height: 250px;
    max-height: 250px !important;
}

.pending-over {
    z-index: 2;
    top: -.25rem;
    width: fit-content;
}

.customer-over {
    z-index: 2;
    top: -0.8rem;
    width: fit-content;
}

.available-over {
    z-index: 1;
    margin-top: -.85rem;
}

.event-detail {
    max-height: 250px;
}

#map {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
}

.toggle-switch.hidden {
    display: none;
}

.accordion-items > div:last-child {
    margin-bottom: 2px !important;
}

.custom-alert {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--secondary-rgb-alt) / .75); 
    z-index: 9999; 
    justify-content: center;
    align-items: center;
    display: flex;
}

.custom-alert .alert-content {
    background-color: var(--white);
    color: var(--black);
    padding: 25px;
    border-radius: 8px;
    width: 500px;
    max-width: 90%;
    text-align: left;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #eee;
}

.grecaptcha-badge {
    z-index: 9999 !important;
}

@media (min-width: 280px ) and (max-width: 600px) {
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 52%;
        transform: translateY(-50%);
        color: white;
        font-weight: bold;
        font-size: 15px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        margin-top: -20px;
        background-color: rgba(0, 0, 0, 0.64);
        width: 30px;
        height: 27px;
        text-align: center;
        border-radius: 6px;
    }

    .prev {
        left: 34px;
    }

    .next {
        right: 34px;
    }
}

@media (min-width: 360px) {
    /* xsm */
    .xsm\:wf-\[50px\] {
        width: calc(100% - 50px);
    }
    .xsm\:ms-\[25px\] {
        margin-left: 25px
    }
    .xsm\:w-\[10\%\] {
        width: 10%;
    }
    .xsm\:w-\[20\%\] {
        width: 20%;
    }
    .xsm\:w-\[30\%\] {
        width: 30%;
    }
    .xsm\:w-\[40\%\] {
        width: 40%;
    }
    .xsm\:w-\[50\%\] {
        width: 50%;
    }
    .xsm\:w-\[60\%\] {
        width: 60%;
    }
    .xsm\:w-\[70\%\] {
        width: 70%;
    }
    .xsm\:w-\[80\%\] {
        width: 80%;
    }
    .xsm\:w-\[90\%\] {
        width: 90%;
    }
}

@media (min-width: 440px) {
    /* msm */
    .msm\:w-\[10\%\] {
        width: 10%;
    }
    .msm\:w-\[20\%\] {
        width: 20%;
    }
    .msm\:w-\[30\%\] {
        width: 30%;
    }
    .msm\:w-\[40\%\] {
        width: 40%;
    }
    .msm\:w-\[50\%\] {
        width: 50%;
    }
    .msm\:w-\[60\%\] {
        width: 60%;
    }
    .msm\:w-\[70\%\] {
        width: 70%;
    }
    .msm\:w-\[80\%\] {
        width: 80%;
    }
    .msm\:w-\[90\%\] {
        width: 90%;
    }
}

@media (min-width: 600px) {
    /* sm */
    .sm\:ms-\[10\%\] {
        margin-left: 10%;
    }
    .sm\:w-\[10\%\] {
        width: 10%;
    }
    .sm\:w-\[20\%\] {
        width: 20%;
    }
    .sm\:w-\[30\%\] {
        width: 30%;
    }
    .sm\:w-\[40\%\] {
        width: 40%;
    }
    .sm\:w-\[50\%\] {
        width: 50%;
    }
    .sm\:w-\[60\%\] {
        width: 60%;
    }
    .sm\:w-\[70\%\] {
        width: 70%;
    }
    .sm\:w-\[80\%\] {
        width: 80%;
    }
    .sm\:w-\[90\%\] {
        width: 90%;
    }
}

@media (min-width: 768px) {
    /* md */
    .md\:ms-\[15\%\] {
        margin-left: 15%;
    }
    .md\:w-\[10\%\] {
        width: 10%;
    }
    .md\:w-\[20\%\] {
        width: 20%;
    }
    .md\:w-\[30\%\] {
        width: 30%;
    }
    .md\:w-\[40\%\] {
        width: 40%;
    }
    .md\:w-\[50\%\] {
        width: 50%;
    }
    .md\:w-\[60\%\] {
        width: 60%;
    }
    .md\:w-\[70\%\] {
        width: 70%;
    }
    .md\:w-\[80\%\] {
        width: 80%;
    }
    .md\:w-\[90\%\] {
        width: 90%;
    }
    .md\:w-1\/10 {
        width: 10%;
    }
    .md\:w-1\/5 {
        width: 20%;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
    .md\:w-3\/10 {
        width: 30%;
    }
    .md\:w-1\/3 {
        width: 33.33%;
    }
    .md\:w-2\/5 {
        width: 40%;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-3\/5 {
        width: 60%;
    }
    .md\:w-2\/3 {
        width: 66.66%;
    }
    .md\:w-7\/10 {
        width: 10%;
    }
    .md\:w-3\/4 {
        width: 75%;
    }
    .md\:w-4\/5 {
        width: 80%;
    }
    .md\:w-9\/10 {
        width: 90%;
    }
    .md\:block {
        display: block;
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:inline {
        display: inline;
    }
    .md\:flex {
        display: flex;
    }
    .md\:inline-flex {
        display: inline-flex;
    }
    .md\:grid {
        display: grid;
    }
    .md\:inline-grid {
        display: inline-grid;
    }
    .md\:hidden {
        display: none;
    }
}

@media (min-width: 840px) {
    /* xmd */
    .xmd\:ms-\[8\%\] {
        margin-left: 8%;
    }
    .xmd\:w-\[10\%\] {
        width: 10%;
    }
    .xmd\:w-\[20\%\] {
        width: 20%;
    }
    .xmd\:w-\[30\%\] {
        width: 30%;
    }
    .xmd\:w-\[40\%\] {
        width: 40%;
    }
    .xmd\:w-\[50\%\] {
        width: 50%;
    }
    .xmd\:w-\[60\%\] {
        width: 60%;
    }
    .xmd\:w-\[70\%\] {
        width: 70%;
    }
    .xmd\:w-\[80\%\] {
        width: 80%;
    }
    .xmd\:w-\[90\%\] {
        width: 90%;
    }
}

@media (min-width: 920px) {
    /* xxmd */
    .xxmd\:w-\[10\%\] {
        width: 10%;
    }
    .xxmd\:w-\[20\%\] {
        width: 20%;
    }
    .xxmd\:w-\[30\%\] {
        width: 30%;
    }
    .xxmd\:w-\[40\%\] {
        width: 40%;
    }
    .xxmd\:w-\[50\%\] {
        width: 50%;
    }
    .xxmd\:w-\[60\%\] {
        width: 60%;
    }
    .xxmd\:w-\[70\%\] {
        width: 70%;
    }
    .xxmd\:w-\[80\%\] {
        width: 80%;
    }
    .xxmd\:w-\[90\%\] {
        width: 90%;
    }
}

@media (min-width: 1024px) {
    /* lg */
    .lg\:w-\[10\%\] {
        width: 10%;
    }
    .lg\:w-\[20\%\] {
        width: 20%;
    }
    .lg\:w-\[30\%\] {
        width: 30%;
    }
    .lg\:w-\[40\%\] {
        width: 40%;
    }
    .lg\:w-\[50\%\] {
        width: 50%;
    }
    .lg\:w-\[60\%\] {
        width: 60%;
    }
    .lg\:w-\[70\%\] {
        width: 70%;
    }
    .lg\:w-\[80\%\] {
        width: 80%;
    }
    .lg\:w-\[90\%\] {
        width: 90%;
    }
}

@media (min-width: 1120px) {
    /* xlg */
    .xlg\:w-\[10\%\] {
        width: 10%;
    }
    .xlg\:w-\[20\%\] {
        width: 20%;
    }
    .xlg\:w-\[30\%\] {
        width: 30%;
    }
    .xlg\:w-\[40\%\] {
        width: 40%;
    }
    .xlg\:w-\[50\%\] {
        width: 50%;
    }
    .xlg\:w-\[60\%\] {
        width: 60%;
    }
    .xlg\:w-\[70\%\] {
        width: 70%;
    }
    .xlg\:w-\[80\%\] {
        width: 80%;
    }
    .xlg\:w-\[90\%\] {
        width: 90%;
    }
}

@media (min-width: 1220px) {
    /* xl */
    .xl\:ms-\[15\%\] {
        margin-left: 15%;
    }
    .xl\:w-\[10\%\] {
        width: 10%;
    }
    .xl\:w-\[20\%\] {
        width: 20%;
    }
    .xl\:w-\[30\%\] {
        width: 30%;
    }
    .xl\:w-\[40\%\] {
        width: 40%;
    }
    .xl\:w-\[50\%\] {
        width: 50%;
    }
    .xl\:w-\[60\%\] {
        width: 60%;
    }
    .xl\:w-\[70\%\] {
        width: 70%;
    }
    .xl\:w-\[80\%\] {
        width: 80%;
    }
    .xl\:w-\[90\%\] {
        width: 90%;
    }
}

@media (min-width: 1367px) {
    /* xl1 */
    .xl1\:w-\[20\%\] {
        width: 20%;
    }
    .xl1\:w-\[22\%\] {
        width: 22%;
    }
    .xl1\:w-\[25\%\] {
        width: 25%;
    }
    .xl1\:w-\[27\%\] {
        width: 27%;
    }
    .xl1\:w-\[30\%\] {
        width: 30%;
    }
    .xl1\:w-\[35\%\] {
        width: 35%;
    }
}

@media (min-width: 1436px) {
    /* xl2 */
    .xl2\:w-\[20\%\] {
        width: 20%;
    }
    .xl2\:w-\[22\%\] {
        width: 22%;
    }
    .xl2\:w-\[25\%\] {
        width: 25%;
    }
    .xl2\:w-\[27\%\] {
        width: 27%;
    }
    .xl2\:w-\[30\%\] {
        width: 30%;
    }
    .xl2\:w-\[35\%\] {
        width: 35%;
    }
}

@media (min-width: 1478px) {
    /* xl2- */
}

@media (min-width: 1600px) {
    /* xl3 */
    .xl3\:w-\[20\%\] {
        width: 20%;
    }
    .xl3\:w-\[22\%\] {
        width: 22%;
    }
    .xl3\:w-\[25\%\] {
        width: 25%;
    }
    .xl3\:w-\[27\%\] {
        width: 27%;
    }
    .xl3\:w-\[30\%\] {
        width: 30%;
    }
    .xl3\:w-\[35\%\] {
        width: 35%;
    }
}

@media (min-width: 1700px) {
    /* xxl */
    .xxl\:w-\[20\%\] {
        width: 20%;
    }
    .xxl\:w-\[22\%\] {
        width: 22%;
    }
    .xxl\:w-\[25\%\] {
        width: 25%;
    }
    .xxl\:w-\[27\%\] {
        width: 27%;
    }
    .xxl\:w-\[30\%\] {
        width: 30%;
    }
    .xxl\:w-\[35\%\] {
        width: 35%;
    }
}

@media (min-width: 1800px) {
    /* xxl */
    .xxxl\:w-\[20\%\] {
        width: 20%;
    }
    .xxxl\:w-\[22\%\] {
        width: 22%;
    }
    .xxxl\:w-\[25\%\] {
        width: 25%;
    }
    .xxxl\:w-\[27\%\] {
        width: 27%;
    }
    .xxxl\:w-\[30\%\] {
        width: 30%;
    }
    .xxxl\:w-\[35\%\] {
        width: 35%;
    }
}

:-internal-autofill-selected {
    background: transparent !important;
    background-color: transparent !important;
}

.for-print {
    width: 100%;
    max-width: 860px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    margin: 0 auto;
}

/* Estilos para impresión */
@media print {
    .no-print {
        display: none;
    }
    .for-print {
        max-width: 100%;
        margin: 0;
        border: 0;
        border-radius: 0;
        padding: 0;
    }
}
