* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    font-family: sans-serif
}

a {
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

a:focus {
    outline: none !important
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    margin: 0
}

ul,
li {
    margin: 0;
    list-style-type: none
}

input {
    display: block;
    outline: none;
    border: none !important
}

textarea {
    display: block;
    outline: none
}

textarea:focus,
input:focus {
    border-color: transparent !important
}

button {
    outline: none !important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

iframe {
    border: none !important
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-table {
    width: 100%;
    height: 100vh;
    background: #d1d1d1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px
}

.wrap-table {
    width: 100%
}

table {
    width: 100%;
    background-color: #fff
}

th,
td {
    font-weight: unset;
    padding-right: 10px
}

.cols {
    width: 130px;
    padding-left: 25px
}

.cols.column1 {
    width: 265px;
    padding-left: 42px
}

.row.head th {
    padding-top: 24px;
    padding-bottom: 20px
}

.rowss td {
    padding-top: 18px;
    padding-bottom: 14px
}

.tableStyle {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #7918f2;
    background: -webkit-linear-gradient(-68deg, #ac32e4, #4801ff);
    background: -o-linear-gradient(-68deg, #ac32e4, #4801ff);
    background: -moz-linear-gradient(-68deg, #ac32e4, #4801ff);
    background: linear-gradient(-68deg, #ac32e4, #4801ff);
}

.tableStyle table {
    background-color: transparent;
}

.tableStyle td {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
}

.tableStyle th {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .32);
}

.tableStyle .rowss:hover td {
    background-color: rgba(255, 255, 255, .1);
}

.tableStyle .hov-column-ver6 {
    background-color: rgba(255, 255, 255, .1);
}

.tableStyle .rowss td:hover {
    background-color: rgba(255, 255, 255, .2);
}

.Table2 tbody tr {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border-bottom: 1px solid #e5e5e5
}

.Table2 td {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4
}

.Table2 th {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #6c7ae0
}

.Table2 .row100:hover td {
    background-color: #fcebf5
}

.Table2 .hov-column-ver3 {
    background-color: #fcebf5
}

.Table2 .hov-column-head-ver3 {
    background-color: #7b88e3!important
}

.Table2 .row100 td:hover {
    background-color: #e03e9c;
    color: #fff
}