
#lottie {
    position: absolute;
    top: 0;
    /*bottom: 50vh;
    left:0;
    right: 0; */
    z-index: 800;
    height: 100%;
    width: 100%;
}



.tms-app-body {
    cursor: pointer;
    /* height: 50px; */
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
    overflow: hidden;
    transition: all .05s;

}

.tms-app-body label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    background: #fff;
    align-items: center;
    opacity: unset;
}

.tms-app-body label img {
    height: 40px;
}

.tms-app-body.selected {
    border: 2px var(--tm-primary) solid;
    opacity: 0.65;
}

.tms-app-body label:hover {
    opacity: 0.65;
}

.tms-app-body.active {
    border: 2px solid;
}

.tms-app-body img {
    cursor: pointer;
}

.tms-da-selector {
    width: 100%;
}

.tms-da-unknown {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: var(--tm-black);
    font-size: 110%;
    line-height: 90%;
}

.tm-tingle-score1 {
    color: var(--tm-warning);
}

.tm-tingle-score2 {
    color: var(--tm-success);
}

.tm-tingle-score3 {
    color: var(--tm-info);
}

/* progress */
.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.circle {
    stroke: #3f8585;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

.circle.substrac {
    stroke: var(--tm-danger);
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

svg.circular-chart.substrac {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(-180deg) rotate(12.5deg);
    /* transform: rotateY(150deg); */
    width: 100%;
    height: 100%;
    margin: 0;
}

.blink {
    animation: blinker 1s infinite;
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    to {
        opacity: 1.0;
    }
}

/* Lat / Lookup */

input.tms-lat {
    text-transform: uppercase;
    font-size: 1.5em !important;
    line-height: 1 !important;
    font-weight: 700;
    /* padding-bottom: 25px !important; */
    padding: 0.5rem !important;
    color: var(--tm-danger) !important;
    height: 3rem !important
}

/* Score Results */

#tms-wrapper {
    min-height: 300px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    width:100%;
    padding: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 1rem;
    border: var(--tm-primary) 2px solid;
}

#tms-pgstitle {
    margin-bottom: 0.5rem;
    color: var(--tm-primary);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    font-size: calc(1.325rem + 0.9vw);
}

#tms-pgstitle .text-danger {
    font-size: calc(1rem + 0.9vw);
    font-weight: var(--tm-fw-semi);
}

#tms-title {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: calc(1.375rem + 1vw);
    margin-top: 0;
    font-weight: 600;
    line-height: 1.2;
    color: var(--tm-primary);
}


#tms-pn {
    font-size: calc(1.375rem + 1vw);
    color: var(--tm-warning);
    font-weight: 900;
}

#tms-loc {

}

#tms-accuracy {
    display:flex;
    flex-direction: column;
}

#tms-idv {
    margin-bottom: 0.5rem;
}

#tms-pgs-title {
    font-size: calc(1.325rem + 0.9vw);
}

#tms-pgs-div {
    position: relative;
}
#tms-plus .tms-cat-w {
    display: flex;
    flex-direction: column;
    width:100%;
    border-bottom: var(--tm-border-color-translucent) 1px solid;
}

#tms-plus {
    width: 80%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

#tms-plus .tms-cat-n {
    font-size: 1.50rem;
    font-weight: var(--tm-fw-semi);
    color: var(--tm-blue);
    opacity: 0.75;
    vertical-align: center;
    width:70%;
}

#tms-plus .tms-cat-s {
    font-size: 1.70rem;
    font-weight: 700;
    color: var(--tm-black);
    vertical-align: center;
    text-align: right;
    width:30%;
    opacity: .65;
    
}

#tms-plus .tms-cat-r1 {
    display: flex;
    flex-direction: row;
    width:100%;
}

#tms-plus .tms-cat-r2 {
    padding-left:1rem;
}
.tms-plus-invite {
    margin:5px;
    padding: 5px 10px;
    border: var(--tm-border-color-translucent) 1px solid;
    border-radius: var(--tm-border-radius);
    background-color: var(--tm-danger-10);
    
}
.tms-plus-invite a {
    text-decoration: none;
}
.tms-plus-invite .tm-si {
    font-size: 0.75em;
    font-style: italic;
}

/* .tms-progress-circle-score {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.tmsp-heading {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.25rem;
    line-height: 1.2;
    color: var(--tm-danger);
    font-size: 1.1rem;
}

/* mapbox */

.mapboxgl-ctrl-geocoder--input {
    background-color: var(--tm-light) !important;
}

.mapboxgl-ctrl-geocoder {
    box-shadow: none !important;
}

.mapboxgl-ctrl-geocoder svg {
    display: none;
}

#da-other-btn {
    margin: auto;
    cursor: pointer;
}

#da-other-btn:hover {
    outline: 2px var(--tm-border-color) solid;
    filter: drop-shadow(0px 7px 10px var(--tm-border-color)); /*test effect*/
}

    .btn-lat-intention {
        width: 100px;
        cursor: pointer;
        margin: 0px 5px;
    }

    .btn-lat-intention.no {
        background-color: var(--tm-danger);
    }

    .btn-lat-intention.maybe {
        background-color: var(--tm-warning);
    }

    .btn-lat-intention.yes {
        background-color: var(--tm-primary);
    }

    #lat-intention-modal {
        position: fixed;
        top:0;
        width: inherit;
        height: 100vh;
        z-index: 960;
        background-color: var(--tm-cream-25);
    }

    #lat-intention-modal-btns {
        background-color: var(--tm-blue80);
        outline: 1px solid var(--tm-primary);
        text-align: center;
        position: fixed;
        bottom: 0;
        width: inherit;
        padding: 20px 0px;
    }

    .lat-build-container {
        /*display: flex;*/
        /*flex-direction: column;*/
    }

    .lat-element {
        display: flex;
        flex-direction: row;
        border-radius: 8px;
        /*height: 2rem;*/
        margin-top: 1rem;
        /*margin-bottom: 1rem;*/
        place-items: baseline;
        flex: 1;
        /*box-sizing: border-box;*/
        box-shadow: inset 0px 0px 0px 1px var(--tm-primary);
        overflow: hidden;
    }

    .lat-score {
        font-weight: bold;
        place-content: center;
        font-size: 1.5rem;
        flex: 1 0 15%;
        text-align: center;
    }

    .lat-profilename {
        font-weight: bold;
        color: var(--tm-orange);
        /*flex: 1 0 max-content;*/
    }

    .lat-profileinfo{
        flex: 1 0 65%;
        vertical-align: baseline;

    }

    .lat-location {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-left: 8px;
        font-size: .7rem;
        max-width: 8rem;
        min-width: 8rem;
    }


    .lat-check {
        flex-basis: 2rem;
        text-align: center;
        /* margin: 3%; */
        margin-top: auto;
        padding: 0 2%;
    }

    .lat-plus {
        /*position: absolute;*/
        /*width: 40px;
        background-color: var(--tm-primary);
        flex: 2 1 auto;
        right: 30px;*/
    }

    .lat-accuracy {
        text-align: center;
        flex: 1 0 15%;
    }

    .lat-application {
        font-size: .5rem;
        /*flex-basis: 14rem;*/
        flex: 1 0 67%;
    }

    .lat-check-label {
        font-size: .5rem;
    }

    .lat-container {
        display: flex;
        width: 100%;
    }

    #tm-score-button{
        display: flex;
        align-items: center;
    }

    #tm-score-button > a {
        flex-basis: 95%;
    }

    #tm-score-button > i {
        font-size: 1.5em;
    }

    #tm-score-button > a> .fa-chevron-left{
        font-size: 1.5em;
    }

    #root-login-btn-container {
        align-self: center;
        width: 50%;
        font-size: 1.1rem;
    }

    .profile-panel {
        /*background-color: rgb(255, 255, 155);*/
        width: 100%;
        max-width: 40rem;
        border-radius: 0.625rem;
        padding: 25px 15px 25px 15px;
        background-color: #fffbf4;
        /* padding: 1rem; */
        position: relative;
        border: 1px solid var(--tm-border-color-translucent);
    }

    
    .interest-container {
        border: 1px solid var(--tm-primary);
    }
    
    .interest-description {
        color: black;
        display: block;
    }
    
    .interest-description-examples {
        color: black;
        display: block;
    }
    
    .interest-container {
        border-radius: 0.625rem;
    }