.hover-link {
text-decoration: none;
}

.fm-awesome {
    font-family: 'FontAwesome', 'sans-serif' !important;
}

.hover-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.clickable:hover {
    cursor: pointer;
}

a.btn {
    text-decoration: none!important;
}

/* width bootstrap */

.w-35 {
    width: 35%;
}

.w-95 {
    width: 95%;
}

.h-80 {
    height: 80%;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.lh-xl {
    line-height: 2.6 !important;
}

.scrollbar::-webkit-scrollbar {
    display: none;
}

.selectize-dropdown {
    z-index: 999999 !important;
}

.rounded-4-top {
    border-radius: 16px 16px 0 0 !important;
}

.rounded-4-bottom {
    border-radius: 0 0 16px 16px !important;
}

.rounded-4-start {
    border-radius: 16px 0 0 16px !important;
}

.rounded-4-end {
    border-radius: 0 16px 16px 0 !important;
}

.rounded-pill-start {
    border-radius: 100px 0 0 100px !important;
}

.rounded-pill-end {
    border-radius: 0 100px 100px 0 !important;
}

.min-height-100 {
    min-height: calc(100vh - 72px - 402px);
}

/* SELECTIZE ROUNDED-PILL */
.rounded-pill-selectize .selectize-input {
    border-radius: 20px;
}

.rounded-pill-selectize .selectize-dropdown,
.rounded-pill-selectize .selectize-dropdown .selectize-dropdown-content {
    padding: 0px !important;
    border-radius: 16px;
}


.rounded-pill-selectize .selectize-dropdown-content div:first-child {
    border-radius: 16px 16px 0 0;
}

.rounded-pill-selectize .selectize-dropdown-content div:last-child {
    border-radius: 0 0 16px 16px;
}

.truncate-3-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3;
    -webkit-box-orient: vertical;
 }

.hero-discover-parks {
    background: linear-gradient(
            rgba(50,50,50,0.1),
            rgb(0,0,0,0.6)
        ), 
        url('https://storage.googleapis.com/garetabecane/PRODUCTION/img/Web/gettyimages-85643553-2048x2048.png') bottom / cover no-repeat;
    padding-top: 35px;
    height: 200px;
    font-size: 18px;
}

/* ICONS */
.fa-custom-moto {
    background-image: url('../../global_assets/img/icon/moto.svg');
}
  

/* SM RESPONSIVE SIZE */
@media (max-width:375.01px) {
    .fs-sm-14 {
      font-size: 14px !important;
    }
}

/* MD RESPONSAVIE SIZE */ 
@media (min-width:768px) {
    .fs-md-12 {
        font-size: 12px;
    }

    .fs-md-14 {
        font-size: 14px;
    }

    .fs-md-16 {
        font-size: 16;
    }

    .fs-md-18 {
        font-size: 18px;
    }

    .fs-md-2 {
        font-size: 2rem;
    } 
}

/* LG RESPONSAVIE SIZE */ 
@media (min-width:992px) {
    .fs-lg-12 {
        font-size: 12px;
    }

    .fs-lg-14 {
        font-size: 14px;
    }

    .w-lg-50 {
        width: 50%!important;
    }

    .w-lg-25 {
        width: 25%!important;
    }
}

/* XL RESPONSAVIE SIZE */ 
@media (min-width:1200px) {
    .fs-xl-12 {
        font-size: 12px;
    }

    .fs-xl-14 {
        font-size: 14px;
    }
}