.table {
    Font-family: 'Rubik';
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    padding-bottom: 17px;
    scrollbar-color: #EE7622 #DDDDDD;
    border: none;

    display: block;
    width: 100%;
    overflow-x: auto;
}

.table::-webkit-scrollbar {
    height: 2px;
    background: #DDDDDD;
    border-radius: 6px;
}

.table::-webkit-scrollbar-thumb {
    background: #EE7622;
    -webkit-border-radius: 6px;
    height: 4px;
    width: 44px;
}

.table thead {
    background: #009A4C;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    vertical-align: middle;
}

.table thead tr th {
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 500;
}

.table thead + tbody tr:first-child {
    background: none;
    color: #303030;
    font-weight: 400;
}

.table thead + tbody tr:first-child td {
    color: #303030;
    padding-top: 30px;
    padding-bottom: 30px;
}

.table tr:first-child {
    background: #009A4C;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    vertical-align: middle;
}

.table tbody tr th {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #009A4D;
}

.table tbody tr td:first-child {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #009A4D;
}
.table tbody tr:first-child td {
    color: #FFFFFF;
    padding-top: 18px;
    padding-bottom: 18px;
}

.table tbody tr {
    font-size: 18px;
    line-height: 21px;
    color: #303030;
    border-color:  #009A4D;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 1px;
    vertical-align: middle;
}
.table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1024px) {
    .table thead {
        font-size: 16px;
        line-height: 19px;
    }

    .table tr:first-child {
        font-size: 16px;
        line-height: 19px;
    }

    .table tbody tr th {
        font-size: 14px;
        line-height: 17px;
    }

    .table tbody tr td:first-child {
        font-size: 18px;
        line-height: 21px;
    }

    .table tbody tr  {
        font-size: 14px;
        line-height: 17px;
    }

    .table tbody tr td {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

@media (max-width: 767px) {
    .table thead {
        font-size: 12px;
        line-height: 14px;
    }

    .table tr:first-child {
        font-size: 12px;
        line-height: 14px;
    }

    .table tbody tr th {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
    }

    .table tbody tr td:first-child {
        font-size: 12px;
        line-height: 14px;
    }

    .table tbody tr  {
        font-size: 14px;
        line-height: 17px;
    }

    .table tbody tr td {
        padding-top: 19px;
        padding-bottom: 19px;
    }
}

.marquiz-pops {
	/*display: none !important;*/
	position: static !important;
}