/********************************************************************************************************************************************************************************
*															Funnel Process style																					
/********************************************************************************************************************************************************************************/

.blz-process-rpt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    width: 300px;
    height: 230px;
    background-color: white;
    margin: 10px !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 5px #00000094;
}

.blz-process-rpt:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px #00000094;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.95);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.95);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.95);
    transition: all 200ms ease-in;
    transform: scale(0.95);
}

.blz-process-rpt[class*="selected"] {
    cursor: pointer;
    box-shadow: 0px 0px 8px 2px #404040;
    border-radius: 10px !important;
    background-color: #3399ff12 !important;
    z-index: 2;
    -webkit-transition: all 400ms ease-in;
    -webkit-transform: scale(0.98);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(0.98);
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(0.98);
    transition: all 400ms ease-in;
    transform: scale(0.98);
}

.blz-process-rpt>section:nth-child(1) {
    height: 45% !important;
    border-bottom: solid 1px #bababf !important;
}

.blz-process-rpt>section:nth-child(2) {
    height: 50% !important;
}

.blz-process-rpt section:nth-child(3) {
    height: 15% !important;
}


.blz-process-rpt section:nth-child(1)>section:nth-child(1)>section:nth-child(2) {
    padding: 8px 0px 0px 8px !important;
}

.blz-process-rpt section:nth-child(1)>section:nth-child(1) img {
    width: 32px !important;
    margin-left: 10px !important;
}

.blz-process-rpt section:nth-child(1)>section:nth-child(1)>section {
    width: 75% !important;
    margin-left: 10px;
}

.blz-process-rpt section:nth-child(1)>section:nth-child(1)>section>span {
    font-weight: bold;
}

.blz-process-rpt section:nth-child(1)>section:nth-child(1)>section>section span {
    font-size: 13px !important;
    color: #757575d1;
}

.blz-process-rpt>section:nth-child(1)>section:nth-child(2) {
    height: 20px !important;
    color: #757575;
}

.blz-process-rpt>section:nth-child(2) {
    height: 40% !important;
}

.blz-process-rpt>section:nth-child(2) section:nth-child(2) img {
    height: 16px !important;
    width: 20px !important;
    margin-top: 5px !important;
}