

.progress {
    background-color: transparent;
    height: .5rem;
    border-radius: 0;
    overflow: hidden;
}
.progress-bar{
    height: inherit;
}
.profile-stats {
    border-bottom: 1px dotted var(--tm-border-color-translucent);
}

.profile-stats-qset {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px dotted var(--tm-border-color-translucent);

}

.profile-question-hidden {
    display: none;
}

.profile-question-title {
    display: inline-block;
}

/*test*/
.profile-modal {
    width: 340px;
}


.textarea-icon {
    height: 20px;
    width: 20px;
    float: right;
    margin-left: 10px;
    fill: var(--tm-primary);
}

@media only screen and (max-width: 450px) {
    .textarea-icon {
        display: none;
    }
}

.aboutme-textarea{
    resize: none;
    height: auto;
    width: inherit;
    background-color: transparent;
    border: none;
}
.aboutme-textarea:focus{
    outline: none;  /* 1px solid var(--tm-primary);*/
    background-color: unset;
}

.tmq-modal-body .tm-view {
    /* height: 130% !important; */
    margin-top:0px;
    margin-bottom:50px; 
}

.tmq-modal{
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: unset;
    width: 100%;
    height: 100vh;
    background-color: var(--tm-background-50);
    z-index: 800;
}
.tmq-modal-body {
    overflow-y: auto;
    /* margin-bottom: 10rem; */
    padding-top: 1rem;
    width:100%;
    display: flex;
    justify-content: center;
    height: calc(100vh - 75px);

}

.tmq-modal-card {
    /* margin-bottom: 10rem; */
    
    display:table;
    justify-content: center;

}
.tmqs-qset-qs {
    display: block;
    /* flex-direction:column;
    flex-wrap: nowrap;
    justify-content: center; */
    width: 100%;
    text-align: center;
}
.tmqs-ans {
    display:block;
    /* flex-direction: column;
    width:unset; */
    width:80%;
    margin-left:3%;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: var(--tm-border-color-translucent) 1px dotted;
    cursor: pointer;
}
.tmqs-ans .tmqs-ans-ph, .tmqs-ans .tmq-range {
    width:90%;
    margin-left:5%;
    
}
 .tmq-inputs.tmq-range {
    /* height: 5.5rem; */
    display: flow-root;
    border-radius: 6px;
    background-color: var(--tm-blue-75);
    padding: 0 15px 0 15px;
    color: var(--tm-light); 
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    
}

.tmqs-ans .tmq-more-title {
    text-align: left;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0px;
    /* font-style: italic; */
    opacity:.9;
}

.tmqs-ans-w{
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    font-size: 1.1em;
    font-weight: 600;
    width: 100%;    
}

.tmqs-ans-i{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;    
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: .875em; /* sm */
    /*font-size: 1.33em;  lg */
}

.tmqs-ans-i.tmq-at-nu{
    color: var(--tm-warning) !important;
}

.tmqs-ans-i.tmq-at-na{
    color: var(--tm-danger) !important;
}



.tmqs-ans-i::before{
    content: "\f040";
}

.tmqs-ans-i.tmq-at-nu::before{
    content: "\f059" !important;
}

.tmqs-ans-i.tmq-at-na::before{
    content: "\f06a" !important;
}

.tmqs-ans-ph{
    text-align: left;
    padding-left: 2rem;
}

.tmqs-ans-s{
    padding-left:0.5rem;
}

.tmqs-ans-s::before{
    content: "\2022";
    padding-right:0.5rem;   
}

#tmqs-filters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
#tmqs-filters .btn {
    font-size: 0.9rem !important;
    width:unset;
    /* margin: 5px; */
}

.profile-question-hidden {
    display: none;
}
