﻿
.spanflex {
    display: flex;
    justify-content: space-between;
}

.lastrow {
    width: 34% ;
}
.btncol{
    width:30% !important;
}

/*mobile view*/
@media (max-width: 767px) {
    .lastrow {
        width: auto !important;
    }

    .w-35, .w-30 {
        width: 100% !important;
    }
    .btncol {
        width:100% !important;
    }

    .w-10 {
        width: 100% !important;
    }
    .ms-2 {
        margin-left: 0rem !important;
    }
    
    }
    .btn {
        min-width: 223px;
    }
