﻿.btn_1 {
    width: 100%;
    margin: .375rem;
    color: inherit;
    /* text-transform: uppercase; */
    word-wrap: break-word;
    /* white-space: normal; */
    /* cursor: pointer; */
    /* border: 0; */
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
    /* -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding: .84rem 2.14rem;
    /* border: 1px transparent; */
    /* -webkit-border-radius: 40px; */
    /* border-radius: 40px; */
    color: #eeeeee;
    /* cursor: pointer; */
    /* display: inline-block; */
    /* font-family: Arial; */
    font-size: 20px;
    /* padding: 8px 30px; */
    /* text-align: center; */
    /* text-decoration: none; */
    margin-left: 20px;
    /* -webkit-animation: glowing 1300ms infinite; */
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    /* animation: glowing 1300ms infinite; */
    /* font-size: .81rem; */
}


.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.btn_1_warning {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
















@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf)
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/poppins/Poppins-Bold.ttf)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}


.container-table100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.wrap-table100 {
    border-radius: 10px;
    overflow: hidden
}

.table {
    width: 100%;
    display: table;
    margin: 0
}

@media screen and (max-width:768px) {
    .table {
        display: block
    }
}

.row_table {
    display: table-row;
    background: #fff
}

    .row_table.header {
        color: #fff;
        background: #6c7ae0
    }

@media screen and (max-width:768px) {
    .row_table {
        display: block
    }

        .row_table.header {
            padding: 0;
            height: 0
        }

            .row_table.header .cell {
                display: none
            }

    .row .cell:before {
        font-family: Poppins-Bold;
        font-size: 12px;
        color: gray;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: unset !important;
        margin-bottom: 13px;
        content: attr(data-title);
        min-width: 98px;
        display: block
    }
}

.cell {
    display: table-cell
}

@media screen and (max-width:768px) {
    .cell {
        display: block
    }
}

.row_table .cell {
    /* font-family: Poppins-Regular; */
    /* font-size: 15px; */
    /* color: #666; */
    line-height: 1.2;
    /* font-weight: unset !important; */
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #f2f2f28f;
    padding-right: 29px;
}

.row_table.header .cell {
    font-family: Poppins-Regular;
    
    color: #fff;
    line-height: 1.2;
    font-weight: unset !important;
    padding-top: 10px;
    padding-bottom: 10px
}

.row_table .cell:nth-child(1) {
    width: 200px;
    padding-left: 40px;
}

.row_table .cell:nth-child(2) {
    width: 160px;
    padding-left: 10px;
    text-align: center;
}

.row_table .cell:nth-child(3) {
    width: 160px;
    padding-left: 10px;
    text-align: center;
}
 

.table, .row_table {
    width: 100% !important
}


@media(max-width:768px) {
    .row_table {
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 18px;
        padding-top: 30px;
        padding-right: 15px;
        margin: 0
    }

        .row_table .cell {
            border: none;
            padding-left: 30px;
            padding-top: 16px;
            padding-bottom: 16px
        }

            .row_table .cell:nth-child(1) {
                padding-left: 30px
            }

        .row_table .cell {
            font-family: Poppins-Regular;
            font-size: 18px;
            color: #555;
            line-height: 1.2;
            font-weight: unset !important
        }

    .table, .row_table, .cell {
        width: 100% !important
    }
}
