.generated-result-wrap {

    display: grid;
    grid-template-columns: 1fr;

}

.booking-interval {

    max-width: 100px;
    display:inline-block;

}

.practice-timelines {

    max-width: 936px;
}

.tym-select {

    max-width: 95px;

}

.grp_img-capture-area {

    height: 160px;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #787887;
    cursor: pointer;
    /* background: rgb(11, 66, 218); */
}

#emp_profileDisplayImg { 

    display: block; 
    height: 140px; 
    width: 83%; 
    margin: 0px auto; 
    padding-top: 6px;


}

.all-filter-options button.form-select{

    /* margin-bottom: 15px; */
    height: 58px !important;
    font-size: 1rem !important;
    /* height: 90px !important; */

}

.all-filter-options button {

    text-align: left !important;
    font-size: 13px;

}


.cus-splitter {

    /* display: grid; */
    display: flex !important; 
    align-items: center !important;

}

.cus-flexer {

    flex: 1;

}

.cus-no-pad-on-row {

    padding-left: 0 !important;
}






@media only screen and (min-width: 667px) {

    #emp_profileDisplayImg { 

        height: 146px; 
        width: 82%;
    
    }


}

@media only screen and (min-width: 768px) {


    .generated-result-wrap {

        grid-template-columns: 1fr 1fr 1fr;
    
    }

}

@media only screen and (min-width: 992px) { 


}

@media only screen and (min-width: 1024px) {

    
    .cus-splitter {

        /* display: grid !important;
        grid-template-columns: 2fr 0.5fr; */
        
    }
}


@media (min-width:1281px) { /* hi-res laptops and desktops */


    .generated-result-wrap {

        grid-template-columns: 1fr 1fr 1fr 1fr;
    
    }


}