/*region Map container style*/

.teo-framework-map {
    overflow: hidden;
    background: #FFFFFF;
    position: relative;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
    touch-action: none;
}

/*endregion*/

/*region Tile container style*/

.teo-framework-tile-container {
    pointer-events: none;
}

/*endregion*/

/*region Label style*/

.teo-framework-order-label {
    z-index: 15000;
    position: fixed;
}

.teo-framework-label-core {
    position: fixed;
    white-space: nowrap;
}

/*endregion*/

/*region Tile style*/

.teo-framework-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    margin: 0;
    padding: 0;
    filter: inherit;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/*endregion*/

.teo-backbuffer-animation {
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
}
/*region WFS Feature Type List Item Styles*/

.teo-wfs-feature-type-card.teo-wfs-selected,
.teo-wfs-feature-type-list.teo-wfs-selected,
.teo-wfs-feature-type-carousel.teo-wfs-selected {
    border-color: #009ef7 !important;
    background-color: rgba(0, 158, 247, 0.1);
}

.teo-wfs-selection-checkbox {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 2px;
}

.teo-wfs-quick-info {
    max-width: 400px;
    text-align: left;
}

.teo-wfs-quick-info h6 {
    color: #181c32;
    border-bottom: 1px solid #e4e6ea;
    padding-bottom: 8px;
}

.teo-wfs-quick-info div {
    font-size: 13px;
    line-height: 1.4;
}

.teo-wfs-quick-info strong {
    color: #3f4254;
    font-weight: 600;
}

.teo-wfs-feature-type-card:hover,
.teo-wfs-feature-type-list:hover,
.teo-wfs-feature-type-carousel:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

.teo-wfs-feature-type-card .badge,
.teo-wfs-feature-type-list .badge,
.teo-wfs-feature-type-carousel .badge {
    font-size: 11px;
    font-weight: 500;
}

.teo-wfs-feature-type-card .badge i,
.teo-wfs-feature-type-list .badge i,
.teo-wfs-feature-type-carousel .badge i {
    font-size: 10px;
}

/*endregion*/
