/* admin views */
.stepper .stepper-item .step-name{
    -webkit-clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 50%, 100% 100%, 15px 100%, 0% 50%);
    clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 50%, 100% 100%, 15px 100%, 0% 50%);
}
.stepper .stepper-item.active::before {
    -webkit-clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 50%, 100% 100%, 15px 100%, 0% 50%);
    clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 50%, 100% 100%, 15px 100%, 0% 50%);
}
/* admin views end */


.zone-list .item {
    border-radius: 10px;
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 15px 30px;
    color: #3f3d56;
    text-align: center;
    font-family: 'IRANYekanX',Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}