.table-container {
    /*display: grid;*/
    /*grid-template-areas:*/
    /*    'head'*/
    /*    '';*/
    /*grid-template-columns: 1fr ;*/
}

.table-head {
    display: grid;
    grid-template-columns: 20% 15% 15% 15% 15% 20%;
    grid-template-areas: 'fill-left place square make mount fill-right';
    text-align: justify;
    /* text-align-last: justify; */
    background: #F2F4F8;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0;
    position: sticky;
    top: 0;
    color: #9c9c9c;
    font-weight: 400;
}

.table-cell {
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    /*width: 25%;*/
    text-align: left;
    padding: 0 15px;
    float: left;
    margin-bottom: 5px;
}

.table-cell:hover:after {
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: -1;*/
    /*background-color: #f5f5f5;*/
    /*height: 1000000px;*/
    /*top: -500000px;*/
}

.table-item {
    display: grid;
    grid-template-columns: 20% 15% 15% 15% 15% 20%;
    grid-template-areas: 'iname iplace isquare imake imount iorder';
    text-align: justify;
    /* text-align-last: justify; */
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f4f8;
}

.table-item:hover {
    background-color: #0073b5;
    color: #fff!important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before {
    display: table;
    content: " ";
}

.row:after {
    display: table;
    content: " ";
}

.table-head {
    text-align: justify;
    /* text-align-last: justify; */
    background: #F2F4F8;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0;
    position: sticky;
    top: 0;
}

.place {
    grid-area: place;
}

.square {
    grid-area: square;
}

.make {
    grid-area: make;
}

.mount {
    grid-area: mount;
}

.iname {
    grid-area: iname;
}

.iplace {
    grid-area: iplace;
}

.isquare {
    grid-area: isquare;
}

.imake {
    grid-area: imake;
}

.imount {
    grid-area: imount;
}

.iorder {
    grid-area: iorder;
}

.subline {
    margin: 0 25px;
}

.subline:after {
    content: "";
    clear: both;
    display: block;
}

.text-center {
    text-align: center;
}

.mob {
    display: none;
}


/*576px, 768px, 992px, and 1200px*/

@media (max-width: 850px) {
    .table-container {
        /*display: grid;*/
        /*grid-template-areas:*/
        /*'head iname'*/
        /*'head iplace'*/
        /*'head isquare'*/
        /*'head imake'*/
        /*'head imount'*/
        /*'iorder iorder';*/
        /*grid-template-columns: 1fr ;*/
    }
    .table-head {
        grid-area: head;
        display: none;
        grid-template-columns: 1fr;
        grid-template-areas: 'place' 'square' 'make' 'mount';
        text-align: justify;
        /* text-align-last: justify; */
        background: #F2F4F8;
        font-size: 14px;
        font-weight: bold;
        padding: 14px 0;
        position: sticky;
        top: 0;
        color: #9c9c9c;
        font-weight: 400;
    }
    .mob {
        display: block;
    }
    .isquare {
        margin: 5%;
    }
    .iname {
        text-align: center;
    }
    .iplace {
        text-align: center;
    }
    .table-item {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: 'iname iname ' 'iplace iplace ' 'isquare isquare ' 'make imake' 'mount imount' 'iorder iorder ';
        text-align: justify;
        /* text-align-last: justify; */
        padding-top: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f4f8;
    }
    .iorder {
        text-align: center;
    }
}

.custom-btn {
    height: max-content !important;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 58px;
    border: none;
    position: relative;
    overflow: hidden;
    background: #4caf50;
    transition: ease 0.3s;
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 15px;
    height: 300px;
    margin-left: 60px;
    background: #ffffff5b;
    position: absolute;
    left: -140px;
    top: -150px;
    z-index: 1;
    transform: rotate(45deg);
    transition: all 0.1s;
    animation: slideme 13s infinite;
    animation-delay: 13s;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    20% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.pulse {
    animation: pulse 12s infinite forwards;
    box-shadow: 0 0 0 2em transparent;
}


/* @keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #4caf4f8b;
    }
    3.125% {
        box-shadow: 0 0 0 2em transparent;
    }
    34.375% {
        box-shadow: 0 0 0 2em transparent;
    }
    34.376% {
        box-shadow: 0 0 0 0 #4caf4f8b;
    }
    37.6% {
        box-shadow: 0 0 0 2em transparent;
    }
    100% {
        box-shadow: 0 0 0 2em transparent;
    }
} */

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #4caf4f8b;
    }
    6% {
        box-shadow: 0 0 0 2em transparent;
    }
    34.375% {
        box-shadow: 0 0 0 2em transparent;
    }
    34.376% {
        box-shadow: 0 0 0 0 #4caf4f8b;
    }
    42% {
        box-shadow: 0 0 0 2em transparent;
    }
    100% {
        box-shadow: 0 0 0 2em transparent;
    }
}

.pulse:hover,
.custom-btn:hover::after {
    animation: none;
}