@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --amber: #FFC107;
}
html{
    scrollbar-width: none;
}
*{
    font-family: 'Poppins', sans-serif;
}
[v-cloak] > * { display:none }
[v-cloak]::before { content: "" }
.btn-icon-sidebar{
    font-size: 30px;
}
.color-label{
    color: #3F51B5;
}
/* Alerts with Sweet Alerts */
.swal2-container {
    z-index: 20000 !important;
}
.title-class {
    order: -1; /* Change order in icon and title */
}
.text-alert{
    color: #87898E;
}
.custom-btn-alert-primary{
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-color: #3F51B5;
    color: white !important;
    border-radius: 25px;
}
.custom-btn-alert-secondary{
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-color: #F1F1F1;
    color: black !important;
    border-radius: 25px;
}
.custom-btn-alert-primary-w-95{
    display: block;
    width: 95%;
    height: 40px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-color: #3F51B5;
    color: white !important;
    border-radius: 25px;
}
.custom-btn-alert-secondary-mt-2{
    margin-top: 8px;
    display: block;
    width: 95%;
    height: 40px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-color: #F1F1F1;
    color: black !important;
    border-radius: 25px;
}
.title-success-alert{
    color: #2E7D32;
    font-size: 18px;
}
.title-warning-alert{
    color: #FF6F00;
    font-size: 18px;
}
.title-danger-alert{
    color: #B71C1C;
    font-size: 18px;
}
.text-alert{
    color: #212121;
    font-size: 16px !important;
}
.no-uppercase{
    text-transform: none !important;
}
ul {
    list-style-type: none;
    padding: 0;
}
.custom-bullet-list li {
    padding-left: 1em;
    position: relative;
    margin-bottom: 0.5em;
}
.custom-bullet-list li::before {
    content: "\2022";
    color: #00ffd9;
    font-size: 1.5em;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    top: -5px;
}
.each-tab-color{
    color: #BDBDBD;
}
.link-white{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    text-decoration-line: underline;
}
.link-another-novelty{
    color: #3F51B5;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    text-decoration-line: underline;
}
.more-info{
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.25px;
}
.container-icon-link{
    display: flex;
    align-items: center;
    justify-content: center;
}
.general-btn-width{
    width:250px;
}
@media only screen and (max-width: 600px) {
    .general-btn-width {
        width: 100%;
    }
}
.hide-in-5s {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

.whatsapp-bubble-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:30px;
    right:30px;
    background-color: var(--amber);
    color: #313131;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:9999999999999;
}

/*Vacations novelties*/
.numbers{
    font-weight: 600;
}
.info-number{
    text-align: center;
}
.text-down-number{
    font-weight: 500;
    color: #616161;
    font-size: 12px !important;
}
.days-available{
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
}
.card-in-money{
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.border-color-grey {
    border-color: #F5F5F5 !important;
}

.concave-corner {
    width: 26px;
    height: 31px;
    margin-left: -16px;
    margin-top: -17px;
    background-color: #f5f5f5;
    position: fixed;
}

.concave-corner::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 40px 0 0 0;
}

.v-selection-control .v-switch__track {
  transform: scale(0.75) !important;
  background-color: #e0e0e0 !important;
}

.v-selection-control .v-switch__thumb {
  transform: scale(0.6) !important;
}

.v-selection-control--dirty .v-switch__track {
  background-color: #c5cae9 !important;
}

.v-selection-control--dirty .v-switch__thumb {
  transform: scale(0.6) !important;
  background-color: #3f51b5 !important;
}

.t-12 { font-size: 12px; }
.t-14 { font-size: 14px; }
.t-16 { font-size: 16px; }
.t-18 { font-size: 18px; }
.t-20 { font-size: 20px; }

@media (max-width: 640px) {
    .sm-t-10 { font-size: 10px; }
    .sm-t-12 { font-size: 12px; }
    .sm-t-14 { font-size: 14px; }
    .sm-t-16 { font-size: 16px; }
    .sm-t-18 { font-size: 18px; }
}

@media (min-width: 641px) and (max-width: 768px) {
    .md-t-12 { font-size: 12px; }
    .md-t-14 { font-size: 14px; }
    .md-t-16 { font-size: 16px; }
    .md-t-18 { font-size: 18px; }
}

@media (min-width: 769px) {
    .lg-t-12 { font-size: 12px; }
    .lg-t-14 { font-size: 14px; }
    .lg-t-16 { font-size: 16px; }
    .lg-t-18 { font-size: 18px; }
}

.font-weight-semibold{
    font-weight: 600 !important;
}

.gray-box{
    border: 1px solid #F2F2F2;
    background: #FCFCFC;
}

.blue-box{
    border: 1px solid #E4F0FF;
    background: #F8FAFE;
}

.custom-swal-popup {
    border-radius: 24px !important;
    font-family: 'Poppins', sans-serif !important;
    padding-top: 10px !important;
}

.custom-icon-container {
    border: none !important;
    background: transparent !important;
    margin: 0 auto 5px auto !important;
}

.title-class-bold {
    font-weight: 700 !important;
    font-size: 1.8rem !important;
    color: #1A1A1A !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
}

.text-class-compact {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    color: #666 !important;
}

.custom-btn-round-outline {
    background-color: transparent !important;
    color: #3F51B5 !important;
    border: 2px solid #3F51B5 !important;
    border-radius: 50px !important;
    padding: 10px 60px !important;
    font-weight: 600 !important;
    margin-top: 5px !important;
    transition: all 0.2s ease;
}

.custom-btn-round-outline:hover {
    background-color: #3F51B5 !important;
    color: white !important;
}
