@font-face {
    font-family: 'NunitoSans';
    src: url({{ asset('assets/fonts/NunitoSans.ttf') }}) format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'NunitoSans', Arial, sans-serif;
}

.svg {
    width: 24px !important;
    height: 24px !important;
}

.btn-social {
    border-radius: 50%;
    border: none;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-menu {
    border-radius: 50%;
    border: none;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-menu svg {
    width: 24px !important;
    height: 24px !important;
}

.btn-social svg {
    width: 24px !important;
    height: 24px !important;
}
.round-square {
    border-radius: 18px !important;
}

.list-square {
    height: auto !important;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;

}

.round-full-button {
    border-top-left-radius: 20px;
    /* Redondear esquina superior izquierda */
    border-bottom-left-radius: 20px;
    /* Redondear esquina inferior izquierda */
    border-top-right-radius: 20px;
    /* Redondear esquina superior derecha */
    border-bottom-right-radius: 20px;
    /* Redondear esquina inferior derecha */
    cursor: pointer;
    border: none;
}

.round-rigth-button {
    border-top-right-radius: 20px;
    /* Redondear esquina superior derecha */
    border-bottom-right-radius: 20px;
    /* Redondear esquina inferior derecha */
    cursor: pointer;
    border: none;
}

.round-left-button {
    border-top-left-radius: 20px;
    /* Redondear esquina superior izquierda */
    border-bottom-left-radius: 20px;
    /* Redondear esquina inferior izquierda */
    cursor: pointer;
    border: none;
}

.card-custom-min {
    overflow: hidden;
    min-height: 225px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-elements{
    max-height: 650px;
}

.card-elements::-webkit-scrollbar {
    width: 0.3em;
}

.card-elements::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #ba68c8;
}

.card-elements::-webkit-scrollbar-thumb {
    background-color: #ba68c8;
    outline: 0px solid;
}

.card-elements-body {
    max-height: 450px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}

.card-elements-body::-webkit-scrollbar {
    width: 0.3em !important;
}

.card-elements-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #ba68c8 !important;
}

.card-elements-body::-webkit-scrollbar-thumb {
    background-color: #ba68c8 !important;
    outline: 0px solid !important;
}



.card-custom-img-left {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img-left::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-img-right {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

/* First border-right-width setting is a fallback */
.card-custom-img-right::after {
    position: absolute;
    content: '';
    top: 161px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-right-width: 545px;
    border-right-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-right-color: inherit;
}

.card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

/* First border-right-width setting is a fallback */
.card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    width: 0;
    height: 0;
    border-top-width: 40px;
    border-bottom-width: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.card-custom-img-center {
    height: 180px;
    min-height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

/* First border-right-width setting is a fallback */
.card-custom-img-center::after {
    position: absolute;
    content: '';
    top: 161px;
    width: 0;
    height: 0;
    border-top-width: 40px;
    border-bottom-width: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.card-custom-avatar-left img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
}

.card-custom-avatar-right img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    right: 1.25rem;
    width: 100px;
    height: 100px;
}

.card-custom-avatar-center img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 15px;
    left: 33%;
    width: 150px;
    height: 150px;
}

.bg-purple {
    background-color: #4a148c !important;
}
.bg-purple-med{
    background-color: #ba68c8 !important;     
}


.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4a148c;
    --bs-btn-border-color: #4a148c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ba68c8;
    --bs-btn-hover-border-color: #ba68c8;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ba68c8 ;
    --bs-btn-active-border-color: #ba68c8 ;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4a148c;
    --bs-btn-disabled-border-color: #4a148c;
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.btn-purple:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-purple:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
}

.btn-purple:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    box-shadow: var(--bs-btn-active-shadow);
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: var(--bs-btn-disabled-color);
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
}


.btn-purple-med {
    --bs-btn-color: #fff;
    --bs-btn-bg: #7c4dff ;
    --bs-btn-border-color: #7c4dff ;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b388ff;
    --bs-btn-hover-border-color: #b388ff ;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b388ff ;
    --bs-btn-active-border-color: #b388ff ;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7c4dff;
    --bs-btn-disabled-border-color: #7c4dff;
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.btn-purple-med:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-purple-med:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
}

.btn-purple-med:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    box-shadow: var(--bs-btn-active-shadow);
}

.btn-purple-med.disabled,
.btn-purple-med:disabled {
    color: var(--bs-btn-disabled-color);
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
}

.btn-square-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;    
}

.btn-group .btn:focus {
    box-shadow: none !important;
}

.text-bg-purple{
    color: #fff !important;
    background-color: #7c4dff !important;
}

.text-bg-purple-min {
    color: #fff !important;
    background-color: #b388ff !important;
}

.option-icon svg{
    width: 16px !important;     
    height: 16px !important;
}

.menu-icon svg {
    width: 28px !important;
    height: 28px !important;
}

.input-group-text svg {
    width: 15px !important;
    height: 15px !important;
}

.margin-top-all{
    margin-top: -1.10rem !important;
}

.margin-top-all2 {
    margin-top: -0.50rem !important;
}

.border-purple {
    --bs-border-opacity: 1;
    border-color: #7c4dff !important;
    border-width: 2px;
}