@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

@font-face {
    font-family: 'SatoshiComplete';
    src: url('/src/assets/fonts/Satoshi-Regular.woff2') format('woff2'),
        url('/src/assets/fonts/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SatoshiComplete';
    src: url('/src/assets/fonts/Satoshi-Medium.woff2') format('woff2'),
        url('/src/assets/fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SatoshiComplete';
    src: url('/src/assets/fonts/Satoshi-Bold.woff2') format('woff2'),
        url('/src/assets/fonts/Satoshi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-primary: 'SatoshiComplete', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --header-height: 4rem;
    --nav-width: 60px;
    /* --first-color:  #805AD5; */
    --first-color: #0a1b3dcc;
    --first-color-opacity-max: #805AD511;
    --first-color-opacity: #805AD522;
    --first-color-border-opacity: #805AD544;
    --bs-btn-bg: #4434d8;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --text-color: rgb(49, 49, 49);
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100;
    --tab-color: #ff9800;
    --tab-color-darker: #e08704;
    --tab-color-rgb: 255, 152, 0;
    --bs-primary-rgb: 128, 90, 213 !important;
    --bs-primary: #805AD5 !important;

    --act-color: #A259FF;
    --hotel-color: #0a58ca;
    /*#03a9f4;*/
    --travel-color: #388e3c;
    --actividad-color: #0a58ca;
    --bs-tertiary-bg-rgb: 247, 247, 248;

    --color-estatus-borrador: #6c757d;
    --color-estatus-planeando: #0d6efd;
    --color-estatus-programado: #20c997;
    --color-estatus-en-curso: #198754;
    --color-estatus-completado: #6f42c1;
    --color-estatus-cancelado: #dc3545;
    --color-estatus-archivado: #adb5bd;

    --color-private: #CCCCCC;
    --color-public: #3B82F6;

    --map-activity-color: #0000FF;
    --map-activity-color-highlight: #C76E00;
    /* --map-activity-color-highlight:#ffd000; */
    --bs-btn-close-bg: #AAA;

    --bs-secondary-bg-rgb: 233, 236, 239;

    .modal-backdrop {
        --bs-backdrop-zindex: 1053 !important;
    }
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

@keyframes skeleton-loading-text {
    0% {
        background-color: hsl(200deg 27.75% 86.04%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

@media (min-width: 768px) {

    /* https://getbootstrap.com/docs/5.3/layout/breakpoints/ */
    /* sm=576, md=768, lg=992, xl=1200, xxl=1400 */
    .w-md-50 {
        width: 50% !important;
    }
}

.btn-highlight {
    --bs-btn-bg: var(--tab-color);
    --bs-btn-border-color: var(--tab-color);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--tab-color-darker);
    --bs-btn-hover-border-color: var(--tab-color-darker);
    --bs-btn-focus-shadow-rgb: var(--tab-color-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: var(--tab-color-darker);
    --bs-btn-active-border-color: var(--tab-color-darker);
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #805AD5;
    --bs-btn-border-color: #805AD5;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c46c6;
    /* tono más oscuro */
    --bs-btn-hover-border-color: #6c46c6;

    --bs-btn-focus-shadow-rgb: 128, 90, 213;
    /* rgb del color principal */

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5a39b5;
    /* tono aún más oscuro para active */
    --bs-btn-active-border-color: #5a39b5;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #805AD5;
    --bs-btn-disabled-border-color: #805AD5;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff6b81;
    --bs-btn-border-color: #ff6b81;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fb5d75;
    --bs-btn-hover-border-color: #fb5d75;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fb5d75;
    --bs-btn-active-border-color: #fb5d75;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff6b81;
    --bs-btn-disabled-border-color: #ff6b81;
}

.btn-default {
    --bs-btn-color: #fff;
    --bs-btn-bg: #EEEEEE;
    --bs-btn-border-color: #EEEEEE;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #999999;
    --bs-btn-hover-border-color: #999999;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #999999;
    --bs-btn-active-border-color: #999999;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #EEEEEE;
    --bs-btn-disabled-border-color: #EEEEEE;
}

.btn-outline-mutted {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

.cursor-pointer {
    cursor: pointer;
}

.text-bg-outline-primary {
    border-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
    background-color: #FFF !important;
    border-width: 1px;
    border-style: solid;
    color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-outline-info {
    border-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
    background-color: #FFF !important;
    border-width: 1px;
    border-style: solid;
    color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bg-body-tertiary-card {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
}

.border-transparent {
    --bs-border-opacity: 1;
    border-color: transparent !important;
}

nav.simple-navigation a.active {
    background-color: #E7E7E8 !important;
    color: #333 !important;
}

nav.simple-navigation a:hover {
    background-color: #E7E7E8 !important;
}

nav.simple-navigation a,
nav.simple-navigation a:hover,
nav.simple-navigation a:active {
    color: #333;
}

.avatar-group {
    display: flex;
    flex-wrap: nowrap;
}

.avatar-group a {
    text-decoration: none;
}

.avatar-s {
    height: 1.5rem;
    width: 1.5rem;
}

.avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.avatar img {
    object-fit: cover;
    border: 1px solid #DDD;
}

.avatar img,
.avatar .avatar-name {
    width: 100%;
    height: 100%;
}

.avatar img {
    display: block;
}

.avatar-group .avatar-s:not(:first-child),
.avatar-group .avatar-m:not(:first-child),
.avatar-group .avatar-l:not(:first-child),
.avatar-group .avatar-xl:not(:first-child),
.avatar-group .avatar-2xl:not(:first-child),
.avatar-group .dropdown-toggle:not(:first-child) {
    margin-left: -0.5rem;
}

.avatar img {
    object-fit: cover;
}

.avatar img,
.avatar .avatar-name {
    width: 100%;
    height: 100%;
}

.avatar img {
    display: block;
}

#profile-button.dropdown-toggle::after {
    margin-left: 1.255em;
}

.avatar-group .dropdown-toggle::after {
    display: none;
}

#menu-header {
    min-width: 220px;
}

#menu-header>li:first>div {
    background-color: #2070be;
    color: #FFF !important;
}

.search-box {
    position: relative;
    display: inline-flex;
}

.search-box .search-input {
    padding-left: 2.5rem;
    padding-right: 2rem;
    box-shadow: none;
    border-radius: 0.375rem;
}

.search-box .search-icon {
    position: absolute;
    font-size: 0.9rem;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.ladda-button[data-size=s] {
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem !important;
}

.button-collaborate {
    --bs-btn-bg: #ffd000;
    --bs-btn-border-color: #ffcc00;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #e6c806;
    --bs-btn-hover-border-color: #e6c806;
    --bs-btn-focus-shadow-rgb: rgb(255, 221, 0);
    --bs-btn-active-color: #e6c806;
    --bs-btn-active-bg: #e6c806;
    --bs-btn-active-border-color: #e6c806;
    --bs-btn-border-radius: 20px;
    --bs-btn-padding-y: 7px;
    --bs-btn-padding-x: 20px;
}

#content-user-information {
    min-width: 220px;
}

#profile-button:hover {
    background-color: #EFEFEF;
    border-radius: 6px;
}

#nombre-usuario {
    font-size: 0.9rem;
    min-width: 100px;
    text-align: left;
    font-weight: bold;
}

#info-plan {
    font-size: 0.7rem;
    text-align: left;
    font-weight: 500;
}

#badge-user {
    font-size: 1rem;
    background-color: #EDEEFD;

    width: 30px;
    height: 30px;
    border-radius: 6px;
    font-weight: bold;
}

.fs-4-5 {
    font-size: calc(1.1rem + .3vw) !important;
}

.fs-6 {
    font-size: 0.8rem;
}

.fs-6-5 {
    font-size: 0.78rem;
}

.fs-7 {
    font-size: 0.7rem;
}

.fs-8 {
    font-size: 0.65rem;
}

.icon-itinerary {
    width: 25px;
    height: 25px;
    text-align: center;
}

.text-color-tab {
    --bs-text-opacity: 1;
    color: var(--tab-color) !important;
}

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

.text-private {
    color: var(--color-private);
    font-size: 0.82rem !important;
}

.text-public {
    color: var(--color-public);
    font-size: 0.82rem !important;
}

.skeleton {
    animation: skeleton-loading 1s linear infinite alternate !important;
    color: transparent !important;
}

.skeleton span:not(.skeleton-text):not(.skeleton-info),
.skeleton small:not(.skeleton-text):not(.skeleton-info),
.skeleton div:not(.skeleton-text):not(.skeleton-info) {
    visibility: hidden;
}

.skeleton-text {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    animation: skeleton-loading-text 1s linear infinite alternate;
    visibility: visible !important;
}

.skeleton-text-small {
    width: 100%;
    height: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    animation: skeleton-loading-text 1s linear infinite alternate;
    visibility: visible !important;
}

.skeleton-text__body {
    width: 75%;
}

.skeleton-footer {
    width: 30%;
}

.skeleton-title {
    height: 1.5rem !important;
    margin-bottom: 1rem;
}

.skeleton-menu {
    height: 2rem !important;
}

.card.skeleton {
    border-color: #EEE !important;
}

.skeleton-content>span,
.skeleton-content small {
    width: 100%;
    animation: skeleton-loading-text 1s linear infinite alternate !important;
    color: transparent;
    padding: 0 !important;
    height: 0.5rem !important;
    margin-bottom: 0.3rem;
    display: block;
}

.skeleton-info {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    animation: skeleton-loading-text 1s linear infinite alternate;
    color: transparent !important;
    visibility: visible !important;
}

.skeleton-content {
    animation: skeleton-loading 1s linear infinite alternate !important;
    color: transparent !important;
    height: 75vh;
    margin: 11vh 4vh 2vh 4vh;
}

.skeleton-content>* {
    visibility: hidden;
}

#template-footer {
    /* position: fixed; */
    width: 100%;
    bottom: 0;
    right: 0;
    /* padding-left: 2rem; */
    z-index: 999;
    background-color: #f8f9fa;
}

/* #body-pd {
    margin-bottom: 8vh;
} */


.contenedor-full {
    max-width: 80%;
    margin: 0px auto;
    margin-top: 2%;
    margin-bottom: 2%;
}

@media screen and (min-height: 1024px) {
    .contenedor-full {
        height: 100vh;
        margin: 0px auto;
    }
}

@media screen and (max-width: 768px) {
    #content-user-information {
        min-width: 100px;
    }

    #element-toggle button i {
        font-size: 1.2rem !important;
    }


    .contenedor-full {
        max-width: 100%;
        height: auto !important;
        margin: 3% !important;
        padding-top: 0px !important;
    }
}

.driver-popover-close-btn {
    display: block !important;
}

#toast-texto-copiado {
    z-index: 9999;
}

/* Registrar la fuente con el nombre usado en Quill */
.ql-font-nunito {
    font-family: 'Nunito', sans-serif;
}

/* Aplicar la fuente por defecto al editor si se desea */
.ql-editor {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}


button.btn.btn-outline-primary.ladda-button {
    background-color: transparent !important;
    color: #0d6efd !important;
    border: 1px solid #8a94ad44 !important;
}

button.btn.btn-outline-primary.ladda-button.processing {
    background-color: #CCC !important;
}

button.btn.btn-outline-primary.ladda-button:hover {
    /* border: 1px solid #0d6efd !important; */
    background-color: #8a94ad44 !important;
}

.offcanvas {
    z-index: 1054 !important;
}

.offcanvas-backdrop {
    z-index: 1053;
}

.cloud-loader {
    width: 175px;
    height: 80px;
    display: block;
    margin: auto;
    background-image: radial-gradient(circle 25px at 25px 25px, #FFF 100%, transparent 0), radial-gradient(circle 50px at 50px 50px, #FFF 100%, transparent 0), radial-gradient(circle 25px at 25px 25px, #FFF 100%, transparent 0), linear-gradient(#FFF 50px, transparent 0);
    background-size: 50px 50px, 100px 76px, 50px 50px, 120px 40px;
    background-position: 0px 30px, 37px 0px, 122px 30px, 25px 40px;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
}

.cloud-loader::after {
    content: '';
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
    position: absolute;
    border: 15px solid transparent;
    border-bottom-color: #9973c2;
    box-sizing: border-box;
    animation: fadePull 1s linear infinite;
}

.cloud-loader::before {
    content: '';
    left: 50%;
    bottom: 15px;
    transform: translate(-50%, 0);
    position: absolute;
    width: 15px;
    height: 15px;
    background: #9973c2;
    box-sizing: border-box;
    animation: fadePull 1s linear infinite;
}

@keyframes fadePull {
    0% {
        transform: translate(-50%, 15px);
        opacity: 0;
    }

    50% {
        transform: translate(-50%, 0px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -15px);
        opacity: 0;
    }
}

.icon-corner-right {
    position: absolute;
    top: 0;
    right: 0;
}

.indicator-go {
    border-left: 1px solid #EEE;
    color: var(--first-color);
}

.btn-outline-wishpoint {
    color: #ffa000;
    border-color: #ffa000;
}

.btn-outline-wishpoint:hover {
    color: #fff;
    background-color: #ffa000;
    border-color: #ffa000;
}

.btn-outline-wishpoint:focus,
.btn-outline-wishpoint.focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 160, 0, 0.5);
}

.btn-outline-wishpoint.disabled,
.btn-outline-wishpoint:disabled {
    color: #ffa000;
    background-color: transparent;
}

.btn-outline-wishpoint:active,
.btn-outline-wishpoint.active,
.show>.btn-outline-wishpoint.dropdown-toggle {
    color: #fff;
    background-color: #ffa000;
    border-color: #ffa000;
}

.btn-hover {
    box-shadow: 0px 3px 4px 0px #999;
}

.btn-wishpoint {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ffa000;
    --bs-btn-border-color: #ffa000;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e08f00;
    /* 15% más oscuro */
    --bs-btn-hover-border-color: #e08f00;

    --bs-btn-focus-shadow-rgb: 255, 160, 0;
    /* RGB del color principal */

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c57e00;
    /* 25% más oscuro */
    --bs-btn-active-border-color: #c57e00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ffa000;
    --bs-btn-disabled-border-color: #ffa000;
}

.pfp-imagen-portada {
    border: 1px solid #EEE;
    position: relative;
    height: 30vh;
    width: 100%;
    overflow: hidden;
}

div.pfp-imagen-portada.loading::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 180, 180, 0.4);
    z-index: 998;
    pointer-events: none;
}

div.pfp-imagen-portada.loading::before {
    content: "";
    width: 40px;
    height: 40px;
    border: 4px solid white;
    border-top-color: var(--first-color);
    border-radius: 50%;
    position: absolute;
    right: 50%;
    top: 45%;
    z-index: 999;
    opacity: 0.8;
    animation: spin 1s linear infinite;
}

div.pfp-imagen-portada.loaded>button {
    color: #FFF;
    border-color: #FFF;
}

.pfp-imagen-portada>button {
    position: absolute;
    top: 7px;
    left: 7px;
}

.pfp-imagen-portada>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the container while preserving aspect ratio */
    object-position: center;
    /* Centers the image within the container */
}

.pfp-imagen-portada>.btn-outline-light {
    --bs-btn-color: #98999a;
    --bs-btn-border-color: #a8a9aa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #a8a9aa;
    --bs-btn-hover-border-color: #a8a9aa;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #a8a9aa;
    --bs-btn-active-border-color: #a8a9aa;
    --bs-btn-disabled-color: #a8a9aa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #a8a9aa;
}

.nav.filter-nav a {
    font-size: 0.85rem !important;
    font-weight: bolder;
    cursor: pointer;
    color: #222;
}

.nav.filter-nav>li>a.active {
    font-weight: bolder !important;
    color: var(--first-color) !important;
}

.nav.filter-nav>li>a * {
    pointer-events: none;
}

#modal-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #EEEEEE88;
    display: none;
}

#modal-loading i {
    font-size: 4rem;
    color: var(--first-color);
    top: 40%;
    position: absolute;
    left: 50%;
}

.ladda-button[data-color=purple] {
    background: var(--first-color) !important;
}

.btn-link.simple {
    text-decoration: none;
}

.btn-link.simple:hover {
    text-decoration: underline;
}

.hero-travelyt-bg {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(47, 183, 200, 0.14), rgba(99, 102, 241, 0.08));
    border: 1px solid rgba(99, 102, 241, 0.08);
}

.text-highlight {
    color: #2fb5c6;
}

.line-around-text p {
  display: flex;
  align-items: center; /* Vertically centers the text and lines */
  gap: 1rem; /* Space between the text and the lines */
  width: 100%;
  text-align: center; /* Ensures the whole block is centered */
}

.line-around-text p::before,
.line-around-text p::after {
  content: '';
  height: 1px; /* Thickness of the line */
  background-color: #ccc; /* Color of the line */
  flex-grow: 1; /* Makes the line grow to fill the available space */
}